<testsuite errors="0" failures="0" name="" tests="89" time="576.942">
<testcase classname="snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests" name="test_glance_connect_fail" time="0.033"/>
<testcase classname="snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests" name="test_glance_connect_success" time="0.828"/>
<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.696"/>
<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.764"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests" name="test_retrieve_ext_network_name" time="0.838"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests" name="test_nova_connect_fail" time="0.108"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests" name="test_nova_connect_success" time="0.627"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests" name="test_nova_get_hypervisor_hosts" time="0.686"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests" name="test_heat_connect_fail" time="0.049"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests" name="test_heat_connect_success" time="1.663"/>
<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.738"/>
<testcase classname="snaps.openstack.tests.create_user_tests.CreateUserSuccessTests" name="test_create_admin_user" time="2.402"/>
<testcase classname="snaps.openstack.tests.create_user_tests.CreateUserSuccessTests" name="test_create_delete_user" time="2.425"/>
<testcase classname="snaps.openstack.tests.create_user_tests.CreateUserSuccessTests" name="test_create_user" time="2.307"/>
<testcase classname="snaps.openstack.tests.create_user_tests.CreateUserSuccessTests" name="test_create_user_2x" time="3.207"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests" name="test_create_delete_project" time="2.281"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests" name="test_create_project" time="1.981"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests" name="test_create_project_2x" time="2.637"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests" name="test_create_project_bad_domain" time="1.333"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests" name="test_create_project_quota_override" time="2.629"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests" name="test_update_quotas" time="2.891"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectUserTests" name="test_create_project_sec_grp_one_user" time="7.279"/>
<testcase classname="snaps.openstack.tests.create_project_tests.CreateProjectUserTests" name="test_create_project_sec_grp_two_users" time="10.129"/>
<testcase classname="snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests" name="test_create_image_minimal_file" time="6.152"/>
<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.423"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests" name="test_create_network_empty_name" time="0.619"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests" name="test_create_network_null_name" time="0.552"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests" name="test_create_subnet" time="8.051"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests" name="test_create_subnet_empty_cidr" time="3.055"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests" name="test_create_subnet_empty_name" time="6.570"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests" name="test_create_subnet_null_cidr" time="2.787"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests" name="test_create_subnet_null_name" time="6.604"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_add_interface_router" time="18.984"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_add_interface_router_missing_subnet" time="13.906"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_add_interface_router_null_router" time="8.700"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_add_interface_router_null_subnet" time="15.984"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port" time="11.577"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port_empty_name" time="11.658"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port_invalid_ip" time="9.466"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port_invalid_ip_to_subnet" time="9.694"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port_null_ip" time="10.041"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port_null_name" time="11.922"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_port_null_network_object" time="1.319"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_router_simple" time="6.295"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests" name="test_create_router_with_public_interface" time="6.834"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests" name="test_create_delete_simple_sec_grp" time="1.576"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests" name="test_create_list_sec_grp_no_rules" time="2.410"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests" name="test_create_sec_grp_no_name" time="0.573"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests" name="test_create_sec_grp_no_rules" time="1.568"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests" name="test_create_sec_grp_one_rule" time="2.972"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests" name="test_get_sec_grp_by_id" time="2.543"/>
<testcase classname="snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsFloatingIpTests" name="test_floating_ips" time="4.824"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests" name="test_create_delete_keypair" time="2.542"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests" name="test_create_key_from_file" time="0.932"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests" name="test_create_keypair" time="2.505"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests" name="test_create_delete_flavor" time="0.815"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests" name="test_create_flavor" time="0.736"/>
<testcase classname="snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceTests" name="test_create_instance" time="47.801"/>
<testcase classname="snaps.openstack.tests.create_flavor_tests.CreateFlavorTests" name="test_create_clean_flavor" time="1.520"/>
<testcase classname="snaps.openstack.tests.create_flavor_tests.CreateFlavorTests" name="test_create_delete_flavor" time="1.579"/>
<testcase classname="snaps.openstack.tests.create_flavor_tests.CreateFlavorTests" name="test_create_flavor" time="1.610"/>
<testcase classname="snaps.openstack.tests.create_flavor_tests.CreateFlavorTests" name="test_create_flavor_all_settings" time="1.890"/>
<testcase classname="snaps.openstack.tests.create_flavor_tests.CreateFlavorTests" name="test_create_flavor_existing" time="2.170"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests" name="test_create_stack" time="78.288"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests" name="test_create_stack_x2" time="56.836"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateComplexStackTests" name="test_get_settings_from_stack" time="68.134"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsFlavorTests" name="test_create_flavor_with_stack" time="6.686"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsKeypairTests" name="test_create_keypair_with_stack" time="15.466"/>
<testcase classname="snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsSecurityGroupTests" name="test_create_security_group_with_stack" time="7.445"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests" name="test_create_delete_qos" time="1.650"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests" name="test_create_qos_back" time="1.210"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests" name="test_create_qos_both" time="1.007"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests" name="test_create_qos_front" time="0.968"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests" name="test_create_delete_volume" time="8.947"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests" name="test_create_simple_volume" time="13.834"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests" name="test_create_delete_volume_type" time="1.679"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests" name="test_create_simple_volume_type" time="1.173"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests" name="test_create_bad_key_size" time="1.083"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests" name="test_create_delete_encryption" time="1.528"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests" name="test_create_simple_encryption" time="1.283"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests" name="test_create_with_all_attrs" time="1.167"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests" name="test_create_with_encryption" time="1.290"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests" name="test_create_with_invalid_qos" time="1.187"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests" name="test_create_with_qos" time="1.120"/>
<testcase classname="snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests" name="test_create_with_qos_and_encryption" time="1.595"/>
</testsuite>
