2018-04-11 21:33:24,142 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-virtual-daily-fraser-12 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | compass | | DEPLOY_SCENARIO | os-nosdn-kvm-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-virtual4 | +--------------------------------------+----------------------------------------------------------+ 2018-04-11 21:33:24,144 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Ansible managed export LC_ALL=C # COMMON CINDER ENVS export CINDER_ENDPOINT_TYPE=publicURL # COMMON NOVA ENVS export NOVA_ENDPOINT_TYPE=publicURL # COMMON OPENSTACK ENVS export OS_ENDPOINT_TYPE=publicURL export OS_INTERFACE=publicURL export OS_USERNAME=admin export OS_PASSWORD='d4214d21b83bb80620' export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_AUTH_URL=https://192.16.1.222:5000/v3 export OS_NO_CACHE=1 export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_REGION_NAME=RegionOne # For openstackclient export OS_IDENTITY_API_VERSION=3 export OS_AUTH_VERSION=3 export OS_AUTH_TYPE=password export SDN_CONTROLLER_IP=192.16.1.222 export OS_CACERT=/home/opnfv/functest/conf/os_cacert 2018-04-11 21:33:24,145 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-11 21:33:24,146 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-04-11 21:33:24,147 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-11 21:33:24,147 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-11 21:33:25,648 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-11 21:33:35,166 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 9.512s OK 2018-04-11 21:33:35,772 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 21:33:35,772 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-11 21:33:35,774 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-11 21:33:36,452 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-11 21:41:52,570 - xtesting.core.unit - DEBUG - test_create_project_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_user_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_credentials (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_service (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_with_each_interface (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_grant_user_role_to_project (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_admin_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user_2x (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_2x (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_bad_domain (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_quota_override (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_update_quotas (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_sec_grp_one_user (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_project_sec_grp_two_users (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_image_minimal_file (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_image_minimal_url (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_network (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_add_interface_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_missing_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip_to_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_network_object (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_simple (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_with_public_interface (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_delete_simple_sec_grp (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_rules (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_one_rule (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_get_sec_grp_by_id (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_floating_ips (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsFloatingIpTests) ... ok test_create_delete_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_key_from_file (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_delete_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_instance (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceTests) ... ok test_add_remove_volume (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_attach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_detach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_create_clean_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_delete_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_all_settings (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_existing (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_create_stack_x2 (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_get_settings_from_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateComplexStackTests) ... ok test_create_flavor_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsFlavorTests) ... ok test_create_keypair_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsKeypairTests) ... ok test_create_security_group_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsSecurityGroupTests) ... ok test_create_delete_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_back (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_both (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_front (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_delete_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_simple_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_delete_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_simple_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_bad_key_size (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_delete_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_simple_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_all_attrs (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_invalid_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos_and_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok ---------------------------------------------------------------------- Ran 84 tests in 496.088s OK 2018-04-11 21:41:53,166 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 21:41:53,167 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 08:16 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-11 21:41:53,169 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-11 21:41:53,967 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-11 21:42:31,753 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 37.785s OK 2018-04-11 21:42:32,378 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 21:42:32,378 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:38 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-11 21:42:32,380 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 08:16 | PASS | | snaps_health_check | functest | healthcheck | 00:38 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-11 21:42:32,382 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-11 21:43:20,491 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-virtual-daily-fraser-12 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | compass | | DEPLOY_SCENARIO | os-nosdn-kvm-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-virtual4 | +--------------------------------------+----------------------------------------------------------+ 2018-04-11 21:43:20,494 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Ansible managed export LC_ALL=C # COMMON CINDER ENVS export CINDER_ENDPOINT_TYPE=publicURL # COMMON NOVA ENVS export NOVA_ENDPOINT_TYPE=publicURL # COMMON OPENSTACK ENVS export OS_ENDPOINT_TYPE=publicURL export OS_INTERFACE=publicURL export OS_USERNAME=admin export OS_PASSWORD='d4214d21b83bb80620' export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_AUTH_URL=https://192.16.1.222:5000/v3 export OS_NO_CACHE=1 export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_REGION_NAME=RegionOne # For openstackclient export OS_IDENTITY_API_VERSION=3 export OS_AUTH_VERSION=3 export OS_AUTH_TYPE=password export SDN_CONTROLLER_IP=192.16.1.222 export OS_CACERT=/home/opnfv/functest/conf/os_cacert 2018-04-11 21:43:20,494 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-11 21:43:20,495 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-04-11 21:43:20,497 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-11 21:43:20,497 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-11 21:43:22,264 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/huawei-virtual4 2018-04-11 21:43:22,264 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-11 21:43:23,319 - xtesting.energy.energy - INFO - No current running scenario at http://energy.opnfv.fr/resources/recorders/environment/huawei-virtual4 2018-04-11 21:43:23,319 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-11 21:43:23,319 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-04-11 21:43:24,357 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-11 21:43:24,358 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-11 21:43:24' 2018-04-11 21:43:24,358 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--b0ac179f-ff57-47c8-8282-eba327a16453' 2018-04-11 21:43:26,046 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-b0ac179f-ff57-47c8-8282-eba327a16453' 2018-04-11 21:43:28,865 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-b0ac179f-ff57-47c8-8282-eba327a16453' 2018-04-11 21:43:35,460 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-b0ac179f-ff57-47c8-8282-eba327a16453' 2018-04-11 21:43:36,155 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-b0ac179f-ff57-47c8-8282-eba327a16453' 2018-04-11 21:43:36,883 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-b0ac179f-ff57-47c8-8282-eba327a16453' 2018-04-11 21:43:41,148 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-b0ac179f-ff57-47c8-8282-eba327a16453' 2018-04-11 21:43:44,889 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-b0ac179f-ff57-47c8-8282-eba327a16453' 2018-04-11 21:44:03,075 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-11 21:44:11,408 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-11 21:44:11,492 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-11 21:44:12,501 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-11 21:44:29,933 - xtesting.energy.energy - DEBUG - Stopping recording 2018-04-11 21:44:31,375 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 21:44:31,375 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:48 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-11 21:44:31,377 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-11 21:44:31,455 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-11 21:44:31,456 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-11 21:44:31' 2018-04-11 21:44:31,456 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--5070f75d-cdbe-4f8c-8e9a-ab5895e86dac' 2018-04-11 21:44:32,687 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-5070f75d-cdbe-4f8c-8e9a-ab5895e86dac' 2018-04-11 21:44:34,755 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-5070f75d-cdbe-4f8c-8e9a-ab5895e86dac' 2018-04-11 21:44:41,461 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-5070f75d-cdbe-4f8c-8e9a-ab5895e86dac' 2018-04-11 21:44:42,115 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-5070f75d-cdbe-4f8c-8e9a-ab5895e86dac' 2018-04-11 21:44:46,319 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-5070f75d-cdbe-4f8c-8e9a-ab5895e86dac' 2018-04-11 21:44:50,647 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-11 21:44:59,385 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-11 21:45:01,544 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.12. Waiting for response... 2018-04-11 21:45:12,541 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-11 21:45:27,158 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 21:45:27,158 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:41 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-11 21:45:27,161 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-11 21:45:27,270 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-11 21:45:33,680 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-11 21:45:33.551 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=33758e49-8c52-4686-abee-d1c3a50dd5ed) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 33758e49-8c52-4686-abee-d1c3a50dd5ed | 2018-04-11T21:45:33 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 33758e49-8c52-4686-abee-d1c3a50dd5ed ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-11 21:45:37,755 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-04-11 21:45:37,755 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-11 21:45:44,931 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-11 21:45:43.498 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-11 21:45:43.554 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-11 21:45:44.789 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7fbe278f-d37e-4c01-9c3a-37cee613b376) has been successfully created! Using verifier 'opnfv-tempest' (UUID=7fbe278f-d37e-4c01-9c3a-37cee613b376) as the default verifier for the future CLI operations. 2018-04-11 21:45:49,013 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-11 21:45:51,042 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-11 21:45:54,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-11 21:46:00,773 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-11 21:45:59.684 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=7fbe278f-d37e-4c01-9c3a-37cee613b376) for deployment 'opnfv-rally' (UUID=33758e49-8c52-4686-abee-d1c3a50dd5ed). 2018-04-11 21:46:00.652 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7fbe278f-d37e-4c01-9c3a-37cee613b376) has been successfully configured for deployment 'opnfv-rally' (UUID=33758e49-8c52-4686-abee-d1c3a50dd5ed)! 2018-04-11 21:46:00,773 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-11 21:46:00,773 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-11 21:46:00,774 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-11 21:46:00,786 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-11 21:46:04,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-7fbe278f-d37e-4c01-9c3a-37cee613b376/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-11 21:46:04,783 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-11 21:46:04,795 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-11 21:46:04,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-04-11 21:46:07,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:46:07.594 55 INFO rally.api [-] Starting verification (UUID=08da8d41-80d0-4ede-a4f7-8e8abe07ac0d) for deployment 'opnfv-rally' (UUID=33758e49-8c52-4686-abee-d1c3a50dd5ed) by verifier 'opnfv-tempest' (UUID=7fbe278f-d37e-4c01-9c3a-37cee613b376). 2018-04-11 21:46:07,595 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 08da8d41-80d0-4ede-a4f7-8e8abe07ac0d 2018-04-11 21:46:14,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:46:14.450 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.094s] 2018-04-11 21:46:14,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:46:14.539 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.088s] 2018-04-11 21:46:20,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:46:20.350 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.721s] 2018-04-11 21:46:21,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:46:21.684 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.334s] 2018-04-11 21:46:30,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:46:30.393 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.567s] 2018-04-11 21:46:48,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:46:48.413 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [12.291s] 2018-04-11 21:47:18,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:47:18.334 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.128s] 2018-04-11 21:47:18,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:47:18.335 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-11 21:47:49,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:47:49.751 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.146s] 2018-04-11 21:47:49,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:47:49.752 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-11 21:48:20,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:48:20.540 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.119s] 2018-04-11 21:48:20,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:48:20.542 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-11 21:49:22,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:49:22.418 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [31.359s] 2018-04-11 21:49:43,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:49:43.403 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.086s] 2018-04-11 21:49:43,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:49:43.558 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.155s] 2018-04-11 21:49:51,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:49:51.094 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.745s] 2018-04-11 21:49:51,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:49:51.106 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2018-04-11 21:49:52,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:49:52.476 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-11 21:49:52,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:49:52.476 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-11 21:49:56,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:49:56.318 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.146s] 2018-04-11 21:50:02,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:50:02.206 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.025s] 2018-04-11 21:50:08,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:50:08.320 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.577s] 2018-04-11 21:50:15,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:50:15.632 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.372s] 2018-04-11 21:50:24,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:50:24.531 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.877s] 2018-04-11 21:50:30,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:50:30.589 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.149s] 2018-04-11 21:50:36,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:50:36.243 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.091s] 2018-04-11 21:50:42,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:50:42.531 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.201s] 2018-04-11 21:50:49,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:50:49.118 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.192s] 2018-04-11 21:50:56,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:50:56.594 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.331s] 2018-04-11 21:50:58,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:50:58.531 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-11 21:51:00,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:51:00.712 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.018s] 2018-04-11 21:51:00,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:51:00.730 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.019s] 2018-04-11 21:51:00,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:51:00.798 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.067s] 2018-04-11 21:51:00,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:51:00.806 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.008s] 2018-04-11 21:51:04,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:51:04.360 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.323s] 2018-04-11 21:51:04,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:51:04.969 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.609s] 2018-04-11 21:51:05,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:51:05.902 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.931s] 2018-04-11 21:51:11,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:51:11.336 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-04-11 21:51:15,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:51:15.719 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.909s] 2018-04-11 21:51:30,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:51:30.570 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.464s] 2018-04-11 21:51:35,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:51:35.515 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.945s] 2018-04-11 21:51:48,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:51:48.198 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.936s] 2018-04-11 21:51:51,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:51:51.880 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.681s] 2018-04-11 21:51:58,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:51:58.901 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.020s] 2018-04-11 21:52:09,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:52:09.559 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.258s] 2018-04-11 21:52:13,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:52:13.285 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.725s] 2018-04-11 21:52:17,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:52:17.452 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.166s] 2018-04-11 21:52:34,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:52:34.767 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.616s] 2018-04-11 21:52:35,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:52:35.038 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.269s] 2018-04-11 21:52:35,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:52:35.239 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.202s] 2018-04-11 21:52:35,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:52:35.358 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.118s] 2018-04-11 21:52:35,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:52:35.564 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.206s] 2018-04-11 21:52:35,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:52:35.866 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.302s] 2018-04-11 21:52:49,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:52:49.154 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.671s] 2018-04-11 21:52:49,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:52:49.431 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.276s] 2018-04-11 21:52:49,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:52:49.604 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.173s] 2018-04-11 21:52:49,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:52:49.708 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.103s] 2018-04-11 21:52:49,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:52:49.875 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.167s] 2018-04-11 21:52:49,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:52:49.959 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.084s] 2018-04-11 21:53:02,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:53:02.557 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.572s] 2018-04-11 21:53:09,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:53:09.695 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [7.138s] 2018-04-11 21:53:11,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:53:11.870 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.174s] 2018-04-11 21:53:11,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:53:11.990 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.120s] 2018-04-11 21:53:12,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:53:12.082 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.091s] 2018-04-11 21:53:24,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:53:24.381 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.013s] 2018-04-11 21:53:30,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:53:30.645 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.263s] 2018-04-11 21:53:32,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:53:32.918 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.272s] 2018-04-11 21:53:33,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:53:33.022 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.105s] 2018-04-11 21:53:33,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:53:33.107 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.084s] 2018-04-11 21:53:50,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:53:50.015 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [11.036s] 2018-04-11 21:53:56,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:53:56.814 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [6.797s] 2018-04-11 21:54:02,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:54:02.998 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [6.184s] 2018-04-11 21:54:07,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:54:07.048 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [4.049s] 2018-04-11 21:54:32,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:54:32.220 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [11.425s] 2018-04-11 21:54:39,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:54:39.126 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [6.906s] 2018-04-11 21:54:45,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:54:45.279 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [6.153s] 2018-04-11 21:54:49,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:54:49.774 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.493s] 2018-04-11 21:55:03,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:55:03.992 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.115s] 2018-04-11 21:55:05,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:55:05.606 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.612s] 2018-04-11 21:55:05,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:55:05.676 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.072s] 2018-04-11 21:55:10,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:55:10.057 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.140s] 2018-04-11 21:55:11,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:55:11.580 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.521s] 2018-04-11 21:55:11,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:55:11.650 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.072s] 2018-04-11 21:55:15,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:55:15.776 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.654s] 2018-04-11 21:55:19,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:55:19.274 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.013s] 2018-04-11 21:55:20,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:55:20.593 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-11 21:55:20,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:55:20.594 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-11 21:55:20,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:55:20.595 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-11 21:55:20,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:55:20.595 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-11 21:55:20,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:55:20.595 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-11 21:55:22,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:55:22.735 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2018-04-11 21:55:35,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:55:35.754 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [7.858s] 2018-04-11 21:55:46,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:55:46.328 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.063s] 2018-04-11 21:55:55,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:55:55.361 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.031s] 2018-04-11 21:56:04,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:56:04.195 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.077s] 2018-04-11 21:56:37,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:56:37.256 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [26.911s] 2018-04-11 21:57:25,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:57:25.052 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [37.685s] 2018-04-11 21:57:31,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:57:31.680 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode ... skip: Less than 2 compute nodes, skipping multinode tests. 2018-04-11 21:57:33,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '08da8d41-80d0-4ede-a4f7-8e8abe07ac0d']'. 2018-04-11 21:57:34,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-11 21:57:34,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-11 21:57:34,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-11 21:57:34,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 08da8d41-80d0-4ede-a4f7-8e8abe07ac0d | 2018-04-11 21:57:34,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-11 21:57:34,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-11 21:46:07 | 2018-04-11 21:57:34,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-11 21:57:33 | 2018-04-11 21:57:34,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:11:26 | 2018-04-11 21:57:34,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-11 21:57:34,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-11 21:57:34,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-11 21:57:34,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 7fbe278f-d37e-4c01-9c3a-37cee613b376) | 2018-04-11 21:57:34,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-11 21:57:34,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 33758e49-8c52-4686-abee-d1c3a50dd5ed) | 2018-04-11 21:57:34,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-11 21:57:34,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 679.422 | 2018-04-11 21:57:34,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 88 | 2018-04-11 21:57:34,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 20 | 2018-04-11 21:57:34,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-11 21:57:34,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-11 21:57:34,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-04-11 21:57:34,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-11 21:57:34,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-11 21:57:34,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8764044944% 2018-04-11 21:57:40,349 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 21:57:40,349 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 11:51 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-04-11 21:57:40,352 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-04-11 21:57:40,352 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-11 21:57:40,443 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-11 21:57:41,363 - xtesting.energy.energy - INFO - No current running scenario at http://energy.opnfv.fr/resources/recorders/environment/huawei-virtual4 2018-04-11 21:57:41,363 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-11 21:57:41,364 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-04-11 21:57:42,243 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-11 21:57:45,192 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-11 21:57:44.995 98 INFO rally.deployment.engine [-] Deployment 33758e49-8c52-4686-abee-d1c3a50dd5ed | Starting: Destroy cloud and free allocated resources. 2018-04-11 21:57:45.007 98 INFO rally.deployment.engine [-] Deployment 33758e49-8c52-4686-abee-d1c3a50dd5ed | Completed: Destroy cloud and free allocated resources. 2018-04-11 21:57:45.030 98 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=7fbe278f-d37e-4c01-9c3a-37cee613b376) for deployment 'opnfv-rally'. 2018-04-11 21:57:45.041 98 INFO rally.api [-] Deleting verification (UUID=08da8d41-80d0-4ede-a4f7-8e8abe07ac0d). 2018-04-11 21:57:45.062 98 INFO rally.api [-] Verification has been successfully deleted! 2018-04-11 21:57:45.063 98 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=7fbe278f-d37e-4c01-9c3a-37cee613b376). 2018-04-11 21:57:45.076 98 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-11 21:57:48,139 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-11 21:57:48.005 101 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=93cd4280-7ab5-40c6-a78f-fec06acce13e) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 93cd4280-7ab5-40c6-a78f-fec06acce13e | 2018-04-11T21:57:47 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 93cd4280-7ab5-40c6-a78f-fec06acce13e ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-11 21:57:52,231 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-04-11 21:57:52,231 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-11 21:57:53,666 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-26474877-3112-4f83-b154-2a48a5fac80a'... 2018-04-11 21:57:55,201 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-26474877-3112-4f83-b154-2a48a5fac80a'... 2018-04-11 21:57:56,903 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-26474877-3112-4f83-b154-2a48a5fac80a'... 2018-04-11 21:58:03,108 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-26474877-3112-4f83-b154-2a48a5fac80a'... 2018-04-11 21:58:03,756 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-26474877-3112-4f83-b154-2a48a5fac80a'... 2018-04-11 21:58:04,403 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-11 21:58:04,421 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-04-11 21:58:04,422 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-11 21:58:04,431 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete', u'NovaServers.boot_and_migrate_server', u'NovaServers.boot_server_attach_created_volume_and_live_migrate', u'NovaServers.boot_and_live_migrate_server', u'NovaServers.boot_server_from_volume_and_live_migrate'] 2018-04-11 21:58:04,432 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'ext-net', 'service_list': ['authenticate'], 'concurrency': 4, 'netid': '35bb23b1-0c13-44e1-a532-41608332ef62', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-26474877-3112-4f83-b154-2a48a5fac80a', 'flavor_name': 'rally-tiny-26474877-3112-4f83-b154-2a48a5fac80a', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-26474877-3112-4f83-b154-2a48a5fac80a', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-11 21:59:03,523 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 528b900b-5a6a-4935-b59e-ecf8d08c0461 2018-04-11 21:59:03,523 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-11 21:59:03,524 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '528b900b-5a6a-4935-b59e-ecf8d08c0461'] 2018-04-11 21:59:04,839 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 528b900b-5a6a-4935-b59e-ecf8d08c0461: finished -------------------------------------------------------------------------------- test scenario Authenticate.keystone args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 528b900b-5a6a-4935-b59e-ecf8d08c0461 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.keystone | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | total | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | -> duration | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.728196 Full duration: 7.635795 -------------------------------------------------------------------------------- test scenario Authenticate.validate_cinder args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 528b900b-5a6a-4935-b59e-ecf8d08c0461 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_cinder | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 100.0% | 1 | | total | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 100.0% | 1 | | -> duration | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.810735 Full duration: 7.27688 -------------------------------------------------------------------------------- test scenario Authenticate.validate_glance args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 528b900b-5a6a-4935-b59e-ecf8d08c0461 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_glance | 0.227 | 0.227 | 0.227 | 0.227 | 0.227 | 0.227 | 100.0% | 1 | | total | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 100.0% | 1 | | -> duration | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.805879 Full duration: 7.45836 -------------------------------------------------------------------------------- test scenario Authenticate.validate_heat args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 528b900b-5a6a-4935-b59e-ecf8d08c0461 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_heat | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | total | 1.396 | 1.396 | 1.396 | 1.396 | 1.396 | 1.396 | 100.0% | 1 | | -> duration | 1.396 | 1.396 | 1.396 | 1.396 | 1.396 | 1.396 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.395997 Full duration: 7.730968 -------------------------------------------------------------------------------- test scenario Authenticate.validate_neutron args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 528b900b-5a6a-4935-b59e-ecf8d08c0461 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_neutron | 0.446 | 0.446 | 0.446 | 0.446 | 0.446 | 0.446 | 100.0% | 1 | | total | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 100.0% | 1 | | -> duration | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.040713 Full duration: 7.537979 -------------------------------------------------------------------------------- test scenario Authenticate.validate_nova args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 528b900b-5a6a-4935-b59e-ecf8d08c0461 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_nova | 0.214 | 0.214 | 0.214 | 0.214 | 0.214 | 0.214 | 100.0% | 1 | | total | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 100.0% | 1 | | -> duration | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.855234 Full duration: 7.308294 HINTS: * To plot HTML graphics with this data, run: rally task report 528b900b-5a6a-4935-b59e-ecf8d08c0461 --out output.html * To generate a JUnit report, run: rally task export 528b900b-5a6a-4935-b59e-ecf8d08c0461 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 528b900b-5a6a-4935-b59e-ecf8d08c0461 --json --out output.json 2018-04-11 21:59:04,839 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '528b900b-5a6a-4935-b59e-ecf8d08c0461'] 2018-04-11 21:59:06,112 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-11 21:59:06,112 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '528b900b-5a6a-4935-b59e-ecf8d08c0461', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-11 21:59:06,117 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-11 21:59:06,117 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-11 21:59:06,224 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-04-11 21:59:06,224 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-11 21:59:06,233 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete', u'NovaServers.boot_and_migrate_server', u'NovaServers.boot_server_attach_created_volume_and_live_migrate', u'NovaServers.boot_and_live_migrate_server', u'NovaServers.boot_server_from_volume_and_live_migrate'] 2018-04-11 21:59:06,234 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'ext-net', 'service_list': ['glance'], 'concurrency': 4, 'netid': '35bb23b1-0c13-44e1-a532-41608332ef62', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-26474877-3112-4f83-b154-2a48a5fac80a', 'flavor_name': 'rally-tiny-26474877-3112-4f83-b154-2a48a5fac80a', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-26474877-3112-4f83-b154-2a48a5fac80a', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-11 22:00:29,968 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e7d89dc5-6838-4508-b7fd-436470363a70 2018-04-11 22:00:29,969 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e7d89dc5-6838-4508-b7fd-436470363a70'] 2018-04-11 22:00:31,251 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e7d89dc5-6838-4508-b7fd-436470363a70: finished -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_delete_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task e7d89dc5-6838-4508-b7fd-436470363a70 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.58 | 3.58 | 3.58 | 3.58 | 3.58 | 3.58 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.069 | 0.069 | 0.069 | 0.069 | 0.069 | 0.069 | 100.0% | 1 | | -> glance_v2.upload_data | 1.369 | 1.369 | 1.369 | 1.369 | 1.369 | 1.369 | 100.0% | 1 | | glance_v2.delete_image | 1.047 | 1.047 | 1.047 | 1.047 | 1.047 | 1.047 | 100.0% | 1 | | total | 4.627 | 4.627 | 4.627 | 4.627 | 4.627 | 4.627 | 100.0% | 1 | | -> duration | 4.627 | 4.627 | 4.627 | 4.627 | 4.627 | 4.627 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.627051 Full duration: 12.893532 -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_list_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task e7d89dc5-6838-4508-b7fd-436470363a70 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.454 | 3.454 | 3.454 | 3.454 | 3.454 | 3.454 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | -> glance_v2.upload_data | 1.14 | 1.14 | 1.14 | 1.14 | 1.14 | 1.14 | 100.0% | 1 | | glance_v2.list_images | 0.057 | 0.057 | 0.057 | 0.057 | 0.057 | 0.057 | 100.0% | 1 | | total | 3.511 | 3.511 | 3.511 | 3.511 | 3.511 | 3.511 | 100.0% | 1 | | -> duration | 3.511 | 3.511 | 3.511 | 3.511 | 3.511 | 3.511 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.511201 Full duration: 14.21065 -------------------------------------------------------------------------------- test scenario GlanceImages.list_images args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task e7d89dc5-6838-4508-b7fd-436470363a70 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.list_images | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 100.0% | 1 | | total | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 100.0% | 1 | | -> duration | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.168369 Full duration: 7.641188 -------------------------------------------------------------------------------- test scenario GlanceImages.create_image_and_boot_instances args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img", "flavor": { "name": "rally-tiny-26474877-3112-4f83-b154-2a48a5fac80a" }, "number_instances": 2, "nics": [ { "net-id": "35bb23b1-0c13-44e1-a532-41608332ef62" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task e7d89dc5-6838-4508-b7fd-436470363a70 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 2.798 | 2.798 | 2.798 | 2.798 | 2.798 | 2.798 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.067 | 0.067 | 0.067 | 0.067 | 0.067 | 0.067 | 100.0% | 1 | | -> glance_v2.upload_data | 0.555 | 0.555 | 0.555 | 0.555 | 0.555 | 0.555 | 100.0% | 1 | | nova.boot_servers | 9.958 | 9.958 | 9.958 | 9.958 | 9.958 | 9.958 | 100.0% | 1 | | total | 12.756 | 12.756 | 12.756 | 12.756 | 12.756 | 12.756 | 100.0% | 1 | | -> duration | 11.756 | 11.756 | 11.756 | 11.756 | 11.756 | 11.756 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.756041 Full duration: 31.814543 HINTS: * To plot HTML graphics with this data, run: rally task report e7d89dc5-6838-4508-b7fd-436470363a70 --out output.html * To generate a JUnit report, run: rally task export e7d89dc5-6838-4508-b7fd-436470363a70 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e7d89dc5-6838-4508-b7fd-436470363a70 --json --out output.json 2018-04-11 22:00:31,251 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e7d89dc5-6838-4508-b7fd-436470363a70'] 2018-04-11 22:00:32,522 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-11 22:00:32,522 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e7d89dc5-6838-4508-b7fd-436470363a70', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-11 22:00:32,527 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-11 22:00:32,527 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-11 22:00:32,527 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-04-11 22:00:32,528 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-11 22:00:32,538 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete', u'NovaServers.boot_and_migrate_server', u'NovaServers.boot_server_attach_created_volume_and_live_migrate', u'NovaServers.boot_and_live_migrate_server', u'NovaServers.boot_server_from_volume_and_live_migrate'] 2018-04-11 22:00:32,539 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'ext-net', 'service_list': ['cinder'], 'concurrency': 4, 'netid': '35bb23b1-0c13-44e1-a532-41608332ef62', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-26474877-3112-4f83-b154-2a48a5fac80a', 'flavor_name': 'rally-tiny-26474877-3112-4f83-b154-2a48a5fac80a', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-26474877-3112-4f83-b154-2a48a5fac80a', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-11 22:03:37,818 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c1345194-9b41-4499-b0b8-850e56f7f376 2018-04-11 22:03:37,818 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'c1345194-9b41-4499-b0b8-850e56f7f376'] 2018-04-11 22:03:39,149 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task c1345194-9b41-4499-b0b8-850e56f7f376: finished -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_snapshot args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "force": false }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } }, "volumes": { "size": 1, "volumes_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c1345194-9b41-4499-b0b8-850e56f7f376 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_snapshot | 2.85 | 2.85 | 2.85 | 2.85 | 2.85 | 2.85 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.419 | 2.419 | 2.419 | 2.419 | 2.419 | 2.419 | 100.0% | 1 | | total | 5.27 | 5.27 | 5.27 | 5.27 | 5.27 | 5.27 | 100.0% | 1 | | -> duration | 5.27 | 5.27 | 5.27 | 5.27 | 5.27 | 5.27 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.269707 Full duration: 23.144084 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": { "max": 1, "min": 1 } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task c1345194-9b41-4499-b0b8-850e56f7f376 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.981 | 3.981 | 3.981 | 3.981 | 3.981 | 3.981 | 100.0% | 1 | | cinder_v2.delete_volume | 2.227 | 2.227 | 2.227 | 2.227 | 2.227 | 2.227 | 100.0% | 1 | | total | 6.209 | 6.209 | 6.209 | 6.209 | 6.209 | 6.209 | 100.0% | 1 | | -> duration | 6.209 | 6.209 | 6.209 | 6.209 | 6.209 | 6.209 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.208754 Full duration: 15.920951 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "Cirros-0.4.0-26474877-3112-4f83-b154-2a48a5fac80a" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task c1345194-9b41-4499-b0b8-850e56f7f376 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 5.716 | 5.716 | 5.716 | 5.716 | 5.716 | 5.716 | 100.0% | 1 | | cinder_v2.delete_volume | 2.234 | 2.234 | 2.234 | 2.234 | 2.234 | 2.234 | 100.0% | 1 | | total | 7.951 | 7.951 | 7.951 | 7.951 | 7.951 | 7.951 | 100.0% | 1 | | -> duration | 7.951 | 7.951 | 7.951 | 7.951 | 7.951 | 7.951 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.950523 Full duration: 18.550788 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task c1345194-9b41-4499-b0b8-850e56f7f376 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.251 | 3.251 | 3.251 | 3.251 | 3.251 | 3.251 | 100.0% | 1 | | cinder_v2.delete_volume | 2.223 | 2.223 | 2.223 | 2.223 | 2.223 | 2.223 | 100.0% | 1 | | total | 5.475 | 5.475 | 5.475 | 5.475 | 5.475 | 5.475 | 100.0% | 1 | | -> duration | 5.475 | 5.475 | 5.475 | 5.475 | 5.475 | 5.475 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.474617 Full duration: 15.144648 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_extend_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "new_size": 2, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task c1345194-9b41-4499-b0b8-850e56f7f376 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.101 | 3.101 | 3.101 | 3.101 | 3.101 | 3.101 | 100.0% | 1 | | cinder_v2.extend_volume | 2.318 | 2.318 | 2.318 | 2.318 | 2.318 | 2.318 | 100.0% | 1 | | cinder_v2.delete_volume | 2.225 | 2.225 | 2.225 | 2.225 | 2.225 | 2.225 | 100.0% | 1 | | total | 7.644 | 7.644 | 7.644 | 7.644 | 7.644 | 7.644 | 100.0% | 1 | | -> duration | 7.644 | 7.644 | 7.644 | 7.644 | 7.644 | 7.644 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.643749 Full duration: 17.405564 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_from_volume_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } }, "volumes": { "size": 1, "volumes_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c1345194-9b41-4499-b0b8-850e56f7f376 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.084 | 3.084 | 3.084 | 3.084 | 3.084 | 3.084 | 100.0% | 1 | | cinder_v2.delete_volume | 2.221 | 2.221 | 2.221 | 2.221 | 2.221 | 2.221 | 100.0% | 1 | | total | 5.305 | 5.305 | 5.305 | 5.305 | 5.305 | 5.305 | 100.0% | 1 | | -> duration | 5.305 | 5.305 | 5.305 | 5.305 | 5.305 | 5.305 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.305098 Full duration: 21.605939 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_list_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "consumer": "both", "write_iops_sec": "10", "read_iops_sec": "1000" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c1345194-9b41-4499-b0b8-850e56f7f376 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 100.0% | 1 | | cinder_v2.list_qos | 0.029 | 0.029 | 0.029 | 0.029 | 0.029 | 0.029 | 100.0% | 1 | | total | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 100.0% | 1 | | -> duration | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.722256 Full duration: 12.325446 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_set_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "consumer": "back-end", "write_iops_sec": "10", "read_iops_sec": "1000", "set_consumer": "both", "set_write_iops_sec": "11", "set_read_iops_sec": "1001" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c1345194-9b41-4499-b0b8-850e56f7f376 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.654 | 0.654 | 0.654 | 0.654 | 0.654 | 0.654 | 100.0% | 1 | | cinder_v2.set_qos | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 100.0% | 1 | | total | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 100.0% | 1 | | -> duration | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.70033 Full duration: 12.096994 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_and_list_volume_types args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "description": "rally tests creating types" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c1345194-9b41-4499-b0b8-850e56f7f376 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 100.0% | 1 | | cinder_v2.list_types | 0.042 | 0.042 | 0.042 | 0.042 | 0.042 | 0.042 | 100.0% | 1 | | total | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 100.0% | 1 | | -> duration | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.745231 Full duration: 11.899024 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_volume_type_and_encryption_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "description": "rally tests creating types", "provider": "LuksEncryptor", "cipher": "aes-xts-plain64", "key_size": 512, "control_location": "front-end" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c1345194-9b41-4499-b0b8-850e56f7f376 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 100.0% | 1 | | total | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | -> duration | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.733722 Full duration: 11.911268 HINTS: * To plot HTML graphics with this data, run: rally task report c1345194-9b41-4499-b0b8-850e56f7f376 --out output.html * To generate a JUnit report, run: rally task export c1345194-9b41-4499-b0b8-850e56f7f376 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c1345194-9b41-4499-b0b8-850e56f7f376 --json --out output.json 2018-04-11 22:03:39,150 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'c1345194-9b41-4499-b0b8-850e56f7f376'] 2018-04-11 22:03:40,446 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-11 22:03:40,446 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'c1345194-9b41-4499-b0b8-850e56f7f376', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-11 22:03:40,451 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-11 22:03:40,451 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-11 22:03:40,452 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-04-11 22:03:40,452 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-11 22:03:40,461 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete', u'NovaServers.boot_and_migrate_server', u'NovaServers.boot_server_attach_created_volume_and_live_migrate', u'NovaServers.boot_and_live_migrate_server', u'NovaServers.boot_server_from_volume_and_live_migrate'] 2018-04-11 22:03:40,462 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'ext-net', 'service_list': ['heat'], 'concurrency': 4, 'netid': '35bb23b1-0c13-44e1-a532-41608332ef62', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-26474877-3112-4f83-b154-2a48a5fac80a', 'flavor_name': 'rally-tiny-26474877-3112-4f83-b154-2a48a5fac80a', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-26474877-3112-4f83-b154-2a48a5fac80a', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-11 22:05:08,022 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 3d02e533-89ab-4aa2-b9fa-22186d44b51d 2018-04-11 22:05:08,023 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '3d02e533-89ab-4aa2-b9fa-22186d44b51d'] 2018-04-11 22:05:09,304 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 3d02e533-89ab-4aa2-b9fa-22186d44b51d: finished -------------------------------------------------------------------------------- test scenario HeatStacks.create_update_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/autoscaling_policy.yaml.template", "updated_template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/updated_autoscaling_policy_inplace.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task 3d02e533-89ab-4aa2-b9fa-22186d44b51d has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.386 | 4.386 | 4.386 | 4.386 | 4.386 | 4.386 | 100.0% | 1 | | heat.update_stack | 2.393 | 2.393 | 2.393 | 2.393 | 2.393 | 2.393 | 100.0% | 1 | | heat.delete_stack | 2.315 | 2.315 | 2.315 | 2.315 | 2.315 | 2.315 | 100.0% | 1 | | total | 9.094 | 9.094 | 9.094 | 9.094 | 9.094 | 9.094 | 100.0% | 1 | | -> duration | 5.094 | 5.094 | 5.094 | 5.094 | 5.094 | 5.094 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.094109 Full duration: 19.970546 -------------------------------------------------------------------------------- test scenario HeatStacks.create_check_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task 3d02e533-89ab-4aa2-b9fa-22186d44b51d has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.476 | 4.476 | 4.476 | 4.476 | 4.476 | 4.476 | 100.0% | 1 | | heat.check_stack | 0.301 | 0.301 | 0.301 | 0.301 | 0.301 | 0.301 | 100.0% | 1 | | heat.delete_stack | 1.309 | 1.309 | 1.309 | 1.309 | 1.309 | 1.309 | 100.0% | 1 | | total | 6.087 | 6.087 | 6.087 | 6.087 | 6.087 | 6.087 | 100.0% | 1 | | -> duration | 4.087 | 4.087 | 4.087 | 4.087 | 4.087 | 4.087 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.087115 Full duration: 18.25744 -------------------------------------------------------------------------------- test scenario HeatStacks.create_suspend_resume_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task 3d02e533-89ab-4aa2-b9fa-22186d44b51d has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.276 | 4.276 | 4.276 | 4.276 | 4.276 | 4.276 | 100.0% | 1 | | heat.suspend_stack | 0.316 | 0.316 | 0.316 | 0.316 | 0.316 | 0.316 | 100.0% | 1 | | heat.resume_stack | 1.369 | 1.369 | 1.369 | 1.369 | 1.369 | 1.369 | 100.0% | 1 | | heat.delete_stack | 2.326 | 2.326 | 2.326 | 2.326 | 2.326 | 2.326 | 100.0% | 1 | | total | 8.286 | 8.286 | 8.286 | 8.286 | 8.286 | 8.286 | 100.0% | 1 | | -> duration | 6.286 | 6.286 | 6.286 | 6.286 | 6.286 | 6.286 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.286479 Full duration: 18.653744 -------------------------------------------------------------------------------- test scenario HeatStacks.list_stacks_and_resources args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task 3d02e533-89ab-4aa2-b9fa-22186d44b51d has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.list_stacks | 1.197 | 1.197 | 1.197 | 1.197 | 1.197 | 1.197 | 100.0% | 1 | | total | 1.197 | 1.197 | 1.197 | 1.197 | 1.197 | 1.197 | 100.0% | 1 | | -> duration | 1.197 | 1.197 | 1.197 | 1.197 | 1.197 | 1.197 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.197292 Full duration: 10.732024 HINTS: * To plot HTML graphics with this data, run: rally task report 3d02e533-89ab-4aa2-b9fa-22186d44b51d --out output.html * To generate a JUnit report, run: rally task export 3d02e533-89ab-4aa2-b9fa-22186d44b51d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 3d02e533-89ab-4aa2-b9fa-22186d44b51d --json --out output.json 2018-04-11 22:05:09,304 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '3d02e533-89ab-4aa2-b9fa-22186d44b51d'] 2018-04-11 22:05:10,581 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-11 22:05:10,582 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '3d02e533-89ab-4aa2-b9fa-22186d44b51d', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-11 22:05:10,586 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-11 22:05:10,586 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-11 22:05:10,586 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-04-11 22:05:10,586 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-11 22:05:10,596 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete', u'NovaServers.boot_and_migrate_server', u'NovaServers.boot_server_attach_created_volume_and_live_migrate', u'NovaServers.boot_and_live_migrate_server', u'NovaServers.boot_server_from_volume_and_live_migrate'] 2018-04-11 22:05:10,597 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'ext-net', 'service_list': ['keystone'], 'concurrency': 4, 'netid': '35bb23b1-0c13-44e1-a532-41608332ef62', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-26474877-3112-4f83-b154-2a48a5fac80a', 'flavor_name': 'rally-tiny-26474877-3112-4f83-b154-2a48a5fac80a', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-26474877-3112-4f83-b154-2a48a5fac80a', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-11 22:08:18,719 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a077de6f-0507-4efb-90db-9e61054c2cdf 2018-04-11 22:08:18,719 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a077de6f-0507-4efb-90db-9e61054c2cdf'] 2018-04-11 22:08:20,044 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a077de6f-0507-4efb-90db-9e61054c2cdf: finished -------------------------------------------------------------------------------- test scenario KeystoneBasic.add_and_remove_user_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task a077de6f-0507-4efb-90db-9e61054c2cdf has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.491 | 0.491 | 0.491 | 0.491 | 0.491 | 0.491 | 100.0% | 1 | | keystone_v3.add_role | 0.039 | 0.039 | 0.039 | 0.039 | 0.039 | 0.039 | 100.0% | 1 | | keystone_v3.revoke_role | 0.054 | 0.054 | 0.054 | 0.054 | 0.054 | 0.054 | 100.0% | 1 | | total | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 100.0% | 1 | | -> duration | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.584808 Full duration: 14.333542 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_add_and_list_user_roles args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task a077de6f-0507-4efb-90db-9e61054c2cdf has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 100.0% | 1 | | keystone_v3.add_role | 0.038 | 0.038 | 0.038 | 0.038 | 0.038 | 0.038 | 100.0% | 1 | | keystone_v3.list_roles | 0.03 | 0.03 | 0.03 | 0.03 | 0.03 | 0.03 | 100.0% | 1 | | total | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 100.0% | 1 | | -> duration | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.573929 Full duration: 14.299176 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_tenants args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task a077de6f-0507-4efb-90db-9e61054c2cdf has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.562 | 0.562 | 0.562 | 0.562 | 0.562 | 0.562 | 100.0% | 1 | | keystone_v3.list_projects | 0.026 | 0.026 | 0.026 | 0.026 | 0.026 | 0.026 | 100.0% | 1 | | total | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 100.0% | 1 | | -> duration | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.588738 Full duration: 14.59261 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task a077de6f-0507-4efb-90db-9e61054c2cdf has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.502 | 0.502 | 0.502 | 0.502 | 0.502 | 0.502 | 100.0% | 1 | | keystone_v3.delete_role | 0.066 | 0.066 | 0.066 | 0.066 | 0.066 | 0.066 | 100.0% | 1 | | total | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 100.0% | 1 | | -> duration | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.567738 Full duration: 12.354475 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_service args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task a077de6f-0507-4efb-90db-9e61054c2cdf has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_service | 0.514 | 0.514 | 0.514 | 0.514 | 0.514 | 0.514 | 100.0% | 1 | | keystone_v3.delete_service | 0.06 | 0.06 | 0.06 | 0.06 | 0.06 | 0.06 | 100.0% | 1 | | total | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 100.0% | 1 | | -> duration | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.573641 Full duration: 12.026747 -------------------------------------------------------------------------------- test scenario KeystoneBasic.get_entities args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task a077de6f-0507-4efb-90db-9e61054c2cdf has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.56 | 0.56 | 0.56 | 0.56 | 0.56 | 0.56 | 100.0% | 1 | | keystone_v3.create_user | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.024 | 0.024 | 0.024 | 0.024 | 0.024 | 0.024 | 100.0% | 1 | | -> keystone_v3.add_role | 0.066 | 0.066 | 0.066 | 0.066 | 0.066 | 0.066 | 100.0% | 1 | | keystone_v3.create_role | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 100.0% | 1 | | keystone_v3.get_project | 0.024 | 0.024 | 0.024 | 0.024 | 0.024 | 0.024 | 100.0% | 1 | | keystone_v3.get_user | 0.024 | 0.024 | 0.024 | 0.024 | 0.024 | 0.024 | 100.0% | 1 | | keystone_v3.get_role | 0.023 | 0.023 | 0.023 | 0.023 | 0.023 | 0.023 | 100.0% | 1 | | keystone_v3.list_services | 0.028 | 0.028 | 0.028 | 0.028 | 0.028 | 0.028 | 100.0% | 1 | | keystone_v3.get_services | 0.027 | 0.027 | 0.027 | 0.027 | 0.027 | 0.027 | 100.0% | 1 | | total | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 100.0% | 1 | | -> duration | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.923106 Full duration: 19.168984 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_update_and_delete_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task a077de6f-0507-4efb-90db-9e61054c2cdf has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.553 | 0.553 | 0.553 | 0.553 | 0.553 | 0.553 | 100.0% | 1 | | keystone_v3.update_project | 0.042 | 0.042 | 0.042 | 0.042 | 0.042 | 0.042 | 100.0% | 1 | | keystone_v3.delete_project | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | total | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 100.0% | 1 | | -> duration | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.699759 Full duration: 12.401288 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task a077de6f-0507-4efb-90db-9e61054c2cdf has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 100.0% | 1 | | total | 0.669 | 0.669 | 0.669 | 0.669 | 0.669 | 0.669 | 100.0% | 1 | | -> duration | 0.669 | 0.669 | 0.669 | 0.669 | 0.669 | 0.669 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.669166 Full duration: 14.600923 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task a077de6f-0507-4efb-90db-9e61054c2cdf has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.521 | 0.521 | 0.521 | 0.521 | 0.521 | 0.521 | 100.0% | 1 | | total | 0.522 | 0.522 | 0.522 | 0.522 | 0.522 | 0.522 | 100.0% | 1 | | -> duration | 0.522 | 0.522 | 0.522 | 0.522 | 0.522 | 0.522 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.521616 Full duration: 14.194229 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task a077de6f-0507-4efb-90db-9e61054c2cdf has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.552 | 0.552 | 0.552 | 0.552 | 0.552 | 0.552 | 100.0% | 1 | | keystone_v3.list_users | 0.054 | 0.054 | 0.054 | 0.054 | 0.054 | 0.054 | 100.0% | 1 | | total | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 100.0% | 1 | | -> duration | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.660963 Full duration: 14.243798 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant_with_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "users_per_tenant": 10 }, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task a077de6f-0507-4efb-90db-9e61054c2cdf has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.551 | 0.551 | 0.551 | 0.551 | 0.551 | 0.551 | 100.0% | 1 | | keystone_v3.create_users | 1.766 | 1.766 | 1.766 | 1.766 | 1.766 | 1.766 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 1.765 | 1.765 | 1.765 | 1.765 | 1.765 | 1.765 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.256 | 0.256 | 0.256 | 0.256 | 0.256 | 0.256 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 100.0% | 1 | | total | 2.558 | 2.558 | 2.558 | 2.558 | 2.558 | 2.558 | 100.0% | 1 | | -> duration | 2.558 | 2.558 | 2.558 | 2.558 | 2.558 | 2.558 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.557831 Full duration: 19.787171 HINTS: * To plot HTML graphics with this data, run: rally task report a077de6f-0507-4efb-90db-9e61054c2cdf --out output.html * To generate a JUnit report, run: rally task export a077de6f-0507-4efb-90db-9e61054c2cdf --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a077de6f-0507-4efb-90db-9e61054c2cdf --json --out output.json 2018-04-11 22:08:20,044 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a077de6f-0507-4efb-90db-9e61054c2cdf'] 2018-04-11 22:08:21,364 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-11 22:08:21,364 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a077de6f-0507-4efb-90db-9e61054c2cdf', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-11 22:08:21,370 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-11 22:08:21,370 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-11 22:08:21,370 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-04-11 22:08:21,370 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-11 22:08:21,380 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete', u'NovaServers.boot_and_migrate_server', u'NovaServers.boot_server_attach_created_volume_and_live_migrate', u'NovaServers.boot_and_live_migrate_server', u'NovaServers.boot_server_from_volume_and_live_migrate'] 2018-04-11 22:08:21,382 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'ext-net', 'service_list': ['neutron'], 'concurrency': 4, 'netid': '35bb23b1-0c13-44e1-a532-41608332ef62', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-26474877-3112-4f83-b154-2a48a5fac80a', 'flavor_name': 'rally-tiny-26474877-3112-4f83-b154-2a48a5fac80a', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-26474877-3112-4f83-b154-2a48a5fac80a', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-11 22:13:41,200 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 61f857d0-e9a6-44e8-8a7e-33636c4e19ab 2018-04-11 22:13:41,201 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '61f857d0-e9a6-44e8-8a7e-33636c4e19ab'] 2018-04-11 22:13:42,705 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 61f857d0-e9a6-44e8-8a7e-33636c4e19ab: finished -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1 } } } } -------------------------------------------------------------------------------- Task 61f857d0-e9a6-44e8-8a7e-33636c4e19ab has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.203 | 1.203 | 1.203 | 1.203 | 1.203 | 1.203 | 100.0% | 1 | | neutron.delete_network | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 100.0% | 1 | | total | 2.154 | 2.154 | 2.154 | 2.154 | 2.154 | 2.154 | 100.0% | 1 | | -> duration | 2.154 | 2.154 | 2.154 | 2.154 | 2.154 | 2.154 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.153805 Full duration: 14.523567 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "port_create_args": {}, "ports_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "port": -1 } } } } -------------------------------------------------------------------------------- Task 61f857d0-e9a6-44e8-8a7e-33636c4e19ab has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.977 | 1.977 | 1.977 | 1.977 | 1.977 | 1.977 | 100.0% | 1 | | neutron.delete_port | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 100.0% | 1 | | total | 2.741 | 2.741 | 2.741 | 2.741 | 2.741 | 2.741 | 100.0% | 1 | | -> duration | 2.741 | 2.741 | 2.741 | 2.741 | 2.741 | 2.741 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.74129 Full duration: 31.822988 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "router_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1, "port": -1, "router": -1 } } } } -------------------------------------------------------------------------------- Task 61f857d0-e9a6-44e8-8a7e-33636c4e19ab has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 100.0% | 1 | | neutron.create_subnet | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | neutron.create_router | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 100.0% | 1 | | neutron.add_interface_router | 2.576 | 2.576 | 2.576 | 2.576 | 2.576 | 2.576 | 100.0% | 1 | | neutron.remove_interface_router | 1.873 | 1.873 | 1.873 | 1.873 | 1.873 | 1.873 | 100.0% | 1 | | neutron.delete_router | 0.349 | 0.349 | 0.349 | 0.349 | 0.349 | 0.349 | 100.0% | 1 | | total | 6.843 | 6.843 | 6.843 | 6.843 | 6.843 | 6.843 | 100.0% | 1 | | -> duration | 6.843 | 6.843 | 6.843 | 6.843 | 6.843 | 6.843 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.84293 Full duration: 39.873415 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1 } } } } -------------------------------------------------------------------------------- Task 61f857d0-e9a6-44e8-8a7e-33636c4e19ab has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_subnet | 1.552 | 1.552 | 1.552 | 1.552 | 1.552 | 1.552 | 100.0% | 1 | | neutron.delete_subnet | 0.578 | 0.578 | 0.578 | 0.578 | 0.578 | 0.578 | 100.0% | 1 | | total | 2.13 | 2.13 | 2.13 | 2.13 | 2.13 | 2.13 | 100.0% | 1 | | -> duration | 2.13 | 2.13 | 2.13 | 2.13 | 2.13 | 2.13 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.129673 Full duration: 29.310938 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1 } } } } -------------------------------------------------------------------------------- Task 61f857d0-e9a6-44e8-8a7e-33636c4e19ab has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.059 | 1.059 | 1.059 | 1.059 | 1.059 | 1.059 | 100.0% | 1 | | neutron.list_networks | 0.377 | 0.377 | 0.377 | 0.377 | 0.377 | 0.377 | 100.0% | 1 | | total | 1.436 | 1.436 | 1.436 | 1.436 | 1.436 | 1.436 | 100.0% | 1 | | -> duration | 1.436 | 1.436 | 1.436 | 1.436 | 1.436 | 1.436 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.436128 Full duration: 15.856813 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "port_create_args": {}, "ports_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "port": -1 } } } } -------------------------------------------------------------------------------- Task 61f857d0-e9a6-44e8-8a7e-33636c4e19ab has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 2.067 | 2.067 | 2.067 | 2.067 | 2.067 | 2.067 | 100.0% | 1 | | neutron.list_ports | 0.156 | 0.156 | 0.156 | 0.156 | 0.156 | 0.156 | 100.0% | 1 | | total | 2.223 | 2.223 | 2.223 | 2.223 | 2.223 | 2.223 | 100.0% | 1 | | -> duration | 2.223 | 2.223 | 2.223 | 2.223 | 2.223 | 2.223 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.223022 Full duration: 31.691091 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "router_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1, "router": -1 } } } } -------------------------------------------------------------------------------- Task 61f857d0-e9a6-44e8-8a7e-33636c4e19ab has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.013 | 1.013 | 1.013 | 1.013 | 1.013 | 1.013 | 100.0% | 1 | | neutron.create_subnet | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 100.0% | 1 | | neutron.create_router | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | neutron.add_interface_router | 2.634 | 2.634 | 2.634 | 2.634 | 2.634 | 2.634 | 100.0% | 1 | | neutron.list_routers | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 100.0% | 1 | | total | 4.63 | 4.63 | 4.63 | 4.63 | 4.63 | 4.63 | 100.0% | 1 | | -> duration | 4.63 | 4.63 | 4.63 | 4.63 | 4.63 | 4.63 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.629606 Full duration: 40.893779 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1 } } } } -------------------------------------------------------------------------------- Task 61f857d0-e9a6-44e8-8a7e-33636c4e19ab has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.037 | 1.037 | 1.037 | 1.037 | 1.037 | 1.037 | 100.0% | 1 | | neutron.create_subnet | 0.919 | 0.919 | 0.919 | 0.919 | 0.919 | 0.919 | 100.0% | 1 | | neutron.list_subnets | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 100.0% | 1 | | total | 2.069 | 2.069 | 2.069 | 2.069 | 2.069 | 2.069 | 100.0% | 1 | | -> duration | 2.069 | 2.069 | 2.069 | 2.069 | 2.069 | 2.069 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.068634 Full duration: 36.623478 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_groups args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "security_group": -1 } } } } -------------------------------------------------------------------------------- Task 61f857d0-e9a6-44e8-8a7e-33636c4e19ab has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.004 | 1.004 | 1.004 | 1.004 | 1.004 | 1.004 | 100.0% | 1 | | neutron.delete_security_group | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 100.0% | 1 | | total | 1.168 | 1.168 | 1.168 | 1.168 | 1.168 | 1.168 | 100.0% | 1 | | -> duration | 1.168 | 1.168 | 1.168 | 1.168 | 1.168 | 1.168 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.167974 Full duration: 13.537131 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_group_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "security_group": -1 } } } } -------------------------------------------------------------------------------- Task 61f857d0-e9a6-44e8-8a7e-33636c4e19ab has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 100.0% | 1 | | neutron.create_security_group_rule | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.118 | 0.118 | 0.118 | 0.118 | 0.118 | 0.118 | 100.0% | 1 | | neutron.delete_security_group | 0.19 | 0.19 | 0.19 | 0.19 | 0.19 | 0.19 | 100.0% | 1 | | total | 1.789 | 1.789 | 1.789 | 1.789 | 1.789 | 1.789 | 100.0% | 1 | | -> duration | 1.789 | 1.789 | 1.789 | 1.789 | 1.789 | 1.789 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.789045 Full duration: 14.184228 -------------------------------------------------------------------------------- test scenario NeutronNetworks.set_and_clear_router_gateway args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": { "router:external": true } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1, "router": -1 } }, "roles": [ "admin" ] } } -------------------------------------------------------------------------------- Task 61f857d0-e9a6-44e8-8a7e-33636c4e19ab has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.352 | 1.352 | 1.352 | 1.352 | 1.352 | 1.352 | 100.0% | 1 | | neutron.create_router | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | neutron.add_gateway_router | 1.995 | 1.995 | 1.995 | 1.995 | 1.995 | 1.995 | 100.0% | 1 | | neutron.remove_gateway_router | 1.531 | 1.531 | 1.531 | 1.531 | 1.531 | 1.531 | 100.0% | 1 | | total | 4.981 | 4.981 | 4.981 | 4.981 | 4.981 | 4.981 | 100.0% | 1 | | -> duration | 4.981 | 4.981 | 4.981 | 4.981 | 4.981 | 4.981 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.981002 Full duration: 25.713489 HINTS: * To plot HTML graphics with this data, run: rally task report 61f857d0-e9a6-44e8-8a7e-33636c4e19ab --out output.html * To generate a JUnit report, run: rally task export 61f857d0-e9a6-44e8-8a7e-33636c4e19ab --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 61f857d0-e9a6-44e8-8a7e-33636c4e19ab --json --out output.json 2018-04-11 22:13:42,706 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '61f857d0-e9a6-44e8-8a7e-33636c4e19ab'] 2018-04-11 22:13:44,216 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-11 22:13:44,216 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '61f857d0-e9a6-44e8-8a7e-33636c4e19ab', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-11 22:13:44,222 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-11 22:13:44,223 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-11 22:13:44,223 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-04-11 22:13:44,223 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-11 22:13:44,232 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete', u'NovaServers.boot_and_migrate_server', u'NovaServers.boot_server_attach_created_volume_and_live_migrate', u'NovaServers.boot_and_live_migrate_server', u'NovaServers.boot_server_from_volume_and_live_migrate'] 2018-04-11 22:13:44,233 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'ext-net', 'service_list': ['nova'], 'concurrency': 4, 'netid': '35bb23b1-0c13-44e1-a532-41608332ef62', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-26474877-3112-4f83-b154-2a48a5fac80a', 'flavor_name': 'rally-tiny-26474877-3112-4f83-b154-2a48a5fac80a', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-26474877-3112-4f83-b154-2a48a5fac80a', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-11 22:16:47,408 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5ff1844a-71c2-46cf-bfc0-42184e19f9fa 2018-04-11 22:16:47,408 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '5ff1844a-71c2-46cf-bfc0-42184e19f9fa'] 2018-04-11 22:16:48,923 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 5ff1844a-71c2-46cf-bfc0-42184e19f9fa: finished -------------------------------------------------------------------------------- test scenario NovaKeypair.boot_and_delete_server_with_keypair args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-26474877-3112-4f83-b154-2a48a5fac80a" }, "image": { "name": "Cirros-0.4.0-26474877-3112-4f83-b154-2a48a5fac80a" }, "server_kwargs": { "nics": [ { "net-id": "35bb23b1-0c13-44e1-a532-41608332ef62" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "key_pairs": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 5ff1844a-71c2-46cf-bfc0-42184e19f9fa has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_keypair | 1.039 | 1.039 | 1.039 | 1.039 | 1.039 | 1.039 | 100.0% | 1 | | nova.boot_server | 9.386 | 9.386 | 9.386 | 9.386 | 9.386 | 9.386 | 100.0% | 1 | | nova.delete_server | 2.829 | 2.829 | 2.829 | 2.829 | 2.829 | 2.829 | 100.0% | 1 | | nova.delete_keypair | 0.026 | 0.026 | 0.026 | 0.026 | 0.026 | 0.026 | 100.0% | 1 | | total | 13.281 | 13.281 | 13.281 | 13.281 | 13.281 | 13.281 | 100.0% | 1 | | -> duration | 12.281 | 12.281 | 12.281 | 12.281 | 12.281 | 12.281 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.281244 Full duration: 36.107605 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-26474877-3112-4f83-b154-2a48a5fac80a" }, "image": { "name": "Cirros-0.4.0-26474877-3112-4f83-b154-2a48a5fac80a" }, "volume_size": 5, "nics": [ { "net-id": "35bb23b1-0c13-44e1-a532-41608332ef62" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 }, "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 5ff1844a-71c2-46cf-bfc0-42184e19f9fa has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 5.552 | 5.552 | 5.552 | 5.552 | 5.552 | 5.552 | 100.0% | 1 | | nova.boot_server | 7.382 | 7.382 | 7.382 | 7.382 | 7.382 | 7.382 | 100.0% | 1 | | nova.delete_server | 4.9 | 4.9 | 4.9 | 4.9 | 4.9 | 4.9 | 100.0% | 1 | | total | 17.833 | 17.833 | 17.833 | 17.833 | 17.833 | 17.833 | 100.0% | 1 | | -> duration | 16.833 | 16.833 | 16.833 | 16.833 | 16.833 | 16.833 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.833364 Full duration: 42.787717 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-26474877-3112-4f83-b154-2a48a5fac80a" }, "image": { "name": "Cirros-0.4.0-26474877-3112-4f83-b154-2a48a5fac80a" }, "force_delete": false, "nics": [ { "net-id": "35bb23b1-0c13-44e1-a532-41608332ef62" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 5ff1844a-71c2-46cf-bfc0-42184e19f9fa has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.936 | 7.936 | 7.936 | 7.936 | 7.936 | 7.936 | 100.0% | 1 | | nova.pause_server | 2.541 | 2.541 | 2.541 | 2.541 | 2.541 | 2.541 | 100.0% | 1 | | nova.unpause_server | 2.542 | 2.542 | 2.542 | 2.542 | 2.542 | 2.542 | 100.0% | 1 | | nova.delete_server | 3.248 | 3.248 | 3.248 | 3.248 | 3.248 | 3.248 | 100.0% | 1 | | total | 16.268 | 16.268 | 16.268 | 16.268 | 16.268 | 16.268 | 100.0% | 1 | | -> duration | 11.268 | 11.268 | 11.268 | 11.268 | 11.268 | 11.268 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.267624 Full duration: 38.904283 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-26474877-3112-4f83-b154-2a48a5fac80a" }, "image": { "name": "Cirros-0.4.0-26474877-3112-4f83-b154-2a48a5fac80a" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 5ff1844a-71c2-46cf-bfc0-42184e19f9fa has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.395 | 7.395 | 7.395 | 7.395 | 7.395 | 7.395 | 100.0% | 1 | | nova.list_interfaces | 0.284 | 0.284 | 0.284 | 0.284 | 0.284 | 0.284 | 100.0% | 1 | | total | 7.679 | 7.679 | 7.679 | 7.679 | 7.679 | 7.679 | 100.0% | 1 | | -> duration | 6.679 | 6.679 | 6.679 | 6.679 | 6.679 | 6.679 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.679258 Full duration: 34.520749 -------------------------------------------------------------------------------- test scenario NovaServerGroups.create_and_delete_server_group args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "policies": [ "affinity" ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 5ff1844a-71c2-46cf-bfc0-42184e19f9fa has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_server_group | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | nova.delete_server_group | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 100.0% | 1 | | total | 0.842 | 0.842 | 0.842 | 0.842 | 0.842 | 0.842 | 100.0% | 1 | | -> duration | 0.842 | 0.842 | 0.842 | 0.842 | 0.842 | 0.842 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.841967 Full duration: 9.191699 HINTS: * To plot HTML graphics with this data, run: rally task report 5ff1844a-71c2-46cf-bfc0-42184e19f9fa --out output.html * To generate a JUnit report, run: rally task export 5ff1844a-71c2-46cf-bfc0-42184e19f9fa --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5ff1844a-71c2-46cf-bfc0-42184e19f9fa --json --out output.json 2018-04-11 22:16:48,924 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '5ff1844a-71c2-46cf-bfc0-42184e19f9fa'] 2018-04-11 22:16:50,390 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-11 22:16:50,390 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '5ff1844a-71c2-46cf-bfc0-42184e19f9fa', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-11 22:16:50,395 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-04-11 22:16:50,395 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-11 22:16:50,395 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-04-11 22:16:50,395 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-11 22:16:50,406 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete', u'NovaServers.boot_and_migrate_server', u'NovaServers.boot_server_attach_created_volume_and_live_migrate', u'NovaServers.boot_and_live_migrate_server', u'NovaServers.boot_server_from_volume_and_live_migrate'] 2018-04-11 22:16:50,406 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'ext-net', 'service_list': ['quotas'], 'concurrency': 4, 'netid': '35bb23b1-0c13-44e1-a532-41608332ef62', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-26474877-3112-4f83-b154-2a48a5fac80a', 'flavor_name': 'rally-tiny-26474877-3112-4f83-b154-2a48a5fac80a', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-26474877-3112-4f83-b154-2a48a5fac80a', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-11 22:17:43,626 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ace3abd6-5610-4bad-94e0-4f6440f17f6e 2018-04-11 22:17:43,627 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'ace3abd6-5610-4bad-94e0-4f6440f17f6e'] 2018-04-11 22:17:45,094 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task ace3abd6-5610-4bad-94e0-4f6440f17f6e: finished -------------------------------------------------------------------------------- test scenario Quotas.cinder_update_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task ace3abd6-5610-4bad-94e0-4f6440f17f6e has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | quotas.delete_quotas | 0.031 | 0.031 | 0.031 | 0.031 | 0.031 | 0.031 | 100.0% | 1 | | total | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | -> duration | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.829823 Full duration: 8.57501 -------------------------------------------------------------------------------- test scenario Quotas.cinder_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task ace3abd6-5610-4bad-94e0-4f6440f17f6e has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | total | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 100.0% | 1 | | -> duration | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.822536 Full duration: 8.478886 -------------------------------------------------------------------------------- test scenario Quotas.neutron_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task ace3abd6-5610-4bad-94e0-4f6440f17f6e has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 100.0% | 1 | | total | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | -> duration | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.710862 Full duration: 8.233236 -------------------------------------------------------------------------------- test scenario Quotas.nova_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task ace3abd6-5610-4bad-94e0-4f6440f17f6e has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 100.0% | 1 | | total | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 100.0% | 1 | | -> duration | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.844338 Full duration: 8.441072 HINTS: * To plot HTML graphics with this data, run: rally task report ace3abd6-5610-4bad-94e0-4f6440f17f6e --out output.html * To generate a JUnit report, run: rally task export ace3abd6-5610-4bad-94e0-4f6440f17f6e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ace3abd6-5610-4bad-94e0-4f6440f17f6e --json --out output.json 2018-04-11 22:17:45,094 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'ace3abd6-5610-4bad-94e0-4f6440f17f6e'] 2018-04-11 22:17:46,577 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-11 22:17:46,578 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'ace3abd6-5610-4bad-94e0-4f6440f17f6e', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-11 22:17:46,582 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-11 22:17:46,584 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:44 | 6 | 100.00% | | glance | 01:06 | 4 | 100.00% | | cinder | 02:40 | 10 | 100.00% | | heat | 01:07 | 4 | 100.00% | | keystone | 02:42 | 11 | 100.00% | | neutron | 04:54 | 11 | 100.00% | | nova | 02:41 | 5 | 100.00% | | quotas | 00:33 | 4 | 100.00% | | | | | | | TOTAL: | 00:16:30 | 55 | 100.00% | +----------------+------------+----------------+-----------+ 2018-04-11 22:17:46,584 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-04-11 22:17:54,074 - xtesting.energy.energy - DEBUG - Stopping recording 2018-04-11 22:17:55,763 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 22:17:55,763 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 20:12 | PASS | +----------------------+------------------+------------------+----------------+ 2018-04-11 22:17:55,767 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-11 22:17:55,863 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-11 22:17:59,117 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-11 22:17:58.992 10433 INFO rally.deployment.engine [-] Deployment 93cd4280-7ab5-40c6-a78f-fec06acce13e | Starting: Destroy cloud and free allocated resources. 2018-04-11 22:17:59.004 10433 INFO rally.deployment.engine [-] Deployment 93cd4280-7ab5-40c6-a78f-fec06acce13e | Completed: Destroy cloud and free allocated resources. 2018-04-11 22:17:59.017 10433 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=7fbe278f-d37e-4c01-9c3a-37cee613b376). 2018-04-11 22:17:59.020 10433 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-11 22:18:02,395 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-11 22:18:02.278 10436 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=2669be17-ed4b-48b2-b4c5-2aaee45487c2) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 2669be17-ed4b-48b2-b4c5-2aaee45487c2 | 2018-04-11T22:18:02 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 2669be17-ed4b-48b2-b4c5-2aaee45487c2 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-11 22:18:06,787 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-04-11 22:18:06,787 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-11 22:18:10,144 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-11 22:18:09.857 10442 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=7fbe278f-d37e-4c01-9c3a-37cee613b376). 2018-04-11 22:18:10.038 10442 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-11 22:18:14,780 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-11 22:18:13.252 10445 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-11 22:18:13.301 10445 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-11 22:18:14.655 10445 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e7b93b4f-2ce8-4513-95ad-cf0d16ea8469) has been successfully created! Using verifier 'opnfv-tempest' (UUID=e7b93b4f-2ce8-4513-95ad-cf0d16ea8469) as the default verifier for the future CLI operations. 2018-04-11 22:18:19,246 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-11 22:18:21,254 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-11 22:18:24,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-11 22:18:30,565 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-11 22:18:29.633 10464 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e7b93b4f-2ce8-4513-95ad-cf0d16ea8469) for deployment 'opnfv-rally' (UUID=2669be17-ed4b-48b2-b4c5-2aaee45487c2). 2018-04-11 22:18:30.446 10464 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e7b93b4f-2ce8-4513-95ad-cf0d16ea8469) has been successfully configured for deployment 'opnfv-rally' (UUID=2669be17-ed4b-48b2-b4c5-2aaee45487c2)! 2018-04-11 22:18:30,565 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-11 22:18:30,566 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-11 22:18:30,567 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-11 22:18:33,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-04-11 22:18:36,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:36.961 10476 INFO rally.api [-] Starting verification (UUID=cfbb2d36-c582-43cb-a52d-cc9a3f8fdd9b) for deployment 'opnfv-rally' (UUID=2669be17-ed4b-48b2-b4c5-2aaee45487c2) by verifier 'opnfv-tempest' (UUID=e7b93b4f-2ce8-4513-95ad-cf0d16ea8469). 2018-04-11 22:18:36,962 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: cfbb2d36-c582-43cb-a52d-cc9a3f8fdd9b 2018-04-11 22:19:19,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:19.135 10476 INFO opnfv-tempest [-] {28} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.016s] 2018-04-11 22:19:20,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:20.240 10476 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.353s] 2018-04-11 22:19:20,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:20.816 10476 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.576s] 2018-04-11 22:19:21,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:21.831 10476 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.430s] 2018-04-11 22:19:22,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:22.609 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.049s] 2018-04-11 22:19:22,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:22.697 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.087s] 2018-04-11 22:19:22,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:22.767 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.069s] 2018-04-11 22:19:22,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:22.802 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.036s] 2018-04-11 22:19:22,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:22.839 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.036s] 2018-04-11 22:19:22,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:22.871 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.032s] 2018-04-11 22:19:22,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:22.944 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.072s] 2018-04-11 22:19:23,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:23.030 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.085s] 2018-04-11 22:19:23,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:23.056 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.027s] 2018-04-11 22:19:23,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:23.133 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.076s] 2018-04-11 22:19:23,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:23.148 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.015s] 2018-04-11 22:19:23,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:23.245 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.096s] 2018-04-11 22:19:23,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:23.420 10476 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.588s] 2018-04-11 22:19:23,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:23.492 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.247s] 2018-04-11 22:19:23,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:23.596 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.103s] 2018-04-11 22:19:23,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:23.706 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.109s] 2018-04-11 22:19:24,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:24.138 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.432s] 2018-04-11 22:19:24,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:24.213 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.074s] 2018-04-11 22:19:24,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:24.334 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.121s] 2018-04-11 22:19:24,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:24.364 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.029s] 2018-04-11 22:19:24,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:24.430 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.066s] 2018-04-11 22:19:24,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:24.546 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.116s] 2018-04-11 22:19:24,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:24.660 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.114s] 2018-04-11 22:19:24,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:24.734 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.074s] 2018-04-11 22:19:26,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:26.277 10476 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.236s] 2018-04-11 22:19:26,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:26.310 10476 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.033s] 2018-04-11 22:19:26,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:26.562 10476 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.250s] 2018-04-11 22:19:26,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:26.581 10476 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.020s] 2018-04-11 22:19:26,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:26.619 10476 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.037s] 2018-04-11 22:19:27,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:27.546 10476 INFO opnfv-tempest [-] {19} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.636s] 2018-04-11 22:19:28,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:28.030 10476 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [1.424s] 2018-04-11 22:19:28,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:28.040 10476 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.617s] 2018-04-11 22:19:28,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:28.111 10476 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.270s] 2018-04-11 22:19:28,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:28.196 10476 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.087s] 2018-04-11 22:19:28,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:28.466 10476 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.484s] 2018-04-11 22:19:28,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:28.775 10476 INFO opnfv-tempest [-] {18} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.639s] 2018-04-11 22:19:29,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:29.044 10476 INFO opnfv-tempest [-] {18} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.269s] 2018-04-11 22:19:29,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:29.603 10476 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.535s] 2018-04-11 22:19:29,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:29.842 10476 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [1.810s] 2018-04-11 22:19:30,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:30.604 10476 INFO opnfv-tempest [-] {25} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.431s] 2018-04-11 22:19:30,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:30.715 10476 INFO opnfv-tempest [-] {25} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.111s] 2018-04-11 22:19:30,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:30.931 10476 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [2.890s] 2018-04-11 22:19:31,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:31.202 10476 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.161s] 2018-04-11 22:19:31,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:31.369 10476 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.722s] 2018-04-11 22:19:31,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:31.471 10476 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.269s] 2018-04-11 22:19:31,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:31.579 10476 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [3.719s] 2018-04-11 22:19:32,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:32.970 10476 INFO opnfv-tempest [-] {29} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.357s] 2018-04-11 22:19:33,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:33.087 10476 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [3.245s] 2018-04-11 22:19:33,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:33.246 10476 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.314s] 2018-04-11 22:19:33,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:33.970 10476 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [5.503s] 2018-04-11 22:19:34,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:34.016 10476 INFO opnfv-tempest [-] {29} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.045s] 2018-04-11 22:19:34,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:34.926 10476 INFO opnfv-tempest [-] {29} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.909s] 2018-04-11 22:19:35,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:35.996 10476 INFO opnfv-tempest [-] {27} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [15.796s] 2018-04-11 22:19:36,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:36.709 10476 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [9.177s] 2018-04-11 22:19:37,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:37.534 10476 INFO opnfv-tempest [-] {30} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [6.412s] 2018-04-11 22:19:38,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:38.128 10476 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.674s] 2018-04-11 22:19:38,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:38.655 10476 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.160s] 2018-04-11 22:19:38,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:38.692 10476 INFO opnfv-tempest [-] {20} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.660s] 2018-04-11 22:19:38,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:38.952 10476 INFO opnfv-tempest [-] {20} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.260s] 2018-04-11 22:19:39,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:39.080 10476 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.952s] 2018-04-11 22:19:39,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:39.411 10476 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [5.440s] 2018-04-11 22:19:39,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:39.501 10476 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.845s] 2018-04-11 22:19:40,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:40.000 10476 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.499s] 2018-04-11 22:19:41,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:41.534 10476 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [1.534s] 2018-04-11 22:19:42,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:42.728 10476 INFO opnfv-tempest [-] {24} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [1.668s] 2018-04-11 22:19:43,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:43.068 10476 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [1.534s] 2018-04-11 22:19:43,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:43.679 10476 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [12.096s] 2018-04-11 22:19:44,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:44.164 10476 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [8.285s] 2018-04-11 22:19:44,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:44.359 10476 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [13.426s] 2018-04-11 22:19:44,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:44.931 10476 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [1.861s] 2018-04-11 22:19:49,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:49.811 10476 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [20.203s] 2018-04-11 22:19:51,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:51.819 10476 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.119s] 2018-04-11 22:19:51,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:51.911 10476 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.093s] 2018-04-11 22:19:52,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:52.015 10476 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.104s] 2018-04-11 22:19:52,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:52.075 10476 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [12.663s] 2018-04-11 22:19:53,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:53.236 10476 INFO opnfv-tempest [-] {35} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.283s] 2018-04-11 22:19:53,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:53.397 10476 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [1.381s] 2018-04-11 22:19:53,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:53.834 10476 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.436s] 2018-04-11 22:19:54,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:54.996 10476 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [1.161s] 2018-04-11 22:19:55,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:55.030 10476 INFO opnfv-tempest [-] {38} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.326s] 2018-04-11 22:19:55,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:55.131 10476 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.135s] 2018-04-11 22:19:55,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:55.321 10476 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.189s] 2018-04-11 22:19:55,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:55.511 10476 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.189s] 2018-04-11 22:19:55,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:55.822 10476 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.311s] 2018-04-11 22:19:55,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:55.985 10476 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.162s] 2018-04-11 22:19:56,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:56.234 10476 INFO opnfv-tempest [-] {38} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.204s] 2018-04-11 22:19:56,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:56.372 10476 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.386s] 2018-04-11 22:19:56,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:56.766 10476 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.394s] 2018-04-11 22:19:56,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:56.910 10476 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.143s] 2018-04-11 22:19:57,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:57.181 10476 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.271s] 2018-04-11 22:19:57,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:57.210 10476 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.024s] 2018-04-11 22:19:57,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:57.229 10476 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.018s] 2018-04-11 22:19:57,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:57.319 10476 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.089s] 2018-04-11 22:19:57,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:57.425 10476 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.105s] 2018-04-11 22:19:57,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:57.494 10476 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.068s] 2018-04-11 22:19:57,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:57.637 10476 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.144s] 2018-04-11 22:19:57,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:57.736 10476 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.099s] 2018-04-11 22:19:57,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:57.865 10476 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.128s] 2018-04-11 22:19:57,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:57.974 10476 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.109s] 2018-04-11 22:19:58,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:58.119 10476 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.144s] 2018-04-11 22:19:58,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:58.388 10476 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [14.029s] 2018-04-11 22:19:58,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:58.538 10476 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [6.463s] 2018-04-11 22:20:02,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:02.967 10476 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [4.428s] 2018-04-11 22:20:05,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:05.422 10476 INFO opnfv-tempest [-] {35} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [12.184s] 2018-04-11 22:20:07,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:07.663 10476 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [34.236s] 2018-04-11 22:20:08,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:08.991 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [30.902s] 2018-04-11 22:20:09,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:09.903 10476 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [6.934s] 2018-04-11 22:20:11,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:11.245 10476 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [1.341s] 2018-04-11 22:20:11,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:11.363 10476 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.117s] 2018-04-11 22:20:11,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:11.527 10476 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.161s] 2018-04-11 22:20:11,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:11.569 10476 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.043s] 2018-04-11 22:20:14,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:14.482 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [2.666s] 2018-04-11 22:20:14,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:14.485 10476 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [16.096s] 2018-04-11 22:20:14,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:14.939 10476 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.454s] 2018-04-11 22:20:18,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:18.374 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [3.891s] 2018-04-11 22:20:21,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:21.031 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [2.655s] 2018-04-11 22:20:22,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:22.800 10476 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.209s] 2018-04-11 22:20:22,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:22.827 10476 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.025s] 2018-04-11 22:20:23,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:23.294 10476 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [46.578s] 2018-04-11 22:20:23,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:23.367 10476 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.540s] 2018-04-11 22:20:23,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:23.402 10476 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.033s] 2018-04-11 22:20:23,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:23.402 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [2.370s] 2018-04-11 22:20:23,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:23.423 10476 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.023s] 2018-04-11 22:20:23,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:23.594 10476 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.170s] 2018-04-11 22:20:23,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:23.770 10476 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.175s] 2018-04-11 22:20:23,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:23.970 10476 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.199s] 2018-04-11 22:20:24,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:24.170 10476 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [34.356s] 2018-04-11 22:20:24,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:24.314 10476 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.343s] 2018-04-11 22:20:24,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:24.347 10476 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.031s] 2018-04-11 22:20:24,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:24.543 10476 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.198s] 2018-04-11 22:20:25,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:25.556 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [2.155s] 2018-04-11 22:20:28,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:28.953 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [3.395s] 2018-04-11 22:20:30,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:30.259 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [1.307s] 2018-04-11 22:20:31,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:31.856 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [1.596s] 2018-04-11 22:20:33,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:33.375 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [1.517s] 2018-04-11 22:20:35,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:35.832 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [2.457s] 2018-04-11 22:20:36,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:36.338 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [27.345s] 2018-04-11 22:20:36,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:36.592 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.759s] 2018-04-11 22:20:37,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:37.483 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.891s] 2018-04-11 22:20:37,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:37.608 10476 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [29.944s] 2018-04-11 22:20:38,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:38.456 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.972s] 2018-04-11 22:20:40,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:40.597 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [2.140s] 2018-04-11 22:20:41,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:41.663 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [1.064s] 2018-04-11 22:20:42,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:42.486 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.824s] 2018-04-11 22:20:44,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:44.467 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [1.981s] 2018-04-11 22:20:44,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:44.993 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.525s] 2018-04-11 22:20:45,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:45.706 10476 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [8.097s] 2018-04-11 22:20:45,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:45.888 10476 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.181s] 2018-04-11 22:20:46,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:46.306 10476 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.418s] 2018-04-11 22:20:46,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:46.857 10476 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.549s] 2018-04-11 22:20:47,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:47.219 10476 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.361s] 2018-04-11 22:20:49,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:49.961 10476 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.460s] 2018-04-11 22:20:50,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:50.437 10476 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.475s] 2018-04-11 22:20:51,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:51.038 10476 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.600s] 2018-04-11 22:20:51,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:51.080 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [14.742s] 2018-04-11 22:20:51,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:51.983 10476 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.944s] 2018-04-11 22:20:52,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:52.849 10476 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.866s] 2018-04-11 22:20:53,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:53.127 10476 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.277s] 2018-04-11 22:20:53,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:53.367 10476 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.239s] 2018-04-11 22:20:53,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:53.540 10476 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.173s] 2018-04-11 22:20:53,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:53.751 10476 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.211s] 2018-04-11 22:20:53,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:53.934 10476 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.182s] 2018-04-11 22:20:54,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:54.382 10476 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.448s] 2018-04-11 22:21:03,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:21:03.042 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [11.961s] 2018-04-11 22:21:10,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:21:10.934 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [7.890s] 2018-04-11 22:21:15,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:21:15.878 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.943s] 2018-04-11 22:21:21,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:21:21.757 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [5.881s] 2018-04-11 22:21:26,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:21:26.403 10476 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [63.103s] 2018-04-11 22:21:27,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:21:27.988 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.229s] 2018-04-11 22:21:33,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:21:33.659 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [5.669s] 2018-04-11 22:21:33,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:21:33.838 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.180s] 2018-04-11 22:21:33,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:21:33.982 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.144s] 2018-04-11 22:21:34,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:21:34.084 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.101s] 2018-04-11 22:21:34,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:21:34.196 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.112s] 2018-04-11 22:21:34,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:21:34.428 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.231s] 2018-04-11 22:21:34,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:21:34.789 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.361s] 2018-04-11 22:21:34,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:21:34.902 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.111s] 2018-04-11 22:21:34,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:21:34.992 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.090s] 2018-04-11 22:21:40,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:21:40.358 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.365s] 2018-04-11 22:21:44,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:21:44.202 10476 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [17.795s] 2018-04-11 22:21:59,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:21:59.015 10476 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [55.372s] 2018-04-11 22:21:59,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:21:59.136 10476 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.120s] 2018-04-11 22:21:59,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:21:59.756 10476 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.619s] 2018-04-11 22:22:00,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:22:00.114 10476 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.355s] 2018-04-11 22:22:00,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:22:00.115 10476 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-04-11 22:22:11,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:22:11.665 10476 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [70.490s] 2018-04-11 22:22:11,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:22:11.807 10476 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.142s] 2018-04-11 22:22:12,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:22:12.265 10476 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.457s] 2018-04-11 22:22:12,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:22:12.462 10476 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.197s] 2018-04-11 22:22:12,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:22:12.463 10476 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-11 22:22:13,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:22:13.840 10476 INFO opnfv-tempest [-] {29} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [158.901s] 2018-04-11 22:22:28,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:22:28.811 10476 INFO opnfv-tempest [-] {31} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [79.649s] 2018-04-11 22:22:37,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:22:37.497 10476 INFO opnfv-tempest [-] {21} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [152.029s] 2018-04-11 22:22:38,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:22:38.157 10476 INFO opnfv-tempest [-] {21} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.663s] 2018-04-11 22:23:11,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:23:11.506 10476 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [87.296s] 2018-04-11 22:23:35,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:23:35.770 10476 INFO opnfv-tempest [-] {31} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [66.958s] 2018-04-11 22:23:44,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:23:44.827 10476 INFO opnfv-tempest [-] {26} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [179.690s] 2018-04-11 22:24:16,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:24:16.300 10476 INFO opnfv-tempest [-] {26} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [31.471s] 2018-04-11 22:24:24,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:24:24.755 10476 INFO opnfv-tempest [-] {31} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [48.983s] 2018-04-11 22:24:53,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:24:53.934 10476 INFO opnfv-tempest [-] {31} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [29.176s] 2018-04-11 22:25:06,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'cfbb2d36-c582-43cb-a52d-cc9a3f8fdd9b']'. 2018-04-11 22:25:07,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-11 22:25:07,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-11 22:25:07,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-11 22:25:07,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | cfbb2d36-c582-43cb-a52d-cc9a3f8fdd9b | 2018-04-11 22:25:07,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-11 22:25:07,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-11 22:18:36 | 2018-04-11 22:25:07,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-11 22:25:06 | 2018-04-11 22:25:07,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:06:30 | 2018-04-11 22:25:07,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-11 22:25:07,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-11 22:25:07,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: e7b93b4f-2ce8-4513-95ad-cf0d16ea8469) | 2018-04-11 22:25:07,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-11 22:25:07,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2669be17-ed4b-48b2-b4c5-2aaee45487c2) | 2018-04-11 22:25:07,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 204 | 2018-04-11 22:25:07,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 342.114 | 2018-04-11 22:25:07,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 204 | 2018-04-11 22:25:07,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-11 22:25:07,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-11 22:25:07,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-11 22:25:07,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-11 22:25:07,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-11 22:25:07,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-11 22:25:07,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-04-11 22:25:13,008 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 22:25:13,008 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 06:53 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-11 22:25:13,014 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-11 22:25:13,131 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-11 22:25:16,434 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-11 22:25:16.252 10703 INFO rally.deployment.engine [-] Deployment 2669be17-ed4b-48b2-b4c5-2aaee45487c2 | Starting: Destroy cloud and free allocated resources. 2018-04-11 22:25:16.263 10703 INFO rally.deployment.engine [-] Deployment 2669be17-ed4b-48b2-b4c5-2aaee45487c2 | Completed: Destroy cloud and free allocated resources. 2018-04-11 22:25:16.293 10703 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=e7b93b4f-2ce8-4513-95ad-cf0d16ea8469) for deployment 'opnfv-rally'. 2018-04-11 22:25:16.311 10703 INFO rally.api [-] Deleting verification (UUID=cfbb2d36-c582-43cb-a52d-cc9a3f8fdd9b). 2018-04-11 22:25:16.314 10703 INFO rally.api [-] Verification has been successfully deleted! 2018-04-11 22:25:16.315 10703 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=e7b93b4f-2ce8-4513-95ad-cf0d16ea8469). 2018-04-11 22:25:16.332 10703 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-11 22:25:19,721 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-11 22:25:19.609 10706 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=7f103b6b-56f6-4889-8e76-bf673a3b3b4d) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 7f103b6b-56f6-4889-8e76-bf673a3b3b4d | 2018-04-11T22:25:19 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 7f103b6b-56f6-4889-8e76-bf673a3b3b4d ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-11 22:25:24,242 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-04-11 22:25:24,242 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-11 22:25:27,650 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-11 22:25:27.390 10712 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=e7b93b4f-2ce8-4513-95ad-cf0d16ea8469). 2018-04-11 22:25:27.555 10712 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-11 22:25:32,206 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-11 22:25:30.790 10715 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-11 22:25:30.839 10715 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-11 22:25:32.085 10715 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=cc1debd0-8839-4d5e-bca6-53236bc34e20) has been successfully created! Using verifier 'opnfv-tempest' (UUID=cc1debd0-8839-4d5e-bca6-53236bc34e20) as the default verifier for the future CLI operations. 2018-04-11 22:25:36,719 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-11 22:25:38,900 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-11 22:25:42,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-11 22:25:48,482 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-11 22:25:47.507 10734 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=cc1debd0-8839-4d5e-bca6-53236bc34e20) for deployment 'opnfv-rally' (UUID=7f103b6b-56f6-4889-8e76-bf673a3b3b4d). 2018-04-11 22:25:48.366 10734 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=cc1debd0-8839-4d5e-bca6-53236bc34e20) has been successfully configured for deployment 'opnfv-rally' (UUID=7f103b6b-56f6-4889-8e76-bf673a3b3b4d)! 2018-04-11 22:25:48,482 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-11 22:25:48,483 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-11 22:25:48,485 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-11 22:25:48,488 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-11 22:25:52,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-cc1debd0-8839-4d5e-bca6-53236bc34e20/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-04-11 22:25:52,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-04-11 22:25:56,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:25:56.087 10743 INFO rally.api [-] Starting verification (UUID=850b5628-3481-4082-ae88-717a3a87bcb2) for deployment 'opnfv-rally' (UUID=7f103b6b-56f6-4889-8e76-bf673a3b3b4d) by verifier 'opnfv-tempest' (UUID=cc1debd0-8839-4d5e-bca6-53236bc34e20). 2018-04-11 22:25:56,088 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 850b5628-3481-4082-ae88-717a3a87bcb2 2018-04-11 22:30:10,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '850b5628-3481-4082-ae88-717a3a87bcb2']'. 2018-04-11 22:30:11,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-11 22:30:11,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-11 22:30:11,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-11 22:30:11,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 850b5628-3481-4082-ae88-717a3a87bcb2 | 2018-04-11 22:30:11,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-11 22:30:11,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-11 22:25:56 | 2018-04-11 22:30:11,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-11 22:30:10 | 2018-04-11 22:30:11,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:14 | 2018-04-11 22:30:11,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-11 22:30:11,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-11 22:30:11,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: cc1debd0-8839-4d5e-bca6-53236bc34e20) | 2018-04-11 22:30:11,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-11 22:30:11,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 7f103b6b-56f6-4889-8e76-bf673a3b3b4d) | 2018-04-11 22:30:11,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-11 22:30:11,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 206.51 | 2018-04-11 22:30:11,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 132 | 2018-04-11 22:30:11,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 155 | 2018-04-11 22:30:11,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-11 22:30:11,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-11 22:30:11,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-11 22:30:11,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-11 22:30:11,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-11 22:30:11,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-11 22:30:19,802 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 22:30:19,802 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 04:40 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-11 22:30:19,804 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-11 22:30:20,741 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-11 23:17:02,535 - xtesting.core.unit - DEBUG - test_add_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_group (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_admin_user_to_new_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_new_user_to_admin_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_complex_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_simple_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_several_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_without_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_id (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_setting (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_file (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url_properties (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image_new_settings (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_bad_image_file (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_image_type (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_url (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_create_three_part_image_from_file_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_delete_keypair (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_from_file (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_large_key (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_both (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_pub_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_exist_files_delete (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_exist_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_1 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_2 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_delete_network (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_admin_user_to_new_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_new_user_to_admin_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_with_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_without_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_networks_same_name (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_delete_router (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_True (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_false (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_user_to_new_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_external_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_new_user_as_admin_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_private_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_vanilla (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_ports (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_invalid_gateway_name (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_noname (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_delete_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_same_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_delete_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_same_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_volume_type_with_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos_and_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_create_delete_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_same_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_simple (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_bad_image (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_size (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_type (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_bad_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_valid_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_valid_volume_image (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok test_ping_via_router (snaps.openstack.tests.create_instance_tests.CreateInstanceTwoNetTests) ... ok test_create_admin_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_create_delete_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_set_allowed_address_pairs (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_mac_and_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_two_subnets (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_add_invalid_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_same_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group_never_added (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ... ok test_create_instance_from_three_part_image (snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage) ... ok test_create_instance_with_one_volume (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_instance_with_two_volumes (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_delete_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_same_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_short_timeout (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_dict (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_file (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_network_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_vm_inst_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_volume_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_volume_type_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_flavor_creator (snaps.openstack.tests.create_stack_tests.CreateStackFlavorTests) ... ok test_retrieve_keypair_creator (snaps.openstack.tests.create_stack_tests.CreateStackKeypairTests) ... ok test_retrieve_security_group_creator (snaps.openstack.tests.create_stack_tests.CreateStackSecurityGroupTests) ... ok test_bad_stack_file (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_missing_dependencies (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_single_port_static (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_init (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_before_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_reverse_engineer (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_second_creator (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_connect_via_ssh_heat_vm_derived (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_apply_simple_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok ---------------------------------------------------------------------- Ran 119 tests in 2801.751s OK 2018-04-11 23:17:03,106 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 23:17:03,106 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 46:42 | PASS | +---------------------+------------------+------------------+----------------+ 2018-04-11 23:17:03,109 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-11 23:17:03,174 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-11 23:17:06,549 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-11 23:17:06.330 11130 INFO rally.deployment.engine [-] Deployment 7f103b6b-56f6-4889-8e76-bf673a3b3b4d | Starting: Destroy cloud and free allocated resources. 2018-04-11 23:17:06.341 11130 INFO rally.deployment.engine [-] Deployment 7f103b6b-56f6-4889-8e76-bf673a3b3b4d | Completed: Destroy cloud and free allocated resources. 2018-04-11 23:17:06.380 11130 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=cc1debd0-8839-4d5e-bca6-53236bc34e20) for deployment 'opnfv-rally'. 2018-04-11 23:17:06.404 11130 INFO rally.api [-] Deleting verification (UUID=850b5628-3481-4082-ae88-717a3a87bcb2). 2018-04-11 23:17:06.407 11130 INFO rally.api [-] Verification has been successfully deleted! 2018-04-11 23:17:06.407 11130 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=cc1debd0-8839-4d5e-bca6-53236bc34e20). 2018-04-11 23:17:06.431 11130 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-11 23:17:09,864 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-11 23:17:09.745 11133 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=a78f44d0-d24c-452b-87c0-21efa0396cb1) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | a78f44d0-d24c-452b-87c0-21efa0396cb1 | 2018-04-11T23:17:09 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: a78f44d0-d24c-452b-87c0-21efa0396cb1 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-11 23:17:14,417 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-04-11 23:17:14,417 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-11 23:17:17,866 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-11 23:17:17.592 11139 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=cc1debd0-8839-4d5e-bca6-53236bc34e20). 2018-04-11 23:17:17.764 11139 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-11 23:17:22,366 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-11 23:17:20.945 11142 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-11 23:17:20.996 11142 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-11 23:17:22.234 11142 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7ec7ed1d-5a39-4a0f-a63f-7be94a2580ff) has been successfully created! Using verifier 'opnfv-tempest' (UUID=7ec7ed1d-5a39-4a0f-a63f-7be94a2580ff) as the default verifier for the future CLI operations. 2018-04-11 23:17:26,879 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-11 23:17:28,791 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-11 23:17:33,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-11 23:17:39,599 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-11 23:17:38.728 11161 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=7ec7ed1d-5a39-4a0f-a63f-7be94a2580ff) for deployment 'opnfv-rally' (UUID=a78f44d0-d24c-452b-87c0-21efa0396cb1). 2018-04-11 23:17:39.493 11161 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7ec7ed1d-5a39-4a0f-a63f-7be94a2580ff) has been successfully configured for deployment 'opnfv-rally' (UUID=a78f44d0-d24c-452b-87c0-21efa0396cb1)! 2018-04-11 23:17:39,599 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-11 23:17:39,600 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-11 23:17:39,603 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-11 23:17:39,607 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-11 23:17:43,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-7ec7ed1d-5a39-4a0f-a63f-7be94a2580ff/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-04-11 23:17:43,930 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-11 23:17:43,931 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-11 23:17:43,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-04-11 23:17:47,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 23:17:47.142 11170 INFO rally.api [-] Starting verification (UUID=39c99523-0a7d-4c2f-89e4-4c4c632d9655) for deployment 'opnfv-rally' (UUID=a78f44d0-d24c-452b-87c0-21efa0396cb1) by verifier 'opnfv-tempest' (UUID=7ec7ed1d-5a39-4a0f-a63f-7be94a2580ff). 2018-04-11 23:17:47,143 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 39c99523-0a7d-4c2f-89e4-4c4c632d9655 2018-04-11 23:20:27,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '39c99523-0a7d-4c2f-89e4-4c4c632d9655']'. 2018-04-11 23:20:29,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-11 23:20:29,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-11 23:20:29,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-11 23:20:29,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 39c99523-0a7d-4c2f-89e4-4c4c632d9655 | 2018-04-11 23:20:29,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-11 23:20:29,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-11 23:17:47 | 2018-04-11 23:20:29,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-11 23:20:27 | 2018-04-11 23:20:29,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:40 | 2018-04-11 23:20:29,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-11 23:20:29,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-11 23:20:29,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 7ec7ed1d-5a39-4a0f-a63f-7be94a2580ff) | 2018-04-11 23:20:29,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-11 23:20:29,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: a78f44d0-d24c-452b-87c0-21efa0396cb1) | 2018-04-11 23:20:29,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-11 23:20:29,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 141.281 | 2018-04-11 23:20:29,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 41 | 2018-04-11 23:20:29,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-04-11 23:20:29,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-11 23:20:29,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-11 23:20:29,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-04-11 23:20:29,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-11 23:20:29,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-11 23:20:29,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.3488372093% 2018-04-11 23:20:34,734 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 23:20:34,735 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:07 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-04-11 23:20:34,737 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-04-11 23:20:34,738 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:48 | PASS | | vping_userdata | functest | smoke | 00:41 | PASS | | tempest_smoke_serial | functest | smoke | 11:51 | FAIL | | rally_sanity | functest | smoke | 20:12 | PASS | | refstack_defcore | functest | smoke | 06:53 | PASS | | patrole | functest | smoke | 04:40 | PASS | | snaps_smoke | functest | smoke | 46:42 | PASS | | neutron_trunk | functest | smoke | 03:07 | FAIL | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-11 23:20:34,742 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-11 23:21:14,782 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-virtual-daily-fraser-12 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | compass | | DEPLOY_SCENARIO | os-nosdn-kvm-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-virtual4 | +--------------------------------------+----------------------------------------------------------+ 2018-04-11 23:21:14,784 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Ansible managed export LC_ALL=C # COMMON CINDER ENVS export CINDER_ENDPOINT_TYPE=publicURL # COMMON NOVA ENVS export NOVA_ENDPOINT_TYPE=publicURL # COMMON OPENSTACK ENVS export OS_ENDPOINT_TYPE=publicURL export OS_INTERFACE=publicURL export OS_USERNAME=admin export OS_PASSWORD='d4214d21b83bb80620' export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_AUTH_URL=https://192.16.1.222:5000/v3 export OS_NO_CACHE=1 export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_REGION_NAME=RegionOne # For openstackclient export OS_IDENTITY_API_VERSION=3 export OS_AUTH_VERSION=3 export OS_AUTH_TYPE=password export SDN_CONTROLLER_IP=192.16.1.222 export OS_CACERT=/home/opnfv/functest/conf/os_cacert 2018-04-11 23:21:14,785 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-11 23:21:14,785 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-11 23:21:14,785 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-11 23:21:14,787 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK