aboutsummaryrefslogtreecommitdiffstats
path: root/src/onaptests/utils/exceptions.py
diff options
context:
space:
mode:
authorThierry Hardy <thierry.hardy@orange.com>2020-10-14 08:51:57 +0000
committerThierry Hardy <thierry.hardy@orange.com>2020-10-16 17:11:00 +0200
commite050624faa3a4b792a7325241457eed68785bd19 (patch)
treee52e7991ed4eacfbb841f8ff9191fe229c685be3 /src/onaptests/utils/exceptions.py
parent8642324e0b95b9efef53a7d62b419d72aed617b6 (diff)
Revert "Revert "Create basic_cnf test leveraging onapsdk""
This reverts commit ded9ae3b507b9687a68cc00dfc75e13130be13ff. Reason for revert: ONAP SDK 7.1 version is released Correction hardcode value (k8s) and onapsdk version to 7.1.0 Issue-ID: TEST-243 Change-Id: I535af4298f79a34476074612079dc479d2fc0b61 Signed-off-by: Thierry Hardy <thierry.hardy@orange.com>
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."""