X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=api%2Fconf.py;h=df44042b1bb6522a79adefe750c99a4f28af9639;hb=cee61dec722722c76d71d32fe56ad877c08e1d36;hp=b5553f4528ead0aba47b3c6c6e397c17fd82e0ba;hpb=0e23c697e6329a57ba168cc57886b436ea87cdc4;p=yardstick.git diff --git a/api/conf.py b/api/conf.py index b5553f452..df44042b1 100644 --- a/api/conf.py +++ b/api/conf.py @@ -1,3 +1,11 @@ +############################################################################## +# Copyright (c) 2016 Huawei Technologies Co.,Ltd and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## from pyroute2 import IPDB @@ -10,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/'