Bottlenecks SSH connectivity broken 43/61143/1
authorxudan <xudan16@huawei.com>
Tue, 21 Aug 2018 02:22:27 +0000 (22:22 -0400)
committerxudan <xudan16@huawei.com>
Tue, 21 Aug 2018 02:22:27 +0000 (22:22 -0400)
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 <xudan16@huawei.com>
etc/conf/bottlenecks_config.yml

index 50843ea..5d369fd 100644 (file)
@@ -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: