Minor typo corrections 94/115994/1
authorLasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Wed, 2 Dec 2020 10:35:16 +0000 (12:35 +0200)
committerLasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Wed, 2 Dec 2020 10:35:16 +0000 (12:35 +0200)
 - follow-up on https://gerrit.onap.org/r/c/testsuite/pythonsdk-tests/+/115972

Issue-ID: INT-1796
Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Change-Id: I8921f5aa344a3da9c40fbe20a146819587968bd1

src/onaptests/utils/exceptions.py

index 8b359c3..0b21248 100644 (file)
@@ -13,7 +13,7 @@ class  OnapTestException(Exception):
     error_message='Generic OnapTest exception'
 
 class TestConfigurationException(OnapTestException):
-    """Raise when configutation of the use cases is not complete or buggy."""
+    """Raise when configuration of the use case is incomplete or buggy."""
     error_message='Configuration error'
 
 class ServiceDistributionException(OnapTestException):
@@ -52,7 +52,7 @@ class VfModuleCleanupException(OnapTestException):
 
 
 class NetworkInstantiateException(OnapTestException):
-    """Network cannot be instantiate."""
+    """Network cannot be instantiated."""
     error_message='Network instantiation error'
 
 
@@ -62,7 +62,7 @@ class NetworkCleanupException(OnapTestException):
 
 class ProfileInformationException(OnapTestException):
     """Missing k8s profile information."""
-    error_message='"Missing k8s profile information'
+    error_message='Missing k8s profile information'
 
 class ProfileCleanupException(OnapTestException):
     """K8s profile cannot be cleaned."""