From e8afeeb4d039505f998020bad26106640d1f3e4c Mon Sep 17 00:00:00 2001 From: xudan Date: Mon, 20 Aug 2018 22:22:27 -0400 Subject: 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 --- etc/conf/bottlenecks_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit 1.2.3-korg