From 71f945d3e3ca38e4a954a6475234e176e150d2f7 Mon Sep 17 00:00:00 2001 From: Georg Kunz Date: Thu, 7 Jun 2018 16:08:47 +0200 Subject: 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 --- etc/testcase/ha.neutron_l3_agent.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg