diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2021-01-25 12:00:25 +0000 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2021-01-25 14:40:39 +0000 |
commit | 5021508f4b6f8bf2bb6ef890b4bb960dc144484b (patch) | |
tree | 2451b62511bb2de23d0515684bf6555717100321 /src/onaptests/utils | |
parent | 511400315961caba0aa7b96d1ecf6aa2c912b4c4 (diff) |
PNF simulator CNF instantiation and registation steps
Use CNF of PNF simulator in pnf_macro scenario
Issue-ID: INT-1822
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: Id7f70b45219a36b7fc70921a1438b0cbe57a1756
Diffstat (limited to 'src/onaptests/utils')
-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" |