From af004ddad1231682d0a64ce9671e2619c2910c7a Mon Sep 17 00:00:00 2001 From: Maros Ondrejicka Date: Mon, 27 Feb 2023 16:52:57 +0100 Subject: hs-test: add option to unconfigure topology Adding `UNCONFIGURE=true` argument when running `make test` will skip test run and unconfigure existing topology for that test. Type: test Signed-off-by: Maros Ondrejicka Change-Id: I197747a56ca68807f0b2c3f25b6f61c3dcc41ace --- extras/hs-test/suite_no_topo_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'extras/hs-test/suite_no_topo_test.go') diff --git a/extras/hs-test/suite_no_topo_test.go b/extras/hs-test/suite_no_topo_test.go index 12b939e435f..bca1dbf1828 100644 --- a/extras/hs-test/suite_no_topo_test.go +++ b/extras/hs-test/suite_no_topo_test.go @@ -18,6 +18,7 @@ func (s *NoTopoSuite) SetupSuite() { } func (s *NoTopoSuite) SetupTest() { + s.skipIfUnconfiguring() s.SetupVolumes() s.SetupContainers() -- cgit 1.2.3-korg