Difference between revisions of "VPP/HostStack/hs-test"

From fd.io
< VPP‎ | HostStack
Jump to: navigation, search
m (Add diagram of build process)
Line 3: Line 3:
 
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 [https://s3-docs.fd.io/vpp/23.02/developer/extras/hs_test.html VPP's documentation].
 
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 [https://s3-docs.fd.io/vpp/23.02/developer/extras/hs_test.html VPP's documentation].
  
[[File:Host Stack Test Framework architecture description.png|left|350px|A diagram describing architecture of Host Stack Test Framework.]]
+
[[File:Host Stack Test Framework architecture description.png|center|350px|A diagram describing architecture of Host Stack Test Framework.]]
  
 
== Build ==
 
== Build ==
  
[[File:Host Stack Test Framework build-process.png|left|350px|A diagram that describes process of building Docker images for Host Stack Test Framework]]
+
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]]

Revision as of 14:58, 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.

A diagram describing architecture of Host Stack Test Framework.

Build

Following diagram shows process of building Docker images used by the test framework to create containers at runtime.

A diagram that describes process of building Docker images for Host Stack Test Framework