Skip to content
Snippets Groups Projects
Commit 1d747e85 authored by Bartosz Bezak's avatar Bartosz Bezak
Browse files

CI: Remove redundant set/unset_cirros_image_q35_machine_type

it is already in test_openstack_logged function

Change-Id: I2d092b4cf6dc6527d1c3c5e172349e480c2366d3
parent 30fca662
No related branches found
No related tags found
No related merge requests found
...@@ -293,10 +293,6 @@ function test_instance_boot { ...@@ -293,10 +293,6 @@ function test_instance_boot {
local upgrade_instance_name="kolla_upgrade_test${machine_type:+_$machine_type}" local upgrade_instance_name="kolla_upgrade_test${machine_type:+_$machine_type}"
local volume_name="durable_volume${machine_type:+_$machine_type}" local volume_name="durable_volume${machine_type:+_$machine_type}"
if [[ $machine_type == "q35" ]]; then
set_cirros_image_q35_machine_type
fi
echo "TESTING: Server creation" echo "TESTING: Server creation"
create_instance kolla_boot_test create_instance kolla_boot_test
echo "SUCCESS: Server creation" echo "SUCCESS: Server creation"
...@@ -408,10 +404,6 @@ function test_instance_boot { ...@@ -408,10 +404,6 @@ function test_instance_boot {
echo "SUCCESS: Instance (Nova and Neutron) upgrade stability (PHASE: $PHASE)" echo "SUCCESS: Instance (Nova and Neutron) upgrade stability (PHASE: $PHASE)"
fi fi
if [[ $machine_type == "q35" ]]; then
unset_cirros_image_q35_machine_type
fi
} }
function test_openstack_logged { function test_openstack_logged {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment