hs-test: allow nginx suite to unconfigure topology

Type: test
Signed-off-by: Maros Ondrejicka <mondreji@cisco.com>
Change-Id: I84209e6d2c914d1c7b9dec7efc3898b75552db1b
This commit is contained in:
Maros Ondrejicka
2023-02-28 19:40:09 +01:00
parent c2f76f4590
commit 7e1d6efb58

View File

@ -20,6 +20,8 @@ func (s *NginxSuite) SetupSuite() {
}
func (s *NginxSuite) SetupTest() {
s.skipIfUnconfiguring()
s.SetupVolumes()
s.SetupContainers()