2018-05-16 16:09:11,354 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-118 | | 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 | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-16 16:09:11,357 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=TvYt6vcpTVexUJhpws3AH2Czv export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-05-16 16:09:11,357 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-16 16:09:11,358 - 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-05-16 16:09:11,360 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-16 16:09:11,360 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-16 16:09:18,097 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-16 16:09:27,373 - 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.265s OK 2018-05-16 16:09:27,502 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 16:09:27,503 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-16 16:09:27,506 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-16 16:09:29,722 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-16 16:22:17,516 - 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 767.741s OK 2018-05-16 16:22:17,648 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 16:22:17,649 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:48 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-16 16:22:17,652 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-16 16:22:18,490 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-16 16:23:00,438 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 41.946s OK 2018-05-16 16:23:00,565 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 16:23:00,565 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:42 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-16 16:23:00,569 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | api_check | functest | healthcheck | 12:48 | PASS | | snaps_health_check | functest | healthcheck | 00:42 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-16 16:23:00,572 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-16 16:23:35,368 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-118 | | 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 | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-16 16:23:35,371 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=TvYt6vcpTVexUJhpws3AH2Czv export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-05-16 16:23:35,372 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-16 16:23:35,373 - 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 odl snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ 2018-05-16 16:23:35,375 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-16 16:23:35,375 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-16 16:23:36,220 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-16 16:23:36,220 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-16 16:23:36,653 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-16 16:23:36,653 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-16 16:23:37,034 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-16 16:23:37,034 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-16 16:23:37' 2018-05-16 16:23:37,034 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--b510746f-912c-4e64-9e86-b4e5020cf28f' 2018-05-16 16:23:40,799 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-b510746f-912c-4e64-9e86-b4e5020cf28f' 2018-05-16 16:23:44,006 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-b510746f-912c-4e64-9e86-b4e5020cf28f' 2018-05-16 16:23:50,196 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-b510746f-912c-4e64-9e86-b4e5020cf28f' 2018-05-16 16:23:50,945 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-b510746f-912c-4e64-9e86-b4e5020cf28f' 2018-05-16 16:23:51,703 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-b510746f-912c-4e64-9e86-b4e5020cf28f' 2018-05-16 16:23:59,431 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-b510746f-912c-4e64-9e86-b4e5020cf28f' 2018-05-16 16:24:03,424 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-b510746f-912c-4e64-9e86-b4e5020cf28f' 2018-05-16 16:24:25,170 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-16 16:24:30,512 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-05-16 16:24:30,648 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-16 16:24:31,657 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-16 16:24:31,657 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-16 16:24:31,657 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-16 16:24:32,202 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 16:24:32,202 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:55 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-16 16:24:49,899 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-16 16:24:49,989 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-16 16:24:49,989 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-16 16:24:49' 2018-05-16 16:24:49,989 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--17ca3ca5-002f-4a4e-966b-bb91fadf4489' 2018-05-16 16:24:53,443 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-17ca3ca5-002f-4a4e-966b-bb91fadf4489' 2018-05-16 16:24:55,864 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-17ca3ca5-002f-4a4e-966b-bb91fadf4489' 2018-05-16 16:25:02,500 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-17ca3ca5-002f-4a4e-966b-bb91fadf4489' 2018-05-16 16:25:03,211 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-17ca3ca5-002f-4a4e-966b-bb91fadf4489' 2018-05-16 16:25:10,090 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-17ca3ca5-002f-4a4e-966b-bb91fadf4489' 2018-05-16 16:25:17,173 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-16 16:25:27,152 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-16 16:25:29,774 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-16 16:25:29,891 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 16:25:29,891 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:40 | PASS | +------------------------+------------------+------------------+----------------+ 2018-05-16 16:25:49,396 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-16 16:25:49,470 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-16 16:25:54,067 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-16 16:25:53.767 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=58f1adc5-41a8-4b5a-a1e9-dc6bf47556b8) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 58f1adc5-41a8-4b5a-a1e9-dc6bf47556b8 | 2018-05-16T16:25:53 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 58f1adc5-41a8-4b5a-a1e9-dc6bf47556b8 ~/.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-05-16 16:25:57,415 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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-05-16 16:25:57,416 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-16 16:26:03,151 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-16 16:26:01.662 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-16 16:26:01.821 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-16 16:26:02.952 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c74dd09a-e68b-45db-a225-e0bc8bae6004) has been successfully created! Using verifier 'opnfv-tempest' (UUID=c74dd09a-e68b-45db-a225-e0bc8bae6004) as the default verifier for the future CLI operations. 2018-05-16 16:26:06,145 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-16 16:26:08,824 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-16 16:26:15,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-16 16:26:20,596 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-16 16:26:19.524 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c74dd09a-e68b-45db-a225-e0bc8bae6004) for deployment 'opnfv-rally' (UUID=58f1adc5-41a8-4b5a-a1e9-dc6bf47556b8). 2018-05-16 16:26:20.427 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c74dd09a-e68b-45db-a225-e0bc8bae6004) has been successfully configured for deployment 'opnfv-rally' (UUID=58f1adc5-41a8-4b5a-a1e9-dc6bf47556b8)! 2018-05-16 16:26:20,596 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-16 16:26:20,597 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-16 16:26:20,599 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-16 16:26:20,601 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-16 16:26:23,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-c74dd09a-e68b-45db-a225-e0bc8bae6004/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-16 16:26:23,646 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-16 16:26:23,650 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-16 16:26:23,650 - 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-05-16 16:26:25,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:26:25.832 55 INFO rally.api [-] Starting verification (UUID=20a71392-8867-4feb-99ef-9d9c3bb56ed9) for deployment 'opnfv-rally' (UUID=58f1adc5-41a8-4b5a-a1e9-dc6bf47556b8) by verifier 'opnfv-tempest' (UUID=c74dd09a-e68b-45db-a225-e0bc8bae6004). 2018-05-16 16:26:25,834 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 20a71392-8867-4feb-99ef-9d9c3bb56ed9 2018-05-16 16:26:32,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:26:32.900 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.169s] 2018-05-16 16:26:32,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:26:32.960 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.059s] 2018-05-16 16:26:39,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:26:39.769 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.608s] 2018-05-16 16:26:43,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:26:43.091 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.320s] 2018-05-16 16:26:55,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:26:55.784 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [5.637s] 2018-05-16 16:27:12,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:27:12.881 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.228s] 2018-05-16 16:27:46,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:27:46.605 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.080s] 2018-05-16 16:27:46,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:27:46.607 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-05-16 16:28:18,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:28:18.757 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.067s] 2018-05-16 16:28:18,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:28:18.759 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-16 16:28:48,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:28:48.034 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.067s] 2018-05-16 16:28:48,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:28:48.036 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-05-16 16:32:26,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:32:26.116 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [188.843s] 2018-05-16 16:32:49,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:32:49.335 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.050s] 2018-05-16 16:32:49,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:32:49.438 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.102s] 2018-05-16 16:32:57,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:32:57.904 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.840s] 2018-05-16 16:32:57,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:32:57.913 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-05-16 16:32:59,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:32:59.485 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-16 16:32:59,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:32:59.486 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-16 16:33:03,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:33:03.225 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.375s] 2018-05-16 16:33:08,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:33:08.802 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.081s] 2018-05-16 16:33:15,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:33:15.223 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.721s] 2018-05-16 16:33:22,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:33:22.775 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.651s] 2018-05-16 16:33:31,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:33:31.986 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.201s] 2018-05-16 16:33:38,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:33:38.114 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.403s] 2018-05-16 16:33:44,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:33:44.611 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.200s] 2018-05-16 16:33:52,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:33:52.275 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.437s] 2018-05-16 16:33:59,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:33:59.722 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.459s] 2018-05-16 16:34:08,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:34:08.075 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.701s] 2018-05-16 16:34:11,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:34:11.084 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-16 16:34:13,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:34:13.120 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.078s] 2018-05-16 16:34:13,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:34:13.198 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.078s] 2018-05-16 16:34:13,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:34:13.270 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.071s] 2018-05-16 16:34:13,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:34:13.277 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-05-16 16:34:17,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:34:17.399 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.817s] 2018-05-16 16:34:19,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:34:19.580 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.180s] 2018-05-16 16:34:21,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:34:21.741 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.160s] 2018-05-16 16:34:27,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:34:27.497 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-05-16 16:34:35,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:34:35.161 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.103s] 2018-05-16 16:34:49,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:34:49.283 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.542s] 2018-05-16 16:34:52,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:34:52.580 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.297s] 2018-05-16 16:35:04,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:35:04.041 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.950s] 2018-05-16 16:35:07,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:35:07.784 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.741s] 2018-05-16 16:35:16,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:35:16.915 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.131s] 2018-05-16 16:35:26,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:35:26.586 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.080s] 2018-05-16 16:35:30,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:35:30.331 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.743s] 2018-05-16 16:35:36,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:35:36.872 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.541s] 2018-05-16 16:35:53,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:35:53.105 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.208s] 2018-05-16 16:35:53,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:35:53.669 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.563s] 2018-05-16 16:35:53,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:35:53.922 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.253s] 2018-05-16 16:35:54,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:35:54.128 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.205s] 2018-05-16 16:35:54,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:35:54.389 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.261s] 2018-05-16 16:35:54,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:35:54.444 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.054s] 2018-05-16 16:36:09,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:36:09.604 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.862s] 2018-05-16 16:36:10,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:36:10.028 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.425s] 2018-05-16 16:36:10,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:36:10.298 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.269s] 2018-05-16 16:36:10,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:36:10.488 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.189s] 2018-05-16 16:36:10,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:36:10.734 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.245s] 2018-05-16 16:36:10,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:36:10.937 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.203s] 2018-05-16 16:36:24,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:36:24.542 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.939s] 2018-05-16 16:36:30,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:36:30.978 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.435s] 2018-05-16 16:36:32,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:36:32.782 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.804s] 2018-05-16 16:36:32,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:36:32.837 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.055s] 2018-05-16 16:36:33,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:36:33.074 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.236s] 2018-05-16 16:36:45,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:36:45.488 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.502s] 2018-05-16 16:36:51,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:36:51.955 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.466s] 2018-05-16 16:36:54,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:36:54.031 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.075s] 2018-05-16 16:36:54,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:36:54.232 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.200s] 2018-05-16 16:36:54,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:36:54.421 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.189s] 2018-05-16 16:37:10,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:37:10.375 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.967s] 2018-05-16 16:37:16,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:37:16.074 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.699s] 2018-05-16 16:37:20,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:37:20.931 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.855s] 2018-05-16 16:37:24,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:37:24.029 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.098s] 2018-05-16 16:37:48,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:37:48.860 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.861s] 2018-05-16 16:37:53,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:37:53.810 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.950s] 2018-05-16 16:37:58,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:37:58.266 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.454s] 2018-05-16 16:38:02,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:38:02.062 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.795s] 2018-05-16 16:38:18,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:38:18.636 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.399s] 2018-05-16 16:38:21,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:38:21.741 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [3.104s] 2018-05-16 16:38:21,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:38:21.939 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.199s] 2018-05-16 16:38:26,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:38:26.657 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.513s] 2018-05-16 16:38:28,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:38:28.571 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.911s] 2018-05-16 16:38:28,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:38:28.758 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.190s] 2018-05-16 16:38:33,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:38:33.221 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.398s] 2018-05-16 16:38:36,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:38:36.580 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-05-16 16:38:38,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:38:38.177 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-16 16:38:38,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:38:38.179 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-16 16:38:38,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:38:38.180 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-16 16:38:38,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:38:38.181 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-16 16:38:38,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:38:38.182 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-16 16:38:40,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:38:40.267 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-05-16 16:38:57,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:38:57.057 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [11.283s] 2018-05-16 16:39:11,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:39:11.397 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [9.346s] 2018-05-16 16:39:24,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:39:24.380 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.980s] 2018-05-16 16:39:33,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:39:33.774 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.179s] 2018-05-16 16:40:42,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:40:42.143 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [62.488s] 2018-05-16 16:41:20,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:41:20.087 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [26.728s] 2018-05-16 16:42:04,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 16:42:04.569 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [24.078s] 2018-05-16 16:42:20,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '20a71392-8867-4feb-99ef-9d9c3bb56ed9']'. 2018-05-16 16:42:21,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-16 16:42:21,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-16 16:42:21,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-16 16:42:21,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 20a71392-8867-4feb-99ef-9d9c3bb56ed9 | 2018-05-16 16:42:21,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-16 16:42:21,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-16 16:26:25 | 2018-05-16 16:42:21,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-16 16:42:20 | 2018-05-16 16:42:21,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:15:55 | 2018-05-16 16:42:21,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-16 16:42:21,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-16 16:42:21,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-16 16:42:21,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: c74dd09a-e68b-45db-a225-e0bc8bae6004) | 2018-05-16 16:42:21,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-16 16:42:21,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 58f1adc5-41a8-4b5a-a1e9-dc6bf47556b8) | 2018-05-16 16:42:21,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-16 16:42:21,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 933.799 | 2018-05-16 16:42:21,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-05-16 16:42:21,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-16 16:42:21,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-16 16:42:21,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-16 16:42:21,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-05-16 16:42:21,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-16 16:42:21,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-16 16:42:21,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-05-16 16:42:28,151 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 16:42:28,151 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 16:22 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-05-16 16:42:28,157 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-05-16 16:42:28,157 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-16 16:42:28,252 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-16 16:42:28,697 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-16 16:42:28,697 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-16 16:42:29,101 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-16 16:42:31,588 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-16 16:42:31.223 117 INFO rally.deployment.engine [-] Deployment 58f1adc5-41a8-4b5a-a1e9-dc6bf47556b8 | Starting: Destroy cloud and free allocated resources. 2018-05-16 16:42:31.287 117 INFO rally.deployment.engine [-] Deployment 58f1adc5-41a8-4b5a-a1e9-dc6bf47556b8 | Completed: Destroy cloud and free allocated resources. 2018-05-16 16:42:31.321 117 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=c74dd09a-e68b-45db-a225-e0bc8bae6004) for deployment 'opnfv-rally'. 2018-05-16 16:42:31.335 117 INFO rally.api [-] Deleting verification (UUID=20a71392-8867-4feb-99ef-9d9c3bb56ed9). 2018-05-16 16:42:31.374 117 INFO rally.api [-] Verification has been successfully deleted! 2018-05-16 16:42:31.375 117 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=c74dd09a-e68b-45db-a225-e0bc8bae6004). 2018-05-16 16:42:31.386 117 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-16 16:42:33,991 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-16 16:42:33.755 120 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=927c1965-259a-4ff4-b1d2-7bb4e57decd3) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 927c1965-259a-4ff4-b1d2-7bb4e57decd3 | 2018-05-16T16:42:33 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 927c1965-259a-4ff4-b1d2-7bb4e57decd3 ~/.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-05-16 16:42:37,293 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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-05-16 16:42:37,294 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-16 16:42:38,722 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e'... 2018-05-16 16:42:41,069 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e'... 2018-05-16 16:42:43,547 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e'... 2018-05-16 16:42:48,990 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e'... 2018-05-16 16:42:49,677 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e'... 2018-05-16 16:42:50,359 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-16 16:42:50,359 - 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-05-16 16:42:50,361 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-16 16:42:50,379 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-16 16:42:50,379 - 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': 'external', 'service_list': ['authenticate'], 'concurrency': 4, 'netid': '4b2b5d34-32a9-49cb-b702-d084a003ca28', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e', 'flavor_name': 'rally-tiny-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e', '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-05-16 16:43:50,826 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : aa8366f9-d785-49e8-af03-2185ceaf52ac 2018-05-16 16:43:50,826 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-16 16:43:50,827 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'aa8366f9-d785-49e8-af03-2185ceaf52ac'] 2018-05-16 16:43:51,928 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task aa8366f9-d785-49e8-af03-2185ceaf52ac: 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 aa8366f9-d785-49e8-af03-2185ceaf52ac 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.473 | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 100.0% | 1 | | total | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 100.0% | 1 | | -> duration | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.473494 Full duration: 7.171799 -------------------------------------------------------------------------------- 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 aa8366f9-d785-49e8-af03-2185ceaf52ac 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.326 | 0.326 | 0.326 | 0.326 | 0.326 | 0.326 | 100.0% | 1 | | total | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | -> duration | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.749647 Full duration: 7.845966 -------------------------------------------------------------------------------- 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 aa8366f9-d785-49e8-af03-2185ceaf52ac 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.518 | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 100.0% | 1 | | total | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 100.0% | 1 | | -> duration | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.933842 Full duration: 7.521894 -------------------------------------------------------------------------------- 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 aa8366f9-d785-49e8-af03-2185ceaf52ac 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.419 | 0.419 | 0.419 | 0.419 | 0.419 | 0.419 | 100.0% | 1 | | total | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 100.0% | 1 | | -> duration | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.843193 Full duration: 7.513693 -------------------------------------------------------------------------------- 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 aa8366f9-d785-49e8-af03-2185ceaf52ac 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.516 | 0.516 | 0.516 | 0.516 | 0.516 | 0.516 | 100.0% | 1 | | total | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 100.0% | 1 | | -> duration | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.91218 Full duration: 7.909035 -------------------------------------------------------------------------------- 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 aa8366f9-d785-49e8-af03-2185ceaf52ac 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.205 | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 100.0% | 1 | | total | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 100.0% | 1 | | -> duration | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.661638 Full duration: 7.467469 HINTS: * To plot HTML graphics with this data, run: rally task report aa8366f9-d785-49e8-af03-2185ceaf52ac --out output.html * To generate a JUnit report, run: rally task export aa8366f9-d785-49e8-af03-2185ceaf52ac --type junit --to output.xml * To get raw JSON output of task results, run: rally task report aa8366f9-d785-49e8-af03-2185ceaf52ac --json --out output.json 2018-05-16 16:43:51,928 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'aa8366f9-d785-49e8-af03-2185ceaf52ac'] 2018-05-16 16:43:52,834 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-16 16:43:52,835 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'aa8366f9-d785-49e8-af03-2185ceaf52ac', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-16 16:43:52,841 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-16 16:43:52,842 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-16 16:43:52,842 - 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-05-16 16:43:52,842 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-16 16:43:52,863 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-16 16:43:52,863 - 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': 'external', 'service_list': ['glance'], 'concurrency': 4, 'netid': '4b2b5d34-32a9-49cb-b702-d084a003ca28', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e', 'flavor_name': 'rally-tiny-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e', '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-05-16 16:45:32,691 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : df646f9e-2be7-4ec9-a62f-70d92247bc67 2018-05-16 16:45:32,692 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'df646f9e-2be7-4ec9-a62f-70d92247bc67'] 2018-05-16 16:45:33,730 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task df646f9e-2be7-4ec9-a62f-70d92247bc67: 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 df646f9e-2be7-4ec9-a62f-70d92247bc67 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 | 4.981 | 4.981 | 4.981 | 4.981 | 4.981 | 4.981 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.507 | 0.507 | 0.507 | 0.507 | 0.507 | 0.507 | 100.0% | 1 | | -> glance_v2.upload_data | 2.001 | 2.001 | 2.001 | 2.001 | 2.001 | 2.001 | 100.0% | 1 | | glance_v2.delete_image | 0.981 | 0.981 | 0.981 | 0.981 | 0.981 | 0.981 | 100.0% | 1 | | total | 5.963 | 5.963 | 5.963 | 5.963 | 5.963 | 5.963 | 100.0% | 1 | | -> duration | 5.963 | 5.963 | 5.963 | 5.963 | 5.963 | 5.963 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.963061 Full duration: 14.252829 -------------------------------------------------------------------------------- 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 df646f9e-2be7-4ec9-a62f-70d92247bc67 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 | 4.026 | 4.026 | 4.026 | 4.026 | 4.026 | 4.026 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.341 | 0.341 | 0.341 | 0.341 | 0.341 | 0.341 | 100.0% | 1 | | -> glance_v2.upload_data | 1.231 | 1.231 | 1.231 | 1.231 | 1.231 | 1.231 | 100.0% | 1 | | glance_v2.list_images | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 100.0% | 1 | | total | 4.204 | 4.204 | 4.204 | 4.204 | 4.204 | 4.204 | 100.0% | 1 | | -> duration | 4.204 | 4.204 | 4.204 | 4.204 | 4.204 | 4.204 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.204361 Full duration: 16.414804 -------------------------------------------------------------------------------- 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 df646f9e-2be7-4ec9-a62f-70d92247bc67 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.327 | 0.327 | 0.327 | 0.327 | 0.327 | 0.327 | 100.0% | 1 | | total | 0.327 | 0.327 | 0.327 | 0.327 | 0.327 | 0.327 | 100.0% | 1 | | -> duration | 0.327 | 0.327 | 0.327 | 0.327 | 0.327 | 0.327 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.326832 Full duration: 7.983093 -------------------------------------------------------------------------------- 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-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e" }, "number_instances": 2, "nics": [ { "net-id": "4b2b5d34-32a9-49cb-b702-d084a003ca28" } ] }, "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 df646f9e-2be7-4ec9-a62f-70d92247bc67 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 | 4.018 | 4.018 | 4.018 | 4.018 | 4.018 | 4.018 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 100.0% | 1 | | -> glance_v2.upload_data | 1.226 | 1.226 | 1.226 | 1.226 | 1.226 | 1.226 | 100.0% | 1 | | nova.boot_servers | 13.73 | 13.73 | 13.73 | 13.73 | 13.73 | 13.73 | 100.0% | 1 | | total | 17.748 | 17.748 | 17.748 | 17.748 | 17.748 | 17.748 | 100.0% | 1 | | -> duration | 16.748 | 16.748 | 16.748 | 16.748 | 16.748 | 16.748 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.748134 Full duration: 42.584754 HINTS: * To plot HTML graphics with this data, run: rally task report df646f9e-2be7-4ec9-a62f-70d92247bc67 --out output.html * To generate a JUnit report, run: rally task export df646f9e-2be7-4ec9-a62f-70d92247bc67 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report df646f9e-2be7-4ec9-a62f-70d92247bc67 --json --out output.json 2018-05-16 16:45:33,731 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'df646f9e-2be7-4ec9-a62f-70d92247bc67'] 2018-05-16 16:45:34,715 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-16 16:45:34,715 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'df646f9e-2be7-4ec9-a62f-70d92247bc67', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-16 16:45:34,721 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-16 16:45:34,721 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-16 16:45:34,721 - 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-05-16 16:45:34,721 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-16 16:45:34,728 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-16 16:45:34,728 - 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': 'external', 'service_list': ['cinder'], 'concurrency': 4, 'netid': '4b2b5d34-32a9-49cb-b702-d084a003ca28', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e', 'flavor_name': 'rally-tiny-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e', '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-05-16 16:48:54,017 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0a4ab8ce-dac6-4524-bc43-403939ca3898 2018-05-16 16:48:54,018 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '0a4ab8ce-dac6-4524-bc43-403939ca3898'] 2018-05-16 16:48:55,117 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 0a4ab8ce-dac6-4524-bc43-403939ca3898: 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 0a4ab8ce-dac6-4524-bc43-403939ca3898 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 | 3.219 | 3.219 | 3.219 | 3.219 | 3.219 | 3.219 | 100.0% | 1 | | cinder_v2.delete_snapshot | 3.437 | 3.437 | 3.437 | 3.437 | 3.437 | 3.437 | 100.0% | 1 | | total | 6.656 | 6.656 | 6.656 | 6.656 | 6.656 | 6.656 | 100.0% | 1 | | -> duration | 6.656 | 6.656 | 6.656 | 6.656 | 6.656 | 6.656 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.655991 Full duration: 24.381584 -------------------------------------------------------------------------------- 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 0a4ab8ce-dac6-4524-bc43-403939ca3898 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.228 | 3.228 | 3.228 | 3.228 | 3.228 | 3.228 | 100.0% | 1 | | cinder_v2.delete_volume | 2.605 | 2.605 | 2.605 | 2.605 | 2.605 | 2.605 | 100.0% | 1 | | total | 5.833 | 5.833 | 5.833 | 5.833 | 5.833 | 5.833 | 100.0% | 1 | | -> duration | 5.833 | 5.833 | 5.833 | 5.833 | 5.833 | 5.833 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.833498 Full duration: 15.999371 -------------------------------------------------------------------------------- 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-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 0a4ab8ce-dac6-4524-bc43-403939ca3898 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 | 8.316 | 8.316 | 8.316 | 8.316 | 8.316 | 8.316 | 100.0% | 1 | | cinder_v2.delete_volume | 2.453 | 2.453 | 2.453 | 2.453 | 2.453 | 2.453 | 100.0% | 1 | | total | 10.77 | 10.77 | 10.77 | 10.77 | 10.77 | 10.77 | 100.0% | 1 | | -> duration | 10.77 | 10.77 | 10.77 | 10.77 | 10.77 | 10.77 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.76954 Full duration: 21.381353 -------------------------------------------------------------------------------- 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 0a4ab8ce-dac6-4524-bc43-403939ca3898 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.247 | 3.247 | 3.247 | 3.247 | 3.247 | 3.247 | 100.0% | 1 | | cinder_v2.delete_volume | 2.463 | 2.463 | 2.463 | 2.463 | 2.463 | 2.463 | 100.0% | 1 | | total | 5.71 | 5.71 | 5.71 | 5.71 | 5.71 | 5.71 | 100.0% | 1 | | -> duration | 5.71 | 5.71 | 5.71 | 5.71 | 5.71 | 5.71 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.710147 Full duration: 15.641691 -------------------------------------------------------------------------------- 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 0a4ab8ce-dac6-4524-bc43-403939ca3898 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.179 | 3.179 | 3.179 | 3.179 | 3.179 | 3.179 | 100.0% | 1 | | cinder_v2.extend_volume | 2.672 | 2.672 | 2.672 | 2.672 | 2.672 | 2.672 | 100.0% | 1 | | cinder_v2.delete_volume | 2.356 | 2.356 | 2.356 | 2.356 | 2.356 | 2.356 | 100.0% | 1 | | total | 8.208 | 8.208 | 8.208 | 8.208 | 8.208 | 8.208 | 100.0% | 1 | | -> duration | 8.208 | 8.208 | 8.208 | 8.208 | 8.208 | 8.208 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.207632 Full duration: 18.40325 -------------------------------------------------------------------------------- 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 0a4ab8ce-dac6-4524-bc43-403939ca3898 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.436 | 3.436 | 3.436 | 3.436 | 3.436 | 3.436 | 100.0% | 1 | | cinder_v2.delete_volume | 2.541 | 2.541 | 2.541 | 2.541 | 2.541 | 2.541 | 100.0% | 1 | | total | 5.977 | 5.977 | 5.977 | 5.977 | 5.977 | 5.977 | 100.0% | 1 | | -> duration | 5.977 | 5.977 | 5.977 | 5.977 | 5.977 | 5.977 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.977467 Full duration: 22.864952 -------------------------------------------------------------------------------- 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 0a4ab8ce-dac6-4524-bc43-403939ca3898 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.579 | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 100.0% | 1 | | cinder_v2.list_qos | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 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.744701 Full duration: 12.329777 -------------------------------------------------------------------------------- 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 0a4ab8ce-dac6-4524-bc43-403939ca3898 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.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | cinder_v2.set_qos | 0.196 | 0.196 | 0.196 | 0.196 | 0.196 | 0.196 | 100.0% | 1 | | total | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | -> duration | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.809749 Full duration: 12.417227 -------------------------------------------------------------------------------- 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 0a4ab8ce-dac6-4524-bc43-403939ca3898 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.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | cinder_v2.list_types | 0.174 | 0.174 | 0.174 | 0.174 | 0.174 | 0.174 | 100.0% | 1 | | total | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 100.0% | 1 | | -> duration | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.779564 Full duration: 12.280624 -------------------------------------------------------------------------------- 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 0a4ab8ce-dac6-4524-bc43-403939ca3898 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.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 100.0% | 1 | | total | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | -> duration | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.815286 Full duration: 12.320165 HINTS: * To plot HTML graphics with this data, run: rally task report 0a4ab8ce-dac6-4524-bc43-403939ca3898 --out output.html * To generate a JUnit report, run: rally task export 0a4ab8ce-dac6-4524-bc43-403939ca3898 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0a4ab8ce-dac6-4524-bc43-403939ca3898 --json --out output.json 2018-05-16 16:48:55,117 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '0a4ab8ce-dac6-4524-bc43-403939ca3898'] 2018-05-16 16:48:56,169 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-16 16:48:56,170 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '0a4ab8ce-dac6-4524-bc43-403939ca3898', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-16 16:48:56,177 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-16 16:48:56,177 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-16 16:48:56,177 - 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-05-16 16:48:56,177 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-16 16:48:56,195 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-16 16:48:56,196 - 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': 'external', 'service_list': ['heat'], 'concurrency': 4, 'netid': '4b2b5d34-32a9-49cb-b702-d084a003ca28', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e', 'flavor_name': 'rally-tiny-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e', '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-05-16 16:50:13,696 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : fc30de0c-1ef4-4cc7-991d-558116c4ca37 2018-05-16 16:50:13,697 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'fc30de0c-1ef4-4cc7-991d-558116c4ca37'] 2018-05-16 16:50:14,781 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task fc30de0c-1ef4-4cc7-991d-558116c4ca37: 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 fc30de0c-1ef4-4cc7-991d-558116c4ca37 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.323 | 4.323 | 4.323 | 4.323 | 4.323 | 4.323 | 100.0% | 1 | | heat.update_stack | 2.765 | 2.765 | 2.765 | 2.765 | 2.765 | 2.765 | 100.0% | 1 | | heat.delete_stack | 2.431 | 2.431 | 2.431 | 2.431 | 2.431 | 2.431 | 100.0% | 1 | | total | 9.519 | 9.519 | 9.519 | 9.519 | 9.519 | 9.519 | 100.0% | 1 | | -> duration | 5.519 | 5.519 | 5.519 | 5.519 | 5.519 | 5.519 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.519055 Full duration: 19.975666 -------------------------------------------------------------------------------- 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 fc30de0c-1ef4-4cc7-991d-558116c4ca37 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.625 | 4.625 | 4.625 | 4.625 | 4.625 | 4.625 | 100.0% | 1 | | heat.check_stack | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | heat.delete_stack | 1.766 | 1.766 | 1.766 | 1.766 | 1.766 | 1.766 | 100.0% | 1 | | total | 7.014 | 7.014 | 7.014 | 7.014 | 7.014 | 7.014 | 100.0% | 1 | | -> duration | 5.014 | 5.014 | 5.014 | 5.014 | 5.014 | 5.014 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.013594 Full duration: 15.615169 -------------------------------------------------------------------------------- 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 fc30de0c-1ef4-4cc7-991d-558116c4ca37 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.626 | 4.626 | 4.626 | 4.626 | 4.626 | 4.626 | 100.0% | 1 | | heat.suspend_stack | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 100.0% | 1 | | heat.resume_stack | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 100.0% | 1 | | heat.delete_stack | 1.818 | 1.818 | 1.818 | 1.818 | 1.818 | 1.818 | 100.0% | 1 | | total | 7.799 | 7.799 | 7.799 | 7.799 | 7.799 | 7.799 | 100.0% | 1 | | -> duration | 5.799 | 5.799 | 5.799 | 5.799 | 5.799 | 5.799 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.798644 Full duration: 16.091778 -------------------------------------------------------------------------------- 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 fc30de0c-1ef4-4cc7-991d-558116c4ca37 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 | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 100.0% | 1 | | total | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 100.0% | 1 | | -> duration | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.579438 Full duration: 8.531814 HINTS: * To plot HTML graphics with this data, run: rally task report fc30de0c-1ef4-4cc7-991d-558116c4ca37 --out output.html * To generate a JUnit report, run: rally task export fc30de0c-1ef4-4cc7-991d-558116c4ca37 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report fc30de0c-1ef4-4cc7-991d-558116c4ca37 --json --out output.json 2018-05-16 16:50:14,782 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'fc30de0c-1ef4-4cc7-991d-558116c4ca37'] 2018-05-16 16:50:15,794 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-16 16:50:15,795 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'fc30de0c-1ef4-4cc7-991d-558116c4ca37', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-16 16:50:15,802 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-16 16:50:15,802 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-16 16:50:15,802 - 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-05-16 16:50:15,802 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-16 16:50:15,818 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-16 16:50:15,819 - 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': 'external', 'service_list': ['keystone'], 'concurrency': 4, 'netid': '4b2b5d34-32a9-49cb-b702-d084a003ca28', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e', 'flavor_name': 'rally-tiny-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e', '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-05-16 16:53:32,685 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f14f43b0-2ed6-4bd4-a7da-e902be052f59 2018-05-16 16:53:32,685 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f14f43b0-2ed6-4bd4-a7da-e902be052f59'] 2018-05-16 16:53:33,743 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f14f43b0-2ed6-4bd4-a7da-e902be052f59: 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 f14f43b0-2ed6-4bd4-a7da-e902be052f59 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.494 | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 100.0% | 1 | | keystone_v3.add_role | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | keystone_v3.revoke_role | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 100.0% | 1 | | total | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | -> duration | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.736715 Full duration: 14.478819 -------------------------------------------------------------------------------- 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 f14f43b0-2ed6-4bd4-a7da-e902be052f59 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.5 | 0.5 | 0.5 | 0.5 | 0.5 | 0.5 | 100.0% | 1 | | keystone_v3.add_role | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 100.0% | 1 | | keystone_v3.list_roles | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | total | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | -> duration | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.726352 Full duration: 14.255383 -------------------------------------------------------------------------------- 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 f14f43b0-2ed6-4bd4-a7da-e902be052f59 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.669 | 0.669 | 0.669 | 0.669 | 0.669 | 0.669 | 100.0% | 1 | | keystone_v3.list_projects | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | total | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 100.0% | 1 | | -> duration | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.754011 Full duration: 14.420429 -------------------------------------------------------------------------------- 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 f14f43b0-2ed6-4bd4-a7da-e902be052f59 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.493 | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 100.0% | 1 | | keystone_v3.delete_role | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | total | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 100.0% | 1 | | -> duration | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.600904 Full duration: 12.168891 -------------------------------------------------------------------------------- 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 f14f43b0-2ed6-4bd4-a7da-e902be052f59 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.593 | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 100.0% | 1 | | keystone_v3.delete_service | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | total | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | -> duration | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.710256 Full duration: 12.263406 -------------------------------------------------------------------------------- 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 f14f43b0-2ed6-4bd4-a7da-e902be052f59 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.667 | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 100.0% | 1 | | keystone_v3.create_user | 0.435 | 0.435 | 0.435 | 0.435 | 0.435 | 0.435 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | -> keystone_v3.add_role | 0.064 | 0.064 | 0.064 | 0.064 | 0.064 | 0.064 | 100.0% | 1 | | keystone_v3.create_role | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 100.0% | 1 | | keystone_v3.get_project | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | keystone_v3.get_user | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | keystone_v3.get_role | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | keystone_v3.list_services | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | keystone_v3.get_services | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | total | 1.725 | 1.725 | 1.725 | 1.725 | 1.725 | 1.725 | 100.0% | 1 | | -> duration | 1.725 | 1.725 | 1.725 | 1.725 | 1.725 | 1.725 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.724627 Full duration: 19.375957 -------------------------------------------------------------------------------- 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 f14f43b0-2ed6-4bd4-a7da-e902be052f59 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.658 | 0.658 | 0.658 | 0.658 | 0.658 | 0.658 | 100.0% | 1 | | keystone_v3.update_project | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | keystone_v3.delete_project | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | total | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 100.0% | 1 | | -> duration | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.89388 Full duration: 12.34822 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task f14f43b0-2ed6-4bd4-a7da-e902be052f59 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.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | total | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 100.0% | 1 | | -> duration | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.807732 Full duration: 14.539042 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task f14f43b0-2ed6-4bd4-a7da-e902be052f59 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.653 | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 100.0% | 1 | | total | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 100.0% | 1 | | -> duration | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.653226 Full duration: 14.096373 -------------------------------------------------------------------------------- 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 f14f43b0-2ed6-4bd4-a7da-e902be052f59 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.699 | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 100.0% | 1 | | keystone_v3.list_users | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | total | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 100.0% | 1 | | -> duration | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.890864 Full duration: 14.310998 -------------------------------------------------------------------------------- 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 f14f43b0-2ed6-4bd4-a7da-e902be052f59 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.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | keystone_v3.create_users | 4.733 | 4.733 | 4.733 | 4.733 | 4.733 | 4.733 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.733 | 4.733 | 4.733 | 4.733 | 4.733 | 4.733 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.226 | 1.226 | 1.226 | 1.226 | 1.226 | 1.226 | 100.0% | 1 | | total | 6.383 | 6.383 | 6.383 | 6.383 | 6.383 | 6.383 | 100.0% | 1 | | -> duration | 6.383 | 6.383 | 6.383 | 6.383 | 6.383 | 6.383 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.383232 Full duration: 22.314957 HINTS: * To plot HTML graphics with this data, run: rally task report f14f43b0-2ed6-4bd4-a7da-e902be052f59 --out output.html * To generate a JUnit report, run: rally task export f14f43b0-2ed6-4bd4-a7da-e902be052f59 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f14f43b0-2ed6-4bd4-a7da-e902be052f59 --json --out output.json 2018-05-16 16:53:33,743 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f14f43b0-2ed6-4bd4-a7da-e902be052f59'] 2018-05-16 16:53:34,839 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-16 16:53:34,840 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f14f43b0-2ed6-4bd4-a7da-e902be052f59', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-16 16:53:34,848 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-16 16:53:34,849 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-16 16:53:34,849 - 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-05-16 16:53:34,849 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-16 16:53:34,866 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-16 16:53:34,867 - 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': 'external', 'service_list': ['neutron'], 'concurrency': 4, 'netid': '4b2b5d34-32a9-49cb-b702-d084a003ca28', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e', 'flavor_name': 'rally-tiny-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e', '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-05-16 16:58:52,014 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0da32ebf-f28c-4717-b7c0-f26f4a59c1be 2018-05-16 16:58:52,015 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '0da32ebf-f28c-4717-b7c0-f26f4a59c1be'] 2018-05-16 16:58:52,945 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 0da32ebf-f28c-4717-b7c0-f26f4a59c1be: 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 0da32ebf-f28c-4717-b7c0-f26f4a59c1be 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 | 0.983 | 0.983 | 0.983 | 0.983 | 0.983 | 0.983 | 100.0% | 1 | | neutron.delete_network | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 100.0% | 1 | | total | 1.831 | 1.831 | 1.831 | 1.831 | 1.831 | 1.831 | 100.0% | 1 | | -> duration | 1.831 | 1.831 | 1.831 | 1.831 | 1.831 | 1.831 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.831223 Full duration: 15.208828 -------------------------------------------------------------------------------- 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 0da32ebf-f28c-4717-b7c0-f26f4a59c1be 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.502 | 1.502 | 1.502 | 1.502 | 1.502 | 1.502 | 100.0% | 1 | | neutron.delete_port | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 100.0% | 1 | | total | 2.16 | 2.16 | 2.16 | 2.16 | 2.16 | 2.16 | 100.0% | 1 | | -> duration | 2.16 | 2.16 | 2.16 | 2.16 | 2.16 | 2.16 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.159809 Full duration: 30.921874 -------------------------------------------------------------------------------- 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 0da32ebf-f28c-4717-b7c0-f26f4a59c1be 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 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 100.0% | 1 | | neutron.create_subnet | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 100.0% | 1 | | neutron.create_router | 0.296 | 0.296 | 0.296 | 0.296 | 0.296 | 0.296 | 100.0% | 1 | | neutron.add_interface_router | 1.595 | 1.595 | 1.595 | 1.595 | 1.595 | 1.595 | 100.0% | 1 | | neutron.remove_interface_router | 1.011 | 1.011 | 1.011 | 1.011 | 1.011 | 1.011 | 100.0% | 1 | | neutron.delete_router | 0.419 | 0.419 | 0.419 | 0.419 | 0.419 | 0.419 | 100.0% | 1 | | total | 5.025 | 5.025 | 5.025 | 5.025 | 5.025 | 5.025 | 100.0% | 1 | | -> duration | 5.025 | 5.025 | 5.025 | 5.025 | 5.025 | 5.025 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.024995 Full duration: 36.641826 -------------------------------------------------------------------------------- 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 0da32ebf-f28c-4717-b7c0-f26f4a59c1be 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.091 | 1.091 | 1.091 | 1.091 | 1.091 | 1.091 | 100.0% | 1 | | neutron.delete_subnet | 0.996 | 0.996 | 0.996 | 0.996 | 0.996 | 0.996 | 100.0% | 1 | | total | 2.087 | 2.087 | 2.087 | 2.087 | 2.087 | 2.087 | 100.0% | 1 | | -> duration | 2.087 | 2.087 | 2.087 | 2.087 | 2.087 | 2.087 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.086881 Full duration: 27.656104 -------------------------------------------------------------------------------- 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 0da32ebf-f28c-4717-b7c0-f26f4a59c1be 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.085 | 1.085 | 1.085 | 1.085 | 1.085 | 1.085 | 100.0% | 1 | | neutron.list_networks | 0.269 | 0.269 | 0.269 | 0.269 | 0.269 | 0.269 | 100.0% | 1 | | total | 1.354 | 1.354 | 1.354 | 1.354 | 1.354 | 1.354 | 100.0% | 1 | | -> duration | 1.354 | 1.354 | 1.354 | 1.354 | 1.354 | 1.354 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.354118 Full duration: 16.722642 -------------------------------------------------------------------------------- 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 0da32ebf-f28c-4717-b7c0-f26f4a59c1be 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.604 | 1.604 | 1.604 | 1.604 | 1.604 | 1.604 | 100.0% | 1 | | neutron.list_ports | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 100.0% | 1 | | total | 1.847 | 1.847 | 1.847 | 1.847 | 1.847 | 1.847 | 100.0% | 1 | | -> duration | 1.847 | 1.847 | 1.847 | 1.847 | 1.847 | 1.847 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.846767 Full duration: 28.417852 -------------------------------------------------------------------------------- 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 0da32ebf-f28c-4717-b7c0-f26f4a59c1be 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 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | neutron.create_subnet | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 100.0% | 1 | | neutron.create_router | 0.314 | 0.314 | 0.314 | 0.314 | 0.314 | 0.314 | 100.0% | 1 | | neutron.add_interface_router | 1.634 | 1.634 | 1.634 | 1.634 | 1.634 | 1.634 | 100.0% | 1 | | neutron.list_routers | 0.222 | 0.222 | 0.222 | 0.222 | 0.222 | 0.222 | 100.0% | 1 | | total | 3.659 | 3.659 | 3.659 | 3.659 | 3.659 | 3.659 | 100.0% | 1 | | -> duration | 3.659 | 3.659 | 3.659 | 3.659 | 3.659 | 3.659 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.658919 Full duration: 41.864884 -------------------------------------------------------------------------------- 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 0da32ebf-f28c-4717-b7c0-f26f4a59c1be 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 | 0.961 | 0.961 | 0.961 | 0.961 | 0.961 | 0.961 | 100.0% | 1 | | neutron.create_subnet | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 100.0% | 1 | | neutron.list_subnets | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 100.0% | 1 | | total | 2.033 | 2.033 | 2.033 | 2.033 | 2.033 | 2.033 | 100.0% | 1 | | -> duration | 2.033 | 2.033 | 2.033 | 2.033 | 2.033 | 2.033 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.032548 Full duration: 36.307392 -------------------------------------------------------------------------------- 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 0da32ebf-f28c-4717-b7c0-f26f4a59c1be 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.035 | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 100.0% | 1 | | neutron.delete_security_group | 0.302 | 0.302 | 0.302 | 0.302 | 0.302 | 0.302 | 100.0% | 1 | | total | 1.337 | 1.337 | 1.337 | 1.337 | 1.337 | 1.337 | 100.0% | 1 | | -> duration | 1.337 | 1.337 | 1.337 | 1.337 | 1.337 | 1.337 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.337157 Full duration: 14.570256 -------------------------------------------------------------------------------- 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 0da32ebf-f28c-4717-b7c0-f26f4a59c1be 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 | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 100.0% | 1 | | neutron.create_security_group_rule | 0.436 | 0.436 | 0.436 | 0.436 | 0.436 | 0.436 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.247 | 0.247 | 0.247 | 0.247 | 0.247 | 0.247 | 100.0% | 1 | | neutron.delete_security_group | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 100.0% | 1 | | total | 1.915 | 1.915 | 1.915 | 1.915 | 1.915 | 1.915 | 100.0% | 1 | | -> duration | 1.915 | 1.915 | 1.915 | 1.915 | 1.915 | 1.915 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.914678 Full duration: 14.674563 -------------------------------------------------------------------------------- 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 0da32ebf-f28c-4717-b7c0-f26f4a59c1be 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 | 0.952 | 0.952 | 0.952 | 0.952 | 0.952 | 0.952 | 100.0% | 1 | | neutron.create_router | 0.362 | 0.362 | 0.362 | 0.362 | 0.362 | 0.362 | 100.0% | 1 | | neutron.add_gateway_router | 1.791 | 1.791 | 1.791 | 1.791 | 1.791 | 1.791 | 100.0% | 1 | | neutron.remove_gateway_router | 0.884 | 0.884 | 0.884 | 0.884 | 0.884 | 0.884 | 100.0% | 1 | | total | 3.989 | 3.989 | 3.989 | 3.989 | 3.989 | 3.989 | 100.0% | 1 | | -> duration | 3.989 | 3.989 | 3.989 | 3.989 | 3.989 | 3.989 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.989232 Full duration: 24.058032 HINTS: * To plot HTML graphics with this data, run: rally task report 0da32ebf-f28c-4717-b7c0-f26f4a59c1be --out output.html * To generate a JUnit report, run: rally task export 0da32ebf-f28c-4717-b7c0-f26f4a59c1be --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0da32ebf-f28c-4717-b7c0-f26f4a59c1be --json --out output.json 2018-05-16 16:58:52,946 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '0da32ebf-f28c-4717-b7c0-f26f4a59c1be'] 2018-05-16 16:58:54,193 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-16 16:58:54,194 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '0da32ebf-f28c-4717-b7c0-f26f4a59c1be', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-16 16:58:54,202 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-16 16:58:54,202 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-16 16:58:54,202 - 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-05-16 16:58:54,203 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-16 16:58:54,216 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-16 16:58:54,217 - 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': 'external', 'service_list': ['nova'], 'concurrency': 4, 'netid': '4b2b5d34-32a9-49cb-b702-d084a003ca28', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e', 'flavor_name': 'rally-tiny-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e', '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-05-16 17:05:34,240 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 59d79df1-3d39-436c-afef-8c5e2d58f3f7 2018-05-16 17:05:34,241 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '59d79df1-3d39-436c-afef-8c5e2d58f3f7'] 2018-05-16 17:05:35,375 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 59d79df1-3d39-436c-afef-8c5e2d58f3f7: finished -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e" }, "image": { "name": "Cirros-0.4.0-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e" }, "block_migration": false, "nics": [ { "net-id": "4b2b5d34-32a9-49cb-b702-d084a003ca28" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 59d79df1-3d39-436c-afef-8c5e2d58f3f7 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 | 10.224 | 10.224 | 10.224 | 10.224 | 10.224 | 10.224 | 100.0% | 1 | | nova.find_host_to_migrate | 1.327 | 1.327 | 1.327 | 1.327 | 1.327 | 1.327 | 100.0% | 1 | | nova.live_migrate | 11.618 | 11.618 | 11.618 | 11.618 | 11.618 | 11.618 | 100.0% | 1 | | nova.delete_server | 2.908 | 2.908 | 2.908 | 2.908 | 2.908 | 2.908 | 100.0% | 1 | | total | 26.077 | 26.077 | 26.077 | 26.077 | 26.077 | 26.077 | 100.0% | 1 | | -> duration | 25.077 | 25.077 | 25.077 | 25.077 | 25.077 | 25.077 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 25.07723 Full duration: 35.249053 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_attach_created_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e" }, "image": { "name": "Cirros-0.4.0-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "4b2b5d34-32a9-49cb-b702-d084a003ca28" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 59d79df1-3d39-436c-afef-8c5e2d58f3f7 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 | 9.42 | 9.42 | 9.42 | 9.42 | 9.42 | 9.42 | 100.0% | 1 | | cinder_v2.create_volume | 2.82 | 2.82 | 2.82 | 2.82 | 2.82 | 2.82 | 100.0% | 1 | | nova.attach_volume | 4.365 | 4.365 | 4.365 | 4.365 | 4.365 | 4.365 | 100.0% | 1 | | nova.find_host_to_migrate | 1.436 | 1.436 | 1.436 | 1.436 | 1.436 | 1.436 | 100.0% | 1 | | nova.live_migrate | 14.506 | 14.506 | 14.506 | 14.506 | 14.506 | 14.506 | 100.0% | 1 | | nova.detach_volume | 3.978 | 3.978 | 3.978 | 3.978 | 3.978 | 3.978 | 100.0% | 1 | | cinder_v2.delete_volume | 2.277 | 2.277 | 2.277 | 2.277 | 2.277 | 2.277 | 100.0% | 1 | | nova.delete_server | 2.901 | 2.901 | 2.901 | 2.901 | 2.901 | 2.901 | 100.0% | 1 | | total | 41.705 | 41.705 | 41.705 | 41.705 | 41.705 | 41.705 | 100.0% | 1 | | -> duration | 40.705 | 40.705 | 40.705 | 40.705 | 40.705 | 40.705 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 40.704857 Full duration: 53.685282 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e" }, "image": { "name": "Cirros-0.4.0-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "4b2b5d34-32a9-49cb-b702-d084a003ca28" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 59d79df1-3d39-436c-afef-8c5e2d58f3f7 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 | 8.506 | 8.506 | 8.506 | 8.506 | 8.506 | 8.506 | 100.0% | 1 | | nova.boot_server | 10.368 | 10.368 | 10.368 | 10.368 | 10.368 | 10.368 | 100.0% | 1 | | nova.find_host_to_migrate | 1.262 | 1.262 | 1.262 | 1.262 | 1.262 | 1.262 | 100.0% | 1 | | nova.live_migrate | 14.183 | 14.183 | 14.183 | 14.183 | 14.183 | 14.183 | 100.0% | 1 | | nova.delete_server | 7.966 | 7.966 | 7.966 | 7.966 | 7.966 | 7.966 | 100.0% | 1 | | total | 42.286 | 42.286 | 42.286 | 42.286 | 42.286 | 42.286 | 100.0% | 1 | | -> duration | 41.286 | 41.286 | 41.286 | 41.286 | 41.286 | 41.286 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 41.285553 Full duration: 53.830934 -------------------------------------------------------------------------------- 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-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e" }, "image": { "name": "Cirros-0.4.0-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e" }, "server_kwargs": { "nics": [ { "net-id": "4b2b5d34-32a9-49cb-b702-d084a003ca28" } ] } }, "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 59d79df1-3d39-436c-afef-8c5e2d58f3f7 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 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | nova.boot_server | 8.736 | 8.736 | 8.736 | 8.736 | 8.736 | 8.736 | 100.0% | 1 | | nova.delete_server | 2.851 | 2.851 | 2.851 | 2.851 | 2.851 | 2.851 | 100.0% | 1 | | nova.delete_keypair | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 100.0% | 1 | | total | 12.339 | 12.339 | 12.339 | 12.339 | 12.339 | 12.339 | 100.0% | 1 | | -> duration | 11.339 | 11.339 | 11.339 | 11.339 | 11.339 | 11.339 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.338913 Full duration: 36.037759 -------------------------------------------------------------------------------- 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-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e" }, "image": { "name": "Cirros-0.4.0-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e" }, "volume_size": 5, "nics": [ { "net-id": "4b2b5d34-32a9-49cb-b702-d084a003ca28" } ] }, "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 59d79df1-3d39-436c-afef-8c5e2d58f3f7 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 | 8.814 | 8.814 | 8.814 | 8.814 | 8.814 | 8.814 | 100.0% | 1 | | nova.boot_server | 6.622 | 6.622 | 6.622 | 6.622 | 6.622 | 6.622 | 100.0% | 1 | | nova.delete_server | 2.525 | 2.525 | 2.525 | 2.525 | 2.525 | 2.525 | 100.0% | 1 | | total | 17.962 | 17.962 | 17.962 | 17.962 | 17.962 | 17.962 | 100.0% | 1 | | -> duration | 16.962 | 16.962 | 16.962 | 16.962 | 16.962 | 16.962 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.961832 Full duration: 44.21619 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e" }, "image": { "name": "Cirros-0.4.0-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e" }, "force_delete": false, "nics": [ { "net-id": "4b2b5d34-32a9-49cb-b702-d084a003ca28" } ] }, "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 59d79df1-3d39-436c-afef-8c5e2d58f3f7 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 | 9.434 | 9.434 | 9.434 | 9.434 | 9.434 | 9.434 | 100.0% | 1 | | nova.pause_server | 2.883 | 2.883 | 2.883 | 2.883 | 2.883 | 2.883 | 100.0% | 1 | | nova.unpause_server | 2.464 | 2.464 | 2.464 | 2.464 | 2.464 | 2.464 | 100.0% | 1 | | nova.delete_server | 5.261 | 5.261 | 5.261 | 5.261 | 5.261 | 5.261 | 100.0% | 1 | | total | 20.042 | 20.042 | 20.042 | 20.042 | 20.042 | 20.042 | 100.0% | 1 | | -> duration | 15.042 | 15.042 | 15.042 | 15.042 | 15.042 | 15.042 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.04184 Full duration: 51.715542 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e" }, "image": { "name": "Cirros-0.4.0-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e" }, "nics": [ { "net-id": "4b2b5d34-32a9-49cb-b702-d084a003ca28" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 59d79df1-3d39-436c-afef-8c5e2d58f3f7 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 | 9.846 | 9.846 | 9.846 | 9.846 | 9.846 | 9.846 | 100.0% | 1 | | nova.migrate | 45.628 | 45.628 | 45.628 | 45.628 | 45.628 | 45.628 | 100.0% | 1 | | nova.resize_confirm | 5.38 | 5.38 | 5.38 | 5.38 | 5.38 | 5.38 | 100.0% | 1 | | nova.delete_server | 2.677 | 2.677 | 2.677 | 2.677 | 2.677 | 2.677 | 100.0% | 1 | | total | 63.532 | 63.532 | 63.532 | 63.532 | 63.532 | 63.532 | 100.0% | 1 | | -> duration | 62.532 | 62.532 | 62.532 | 62.532 | 62.532 | 62.532 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 62.531621 Full duration: 72.725834 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e" }, "image": { "name": "Cirros-0.4.0-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 59d79df1-3d39-436c-afef-8c5e2d58f3f7 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | total | n/a | n/a | n/a | n/a | n/a | n/a | n/a | 0 | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.0 Full duration: 10.425493 -------------------------------------------------------------------------------- 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 59d79df1-3d39-436c-afef-8c5e2d58f3f7 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.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | nova.delete_server_group | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | total | 0.701 | 0.701 | 0.701 | 0.701 | 0.701 | 0.701 | 100.0% | 1 | | -> duration | 0.701 | 0.701 | 0.701 | 0.701 | 0.701 | 0.701 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.701252 Full duration: 9.288495 HINTS: * To plot HTML graphics with this data, run: rally task report 59d79df1-3d39-436c-afef-8c5e2d58f3f7 --out output.html * To generate a JUnit report, run: rally task export 59d79df1-3d39-436c-afef-8c5e2d58f3f7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 59d79df1-3d39-436c-afef-8c5e2d58f3f7 --json --out output.json 2018-05-16 17:05:35,375 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '59d79df1-3d39-436c-afef-8c5e2d58f3f7'] 2018-05-16 17:05:36,510 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-16 17:05:36,510 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '59d79df1-3d39-436c-afef-8c5e2d58f3f7', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-16 17:05:36,518 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-16 17:05:36,518 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-16 17:05:36,518 - 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-05-16 17:05:36,518 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-16 17:05:36,530 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-16 17:05:36,531 - 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': 'external', 'service_list': ['quotas'], 'concurrency': 4, 'netid': '4b2b5d34-32a9-49cb-b702-d084a003ca28', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e', 'flavor_name': 'rally-tiny-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-4acdfac7-8073-4c9d-98bd-eb38a8d25c9e', '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-05-16 17:06:29,813 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 672d4035-06bd-463d-ba4e-da9d2a33f5b7 2018-05-16 17:06:29,814 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '672d4035-06bd-463d-ba4e-da9d2a33f5b7'] 2018-05-16 17:06:30,863 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 672d4035-06bd-463d-ba4e-da9d2a33f5b7: 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 672d4035-06bd-463d-ba4e-da9d2a33f5b7 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.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | quotas.delete_quotas | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | total | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 100.0% | 1 | | -> duration | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.860667 Full duration: 8.607628 -------------------------------------------------------------------------------- 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 672d4035-06bd-463d-ba4e-da9d2a33f5b7 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.842 | 0.842 | 0.842 | 0.842 | 0.842 | 0.842 | 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.841747 Full duration: 8.255161 -------------------------------------------------------------------------------- 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 672d4035-06bd-463d-ba4e-da9d2a33f5b7 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.449 | 0.449 | 0.449 | 0.449 | 0.449 | 0.449 | 100.0% | 1 | | total | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 100.0% | 1 | | -> duration | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.849729 Full duration: 8.630153 -------------------------------------------------------------------------------- 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 672d4035-06bd-463d-ba4e-da9d2a33f5b7 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 | 1.101 | 1.101 | 1.101 | 1.101 | 1.101 | 1.101 | 100.0% | 1 | | total | 1.101 | 1.101 | 1.101 | 1.101 | 1.101 | 1.101 | 100.0% | 1 | | -> duration | 1.101 | 1.101 | 1.101 | 1.101 | 1.101 | 1.101 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.100865 Full duration: 8.915245 HINTS: * To plot HTML graphics with this data, run: rally task report 672d4035-06bd-463d-ba4e-da9d2a33f5b7 --out output.html * To generate a JUnit report, run: rally task export 672d4035-06bd-463d-ba4e-da9d2a33f5b7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 672d4035-06bd-463d-ba4e-da9d2a33f5b7 --json --out output.json 2018-05-16 17:06:30,864 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '672d4035-06bd-463d-ba4e-da9d2a33f5b7'] 2018-05-16 17:06:31,879 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-16 17:06:31,879 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '672d4035-06bd-463d-ba4e-da9d2a33f5b7', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-16 17:06:31,887 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-16 17:06:31,890 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:45 | 6 | 100.00% | | glance | 01:21 | 4 | 100.00% | | cinder | 02:48 | 10 | 100.00% | | heat | 01:00 | 4 | 100.00% | | keystone | 02:44 | 11 | 100.00% | | neutron | 04:47 | 11 | 100.00% | | nova | 06:07 | 8 | 100.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:20:08 | 58 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-16 17:06:31,890 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-16 17:06:40,901 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-16 17:06:40,901 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-16 17:06:41,550 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 17:06:41,551 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 24:12 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-16 17:06:41,555 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-16 17:06:41,644 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-16 17:06:43,931 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-16 17:06:43.686 11132 INFO rally.deployment.engine [-] Deployment 927c1965-259a-4ff4-b1d2-7bb4e57decd3 | Starting: Destroy cloud and free allocated resources. 2018-05-16 17:06:43.757 11132 INFO rally.deployment.engine [-] Deployment 927c1965-259a-4ff4-b1d2-7bb4e57decd3 | Completed: Destroy cloud and free allocated resources. 2018-05-16 17:06:43.781 11132 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=c74dd09a-e68b-45db-a225-e0bc8bae6004). 2018-05-16 17:06:43.786 11132 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-16 17:06:46,131 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-16 17:06:45.871 11135 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=a8c0845a-299c-4cc9-bb63-1a3408cde966) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | a8c0845a-299c-4cc9-bb63-1a3408cde966 | 2018-05-16T17:06:45 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: a8c0845a-299c-4cc9-bb63-1a3408cde966 ~/.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-05-16 17:06:49,231 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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-05-16 17:06:49,231 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-16 17:06:51,468 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-16 17:06:51.223 11141 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=c74dd09a-e68b-45db-a225-e0bc8bae6004). 2018-05-16 17:06:51.350 11141 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-16 17:06:54,747 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-16 17:06:53.469 11144 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-16 17:06:53.617 11144 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-16 17:06:54.595 11144 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ac6ecc77-3b27-4b81-b5c8-0685042ab2bd) has been successfully created! Using verifier 'opnfv-tempest' (UUID=ac6ecc77-3b27-4b81-b5c8-0685042ab2bd) as the default verifier for the future CLI operations. 2018-05-16 17:06:57,727 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-16 17:07:00,248 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-16 17:07:06,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-16 17:07:11,810 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-16 17:07:10.781 11163 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ac6ecc77-3b27-4b81-b5c8-0685042ab2bd) for deployment 'opnfv-rally' (UUID=a8c0845a-299c-4cc9-bb63-1a3408cde966). 2018-05-16 17:07:11.635 11163 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ac6ecc77-3b27-4b81-b5c8-0685042ab2bd) has been successfully configured for deployment 'opnfv-rally' (UUID=a8c0845a-299c-4cc9-bb63-1a3408cde966)! 2018-05-16 17:07:11,811 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-16 17:07:11,811 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-16 17:07:11,813 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-16 17:07:14,135 - 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-05-16 17:07:16,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:16.309 11175 INFO rally.api [-] Starting verification (UUID=5536d9d7-7839-4723-9562-6775047a8856) for deployment 'opnfv-rally' (UUID=a8c0845a-299c-4cc9-bb63-1a3408cde966) by verifier 'opnfv-tempest' (UUID=ac6ecc77-3b27-4b81-b5c8-0685042ab2bd). 2018-05-16 17:07:16,310 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 5536d9d7-7839-4723-9562-6775047a8856 2018-05-16 17:07:24,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:24.702 11175 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.007s] 2018-05-16 17:07:25,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:25.068 11175 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.208s] 2018-05-16 17:07:25,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:25.123 11175 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.055s] 2018-05-16 17:07:25,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:25.796 11175 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.779s] 2018-05-16 17:07:25,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:25.838 11175 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.722s] 2018-05-16 17:07:26,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:25.999 11175 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.161s] 2018-05-16 17:07:30,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:30.716 11175 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [4.920s] 2018-05-16 17:07:30,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:30.886 11175 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.153s] 2018-05-16 17:07:31,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:31.254 11175 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.070s] 2018-05-16 17:07:31,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:31.341 11175 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.085s] 2018-05-16 17:07:31,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:31.408 11175 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.068s] 2018-05-16 17:07:32,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:32.146 11175 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.153s] 2018-05-16 17:07:32,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:32.189 11175 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.304s] 2018-05-16 17:07:32,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:32.995 11175 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [8.033s] 2018-05-16 17:07:34,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:34.701 11175 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [2.509s] 2018-05-16 17:07:35,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:35.840 11175 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [3.690s] 2018-05-16 17:07:36,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:36.670 11175 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.177s] 2018-05-16 17:07:36,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:36.812 11175 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [5.205s] 2018-05-16 17:07:36,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:36.844 11175 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.175s] 2018-05-16 17:07:37,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:37.452 11175 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.613s] 2018-05-16 17:07:38,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:38.757 11175 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON ... fail 2018-05-16 17:07:39,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:39.135 11175 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [2.290s] 2018-05-16 17:07:40,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:40.303 11175 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [1.167s] 2018-05-16 17:07:40,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:40.443 11175 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.990s] 2018-05-16 17:07:40,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:40.467 11175 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.164s] 2018-05-16 17:07:40,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:40.543 11175 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.181s] 2018-05-16 17:07:40,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:40.703 11175 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.160s] 2018-05-16 17:07:43,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:43.618 11175 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [4.808s] 2018-05-16 17:07:43,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:43.650 11175 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [3.207s] 2018-05-16 17:07:46,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:46.149 11175 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... fail [9.334s] 2018-05-16 17:07:46,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:46.454 11175 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [2.837s] 2018-05-16 17:07:48,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:48.029 11175 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.062s] 2018-05-16 17:07:48,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:48.929 11175 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [24.145s] 2018-05-16 17:07:50,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:50.353 11175 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [6.700s] 2018-05-16 17:07:54,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:54.123 11175 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [3.770s] 2018-05-16 17:07:54,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:54.508 11175 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [6.476s] 2018-05-16 17:07:54,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:54.592 11175 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.469s] 2018-05-16 17:07:54,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:54.614 11175 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.022s] 2018-05-16 17:07:54,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:54.633 11175 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.018s] 2018-05-16 17:07:54,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:07:54.658 11175 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.025s] 2018-05-16 17:08:01,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:01.678 11175 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [28.676s] 2018-05-16 17:08:03,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:03.363 11175 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.753s] 2018-05-16 17:08:03,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:03.761 11175 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.397s] 2018-05-16 17:08:03,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:03.964 11175 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.202s] 2018-05-16 17:08:05,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:05.302 11175 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [1.337s] 2018-05-16 17:08:05,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:05.814 11175 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.160s] 2018-05-16 17:08:05,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:05.928 11175 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.625s] 2018-05-16 17:08:05,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:05.995 11175 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.181s] 2018-05-16 17:08:06,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:06.175 11175 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.179s] 2018-05-16 17:08:06,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:06.328 11175 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.153s] 2018-05-16 17:08:06,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:06.570 11175 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.241s] 2018-05-16 17:08:06,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:06.579 11175 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.651s] 2018-05-16 17:08:06,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:06.737 11175 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.166s] 2018-05-16 17:08:06,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:06.930 11175 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.192s] 2018-05-16 17:08:07,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:07.123 11175 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.192s] 2018-05-16 17:08:07,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:07.280 11175 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.156s] 2018-05-16 17:08:07,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:07.378 11175 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [2.232s] 2018-05-16 17:08:07,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:07.464 11175 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.185s] 2018-05-16 17:08:07,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:07.619 11175 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.154s] 2018-05-16 17:08:07,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:07.666 11175 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.046s] 2018-05-16 17:08:07,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:07.879 11175 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.212s] 2018-05-16 17:08:07,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:07.917 11175 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.038s] 2018-05-16 17:08:07,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:07.953 11175 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.035s] 2018-05-16 17:08:09,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:09.035 11175 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [1.081s] 2018-05-16 17:08:09,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:09.071 11175 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.036s] 2018-05-16 17:08:09,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:09.114 11175 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.043s] 2018-05-16 17:08:09,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:09.276 11175 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.161s] 2018-05-16 17:08:09,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:09.310 11175 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.034s] 2018-05-16 17:08:09,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:09.349 11175 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.038s] 2018-05-16 17:08:09,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:09.528 11175 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.178s] 2018-05-16 17:08:09,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:09.712 11175 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.183s] 2018-05-16 17:08:14,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:14.360 11175 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.613s] 2018-05-16 17:08:15,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:15.661 11175 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.182s] 2018-05-16 17:08:15,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:15.864 11175 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.201s] 2018-05-16 17:08:16,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:16.055 11175 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.191s] 2018-05-16 17:08:16,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:16.399 11175 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [2.039s] 2018-05-16 17:08:16,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:16.724 11175 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.668s] 2018-05-16 17:08:17,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:17.125 11175 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.400s] 2018-05-16 17:08:17,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:17.501 11175 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.375s] 2018-05-16 17:08:17,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:17.536 11175 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.035s] 2018-05-16 17:08:17,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:17.736 11175 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.199s] 2018-05-16 17:08:17,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:17.789 11175 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.053s] 2018-05-16 17:08:17,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:17.958 11175 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.558s] 2018-05-16 17:08:17,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:17.989 11175 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.199s] 2018-05-16 17:08:18,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:18.031 11175 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.042s] 2018-05-16 17:08:18,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:18.238 11175 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.205s] 2018-05-16 17:08:18,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:18.454 11175 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.215s] 2018-05-16 17:08:18,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:18.510 11175 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.056s] 2018-05-16 17:08:18,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:18.693 11175 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.182s] 2018-05-16 17:08:19,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:19.255 11175 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.295s] 2018-05-16 17:08:20,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:20.868 11175 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.612s] 2018-05-16 17:08:21,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:21.850 11175 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [6.072s] 2018-05-16 17:08:21,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:21.992 11175 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [3.228s] 2018-05-16 17:08:22,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:22.231 11175 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.361s] 2018-05-16 17:08:23,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:23.061 11175 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.831s] 2018-05-16 17:08:23,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:23.295 11175 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.233s] 2018-05-16 17:08:23,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:23.536 11175 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.241s] 2018-05-16 17:08:24,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:24.987 11175 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.449s] 2018-05-16 17:08:25,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:25.330 11175 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [3.338s] 2018-05-16 17:08:26,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:26.084 11175 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [1.096s] 2018-05-16 17:08:26,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:26.617 11175 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.532s] 2018-05-16 17:08:27,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:27.562 11175 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.945s] 2018-05-16 17:08:28,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:28.924 11175 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.066s] 2018-05-16 17:08:28,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:28.940 11175 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.016s] 2018-05-16 17:08:29,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:29.039 11175 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.476s] 2018-05-16 17:08:29,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:29.088 11175 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.148s] 2018-05-16 17:08:29,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:29.103 11175 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.014s] 2018-05-16 17:08:29,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:29.114 11175 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-05-16 17:08:29,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:29.152 11175 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.037s] 2018-05-16 17:08:29,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:29.238 11175 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.086s] 2018-05-16 17:08:29,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:29.452 11175 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.212s] 2018-05-16 17:08:29,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:29.723 11175 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.681s] 2018-05-16 17:08:29,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:29.725 11175 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.270s] 2018-05-16 17:08:29,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:29.737 11175 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2018-05-16 17:08:29,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:29.810 11175 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.071s] 2018-05-16 17:08:30,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:30.276 11175 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.555s] 2018-05-16 17:08:30,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:30.846 11175 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.569s] 2018-05-16 17:08:31,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:31.292 11175 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [39.550s] 2018-05-16 17:08:31,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:31.402 11175 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.556s] 2018-05-16 17:08:31,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:31.721 11175 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [9.870s] 2018-05-16 17:08:32,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:32.411 11175 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [7.076s] 2018-05-16 17:08:32,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:32.851 11175 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.565s] 2018-05-16 17:08:34,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:34.221 11175 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.499s] 2018-05-16 17:08:34,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:34.301 11175 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [32.620s] 2018-05-16 17:08:34,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:34.434 11175 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.213s] 2018-05-16 17:08:34,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:34.484 11175 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.049s] 2018-05-16 17:08:34,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:34.670 11175 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.185s] 2018-05-16 17:08:34,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:34.846 11175 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.175s] 2018-05-16 17:08:35,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:35.396 11175 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [2.988s] 2018-05-16 17:08:38,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:38.332 11175 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.933s] 2018-05-16 17:08:40,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:40.083 11175 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.750s] 2018-05-16 17:08:43,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:43.464 11175 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.379s] 2018-05-16 17:08:43,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:43.512 11175 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.051s] 2018-05-16 17:08:45,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:45.291 11175 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [70.582s] 2018-05-16 17:08:47,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:47.353 11175 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [5.173s] 2018-05-16 17:08:48,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:48.662 11175 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [14.358s] 2018-05-16 17:08:51,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:51.913 11175 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.560s] 2018-05-16 17:08:56,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:08:56.225 11175 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.311s] 2018-05-16 17:09:00,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:09:00.700 11175 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.474s] 2018-05-16 17:09:01,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:09:01.001 11175 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.497s] 2018-05-16 17:09:01,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:09:01.043 11175 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk ... fail 2018-05-16 17:09:01,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:09:01.520 11175 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.518s] 2018-05-16 17:09:03,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:09:03.209 11175 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.161s] 2018-05-16 17:09:03,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:09:03.986 11175 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.285s] 2018-05-16 17:09:07,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:09:07.822 11175 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.835s] 2018-05-16 17:09:10,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:09:10.448 11175 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [2.625s] 2018-05-16 17:09:16,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:09:16.723 11175 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.274s] 2018-05-16 17:09:21,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:09:21.215 11175 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.491s] 2018-05-16 17:09:21,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:09:21.873 11175 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.657s] 2018-05-16 17:09:22,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:09:22.023 11175 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.149s] 2018-05-16 17:09:22,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:09:22.079 11175 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.055s] 2018-05-16 17:09:22,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:09:22.145 11175 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.066s] 2018-05-16 17:09:22,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:09:22.264 11175 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.118s] 2018-05-16 17:09:22,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:09:22.368 11175 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.103s] 2018-05-16 17:09:22,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:09:22.420 11175 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.052s] 2018-05-16 17:09:22,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:09:22.472 11175 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.051s] 2018-05-16 17:09:28,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:09:28.749 11175 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.275s] 2018-05-16 17:09:42,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:09:42.478 11175 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.914s] 2018-05-16 17:09:48,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:09:48.140 11175 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [59.464s] 2018-05-16 17:09:49,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:09:49.340 11175 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.861s] 2018-05-16 17:09:52,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:09:52.714 11175 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.313s] 2018-05-16 17:09:53,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:09:53.064 11175 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.349s] 2018-05-16 17:10:07,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:10:07.812 11175 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.154s] 2018-05-16 17:10:07,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:10:07.959 11175 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.146s] 2018-05-16 17:10:08,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:10:08.000 11175 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.040s] 2018-05-16 17:10:08,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:10:08.255 11175 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.255s] 2018-05-16 17:10:08,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:10:08.432 11175 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.176s] 2018-05-16 17:10:08,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:10:08.485 11175 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.052s] 2018-05-16 17:10:08,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:10:08.687 11175 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.202s] 2018-05-16 17:10:08,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:10:08.876 11175 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.188s] 2018-05-16 17:10:08,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:10:08.917 11175 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.040s] 2018-05-16 17:10:09,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:10:09.496 11175 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.579s] 2018-05-16 17:10:21,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '5536d9d7-7839-4723-9562-6775047a8856']'. 2018-05-16 17:10:22,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-16 17:10:22,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-16 17:10:22,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-16 17:10:22,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 5536d9d7-7839-4723-9562-6775047a8856 | 2018-05-16 17:10:22,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-16 17:10:22,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-16 17:07:16 | 2018-05-16 17:10:22,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-16 17:10:21 | 2018-05-16 17:10:22,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:05 | 2018-05-16 17:10:22,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-16 17:10:22,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-16 17:10:22,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: ac6ecc77-3b27-4b81-b5c8-0685042ab2bd) | 2018-05-16 17:10:22,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-16 17:10:22,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: a8c0845a-299c-4cc9-bb63-1a3408cde966) | 2018-05-16 17:10:22,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 180 | 2018-05-16 17:10:22,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 166.699 | 2018-05-16 17:10:22,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 168 | 2018-05-16 17:10:22,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-16 17:10:22,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-16 17:10:22,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-16 17:10:22,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 12 | 2018-05-16 17:10:22,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-16 17:10:22,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-16 17:10:22,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 93.3333333333% 2018-05-16 17:10:29,629 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 17:10:29,630 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 03:32 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-05-16 17:10:29,633 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-05-16 17:10:29,633 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-16 17:10:29,706 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-16 17:10:32,270 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-16 17:10:31.867 11265 INFO rally.deployment.engine [-] Deployment a8c0845a-299c-4cc9-bb63-1a3408cde966 | Starting: Destroy cloud and free allocated resources. 2018-05-16 17:10:31.935 11265 INFO rally.deployment.engine [-] Deployment a8c0845a-299c-4cc9-bb63-1a3408cde966 | Completed: Destroy cloud and free allocated resources. 2018-05-16 17:10:31.986 11265 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=ac6ecc77-3b27-4b81-b5c8-0685042ab2bd) for deployment 'opnfv-rally'. 2018-05-16 17:10:32.009 11265 INFO rally.api [-] Deleting verification (UUID=5536d9d7-7839-4723-9562-6775047a8856). 2018-05-16 17:10:32.046 11265 INFO rally.api [-] Verification has been successfully deleted! 2018-05-16 17:10:32.047 11265 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=ac6ecc77-3b27-4b81-b5c8-0685042ab2bd). 2018-05-16 17:10:32.059 11265 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-16 17:10:34,718 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-16 17:10:34.408 11268 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=5cc55cc1-5482-499b-b724-031d29f33151) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 5cc55cc1-5482-499b-b724-031d29f33151 | 2018-05-16T17:10:34 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 5cc55cc1-5482-499b-b724-031d29f33151 ~/.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-05-16 17:10:38,031 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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-05-16 17:10:38,032 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-16 17:10:40,426 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-16 17:10:40.166 11274 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=ac6ecc77-3b27-4b81-b5c8-0685042ab2bd). 2018-05-16 17:10:40.293 11274 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-16 17:10:44,076 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-16 17:10:42.614 11277 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-16 17:10:42.761 11277 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-16 17:10:43.827 11277 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f0dfd63e-456b-49fa-8857-aebd21016529) has been successfully created! Using verifier 'opnfv-tempest' (UUID=f0dfd63e-456b-49fa-8857-aebd21016529) as the default verifier for the future CLI operations. 2018-05-16 17:10:47,213 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-16 17:10:50,456 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-16 17:10:56,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-16 17:11:01,824 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-16 17:11:00.729 11296 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f0dfd63e-456b-49fa-8857-aebd21016529) for deployment 'opnfv-rally' (UUID=5cc55cc1-5482-499b-b724-031d29f33151). 2018-05-16 17:11:01.651 11296 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f0dfd63e-456b-49fa-8857-aebd21016529) has been successfully configured for deployment 'opnfv-rally' (UUID=5cc55cc1-5482-499b-b724-031d29f33151)! 2018-05-16 17:11:01,825 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-16 17:11:01,825 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-16 17:11:01,827 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-16 17:11:01,841 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-16 17:11:05,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-f0dfd63e-456b-49fa-8857-aebd21016529/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-05-16 17:11:05,130 - 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-05-16 17:11:07,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:11:07.263 11305 INFO rally.api [-] Starting verification (UUID=cca31293-7cc9-4b92-98af-be2c3a7d5df3) for deployment 'opnfv-rally' (UUID=5cc55cc1-5482-499b-b724-031d29f33151) by verifier 'opnfv-tempest' (UUID=f0dfd63e-456b-49fa-8857-aebd21016529). 2018-05-16 17:11:07,264 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: cca31293-7cc9-4b92-98af-be2c3a7d5df3 2018-05-16 17:13:47,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'cca31293-7cc9-4b92-98af-be2c3a7d5df3']'. 2018-05-16 17:13:48,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-16 17:13:48,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-16 17:13:48,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-16 17:13:48,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | cca31293-7cc9-4b92-98af-be2c3a7d5df3 | 2018-05-16 17:13:48,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-16 17:13:48,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-16 17:11:07 | 2018-05-16 17:13:48,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-16 17:13:47 | 2018-05-16 17:13:48,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:40 | 2018-05-16 17:13:48,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-16 17:13:48,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-16 17:13:48,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: f0dfd63e-456b-49fa-8857-aebd21016529) | 2018-05-16 17:13:48,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-16 17:13:48,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 5cc55cc1-5482-499b-b724-031d29f33151) | 2018-05-16 17:13:48,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-16 17:13:48,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 150.718 | 2018-05-16 17:13:48,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-05-16 17:13:48,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-05-16 17:13:48,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-16 17:13:48,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-16 17:13:48,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-16 17:13:48,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-16 17:13:48,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-16 17:13:48,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-05-16 17:13:55,676 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 17:13:55,676 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:08 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-16 17:13:55,680 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-05-16 17:14:16,098 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-05-16 17:14:16,098 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-05-16 17:14:16,130 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-05-16 17:14:16,253 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 17:14:16,253 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-16 17:14:16,257 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-16 17:14:17,240 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-16 17:52:36,597 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 17:52:36,597 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 38:19 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-05-16 17:52:36,601 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-05-16 17:52:36,602 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-16 17:52:36,689 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-16 17:52:39,087 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-16 17:52:38.668 11395 INFO rally.deployment.engine [-] Deployment 5cc55cc1-5482-499b-b724-031d29f33151 | Starting: Destroy cloud and free allocated resources. 2018-05-16 17:52:38.757 11395 INFO rally.deployment.engine [-] Deployment 5cc55cc1-5482-499b-b724-031d29f33151 | Completed: Destroy cloud and free allocated resources. 2018-05-16 17:52:38.796 11395 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=f0dfd63e-456b-49fa-8857-aebd21016529) for deployment 'opnfv-rally'. 2018-05-16 17:52:38.819 11395 INFO rally.api [-] Deleting verification (UUID=cca31293-7cc9-4b92-98af-be2c3a7d5df3). 2018-05-16 17:52:38.863 11395 INFO rally.api [-] Verification has been successfully deleted! 2018-05-16 17:52:38.864 11395 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=f0dfd63e-456b-49fa-8857-aebd21016529). 2018-05-16 17:52:38.873 11395 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-16 17:52:41,497 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-16 17:52:41.197 11398 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=251eeb6f-b96a-41f4-8312-23d2a96d059e) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 251eeb6f-b96a-41f4-8312-23d2a96d059e | 2018-05-16T17:52:41 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 251eeb6f-b96a-41f4-8312-23d2a96d059e ~/.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-05-16 17:52:44,815 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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-05-16 17:52:44,816 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-16 17:52:47,314 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-16 17:52:46.935 11404 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=f0dfd63e-456b-49fa-8857-aebd21016529). 2018-05-16 17:52:47.152 11404 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-16 17:52:50,772 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-16 17:52:49.288 11407 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-16 17:52:49.452 11407 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-16 17:52:50.559 11407 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b63fbfa5-f558-4b70-af2a-c4cb2641ce3e) has been successfully created! Using verifier 'opnfv-tempest' (UUID=b63fbfa5-f558-4b70-af2a-c4cb2641ce3e) as the default verifier for the future CLI operations. 2018-05-16 17:53:02,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-16 17:53:07,433 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-16 17:53:06.426 11426 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b63fbfa5-f558-4b70-af2a-c4cb2641ce3e) for deployment 'opnfv-rally' (UUID=251eeb6f-b96a-41f4-8312-23d2a96d059e). 2018-05-16 17:53:07.258 11426 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b63fbfa5-f558-4b70-af2a-c4cb2641ce3e) has been successfully configured for deployment 'opnfv-rally' (UUID=251eeb6f-b96a-41f4-8312-23d2a96d059e)! 2018-05-16 17:53:10,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-b63fbfa5-f558-4b70-af2a-c4cb2641ce3e/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-05-16 17:53:10,253 - 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-05-16 17:53:12,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 17:53:12.368 11435 INFO rally.api [-] Starting verification (UUID=639b0fc7-83e4-42b4-9c4c-7a8f64904183) for deployment 'opnfv-rally' (UUID=251eeb6f-b96a-41f4-8312-23d2a96d059e) by verifier 'opnfv-tempest' (UUID=b63fbfa5-f558-4b70-af2a-c4cb2641ce3e). 2018-05-16 17:55:02,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '639b0fc7-83e4-42b4-9c4c-7a8f64904183']'. 2018-05-16 17:55:03,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-16 17:55:03,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-16 17:55:03,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-16 17:55:03,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 639b0fc7-83e4-42b4-9c4c-7a8f64904183 | 2018-05-16 17:55:03,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-16 17:55:03,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-16 17:53:12 | 2018-05-16 17:55:03,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-16 17:55:01 | 2018-05-16 17:55:03,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:49 | 2018-05-16 17:55:03,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-16 17:55:03,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-16 17:55:03,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: b63fbfa5-f558-4b70-af2a-c4cb2641ce3e) | 2018-05-16 17:55:03,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-16 17:55:03,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 251eeb6f-b96a-41f4-8312-23d2a96d059e) | 2018-05-16 17:55:03,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-16 17:55:03,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 97.772 | 2018-05-16 17:55:03,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-05-16 17:55:03,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-05-16 17:55:03,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-16 17:55:03,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-16 17:55:03,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-05-16 17:55:03,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-16 17:55:03,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-16 17:55:03,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-05-16 17:55:10,260 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 17:55:10,260 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:16 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-05-16 17:55:10,264 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-05-16 17:55:10,265 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:55 | PASS | | vping_userdata | functest | smoke | 00:40 | PASS | | tempest_smoke_serial | functest | smoke | 16:22 | FAIL | | rally_sanity | functest | smoke | 24:12 | PASS | | refstack_defcore | functest | smoke | 03:32 | FAIL | | patrole | functest | smoke | 03:08 | PASS | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 38:19 | FAIL | | neutron_trunk | functest | smoke | 02:16 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-16 17:55:10,271 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-16 17:56:06,994 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-118 | | 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 | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-16 17:56:06,996 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=TvYt6vcpTVexUJhpws3AH2Czv export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-05-16 17:56:06,996 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-16 17:56:06,997 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification bgpvpn | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ 2018-05-16 17:56:06,997 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-05-16 17:56:06,998 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-05-16 18:00:55,182 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-05-16 18:00:55,305 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 18:00:55,305 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:48 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-05-16 18:00:55,308 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-05-16 18:19:53,265 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-16 18:19:57,782 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-16 18:19:57.506 151 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f5c66d26-d415-4c43-b4ef-35e34a850ce1) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f5c66d26-d415-4c43-b4ef-35e34a850ce1 | 2018-05-16T18:19:57 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f5c66d26-d415-4c43-b4ef-35e34a850ce1 ~/.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-05-16 18:20:01,044 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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-05-16 18:20:01,044 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-16 18:20:06,482 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-16 18:20:05.039 160 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-16 18:20:05.172 160 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-16 18:20:06.285 160 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=98fdbbc4-72f1-448a-af24-03c3876bd0cc) has been successfully created! Using verifier 'opnfv-tempest' (UUID=98fdbbc4-72f1-448a-af24-03c3876bd0cc) as the default verifier for the future CLI operations. 2018-05-16 18:20:12,295 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-16 18:20:11.260 179 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=98fdbbc4-72f1-448a-af24-03c3876bd0cc) for deployment 'opnfv-rally' (UUID=f5c66d26-d415-4c43-b4ef-35e34a850ce1). 2018-05-16 18:20:12.134 179 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=98fdbbc4-72f1-448a-af24-03c3876bd0cc) has been successfully configured for deployment 'opnfv-rally' (UUID=f5c66d26-d415-4c43-b4ef-35e34a850ce1)! 2018-05-16 18:20:12,295 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-16 18:25:21,383 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-05-16 18:25:25,366 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-05-16 18:25:25,382 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-2.tar.gz --strip-components=1' 2018-05-16 18:25:32,091 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-05-16 18:25:32,107 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-0.tar.gz --strip-components=1' 2018-05-16 18:25:37,568 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-05-16 18:25:37,584 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-1.tar.gz --strip-components=1' 2018-05-16 18:25:38,089 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-05-16 18:25:38,104 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-0.tar.gz --strip-components=1' 2018-05-16 18:25:38,357 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-05-16 18:25:38,372 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-1.tar.gz --strip-components=1' 2018-05-16 18:25:38,398 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-05-16 18:25:39,939 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/bgpvpn.log' 2018-05-16 18:25:40,068 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 18:25:40,069 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 24:44 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-05-16 18:25:40,073 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-05-16 18:25:40,074 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:48 | PASS | | bgpvpn | sdnvpn | features | 24:44 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-05-16 18:25:40,078 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-16 18:27:08,439 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-118 | | 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 | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-16 18:27:08,443 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=TvYt6vcpTVexUJhpws3AH2Czv export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-05-16 18:27:08,443 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-16 18:27:08,444 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-16 18:27:08,444 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-05-16 18:27:08,446 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-16 18:27:53,813 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-118 | | 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 | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-16 18:27:53,815 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=TvYt6vcpTVexUJhpws3AH2Czv export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-05-16 18:27:53,815 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-16 18:27:53,815 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-16 18:27:53,816 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-16 18:27:53,816 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK