aboutsummaryrefslogtreecommitdiffstats
path: root/functest/core/feature_base.py
diff options
context:
space:
mode:
authorCedric Ollivier <ollivier.cedric@gmail.com>2017-03-28 08:12:21 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-03-28 08:12:21 +0000
commit18ffb2a431fd82055cd5abf656f00f2c90af7146 (patch)
tree67cb1e8045812d29517a026ac5cc09f4bab28009 /functest/core/feature_base.py
parent514c97b036cf968e03e600a4761757448bef0a0a (diff)
parent69e51470d8e9f51e02d5f0bd6e957c4e24c603c6 (diff)
Merge "Rename testcase_base to testcase"
Diffstat (limited to 'functest/core/feature_base.py')
-rw-r--r--functest/core/feature_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/core/feature_base.py b/functest/core/feature_base.py
index 9224d6c9..f7f3e460 100644
--- a/functest/core/feature_base.py
+++ b/functest/core/feature_base.py
@@ -1,6 +1,6 @@
import time
-import testcase_base as base
+import testcase as base
import functest.utils.functest_utils as ft_utils
import functest.utils.functest_logger as ft_logger
from functest.utils.constants import CONST