aboutsummaryrefslogtreecommitdiffstats
path: root/sfc/tests/functest
diff options
context:
space:
mode:
authorLinda Wang <wangwulin@huawei.com>2018-03-05 01:57:28 +0000
committerManuel Buil <mbuil@suse.com>2018-03-05 15:47:00 +0100
commitaf5a2328a5474930c3967c1b1431fe8757dff236 (patch)
tree95e327742e2dd7b667f9797f7686e15c07b387ad /sfc/tests/functest
parent39e1f4dba0bc9e6bd1c3bd43b7077c6745635e0c (diff)
Import xtesting module
Change-Id: Id524fbf1677844b5172f52c857cf8bed8d075ff3 Signed-off-by: Linda Wang <wangwulin@huawei.com>
Diffstat (limited to 'sfc/tests/functest')
-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