From 434cfad3103b8871f5eb22ceb3a2c7526b312383 Mon Sep 17 00:00:00 2001 From: xudan Date: Thu, 27 Apr 2017 14:16:12 +0000 Subject: 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 --- dovetail/compliance/proposed_tests.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dovetail/compliance') diff --git a/dovetail/compliance/proposed_tests.yml b/dovetail/compliance/proposed_tests.yml index 173a9f2b..fa9c5b8a 100644 --- a/dovetail/compliance/proposed_tests.yml +++ b/dovetail/compliance/proposed_tests.yml @@ -35,13 +35,13 @@ proposed_tests: - dovetail.nfvi.tc001 - dovetail.nfvi.tc002 # HA, ha.tc002, ha.tc012, will kill the host and can't restart, not ready yet, skip. - # - dovetail.ha.tc001 - # - dovetail.ha.tc003 + - dovetail.ha.tc001 + - dovetail.ha.tc003 # - dovetail.ha.tc004 - # - dovetail.ha.tc005 - # - dovetail.ha.tc006 + - dovetail.ha.tc005 + - dovetail.ha.tc006 # - dovetail.ha.tc007 # - dovetail.ha.tc008 - # - dovetail.ha.tc009 + - dovetail.ha.tc009 # - dovetail.ha.tc010 # - dovetail.ha.tc011 -- cgit 1.2.3-korg