X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Ffunctional%2Ftest_cli_scenario.py;h=4741e824468fa09bd0c8830b4fbe998b35bdfa94;hb=fecd5406d7d192f812ac84bf8093f1c6688eea18;hp=87797378353bf1d74ed7d6ffa9a702c080782e09;hpb=05d5ac8d6d5e9bd1e6b69afbd764000aeb4a030e;p=yardstick.git diff --git a/tests/functional/test_cli_scenario.py b/tests/functional/test_cli_scenario.py index 877973783..4741e8244 100755 --- a/tests/functional/test_cli_scenario.py +++ b/tests/functional/test_cli_scenario.py @@ -8,6 +8,7 @@ ############################################################################## +from __future__ import absolute_import import unittest from tests.functional import utils @@ -59,4 +60,3 @@ class ScenarioTestCase(unittest.TestCase): res = self.yardstick("scenario show Pktgen") pktgen = "Execute pktgen between two hosts" in res self.assertTrue(pktgen) -