<testsuite errors="0" failures="0" name="" tests="89" time="362.688">
<testcase classname="snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests" name="test_glance_connect_fail" time="0.020"/>
<testcase classname="snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests" name="test_glance_connect_success" time="0.464"/>
<testcase classname="snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests" name="test_keystone_connect_fail" time="0.001"/>
<testcase classname="snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests" name="test_keystone_connect_success" time="0.417"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests" name="test_neutron_connect_fail" time="0.001"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests" name="test_neutron_connect_success" time="0.536"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests" name="test_retrieve_ext_network_name" time="0.544"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests" name="test_nova_connect_fail" time="0.070"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests" name="test_nova_connect_success" time="0.415"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests" name="test_nova_get_hypervisor_hosts" time="0.441"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests" name="test_heat_connect_fail" time="0.028"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests" name="test_heat_connect_success" time="1.065"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests" name="test_cinder_connect_fail" time="0.023"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests" name="test_cinder_connect_success" time="0.496"/>
<testcase classname="snaps.openstack.tests.create_user_tests.CreateUserSuccessTests" name="test_create_admin_user" time="1.531"/>
<testcase classname="snaps.openstack.tests.create_user_tests.CreateUserSuccessTests" name="test_create_delete_user" time="1.540"/>
<testcase classname="snaps.openstack.tests.create_user_tests.CreateUserSuccessTests" name="test_create_user" time="1.482"/>
<testcase classname="snaps.openstack.tests.create_user_tests.CreateUserSuccessTests" name="test_create_user_2x" time="1.978"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests" name="test_create_delete_project" time="1.369"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests" name="test_create_project" time="1.158"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests" name="test_create_project_2x" time="1.608"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests" name="test_create_project_bad_domain" time="0.868"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests" name="test_create_project_quota_override" time="1.610"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests" name="test_update_quotas" time="1.909"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectUserTests" name="test_create_project_sec_grp_one_user" time="4.454"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectUserTests" name="test_create_project_sec_grp_two_users" time="6.312"/>
<testcase classname="snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests" name="test_create_image_minimal_file" time="0.781"/>
<testcase classname="snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests" name="test_create_image_minimal_url" time="0.001"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests" name="test_create_network" time="2.150"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests" name="test_create_network_empty_name" time="0.369"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests" name="test_create_network_null_name" time="0.369"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests" name="test_create_subnet" time="3.897"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests" name="test_create_subnet_empty_cidr" time="1.739"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests" name="test_create_subnet_empty_name" time="4.600"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests" name="test_create_subnet_null_cidr" time="1.586"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests" name="test_create_subnet_null_name" time="5.833"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_add_interface_router" time="11.963"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_add_interface_router_missing_subnet" time="8.761"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_add_interface_router_null_router" time="4.151"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_add_interface_router_null_subnet" time="8.111"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port" time="7.352"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port_empty_name" time="7.635"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port_invalid_ip" time="8.632"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port_invalid_ip_to_subnet" time="5.605"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port_null_ip" time="5.518"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port_null_name" time="6.822"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port_null_network_object" time="0.845"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_router_simple" time="3.884"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_router_with_public_interface" time="4.097"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests" name="test_create_delete_simple_sec_grp" time="0.990"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests" name="test_create_list_sec_grp_no_rules" time="1.610"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests" name="test_create_sec_grp_no_name" time="0.364"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests" name="test_create_sec_grp_no_rules" time="0.948"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests" name="test_create_sec_grp_one_rule" time="1.667"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests" name="test_get_sec_grp_by_id" time="1.450"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsFloatingIpTests" name="test_floating_ips" time="2.708"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests" name="test_create_delete_keypair" time="0.856"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests" name="test_create_key_from_file" time="0.569"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests" name="test_create_keypair" time="0.558"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests" name="test_create_delete_flavor" time="0.519"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests" name="test_create_flavor" time="0.435"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceTests" name="test_create_instance" time="18.996"/>
<testcase classname="snaps.openstack.tests.create_flavor_tests.CreateFlavorTests" name="test_create_clean_flavor" time="1.046"/>
<testcase classname="snaps.openstack.tests.create_flavor_tests.CreateFlavorTests" name="test_create_delete_flavor" time="0.977"/>
<testcase classname="snaps.openstack.tests.create_flavor_tests.CreateFlavorTests" name="test_create_flavor" time="0.980"/>
<testcase classname="snaps.openstack.tests.create_flavor_tests.CreateFlavorTests" name="test_create_flavor_all_settings" time="1.012"/>
<testcase classname="snaps.openstack.tests.create_flavor_tests.CreateFlavorTests" name="test_create_flavor_existing" time="1.443"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests" name="test_create_stack" time="53.310"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests" name="test_create_stack_x2" time="62.571"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateComplexStackTests" name="test_get_settings_from_stack" time="32.329"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsFlavorTests" name="test_create_flavor_with_stack" time="5.281"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsKeypairTests" name="test_create_keypair_with_stack" time="5.256"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsSecurityGroupTests" name="test_create_security_group_with_stack" time="5.224"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests" name="test_create_delete_qos" time="0.911"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests" name="test_create_qos_back" time="0.744"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests" name="test_create_qos_both" time="0.603"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests" name="test_create_qos_front" time="0.664"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests" name="test_create_delete_volume" time="7.985"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests" name="test_create_simple_volume" time="7.476"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests" name="test_create_delete_volume_type" time="0.725"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests" name="test_create_simple_volume_type" time="0.763"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests" name="test_create_bad_key_size" time="0.630"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests" name="test_create_delete_encryption" time="0.938"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests" name="test_create_simple_encryption" time="1.013"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests" name="test_create_with_all_attrs" time="0.734"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests" name="test_create_with_encryption" time="0.905"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests" name="test_create_with_invalid_qos" time="0.722"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests" name="test_create_with_qos" time="0.761"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests" name="test_create_with_qos_and_encryption" time="0.959"/>
</testsuite>
