diff options
author | SerenaFeng <feng.xiaowei@zte.com.cn> | 2018-03-09 18:46:27 +0800 |
---|---|---|
committer | Dan Xu <xudan16@huawei.com> | 2018-03-15 03:44:15 +0000 |
commit | 6de223dad312a4fac4a410fc4a4a21f457c06f27 (patch) | |
tree | 7e0834e4ae33d87ba0858e5969e629a020e269fd /etc/testcase | |
parent | 3330fb68a80794f8df503b2956a03f57613a601a (diff) |
substitute image copy with docker volume
Change-Id: Ie470d03bd168c909fd02c316523049c67a6bb095
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'etc/testcase')
-rw-r--r-- | etc/testcase/ha.tc011.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/testcase/ha.tc011.yml b/etc/testcase/ha.tc011.yml index d1268826..e7e67e75 100644 --- a/etc/testcase/ha.tc011.yml +++ b/etc/testcase/ha.tc011.yml @@ -8,7 +8,7 @@ dovetail.ha.tc011: pre_condition: - 'source /etc/yardstick/openstack.creds && openstack --insecure image create cirros-ha-11 --disk-format qcow2 --container-format bare --public - --file /home/opnfv/userconfig/pre_config/cirros-0.3.5-x86_64-disk.img' + --file /home/opnfv/userconfig/images/cirros-0.3.5-x86_64-disk.img' cmds: - 'mkdir -p /home/opnfv/yardstick/results/' - "cd /home/opnfv/repos/yardstick && source /etc/yardstick/openstack.creds && |