<testsuite errors="0" failures="0" name="" tests="89" time="376.388">
<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.585"/>
<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.522"/>
<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.595"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests" name="test_retrieve_ext_network_name" time="0.695"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests" name="test_nova_connect_fail" time="0.077"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests" name="test_nova_connect_success" time="0.499"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests" name="test_nova_get_hypervisor_hosts" time="0.548"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests" name="test_heat_connect_fail" time="0.035"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests" name="test_heat_connect_success" time="1.229"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests" name="test_cinder_connect_fail" time="0.028"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests" name="test_cinder_connect_success" time="0.686"/>
<testcase classname="snaps.openstack.tests.create_user_tests.CreateUserSuccessTests" name="test_create_admin_user" time="2.001"/>
<testcase classname="snaps.openstack.tests.create_user_tests.CreateUserSuccessTests" name="test_create_delete_user" time="2.016"/>
<testcase classname="snaps.openstack.tests.create_user_tests.CreateUserSuccessTests" name="test_create_user" time="1.837"/>
<testcase classname="snaps.openstack.tests.create_user_tests.CreateUserSuccessTests" name="test_create_user_2x" time="2.581"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests" name="test_create_delete_project" time="1.844"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests" name="test_create_project" time="1.509"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests" name="test_create_project_2x" time="2.037"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests" name="test_create_project_bad_domain" time="1.079"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests" name="test_create_project_quota_override" time="2.100"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests" name="test_update_quotas" time="2.292"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectUserTests" name="test_create_project_sec_grp_one_user" time="6.023"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectUserTests" name="test_create_project_sec_grp_two_users" time="8.392"/>
<testcase classname="snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests" name="test_create_image_minimal_file" time="1.121"/>
<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.625"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests" name="test_create_network_empty_name" time="0.454"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests" name="test_create_network_null_name" time="0.553"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests" name="test_create_subnet" time="7.199"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests" name="test_create_subnet_empty_cidr" time="2.126"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests" name="test_create_subnet_empty_name" time="6.892"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests" name="test_create_subnet_null_cidr" time="2.308"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests" name="test_create_subnet_null_name" time="5.573"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_add_interface_router" time="15.900"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_add_interface_router_missing_subnet" time="11.201"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_add_interface_router_null_router" time="7.721"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_add_interface_router_null_subnet" time="11.725"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port" time="10.081"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port_empty_name" time="9.868"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port_invalid_ip" time="7.255"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port_invalid_ip_to_subnet" time="7.771"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port_null_ip" time="7.242"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port_null_name" time="9.538"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port_null_network_object" time="1.030"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_router_simple" time="5.152"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_router_with_public_interface" time="5.335"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests" name="test_create_delete_simple_sec_grp" time="1.314"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests" name="test_create_list_sec_grp_no_rules" time="2.093"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests" name="test_create_sec_grp_no_name" time="0.461"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests" name="test_create_sec_grp_no_rules" time="1.535"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests" name="test_create_sec_grp_one_rule" time="2.457"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests" name="test_get_sec_grp_by_id" time="2.133"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsFloatingIpTests" name="test_floating_ips" time="3.266"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests" name="test_create_delete_keypair" time="1.210"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests" name="test_create_key_from_file" time="0.838"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests" name="test_create_keypair" time="0.869"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests" name="test_create_delete_flavor" time="0.726"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests" name="test_create_flavor" time="0.578"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceTests" name="test_create_instance" time="20.241"/>
<testcase classname="snaps.openstack.tests.create_flavor_tests.CreateFlavorTests" name="test_create_clean_flavor" time="1.406"/>
<testcase classname="snaps.openstack.tests.create_flavor_tests.CreateFlavorTests" name="test_create_delete_flavor" time="1.304"/>
<testcase classname="snaps.openstack.tests.create_flavor_tests.CreateFlavorTests" name="test_create_flavor" time="1.229"/>
<testcase classname="snaps.openstack.tests.create_flavor_tests.CreateFlavorTests" name="test_create_flavor_all_settings" time="1.341"/>
<testcase classname="snaps.openstack.tests.create_flavor_tests.CreateFlavorTests" name="test_create_flavor_existing" time="1.733"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests" name="test_create_stack" time="20.515"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests" name="test_create_stack_x2" time="39.311"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateComplexStackTests" name="test_get_settings_from_stack" time="44.628"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsFlavorTests" name="test_create_flavor_with_stack" time="5.877"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsKeypairTests" name="test_create_keypair_with_stack" time="6.118"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsSecurityGroupTests" name="test_create_security_group_with_stack" time="6.036"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests" name="test_create_delete_qos" time="1.083"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests" name="test_create_qos_back" time="1.037"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests" name="test_create_qos_both" time="0.800"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests" name="test_create_qos_front" time="0.788"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests" name="test_create_delete_volume" time="8.600"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests" name="test_create_simple_volume" time="8.015"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests" name="test_create_delete_volume_type" time="0.929"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests" name="test_create_simple_volume_type" time="0.913"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests" name="test_create_bad_key_size" time="0.821"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests" name="test_create_delete_encryption" time="1.675"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests" name="test_create_simple_encryption" time="1.022"/>
<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.196"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests" name="test_create_with_invalid_qos" time="0.959"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests" name="test_create_with_qos" time="1.019"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests" name="test_create_with_qos_and_encryption" time="1.333"/>
</testsuite>
