Difference between revisions of "VPP/HostStack/hs-test"
From fd.io
(Add runtime flow diagram) |
|||
Line 9: | Line 9: | ||
Following diagram shows process of building Docker images used by the test framework to create containers at runtime. | Following diagram shows process of building Docker images used by the test framework to create containers at runtime. | ||
− | [[File:Host Stack Test Framework build-process.png|center|350px|A diagram that describes process of building Docker images for Host Stack Test Framework]] | + | [[File:Host Stack Test Framework build-process.png|center|350px|A diagram that describes process of building Docker images for Host Stack Test Framework.]] |
+ | |||
+ | == Run == | ||
+ | |||
+ | Following diagram shows sequence of actions when a test case is run. | ||
+ | |||
+ | [[File:Host Stack Test Framework runtime-flow diagram.png|center|350px|A diagram that shows progression of actions that are run during a test run.]] |
Latest revision as of 16:28, 21 February 2023
Description
Host stack test framework is a collection of end-to-end tests for various use cases involving Host stack. This page serves to keep architecture description diagrams and their source files. Main documentation for test framework is included with VPP's documentation.
Build
Following diagram shows process of building Docker images used by the test framework to create containers at runtime.
Run
Following diagram shows sequence of actions when a test case is run.