diff options
author | xudan <xudan16@huawei.com> | 2018-08-20 22:22:27 -0400 |
---|---|---|
committer | xudan <xudan16@huawei.com> | 2018-08-20 22:22:27 -0400 |
commit | e8afeeb4d039505f998020bad26106640d1f3e4c (patch) | |
tree | e643710574db8b26ed34780f8c283f3deed19884 /etc/conf | |
parent | 354a18957eb304ed611912cd6fced2a4ff192e0e (diff) |
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 <xudan16@huawei.com>
Diffstat (limited to 'etc/conf')
-rw-r--r-- | etc/conf/bottlenecks_config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |