From af63861d32daac92cfaf1e00842fa23bc6ba7c6b Mon Sep 17 00:00:00 2001 From: Michal Jagiello Date: Wed, 25 Nov 2020 10:52:03 +0000 Subject: PNF macro instantiation Issue-ID: TEST-280 Change-Id: I6d18b90c3f4c66ddf8c9a4ebe3de7182481e331f Signed-off-by: Michal Jagiello --- src/onaptests/steps/simulator/pnf/pnf_instantiate.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/onaptests/steps/simulator/pnf/pnf_instantiate.py') diff --git a/src/onaptests/steps/simulator/pnf/pnf_instantiate.py b/src/onaptests/steps/simulator/pnf/pnf_instantiate.py index 31ea6bf..5fb664d 100644 --- a/src/onaptests/steps/simulator/pnf/pnf_instantiate.py +++ b/src/onaptests/steps/simulator/pnf/pnf_instantiate.py @@ -22,7 +22,6 @@ class PNFInstanceStep(BaseStep): utils.bootstrap_simulator() utils.run_container() - @BaseStep.store_state def cleanup(self) -> None: """Remove containers and images.""" utils.stop_container() -- cgit 1.2.3-korg