commit | 7e1d6efb5829897faaab69e2da79e9dfe265e5da | [log] [tgz] |
---|---|---|
author | Maros Ondrejicka <mondreji@cisco.com> | Tue Feb 28 19:40:09 2023 +0100 |
committer | Maros Ondrejicka <mondreji@cisco.com> | Tue Feb 28 19:52:44 2023 +0100 |
tree | e260c981156ee54d302204fa8ef79bb272dec659 | |
parent | c2f76f4590f57729d1bcf03bd816c10991431b18 [diff] |
hs-test: allow nginx suite to unconfigure topology Type: test Signed-off-by: Maros Ondrejicka <mondreji@cisco.com> Change-Id: I84209e6d2c914d1c7b9dec7efc3898b75552db1b
diff --git a/extras/hs-test/suite_nginx_test.go b/extras/hs-test/suite_nginx_test.go index cd67efb..d950cf8 100644 --- a/extras/hs-test/suite_nginx_test.go +++ b/extras/hs-test/suite_nginx_test.go
@@ -20,6 +20,8 @@ } func (s *NginxSuite) SetupTest() { + s.skipIfUnconfiguring() + s.SetupVolumes() s.SetupContainers()