diff options
author | Georg Kunz <georg.kunz@ericsson.com> | 2018-06-07 16:08:47 +0200 |
---|---|---|
committer | Georg Kunz <georg.kunz@ericsson.com> | 2018-06-08 08:25:07 +0000 |
commit | 71f945d3e3ca38e4a954a6475234e176e150d2f7 (patch) | |
tree | 28e489c527a546961909740102346d07d43a55fe /etc | |
parent | b5b26bfa187c4db16ed4089119371fb164da12cb (diff) |
Upgrading image version of HA test of neutron L3 agent
In line with the updated documentation, this patch upgrades the cirros
image from version 0.3.5 to 0.4.0 of the HA neutron-l3-agent test
Change-Id: I352e861f3d3099491ff6f367a3129dc8f3115394
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/testcase/ha.neutron_l3_agent.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/testcase/ha.neutron_l3_agent.yml b/etc/testcase/ha.neutron_l3_agent.yml index 018dcda8..f5170d4f 100644 --- a/etc/testcase/ha.neutron_l3_agent.yml +++ b/etc/testcase/ha.neutron_l3_agent.yml @@ -8,7 +8,7 @@ dovetail.ha.neutron_l3_agent: 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/images/cirros-0.3.5-x86_64-disk.img' + --file /home/opnfv/userconfig/images/cirros-0.4.0-x86_64-disk.img' cmds: - "cd /home/opnfv/repos/yardstick && source /etc/yardstick/openstack.creds && yardstick task start tests/opnfv/test_cases/{{validate_testcase}}.yaml |