<testsuite errors="0" failures="0" name="" tests="89" time="427.387">
<testcase classname="snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests" name="test_glance_connect_fail" time="0.023"/>
<testcase classname="snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests" name="test_glance_connect_success" time="0.564"/>
<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.581"/>
<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.776"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests" name="test_retrieve_ext_network_name" time="0.694"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests" name="test_nova_connect_fail" time="0.111"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests" name="test_nova_connect_success" time="0.502"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests" name="test_nova_get_hypervisor_hosts" time="0.521"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests" name="test_heat_connect_fail" time="0.033"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests" name="test_heat_connect_success" time="0.670"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests" name="test_cinder_connect_fail" time="0.019"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests" name="test_cinder_connect_success" time="0.643"/>
<testcase classname="snaps.openstack.tests.create_user_tests.CreateUserSuccessTests" name="test_create_admin_user" time="1.895"/>
<testcase classname="snaps.openstack.tests.create_user_tests.CreateUserSuccessTests" name="test_create_delete_user" time="1.929"/>
<testcase classname="snaps.openstack.tests.create_user_tests.CreateUserSuccessTests" name="test_create_user" time="1.832"/>
<testcase classname="snaps.openstack.tests.create_user_tests.CreateUserSuccessTests" name="test_create_user_2x" time="2.430"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests" name="test_create_delete_project" time="1.922"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests" name="test_create_project" time="1.463"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests" name="test_create_project_2x" time="2.022"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests" name="test_create_project_bad_domain" time="1.107"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests" name="test_create_project_quota_override" time="1.972"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests" name="test_update_quotas" time="2.205"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectUserTests" name="test_create_project_sec_grp_one_user" time="6.282"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectUserTests" name="test_create_project_sec_grp_two_users" time="9.055"/>
<testcase classname="snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests" name="test_create_image_minimal_file" time="1.073"/>
<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="3.306"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests" name="test_create_network_empty_name" time="0.460"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests" name="test_create_network_null_name" time="0.437"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests" name="test_create_subnet" time="6.410"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests" name="test_create_subnet_empty_cidr" time="2.263"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests" name="test_create_subnet_empty_name" time="7.069"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests" name="test_create_subnet_null_cidr" time="2.405"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests" name="test_create_subnet_null_name" time="5.035"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_add_interface_router" time="17.900"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_add_interface_router_missing_subnet" time="11.736"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_add_interface_router_null_router" time="5.594"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_add_interface_router_null_subnet" time="12.306"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port" time="9.345"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port_empty_name" time="9.802"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port_invalid_ip" time="7.290"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port_invalid_ip_to_subnet" time="7.546"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port_null_ip" time="7.497"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port_null_name" time="10.127"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port_null_network_object" time="0.988"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_router_simple" time="6.074"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_router_with_public_interface" time="6.576"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests" name="test_create_delete_simple_sec_grp" time="1.676"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests" name="test_create_list_sec_grp_no_rules" time="2.423"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests" name="test_create_sec_grp_no_name" time="0.499"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests" name="test_create_sec_grp_no_rules" time="1.596"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests" name="test_create_sec_grp_one_rule" time="3.096"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests" name="test_get_sec_grp_by_id" time="2.353"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsFloatingIpTests" name="test_floating_ips" time="3.313"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests" name="test_create_delete_keypair" time="1.039"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests" name="test_create_key_from_file" time="0.741"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests" name="test_create_keypair" time="1.015"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests" name="test_create_delete_flavor" time="0.700"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests" name="test_create_flavor" time="0.544"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceTests" name="test_create_instance" time="31.054"/>
<testcase classname="snaps.openstack.tests.create_flavor_tests.CreateFlavorTests" name="test_create_clean_flavor" time="1.219"/>
<testcase classname="snaps.openstack.tests.create_flavor_tests.CreateFlavorTests" name="test_create_delete_flavor" time="1.308"/>
<testcase classname="snaps.openstack.tests.create_flavor_tests.CreateFlavorTests" name="test_create_flavor" time="1.129"/>
<testcase classname="snaps.openstack.tests.create_flavor_tests.CreateFlavorTests" name="test_create_flavor_all_settings" time="1.260"/>
<testcase classname="snaps.openstack.tests.create_flavor_tests.CreateFlavorTests" name="test_create_flavor_existing" time="1.798"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests" name="test_create_stack" time="30.620"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests" name="test_create_stack_x2" time="57.441"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateComplexStackTests" name="test_get_settings_from_stack" time="53.741"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsFlavorTests" name="test_create_flavor_with_stack" time="5.940"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsKeypairTests" name="test_create_keypair_with_stack" time="6.016"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsSecurityGroupTests" name="test_create_security_group_with_stack" time="6.072"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests" name="test_create_delete_qos" time="1.336"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests" name="test_create_qos_back" time="0.938"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests" name="test_create_qos_both" time="0.834"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests" name="test_create_qos_front" time="0.762"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests" name="test_create_delete_volume" time="8.310"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests" name="test_create_simple_volume" time="8.025"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests" name="test_create_delete_volume_type" time="0.995"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests" name="test_create_simple_volume_type" time="0.916"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests" name="test_create_bad_key_size" time="0.807"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests" name="test_create_delete_encryption" time="1.191"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests" name="test_create_simple_encryption" time="0.979"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests" name="test_create_with_all_attrs" time="1.048"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests" name="test_create_with_encryption" time="1.119"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests" name="test_create_with_invalid_qos" time="0.862"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests" name="test_create_with_qos" time="0.960"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests" name="test_create_with_qos_and_encryption" time="1.203"/>
</testsuite>
