diff options
Diffstat (limited to 'src/onaptests/utils/exceptions.py')
-rw-r--r-- | src/onaptests/utils/exceptions.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/onaptests/utils/exceptions.py b/src/onaptests/utils/exceptions.py index 0b21248..ea9f5ae 100644 --- a/src/onaptests/utils/exceptions.py +++ b/src/onaptests/utils/exceptions.py @@ -67,3 +67,7 @@ class ProfileInformationException(OnapTestException): class ProfileCleanupException(OnapTestException): """K8s profile cannot be cleaned.""" error_message="Profile can't be cleaned" + +class EnvironmentPreparationException(OnapTestException): + """Test environment preparation exception.""" + error_message="Test can't be run properly due to preparation error" |