diff options
Diffstat (limited to 'src/onaptests/utils/exceptions.py')
-rw-r--r-- | src/onaptests/utils/exceptions.py | 6 |
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.""" |