X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=api%2Fconf.py;h=df44042b1bb6522a79adefe750c99a4f28af9639;hb=cee61dec722722c76d71d32fe56ad877c08e1d36;hp=e1da4aba0ecf627acce52e6b98f1f398003537e4;hpb=f130951ecaee49c21bc31bbef5b0292861140896;p=yardstick.git diff --git a/api/conf.py b/api/conf.py index e1da4aba0..df44042b1 100644 --- a/api/conf.py +++ b/api/conf.py @@ -18,6 +18,8 @@ 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/'