summaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/vnf
diff options
context:
space:
mode:
authorCedric Ollivier <ollivier.cedric@gmail.com>2017-03-29 12:52:31 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-03-29 12:52:31 +0000
commitfe60c2fbe2b3f8d7c4c6cbf7e11dd97a9598fb7e (patch)
tree56da7c4855fc46e89fe627c57f1be070aedc415f /functest/opnfv_tests/vnf
parente0ff12a18ff24f7c023fa5d6be0d145f450e0283 (diff)
parenteaacf8913a141b1e518ea990e7f12f0a195f8c21 (diff)
Merge "rename feature_base to feature"
Diffstat (limited to 'functest/opnfv_tests/vnf')
-rw-r--r--functest/opnfv_tests/vnf/rnc/parser.py2
-rw-r--r--functest/opnfv_tests/vnf/router/vyos_vrouter.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/functest/opnfv_tests/vnf/rnc/parser.py b/functest/opnfv_tests/vnf/rnc/parser.py
index 1cff72209..905d51e80 100644
--- a/functest/opnfv_tests/vnf/rnc/parser.py
+++ b/functest/opnfv_tests/vnf/rnc/parser.py
@@ -15,7 +15,7 @@
# limitations under the License.
#
-import functest.core.feature_base as base
+import functest.core.feature as base
class Parser(base.FeatureBase):
diff --git a/functest/opnfv_tests/vnf/router/vyos_vrouter.py b/functest/opnfv_tests/vnf/router/vyos_vrouter.py
index 6c50e8375..110c09b89 100644
--- a/functest/opnfv_tests/vnf/router/vyos_vrouter.py
+++ b/functest/opnfv_tests/vnf/router/vyos_vrouter.py
@@ -6,7 +6,7 @@
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
-import functest.core.feature_base as base
+import functest.core.feature as base
import json
import os