aboutsummaryrefslogtreecommitdiffstats
path: root/src/onaptests/utils/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/onaptests/utils/exceptions.py')
-rw-r--r--src/onaptests/utils/exceptions.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/onaptests/utils/exceptions.py b/src/onaptests/utils/exceptions.py
index f80fc09..daadc32 100644
--- a/src/onaptests/utils/exceptions.py
+++ b/src/onaptests/utils/exceptions.py
@@ -49,3 +49,9 @@ class NetworkInstantiateException(Exception):
class NetworkCleanupException(Exception):
"""Network cannot be cleaned."""
+
+class ProfileInformationException(Exception):
+ """Missing k8s profile information."""
+
+class ProfileCleanupException(Exception):
+ """K8s profile cannot be cleaned."""