Skip to content

Instantly share code, notes, and snippets.

@mattt416
Last active August 29, 2015 14:10
Show Gist options
  • Save mattt416/c43ac29402f1535a0624 to your computer and use it in GitHub Desktop.
Save mattt416/c43ac29402f1535a0624 to your computer and use it in GitHub Desktop.

tempest.cli.simple_read_only.network.test_neutron.SimpleReadOnlyNeutronClientTest.test_neutron_dhcp_agent_list_hosting_net

[compute]
fixed_network_name = tempest

tempest.api.network.test_routers.RoutersIpV6Test.test_update_extra_route

passes when run individually

tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm

had incorrect flavors specified in tempest.conf, once fixed this test passes correctly

tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped

passes when run individually, fails when run via the above test tried a combination of different images but same result across the lot

when this test is run AFTER test_resize_server_confirm it fails with:

Resize error: Unable to resize disk down.

This is because it's resizing from a larger flavour to a smaller one which isn't supported.

Having tempest use two flavors with same root_gb allows this resize to complete successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment