From 52ae99e54fc67614e71bf1920848bb7b16bcd153 Mon Sep 17 00:00:00 2001 From: JingLu5 Date: Thu, 22 Dec 2016 12:07:55 +0800 Subject: Create API to run test suite JIRA: YARDSTICK-475 This API will be used to run test suite files in the test/opnfv/test_suites directory Change-Id: I208edf9abed62fd6436de988ac85bfe99c4d01bd Signed-off-by: JingLu5 --- api/conf.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'api/conf.py') diff --git a/api/conf.py b/api/conf.py index df44042b1..3d9d190a0 100644 --- a/api/conf.py +++ b/api/conf.py @@ -24,4 +24,6 @@ TEST_CASE_PRE = 'opnfv_yardstick_' TEST_SUITE_PATH = '../tests/opnfv/test_suites/' +TEST_SUITE_PRE = 'opnfv_' + OUTPUT_CONFIG_FILE_PATH = '/etc/yardstick/yardstick.conf' -- cgit 1.2.3-korg