aboutsummaryrefslogtreecommitdiffstats
path: root/functest/core
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2018-01-29 13:46:23 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-01-29 13:46:23 +0000
commit3a042e00c533dae47014842ed345da6b321f5eb9 (patch)
tree76b07e57942b37d99b125fbf45b81ce2d88b637b /functest/core
parent5a77070ed767158017ceb8ea3c319af60c86b830 (diff)
parent01efa1e4229157b46d352bce202ed4192992dd3f (diff)
Merge "Fix last Pylint error in Functest"
Diffstat (limited to 'functest/core')
-rw-r--r--functest/core/vnf.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/functest/core/vnf.py b/functest/core/vnf.py
index 856e62b5..5339e42e 100644
--- a/functest/core/vnf.py
+++ b/functest/core/vnf.py
@@ -198,8 +198,7 @@ class VnfOnBoarding(base.TestCase):
* the user,
* the tenant
"""
- self.__logger.info("test cleaning")
- self.__logger.info('Remove the cloudify manager OS object ..')
+ self.__logger.info('Removing the VNF resources ..')
for creator in reversed(self.created_object):
try:
creator.clean()