hs-test: add test suite features 35/37735/5
authorMaros Ondrejicka <maros.ondrejicka@pantheon.tech>
Thu, 1 Dec 2022 08:56:37 +0000 (09:56 +0100)
committerFlorin Coras <florin.coras@gmail.com>
Fri, 2 Dec 2022 21:35:10 +0000 (21:35 +0000)
commit11a03e972e6752513ab931540f713ce1520696a7
treeeca0fca1593103cf5bc9f7fbb63706313de1925a
parentb01efc557b411e02379c9647eebf7e762efd8473
hs-test: add test suite features

Test suite now supports assertions which on fail stop test case run,
also it allows to create docker containers which are going to be
stopped automatically after the test run is finished.

Type: improvement
Signed-off-by: Maros Ondrejicka <maros.ondrejicka@pantheon.tech>
Change-Id: I2834709b1efd17b8182d36cc0404b986b4ed595d
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
extras/hs-test/README.rst
extras/hs-test/actions.go
extras/hs-test/container.go [new file with mode: 0644]
extras/hs-test/echo_test.go
extras/hs-test/framework_test.go
extras/hs-test/http_test.go
extras/hs-test/ldp_test.go
extras/hs-test/utils.go
extras/hs-test/vcl_test.go
extras/hs-test/vppinstance.go [new file with mode: 0644]