summaryrefslogtreecommitdiffstats
path: root/sfc/tests/functest/run_sfc_tests.py
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2018-03-05 15:14:29 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-03-05 15:14:29 +0000
commit52461860ac156ea729703535ff7e81b41e991108 (patch)
tree5134edb2360acee7a15a98ac43cf84a09b36214c /sfc/tests/functest/run_sfc_tests.py
parent1fbd7bfcf3af86719721add8b8ca1f04dc0beb48 (diff)
parentaf5a2328a5474930c3967c1b1431fe8757dff236 (diff)
Merge "Import xtesting module"
Diffstat (limited to 'sfc/tests/functest/run_sfc_tests.py')
-rw-r--r--sfc/tests/functest/run_sfc_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfc/tests/functest/run_sfc_tests.py b/sfc/tests/functest/run_sfc_tests.py
index e818e10b..f779e2a3 100644
--- a/sfc/tests/functest/run_sfc_tests.py
+++ b/sfc/tests/functest/run_sfc_tests.py
@@ -14,7 +14,7 @@ import time
import sys
import yaml
-from functest.core import testcase
+from xtesting.core import testcase
from opnfv.utils import ovs_logger as ovs_log
from opnfv.deployment.factory import Factory as DeploymentFactory
from sfc.lib import cleanup as sfc_cleanup