Merge "Adding python package requirement for VNF testing."
[yardstick.git] / api / conf.py
index e1da4ab..abaf34a 100644 (file)
@@ -6,6 +6,7 @@
 # which accompanies this distribution, and is available at
 # http://www.apache.org/licenses/LICENSE-2.0
 ##############################################################################
+from __future__ import absolute_import
 from pyroute2 import IPDB
 
 
@@ -18,8 +19,12 @@ TEST_ACTION = ['runTestCase']
 
 TEST_CASE_PATH = '../tests/opnfv/test_cases/'
 
+SAMPLE_PATH = '../samples/'
+
 TEST_CASE_PRE = 'opnfv_yardstick_'
 
 TEST_SUITE_PATH = '../tests/opnfv/test_suites/'
 
+TEST_SUITE_PRE = 'opnfv_'
+
 OUTPUT_CONFIG_FILE_PATH = '/etc/yardstick/yardstick.conf'