From c204c87c186993704927beffa4d5b1cafaf9a193 Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Wed, 21 Dec 2022 08:59:16 +0100 Subject: hs-test: add nginx test Type: test Signed-off-by: Filip Tehlar Change-Id: Idd5352f254df0d1f36c1270e73440c9287247b81 --- extras/hs-test/suite_no_topo_test.go | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 extras/hs-test/suite_no_topo_test.go (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 new file mode 100644 index 00000000000..421decc1a61 --- /dev/null +++ b/extras/hs-test/suite_no_topo_test.go @@ -0,0 +1,10 @@ +package main + +type NoTopoSuite struct { + HstSuite +} + +func (s *NoTopoSuite) SetupSuite() { + s.teardownSuite = func() {} + s.loadContainerTopology("single") +} -- cgit 1.2.3-korg