summaryrefslogtreecommitdiffstats
path: root/dovetail/conf
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2017-04-27 14:16:12 +0000
committerxudan <xudan16@huawei.com>2017-04-27 14:36:34 +0000
commit434cfad3103b8871f5eb22ceb3a2c7526b312383 (patch)
tree657d5241a16cb1456d64e1be39a2ba753bc444db /dovetail/conf
parentb8722fae5e61ca71a43f3d69d1d093906b140bbe (diff)
support HA test cases to run with key
JIRA: DOVETAIL-409 1. HA test cases need a file pod.yaml, in this file it can use the password or the key. 2. If use key, Dovetail need to pass the key file $DOVETAIL_HOME/dovetail/userconfig/id_rsa to yardstick Container. 3. Add a directory $DOVETAIL_HOME/dovetail/userconfig and a sample_pod.yaml 4. ha.tc001 tc003 tc005 tc006 tc009 are ready. Change-Id: I391cc211dba2cf0740dd0dcaee8a5c2d712eaee1 Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'dovetail/conf')
-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 ac128fb8..ae59a9ec 100644
--- a/dovetail/conf/yardstick_config.yml
+++ b/dovetail/conf/yardstick_config.yml
@@ -23,4 +23,5 @@ yardstick:
dir: '/home/opnfv/yardstick/results'
log: '/tmp/yardstick'
file_path: 'yardstick.log'
+ key_path: '/root/.ssh/id_rsa'
openrc: '/etc/yardstick/openstack.creds'