summaryrefslogtreecommitdiffstats
path: root/functest/core/vnf_base.py
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2017-03-27 10:26:05 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2017-05-13 08:32:24 +0200
commitf5b4588ae8d59f1f1bd4ca4406419d1dc9da35df (patch)
tree929498e6c5c1223acef29a1939ec97042c63ea1b /functest/core/vnf_base.py
parent5112760fe2ca1e4d31f368235c4aee87e7577e5f (diff)
Rename testcase_base to testcase
It simply removes the useless suffix. Change-Id: Ib9a682b57d8f33518359d817a593bb3786577390 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 69e51470d8e9f51e02d5f0bd6e957c4e24c603c6)
Diffstat (limited to 'functest/core/vnf_base.py')
-rw-r--r--functest/core/vnf_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/core/vnf_base.py b/functest/core/vnf_base.py
index cd689c273..c374c4917 100644
--- a/functest/core/vnf_base.py
+++ b/functest/core/vnf_base.py
@@ -14,7 +14,7 @@ import inspect
import functest.utils.functest_logger as ft_logger
import functest.utils.openstack_utils as os_utils
import functest.utils.functest_utils as ft_utils
-import testcase_base as base
+import testcase as base
from functest.utils.constants import CONST