summaryrefslogtreecommitdiffstats
path: root/dovetail/conf/yardstick_config.yml
diff options
context:
space:
mode:
authorLeo Wang <grakiss.wanglei@huawei.com>2016-12-16 02:19:28 -0500
committerLeo Wang <grakiss.wanglei@huawei.com>2016-12-18 19:54:20 -0500
commit976a73d10622aff8e3b26fb01b43be7a72318856 (patch)
tree6758c336d3c6386901b76d134969ffcf2dd02bca /dovetail/conf/yardstick_config.yml
parent18ed566c5e1a379d5b87d3838dea82a9481ba61b (diff)
[dovetail tool] fetch openstack rc files without installer info
JIRA: DOVETAIL-157 dovetail tool must not depend on any installers or any SUT, so openstack rc files need to be provided to eliminate this dependency. 1. input parameters "SUT_IP"/"SUT_TYPE" must be optional, may be finally will be removed 2. new parameter "creds" to specify the file used to get access to openstack of SUT Change-Id: I877efb2a6abc198c32ed6d52b9418a35597d5867 Signed-off-by: Leo Wang <grakiss.wanglei@huawei.com>
Diffstat (limited to 'dovetail/conf/yardstick_config.yml')
-rw-r--r--dovetail/conf/yardstick_config.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/dovetail/conf/yardstick_config.yml b/dovetail/conf/yardstick_config.yml
index d13cf2c6..d971c104 100644
--- a/dovetail/conf/yardstick_config.yml
+++ b/dovetail/conf/yardstick_config.yml
@@ -24,3 +24,4 @@ yardstick:
store_type: 'file'
file_path: 'yardstick.log'
db_url: 'http://testresults.opnfv.org/test/api/v1/results?case=%s&last=1'
+ creds: '/home/opnfv/yardstick/openstack.creds'