<testsuite errors="0" failures="0" name="" tests="89" time="364.388">
<testcase classname="snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests" name="test_glance_connect_fail" time="0.024"/>
<testcase classname="snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests" name="test_glance_connect_success" time="0.556"/>
<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.531"/>
<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.608"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests" name="test_retrieve_ext_network_name" time="0.671"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests" name="test_nova_connect_fail" time="0.107"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests" name="test_nova_connect_success" time="0.484"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests" name="test_nova_get_hypervisor_hosts" time="0.549"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests" name="test_heat_connect_fail" time="0.048"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests" name="test_heat_connect_success" time="1.280"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests" name="test_cinder_connect_fail" time="0.037"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests" name="test_cinder_connect_success" time="0.703"/>
<testcase classname="snaps.openstack.tests.create_user_tests.CreateUserSuccessTests" name="test_create_admin_user" time="1.956"/>
<testcase classname="snaps.openstack.tests.create_user_tests.CreateUserSuccessTests" name="test_create_delete_user" time="1.913"/>
<testcase classname="snaps.openstack.tests.create_user_tests.CreateUserSuccessTests" name="test_create_user" time="1.805"/>
<testcase classname="snaps.openstack.tests.create_user_tests.CreateUserSuccessTests" name="test_create_user_2x" time="2.370"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests" name="test_create_delete_project" time="1.686"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests" name="test_create_project" time="1.437"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests" name="test_create_project_2x" time="1.978"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests" name="test_create_project_bad_domain" time="1.045"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests" name="test_create_project_quota_override" time="1.887"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests" name="test_update_quotas" time="2.088"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectUserTests" name="test_create_project_sec_grp_one_user" time="5.214"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectUserTests" name="test_create_project_sec_grp_two_users" time="8.022"/>
<testcase classname="snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests" name="test_create_image_minimal_file" time="1.015"/>
<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.701"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests" name="test_create_network_empty_name" time="0.456"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests" name="test_create_network_null_name" time="0.441"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests" name="test_create_subnet" time="6.529"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests" name="test_create_subnet_empty_cidr" time="2.175"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests" name="test_create_subnet_empty_name" time="5.991"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests" name="test_create_subnet_null_cidr" time="2.192"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests" name="test_create_subnet_null_name" time="6.199"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_add_interface_router" time="17.260"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_add_interface_router_missing_subnet" time="11.523"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_add_interface_router_null_router" time="6.021"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_add_interface_router_null_subnet" time="11.687"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port" time="8.690"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port_empty_name" time="9.038"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port_invalid_ip" time="6.814"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port_invalid_ip_to_subnet" time="6.970"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port_null_ip" time="6.636"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port_null_name" time="8.712"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port_null_network_object" time="1.060"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_router_simple" time="6.601"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_router_with_public_interface" time="6.734"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests" name="test_create_delete_simple_sec_grp" time="1.208"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests" name="test_create_list_sec_grp_no_rules" time="2.095"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests" name="test_create_sec_grp_no_name" time="0.432"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests" name="test_create_sec_grp_no_rules" time="1.167"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests" name="test_create_sec_grp_one_rule" time="1.952"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests" name="test_get_sec_grp_by_id" time="1.857"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsFloatingIpTests" name="test_floating_ips" time="3.388"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests" name="test_create_delete_keypair" time="1.188"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests" name="test_create_key_from_file" time="0.702"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests" name="test_create_keypair" time="0.773"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests" name="test_create_delete_flavor" time="0.687"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests" name="test_create_flavor" time="0.522"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceTests" name="test_create_instance" time="20.685"/>
<testcase classname="snaps.openstack.tests.create_flavor_tests.CreateFlavorTests" name="test_create_clean_flavor" time="1.196"/>
<testcase classname="snaps.openstack.tests.create_flavor_tests.CreateFlavorTests" name="test_create_delete_flavor" time="1.212"/>
<testcase classname="snaps.openstack.tests.create_flavor_tests.CreateFlavorTests" name="test_create_flavor" time="1.151"/>
<testcase classname="snaps.openstack.tests.create_flavor_tests.CreateFlavorTests" name="test_create_flavor_all_settings" time="1.307"/>
<testcase classname="snaps.openstack.tests.create_flavor_tests.CreateFlavorTests" name="test_create_flavor_existing" time="1.833"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests" name="test_create_stack" time="20.139"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests" name="test_create_stack_x2" time="38.009"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateComplexStackTests" name="test_get_settings_from_stack" time="43.754"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsFlavorTests" name="test_create_flavor_with_stack" time="5.537"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsKeypairTests" name="test_create_keypair_with_stack" time="6.010"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsSecurityGroupTests" name="test_create_security_group_with_stack" time="5.665"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests" name="test_create_delete_qos" time="1.093"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests" name="test_create_qos_back" time="0.838"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests" name="test_create_qos_both" time="0.726"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests" name="test_create_qos_front" time="0.718"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests" name="test_create_delete_volume" time="8.168"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests" name="test_create_simple_volume" time="7.901"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests" name="test_create_delete_volume_type" time="0.942"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests" name="test_create_simple_volume_type" time="0.947"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests" name="test_create_bad_key_size" time="0.732"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests" name="test_create_delete_encryption" time="1.165"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests" name="test_create_simple_encryption" time="0.961"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests" name="test_create_with_all_attrs" time="1.004"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests" name="test_create_with_encryption" time="1.138"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests" name="test_create_with_invalid_qos" time="0.882"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests" name="test_create_with_qos" time="0.965"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests" name="test_create_with_qos_and_encryption" time="1.270"/>
</testsuite>
