From: xudan Date: Tue, 21 Aug 2018 02:22:27 +0000 (-0400) Subject: Bottlenecks SSH connectivity broken X-Git-Tag: ovp-2.0.0-rc1~7 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F43%2F61143%2F1;p=dovetail.git Bottlenecks SSH connectivity broken For ping, it set the ssh login username to be ubuntu. So need to use ubuntu image rather than cirros. JIRA: DOVETAIL-727 Change-Id: Iaac8c8280a464efe3a431d4eb260c4a0a626e12d Signed-off-by: xudan --- diff --git a/etc/conf/bottlenecks_config.yml b/etc/conf/bottlenecks_config.yml index 50843ea4..5d369fde 100644 --- a/etc/conf/bottlenecks_config.yml +++ b/etc/conf/bottlenecks_config.yml @@ -14,7 +14,7 @@ bottlenecks: config: dir: '/home/opnfv/userconfig' pre_condition: - - 'cp /home/opnfv/userconfig/images/cirros-0.4.0-x86_64-disk.img /tmp/yardstick.img' + - 'cp /home/opnfv/userconfig/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img /tmp/yardstick.img' cmds: - 'python /home/opnfv/bottlenecks/testsuites/run_testsuite.py testcase {{validate_testcase}} False' post_condition: