From ca74c6ae7ad7dfd03f547fcd706bdfcdde1b20b4 Mon Sep 17 00:00:00 2001 From: Michal Jagiello Date: Mon, 15 Feb 2021 21:33:17 +0000 Subject: [TEST] Collect steps cleanup reports Collect reports of steps cleanup and present them in report Issue-ID: TEST-305 Signed-off-by: Michal Jagiello Change-Id: Ie288c85a381c6c53e7ffeb441f07e474a135c42d --- src/onaptests/utils/exceptions.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/onaptests/utils') diff --git a/src/onaptests/utils/exceptions.py b/src/onaptests/utils/exceptions.py index ea9f5ae..e453d67 100644 --- a/src/onaptests/utils/exceptions.py +++ b/src/onaptests/utils/exceptions.py @@ -71,3 +71,6 @@ class ProfileCleanupException(OnapTestException): class EnvironmentPreparationException(OnapTestException): """Test environment preparation exception.""" error_message="Test can't be run properly due to preparation error" + +class SubstepExecutionException(OnapTestException): + """Exception raised if substep execution fails.""" -- cgit 1.2.3-korg