aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/benchmark/core/test_testcase.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/benchmark/core/test_testcase.py')
-rw-r--r--tests/unit/benchmark/core/test_testcase.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/benchmark/core/test_testcase.py b/tests/unit/benchmark/core/test_testcase.py
index 6e0473cc1..c7da2de7c 100644
--- a/tests/unit/benchmark/core/test_testcase.py
+++ b/tests/unit/benchmark/core/test_testcase.py
@@ -11,12 +11,14 @@
# Unittest for yardstick.cmd.commands.testcase
+from __future__ import absolute_import
import unittest
from yardstick.benchmark.core import testcase
class Arg(object):
+
def __init__(self):
self.casename = ('opnfv_yardstick_tc001',)