2018-04-23 01:34:55,955 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-40 | | 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-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-23 01:34:55,960 - 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=hRZJZ8Dskwtgn8Eh8V7jeQ86Q export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30: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.6 export OS_REGION_NAME=regionOne 2018-04-23 01:34:55,960 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-23 01:34:55,962 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-04-23 01:34:55,963 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-23 01:34:55,964 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-23 01:34:58,626 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-23 01:35:07,996 - 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.359s OK 2018-04-23 01:35:08,121 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 01:35:08,122 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-23 01:35:08,125 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-23 01:35:10,097 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-23 01:47:11,750 - 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 721.600s OK 2018-04-23 01:47:11,865 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 01:47:11,866 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:02 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-23 01:47:11,870 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-23 01:47:12,757 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-23 01:47:55,811 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 43.053s OK 2018-04-23 01:47:56,012 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 01:47:56,012 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:43 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-23 01:47:56,017 - 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:02 | PASS | | snaps_health_check | functest | healthcheck | 00:43 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-23 01:47:56,020 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-23 01:47:58,706 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-40 | | 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-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-23 01:47:58,708 - 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=hRZJZ8Dskwtgn8Eh8V7jeQ86Q export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30: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.6 export OS_REGION_NAME=regionOne 2018-04-23 01:47:58,708 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-23 01:47:58,709 - 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-04-23 01:47:58,710 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-23 01:47:58,710 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-23 01:47:59,555 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-23 01:47:59,555 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-23 01:47:59,990 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-23 01:47:59,990 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-04-23 01:48:00,392 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-23 01:48:00,392 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-23 01:48:00' 2018-04-23 01:48:00,392 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--2550a4ea-2d21-47e5-9327-e9c4b1786fa1' 2018-04-23 01:48:02,899 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-2550a4ea-2d21-47e5-9327-e9c4b1786fa1' 2018-04-23 01:48:06,257 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-2550a4ea-2d21-47e5-9327-e9c4b1786fa1' 2018-04-23 01:48:15,463 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-2550a4ea-2d21-47e5-9327-e9c4b1786fa1' 2018-04-23 01:48:16,277 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-2550a4ea-2d21-47e5-9327-e9c4b1786fa1' 2018-04-23 01:48:17,052 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-2550a4ea-2d21-47e5-9327-e9c4b1786fa1' 2018-04-23 01:48:24,252 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-2550a4ea-2d21-47e5-9327-e9c4b1786fa1' 2018-04-23 01:48:28,006 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-2550a4ea-2d21-47e5-9327-e9c4b1786fa1' 2018-04-23 01:48:49,436 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-23 01:48:54,440 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-23 01:48:54,577 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-23 01:49:05,584 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.14. Waiting for response... 2018-04-23 01:49:16,590 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.14. Waiting for response... 2018-04-23 01:49:27,597 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.14. Waiting for response... 2018-04-23 01:49:31,475 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-23 01:49:54,122 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-23 01:49:54,122 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-23 01:49:54,634 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 01:49:54,634 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:31 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-23 01:49:54,638 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-23 01:49:54,731 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-23 01:49:54,732 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-23 01:49:54' 2018-04-23 01:49:54,732 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--1b236681-24ed-46c8-a89c-494545a781c5' 2018-04-23 01:49:58,265 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-1b236681-24ed-46c8-a89c-494545a781c5' 2018-04-23 01:50:00,864 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-1b236681-24ed-46c8-a89c-494545a781c5' 2018-04-23 01:50:07,635 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-1b236681-24ed-46c8-a89c-494545a781c5' 2018-04-23 01:50:08,363 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-1b236681-24ed-46c8-a89c-494545a781c5' 2018-04-23 01:50:15,070 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-1b236681-24ed-46c8-a89c-494545a781c5' 2018-04-23 01:50:21,616 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-23 01:50:31,573 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-23 01:50:34,275 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-23 01:50:53,139 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 01:50:53,139 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:40 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-23 01:50:53,145 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-23 01:50:53,235 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-23 01:50:57,787 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-23 01:50:57.538 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=71057740-d515-411e-ac70-ab6ddb73d598) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 71057740-d515-411e-ac70-ab6ddb73d598 | 2018-04-23T01:50:57 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 71057740-d515-411e-ac70-ab6ddb73d598 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-23 01:51:01,139 - 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__ | nfv-orchestration | 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-04-23 01:51:01,139 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-23 01:51:06,253 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-23 01:51:05.041 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-23 01:51:05.171 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-23 01:51:06.137 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b48be97b-6d4d-4610-a3e0-6bfae1e26456) has been successfully created! Using verifier 'opnfv-tempest' (UUID=b48be97b-6d4d-4610-a3e0-6bfae1e26456) as the default verifier for the future CLI operations. 2018-04-23 01:51:09,173 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-23 01:51:11,420 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-23 01:51:17,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-23 01:51:22,274 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-23 01:51:21.272 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b48be97b-6d4d-4610-a3e0-6bfae1e26456) for deployment 'opnfv-rally' (UUID=71057740-d515-411e-ac70-ab6ddb73d598). 2018-04-23 01:51:22.114 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b48be97b-6d4d-4610-a3e0-6bfae1e26456) has been successfully configured for deployment 'opnfv-rally' (UUID=71057740-d515-411e-ac70-ab6ddb73d598)! 2018-04-23 01:51:22,274 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-23 01:51:22,274 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-23 01:51:22,277 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-23 01:51:22,280 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-23 01:51:25,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-b48be97b-6d4d-4610-a3e0-6bfae1e26456/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-23 01:51:25,152 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-23 01:51:25,153 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-23 01:51:25,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-04-23 01:51:27,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:51:27.630 55 INFO rally.api [-] Starting verification (UUID=d6568aa9-8512-4550-a437-fa30aa153d0e) for deployment 'opnfv-rally' (UUID=71057740-d515-411e-ac70-ab6ddb73d598) by verifier 'opnfv-tempest' (UUID=b48be97b-6d4d-4610-a3e0-6bfae1e26456). 2018-04-23 01:51:27,631 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: d6568aa9-8512-4550-a437-fa30aa153d0e 2018-04-23 01:51:34,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:51:34.801 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.260s] 2018-04-23 01:51:34,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:51:34.856 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.056s] 2018-04-23 01:51:41,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:51:41.914 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.522s] 2018-04-23 01:51:45,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:51:45.162 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.246s] 2018-04-23 01:51:59,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:51:59.593 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.867s] 2018-04-23 01:52:16,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:52:16.693 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.661s] 2018-04-23 01:52:52,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:52:52.257 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.081s] 2018-04-23 01:52:52,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:52:52.259 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2018-04-23 01:53:24,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:53:24.705 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.066s] 2018-04-23 01:53:24,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:53:24.707 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-23 01:53:54,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:53:54.313 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.078s] 2018-04-23 01:53:54,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:53:54.314 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-04-23 01:54:36,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:54:36.525 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [13.344s] 2018-04-23 01:55:01,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:55:01.060 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.219s] 2018-04-23 01:55:01,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:55:01.160 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.099s] 2018-04-23 01:55:09,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:55:09.927 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.676s] 2018-04-23 01:55:09,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:55:09.938 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2018-04-23 01:55:11,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:55:11.279 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-23 01:55:11,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:55:11.279 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-23 01:55:15,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:55:15.333 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.343s] 2018-04-23 01:55:21,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:55:21.661 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.084s] 2018-04-23 01:55:28,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:55:28.437 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.725s] 2018-04-23 01:55:36,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:55:36.028 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.479s] 2018-04-23 01:55:45,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:55:45.181 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.179s] 2018-04-23 01:55:51,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:55:51.583 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.462s] 2018-04-23 01:55:57,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:55:57.619 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.226s] 2018-04-23 01:56:04,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:56:04.811 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.606s] 2018-04-23 01:56:12,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:56:12.695 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.444s] 2018-04-23 01:56:20,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:56:20.918 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.846s] 2018-04-23 01:56:23,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:56:23.589 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-23 01:56:25,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:56:25.610 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.077s] 2018-04-23 01:56:25,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:56:25.681 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.070s] 2018-04-23 01:56:25,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:56:25.752 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.070s] 2018-04-23 01:56:25,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:56:25.759 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-04-23 01:56:29,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:56:29.886 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.777s] 2018-04-23 01:56:32,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:56:32.035 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.149s] 2018-04-23 01:56:34,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:56:34.109 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.073s] 2018-04-23 01:56:41,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:56:41.355 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-04-23 01:56:49,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:56:49.337 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.222s] 2018-04-23 01:57:01,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:57:01.479 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.708s] 2018-04-23 01:57:05,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:57:05.071 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.592s] 2018-04-23 01:57:16,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:57:16.630 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.045s] 2018-04-23 01:57:20,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:57:20.201 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.571s] 2018-04-23 01:57:29,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:57:29.049 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.847s] 2018-04-23 01:57:38,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:57:38.450 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.013s] 2018-04-23 01:57:42,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:57:42.310 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.857s] 2018-04-23 01:57:49,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:57:49.023 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.714s] 2018-04-23 01:58:05,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:58:05.434 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.651s] 2018-04-23 01:58:05,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:58:05.867 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.433s] 2018-04-23 01:58:06,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:58:06.120 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.253s] 2018-04-23 01:58:06,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:58:06.326 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.204s] 2018-04-23 01:58:06,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:58:06.562 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.236s] 2018-04-23 01:58:06,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:58:06.616 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.053s] 2018-04-23 01:58:22,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:58:22.311 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.147s] 2018-04-23 01:58:22,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:58:22.744 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.434s] 2018-04-23 01:58:22,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:58:22.882 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.138s] 2018-04-23 01:58:23,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:58:23.078 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.195s] 2018-04-23 01:58:23,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:58:23.328 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.248s] 2018-04-23 01:58:23,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:58:23.537 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.210s] 2018-04-23 01:58:36,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:58:36.711 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.173s] 2018-04-23 01:58:43,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:58:43.688 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.976s] 2018-04-23 01:58:45,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:58:45.924 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.236s] 2018-04-23 01:58:45,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:58:45.978 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.054s] 2018-04-23 01:58:46,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:58:46.030 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.051s] 2018-04-23 01:58:58,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:58:58.886 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.247s] 2018-04-23 01:59:05,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:59:05.375 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.489s] 2018-04-23 01:59:06,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:59:06.929 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.554s] 2018-04-23 01:59:06,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:59:06.988 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.059s] 2018-04-23 01:59:07,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:59:07.195 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.207s] 2018-04-23 01:59:21,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:59:21.445 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [8.791s] 2018-04-23 01:59:27,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:59:27.414 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.968s] 2018-04-23 01:59:32,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:59:32.390 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.976s] 2018-04-23 01:59:35,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 01:59:35.265 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.874s] 2018-04-23 02:00:01,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:00:01.058 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.534s] 2018-04-23 02:00:06,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:00:06.675 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.617s] 2018-04-23 02:00:11,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:00:11.511 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.834s] 2018-04-23 02:00:14,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:00:14.349 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.836s] 2018-04-23 02:00:31,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:00:31.370 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.762s] 2018-04-23 02:00:33,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:00:33.260 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.888s] 2018-04-23 02:00:33,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:00:33.304 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.046s] 2018-04-23 02:00:38,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:00:38.213 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.698s] 2018-04-23 02:00:40,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:00:40.597 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.382s] 2018-04-23 02:00:40,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:00:40.788 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.193s] 2018-04-23 02:00:45,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:00:45.392 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.403s] 2018-04-23 02:00:48,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:00:48.695 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-04-23 02:00:50,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:00:50.508 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-23 02:00:50,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:00:50.510 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-23 02:00:50,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:00:50.511 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-23 02:00:50,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:00:50.512 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-23 02:00:50,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:00:50.512 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-23 02:00:52,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:00:52.661 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-04-23 02:01:09,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:01:09.315 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [11.374s] 2018-04-23 02:01:22,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:01:22.642 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.667s] 2018-04-23 02:01:37,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:01:37.128 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [14.483s] 2018-04-23 02:01:47,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:01:47.827 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.041s] 2018-04-23 02:05:31,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:05:31.031 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [216.536s] 2018-04-23 02:07:10,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:07:10.571 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [89.195s] 2018-04-23 02:07:59,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:07:59.885 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [30.555s] 2018-04-23 02:08:17,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd6568aa9-8512-4550-a437-fa30aa153d0e']'. 2018-04-23 02:08:18,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-23 02:08:18,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-23 02:08:18,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-23 02:08:18,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d6568aa9-8512-4550-a437-fa30aa153d0e | 2018-04-23 02:08:18,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-23 02:08:18,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-23 01:51:27 | 2018-04-23 02:08:18,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-23 02:08:17 | 2018-04-23 02:08:18,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:16:50 | 2018-04-23 02:08:18,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-23 02:08:18,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-23 02:08:18,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-23 02:08:18,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: b48be97b-6d4d-4610-a3e0-6bfae1e26456) | 2018-04-23 02:08:18,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-23 02:08:18,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 71057740-d515-411e-ac70-ab6ddb73d598) | 2018-04-23 02:08:18,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-23 02:08:18,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 987.444 | 2018-04-23 02:08:18,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-04-23 02:08:18,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-23 02:08:18,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-23 02:08:18,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-23 02:08:18,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-04-23 02:08:18,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-23 02:08:18,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-23 02:08:18,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-04-23 02:08:26,344 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 02:08:26,345 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 17:17 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-04-23 02:08:26,349 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-04-23 02:08:26,350 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-23 02:08:26,471 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-23 02:08:26,878 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-23 02:08:26,879 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-04-23 02:08:27,395 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-23 02:08:29,795 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-23 02:08:29.452 259 INFO rally.deployment.engine [-] Deployment 71057740-d515-411e-ac70-ab6ddb73d598 | Starting: Destroy cloud and free allocated resources. 2018-04-23 02:08:29.527 259 INFO rally.deployment.engine [-] Deployment 71057740-d515-411e-ac70-ab6ddb73d598 | Completed: Destroy cloud and free allocated resources. 2018-04-23 02:08:29.563 259 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=b48be97b-6d4d-4610-a3e0-6bfae1e26456) for deployment 'opnfv-rally'. 2018-04-23 02:08:29.579 259 INFO rally.api [-] Deleting verification (UUID=d6568aa9-8512-4550-a437-fa30aa153d0e). 2018-04-23 02:08:29.612 259 INFO rally.api [-] Verification has been successfully deleted! 2018-04-23 02:08:29.612 259 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=b48be97b-6d4d-4610-a3e0-6bfae1e26456). 2018-04-23 02:08:29.623 259 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-23 02:08:32,223 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-23 02:08:31.953 262 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=cd395959-6e9a-4030-acd2-b313b47fc1b9) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | cd395959-6e9a-4030-acd2-b313b47fc1b9 | 2018-04-23T02:08:31 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: cd395959-6e9a-4030-acd2-b313b47fc1b9 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-23 02:08:35,470 - 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__ | nfv-orchestration | 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-04-23 02:08:35,471 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-23 02:08:36,929 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-00447299-95c9-4e73-8776-c32731ecdce7'... 2018-04-23 02:08:40,272 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-00447299-95c9-4e73-8776-c32731ecdce7'... 2018-04-23 02:08:42,993 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-00447299-95c9-4e73-8776-c32731ecdce7'... 2018-04-23 02:08:49,521 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-00447299-95c9-4e73-8776-c32731ecdce7'... 2018-04-23 02:08:50,195 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-00447299-95c9-4e73-8776-c32731ecdce7'... 2018-04-23 02:08:50,898 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-23 02:08:50,899 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-04-23 02:08:50,900 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-23 02:08:50,918 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-23 02:08:50,932 - 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': '1f5ae682-cebd-4544-89a4-1ae773c48e3c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-00447299-95c9-4e73-8776-c32731ecdce7', 'flavor_name': 'rally-tiny-00447299-95c9-4e73-8776-c32731ecdce7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-00447299-95c9-4e73-8776-c32731ecdce7', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-23 02:09:53,535 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 068e9d0b-ccc5-4dc0-b4a5-a3bc294f4873 2018-04-23 02:09:53,535 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-23 02:09:53,536 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '068e9d0b-ccc5-4dc0-b4a5-a3bc294f4873'] 2018-04-23 02:09:54,515 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 068e9d0b-ccc5-4dc0-b4a5-a3bc294f4873: 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 068e9d0b-ccc5-4dc0-b4a5-a3bc294f4873 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.476 | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 100.0% | 1 | | total | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 100.0% | 1 | | -> duration | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.476129 Full duration: 7.013725 -------------------------------------------------------------------------------- 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 068e9d0b-ccc5-4dc0-b4a5-a3bc294f4873 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.46 | 0.46 | 0.46 | 0.46 | 0.46 | 0.46 | 100.0% | 1 | | total | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 100.0% | 1 | | -> duration | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.900065 Full duration: 7.673513 -------------------------------------------------------------------------------- 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 068e9d0b-ccc5-4dc0-b4a5-a3bc294f4873 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.523 | 0.523 | 0.523 | 0.523 | 0.523 | 0.523 | 100.0% | 1 | | total | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 100.0% | 1 | | -> duration | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.948395 Full duration: 7.772401 -------------------------------------------------------------------------------- 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 068e9d0b-ccc5-4dc0-b4a5-a3bc294f4873 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.35 | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 100.0% | 1 | | total | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | -> duration | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.767209 Full duration: 7.577981 -------------------------------------------------------------------------------- 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 068e9d0b-ccc5-4dc0-b4a5-a3bc294f4873 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.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | total | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 100.0% | 1 | | -> duration | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.006376 Full duration: 8.063498 -------------------------------------------------------------------------------- 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 068e9d0b-ccc5-4dc0-b4a5-a3bc294f4873 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.227 | 0.227 | 0.227 | 0.227 | 0.227 | 0.227 | 100.0% | 1 | | total | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | -> duration | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.684374 Full duration: 7.588371 HINTS: * To plot HTML graphics with this data, run: rally task report 068e9d0b-ccc5-4dc0-b4a5-a3bc294f4873 --out output.html * To generate a JUnit report, run: rally task export 068e9d0b-ccc5-4dc0-b4a5-a3bc294f4873 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 068e9d0b-ccc5-4dc0-b4a5-a3bc294f4873 --json --out output.json 2018-04-23 02:09:54,515 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '068e9d0b-ccc5-4dc0-b4a5-a3bc294f4873'] 2018-04-23 02:09:55,588 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-23 02:09:55,588 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '068e9d0b-ccc5-4dc0-b4a5-a3bc294f4873', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-23 02:09:55,594 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-23 02:09:55,594 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-23 02:09:55,595 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-04-23 02:09:55,595 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-23 02:09:55,602 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-23 02:09:55,602 - 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': '1f5ae682-cebd-4544-89a4-1ae773c48e3c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-00447299-95c9-4e73-8776-c32731ecdce7', 'flavor_name': 'rally-tiny-00447299-95c9-4e73-8776-c32731ecdce7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-00447299-95c9-4e73-8776-c32731ecdce7', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-23 02:11:35,532 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d270cded-ea46-4eec-96ca-b36bcaaa15e6 2018-04-23 02:11:35,532 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'd270cded-ea46-4eec-96ca-b36bcaaa15e6'] 2018-04-23 02:11:36,588 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task d270cded-ea46-4eec-96ca-b36bcaaa15e6: 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 d270cded-ea46-4eec-96ca-b36bcaaa15e6 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.991 | 4.991 | 4.991 | 4.991 | 4.991 | 4.991 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 100.0% | 1 | | -> glance_v2.upload_data | 2.03 | 2.03 | 2.03 | 2.03 | 2.03 | 2.03 | 100.0% | 1 | | glance_v2.delete_image | 1.326 | 1.326 | 1.326 | 1.326 | 1.326 | 1.326 | 100.0% | 1 | | total | 6.318 | 6.318 | 6.318 | 6.318 | 6.318 | 6.318 | 100.0% | 1 | | -> duration | 6.318 | 6.318 | 6.318 | 6.318 | 6.318 | 6.318 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.317879 Full duration: 14.549562 -------------------------------------------------------------------------------- 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 d270cded-ea46-4eec-96ca-b36bcaaa15e6 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.978 | 4.978 | 4.978 | 4.978 | 4.978 | 4.978 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.491 | 0.491 | 0.491 | 0.491 | 0.491 | 0.491 | 100.0% | 1 | | -> glance_v2.upload_data | 2.072 | 2.072 | 2.072 | 2.072 | 2.072 | 2.072 | 100.0% | 1 | | glance_v2.list_images | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 100.0% | 1 | | total | 5.155 | 5.155 | 5.155 | 5.155 | 5.155 | 5.155 | 100.0% | 1 | | -> duration | 5.155 | 5.155 | 5.155 | 5.155 | 5.155 | 5.155 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.155467 Full duration: 17.127653 -------------------------------------------------------------------------------- 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 d270cded-ea46-4eec-96ca-b36bcaaa15e6 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.347 | 0.347 | 0.347 | 0.347 | 0.347 | 0.347 | 100.0% | 1 | | total | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 100.0% | 1 | | -> duration | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.347665 Full duration: 7.747297 -------------------------------------------------------------------------------- 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-00447299-95c9-4e73-8776-c32731ecdce7" }, "number_instances": 2, "nics": [ { "net-id": "1f5ae682-cebd-4544-89a4-1ae773c48e3c" } ] }, "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 d270cded-ea46-4eec-96ca-b36bcaaa15e6 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.722 | 4.722 | 4.722 | 4.722 | 4.722 | 4.722 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 100.0% | 1 | | -> glance_v2.upload_data | 1.788 | 1.788 | 1.788 | 1.788 | 1.788 | 1.788 | 100.0% | 1 | | nova.boot_servers | 13.644 | 13.644 | 13.644 | 13.644 | 13.644 | 13.644 | 100.0% | 1 | | total | 18.367 | 18.367 | 18.367 | 18.367 | 18.367 | 18.367 | 100.0% | 1 | | -> duration | 17.367 | 17.367 | 17.367 | 17.367 | 17.367 | 17.367 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.366741 Full duration: 43.674108 HINTS: * To plot HTML graphics with this data, run: rally task report d270cded-ea46-4eec-96ca-b36bcaaa15e6 --out output.html * To generate a JUnit report, run: rally task export d270cded-ea46-4eec-96ca-b36bcaaa15e6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d270cded-ea46-4eec-96ca-b36bcaaa15e6 --json --out output.json 2018-04-23 02:11:36,589 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'd270cded-ea46-4eec-96ca-b36bcaaa15e6'] 2018-04-23 02:11:37,663 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-23 02:11:37,663 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'd270cded-ea46-4eec-96ca-b36bcaaa15e6', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-23 02:11:37,669 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-23 02:11:37,670 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-23 02:11:37,670 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-04-23 02:11:37,670 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-23 02:11:37,686 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-23 02:11:37,690 - 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': '1f5ae682-cebd-4544-89a4-1ae773c48e3c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-00447299-95c9-4e73-8776-c32731ecdce7', 'flavor_name': 'rally-tiny-00447299-95c9-4e73-8776-c32731ecdce7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-00447299-95c9-4e73-8776-c32731ecdce7', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-23 02:14:54,688 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c6d2bb3e-7854-4ff1-bbcd-aa4c3f373600 2018-04-23 02:14:54,689 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'c6d2bb3e-7854-4ff1-bbcd-aa4c3f373600'] 2018-04-23 02:14:55,777 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task c6d2bb3e-7854-4ff1-bbcd-aa4c3f373600: 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 c6d2bb3e-7854-4ff1-bbcd-aa4c3f373600 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.147 | 3.147 | 3.147 | 3.147 | 3.147 | 3.147 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.446 | 2.446 | 2.446 | 2.446 | 2.446 | 2.446 | 100.0% | 1 | | total | 5.594 | 5.594 | 5.594 | 5.594 | 5.594 | 5.594 | 100.0% | 1 | | -> duration | 5.594 | 5.594 | 5.594 | 5.594 | 5.594 | 5.594 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.593742 Full duration: 22.900014 -------------------------------------------------------------------------------- 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 c6d2bb3e-7854-4ff1-bbcd-aa4c3f373600 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.152 | 3.152 | 3.152 | 3.152 | 3.152 | 3.152 | 100.0% | 1 | | cinder_v2.delete_volume | 2.334 | 2.334 | 2.334 | 2.334 | 2.334 | 2.334 | 100.0% | 1 | | total | 5.487 | 5.487 | 5.487 | 5.487 | 5.487 | 5.487 | 100.0% | 1 | | -> duration | 5.487 | 5.487 | 5.487 | 5.487 | 5.487 | 5.487 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.486804 Full duration: 15.927125 -------------------------------------------------------------------------------- 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-00447299-95c9-4e73-8776-c32731ecdce7" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task c6d2bb3e-7854-4ff1-bbcd-aa4c3f373600 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.689 | 8.689 | 8.689 | 8.689 | 8.689 | 8.689 | 100.0% | 1 | | cinder_v2.delete_volume | 2.725 | 2.725 | 2.725 | 2.725 | 2.725 | 2.725 | 100.0% | 1 | | total | 11.413 | 11.413 | 11.413 | 11.413 | 11.413 | 11.413 | 100.0% | 1 | | -> duration | 11.413 | 11.413 | 11.413 | 11.413 | 11.413 | 11.413 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.413456 Full duration: 22.904816 -------------------------------------------------------------------------------- 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 c6d2bb3e-7854-4ff1-bbcd-aa4c3f373600 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.272 | 3.272 | 3.272 | 3.272 | 3.272 | 3.272 | 100.0% | 1 | | cinder_v2.delete_volume | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 100.0% | 1 | | total | 5.872 | 5.872 | 5.872 | 5.872 | 5.872 | 5.872 | 100.0% | 1 | | -> duration | 5.872 | 5.872 | 5.872 | 5.872 | 5.872 | 5.872 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.871986 Full duration: 15.998935 -------------------------------------------------------------------------------- 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 c6d2bb3e-7854-4ff1-bbcd-aa4c3f373600 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.187 | 3.187 | 3.187 | 3.187 | 3.187 | 3.187 | 100.0% | 1 | | cinder_v2.extend_volume | 0.509 | 0.509 | 0.509 | 0.509 | 0.509 | 0.509 | 100.0% | 1 | | cinder_v2.delete_volume | 2.328 | 2.328 | 2.328 | 2.328 | 2.328 | 2.328 | 100.0% | 1 | | total | 6.025 | 6.025 | 6.025 | 6.025 | 6.025 | 6.025 | 100.0% | 1 | | -> duration | 6.025 | 6.025 | 6.025 | 6.025 | 6.025 | 6.025 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.025284 Full duration: 16.343038 -------------------------------------------------------------------------------- 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 c6d2bb3e-7854-4ff1-bbcd-aa4c3f373600 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.289 | 3.289 | 3.289 | 3.289 | 3.289 | 3.289 | 100.0% | 1 | | cinder_v2.delete_volume | 2.473 | 2.473 | 2.473 | 2.473 | 2.473 | 2.473 | 100.0% | 1 | | total | 5.763 | 5.763 | 5.763 | 5.763 | 5.763 | 5.763 | 100.0% | 1 | | -> duration | 5.763 | 5.763 | 5.763 | 5.763 | 5.763 | 5.763 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.762887 Full duration: 22.875398 -------------------------------------------------------------------------------- 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 c6d2bb3e-7854-4ff1-bbcd-aa4c3f373600 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.601 | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 100.0% | 1 | | cinder_v2.list_qos | 0.172 | 0.172 | 0.172 | 0.172 | 0.172 | 0.172 | 100.0% | 1 | | total | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | -> duration | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.774552 Full duration: 12.616978 -------------------------------------------------------------------------------- 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 c6d2bb3e-7854-4ff1-bbcd-aa4c3f373600 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.574 | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 100.0% | 1 | | cinder_v2.set_qos | 0.192 | 0.192 | 0.192 | 0.192 | 0.192 | 0.192 | 100.0% | 1 | | total | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 100.0% | 1 | | -> duration | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.766428 Full duration: 13.017192 -------------------------------------------------------------------------------- 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 c6d2bb3e-7854-4ff1-bbcd-aa4c3f373600 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.639 | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 100.0% | 1 | | cinder_v2.list_types | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 100.0% | 1 | | total | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 100.0% | 1 | | -> duration | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.814213 Full duration: 12.364205 -------------------------------------------------------------------------------- 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 c6d2bb3e-7854-4ff1-bbcd-aa4c3f373600 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.615 | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.246 | 0.246 | 0.246 | 0.246 | 0.246 | 0.246 | 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.860569 Full duration: 12.714534 HINTS: * To plot HTML graphics with this data, run: rally task report c6d2bb3e-7854-4ff1-bbcd-aa4c3f373600 --out output.html * To generate a JUnit report, run: rally task export c6d2bb3e-7854-4ff1-bbcd-aa4c3f373600 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c6d2bb3e-7854-4ff1-bbcd-aa4c3f373600 --json --out output.json 2018-04-23 02:14:55,778 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'c6d2bb3e-7854-4ff1-bbcd-aa4c3f373600'] 2018-04-23 02:14:56,820 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-23 02:14:56,821 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'c6d2bb3e-7854-4ff1-bbcd-aa4c3f373600', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-23 02:14:56,829 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-23 02:14:56,829 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-23 02:14:56,829 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-04-23 02:14:56,830 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-23 02:14:56,843 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-23 02:14:56,852 - 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': '1f5ae682-cebd-4544-89a4-1ae773c48e3c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-00447299-95c9-4e73-8776-c32731ecdce7', 'flavor_name': 'rally-tiny-00447299-95c9-4e73-8776-c32731ecdce7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-00447299-95c9-4e73-8776-c32731ecdce7', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-23 02:16:20,498 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b78c9cd0-d428-4f73-bb9a-7b1607fa19fd 2018-04-23 02:16:20,498 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b78c9cd0-d428-4f73-bb9a-7b1607fa19fd'] 2018-04-23 02:16:21,544 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b78c9cd0-d428-4f73-bb9a-7b1607fa19fd: 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 b78c9cd0-d428-4f73-bb9a-7b1607fa19fd 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.677 | 4.677 | 4.677 | 4.677 | 4.677 | 4.677 | 100.0% | 1 | | heat.update_stack | 2.568 | 2.568 | 2.568 | 2.568 | 2.568 | 2.568 | 100.0% | 1 | | heat.delete_stack | 3.168 | 3.168 | 3.168 | 3.168 | 3.168 | 3.168 | 100.0% | 1 | | total | 10.414 | 10.414 | 10.414 | 10.414 | 10.414 | 10.414 | 100.0% | 1 | | -> duration | 6.414 | 6.414 | 6.414 | 6.414 | 6.414 | 6.414 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.413998 Full duration: 18.89882 -------------------------------------------------------------------------------- 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 b78c9cd0-d428-4f73-bb9a-7b1607fa19fd 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.698 | 4.698 | 4.698 | 4.698 | 4.698 | 4.698 | 100.0% | 1 | | heat.check_stack | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 100.0% | 1 | | heat.delete_stack | 1.453 | 1.453 | 1.453 | 1.453 | 1.453 | 1.453 | 100.0% | 1 | | total | 7.073 | 7.073 | 7.073 | 7.073 | 7.073 | 7.073 | 100.0% | 1 | | -> duration | 5.073 | 5.073 | 5.073 | 5.073 | 5.073 | 5.073 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.072521 Full duration: 17.027408 -------------------------------------------------------------------------------- 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 b78c9cd0-d428-4f73-bb9a-7b1607fa19fd 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.683 | 4.683 | 4.683 | 4.683 | 4.683 | 4.683 | 100.0% | 1 | | heat.suspend_stack | 1.759 | 1.759 | 1.759 | 1.759 | 1.759 | 1.759 | 100.0% | 1 | | heat.resume_stack | 1.41 | 1.41 | 1.41 | 1.41 | 1.41 | 1.41 | 100.0% | 1 | | heat.delete_stack | 1.861 | 1.861 | 1.861 | 1.861 | 1.861 | 1.861 | 100.0% | 1 | | total | 9.714 | 9.714 | 9.714 | 9.714 | 9.714 | 9.714 | 100.0% | 1 | | -> duration | 7.714 | 7.714 | 7.714 | 7.714 | 7.714 | 7.714 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.713675 Full duration: 19.87453 -------------------------------------------------------------------------------- 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 b78c9cd0-d428-4f73-bb9a-7b1607fa19fd 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.579353 Full duration: 8.217294 HINTS: * To plot HTML graphics with this data, run: rally task report b78c9cd0-d428-4f73-bb9a-7b1607fa19fd --out output.html * To generate a JUnit report, run: rally task export b78c9cd0-d428-4f73-bb9a-7b1607fa19fd --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b78c9cd0-d428-4f73-bb9a-7b1607fa19fd --json --out output.json 2018-04-23 02:16:21,544 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b78c9cd0-d428-4f73-bb9a-7b1607fa19fd'] 2018-04-23 02:16:22,603 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-23 02:16:22,603 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b78c9cd0-d428-4f73-bb9a-7b1607fa19fd', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-23 02:16:22,611 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-23 02:16:22,611 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-23 02:16:22,612 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-04-23 02:16:22,612 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-23 02:16:22,630 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-23 02:16:22,640 - 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': '1f5ae682-cebd-4544-89a4-1ae773c48e3c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-00447299-95c9-4e73-8776-c32731ecdce7', 'flavor_name': 'rally-tiny-00447299-95c9-4e73-8776-c32731ecdce7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-00447299-95c9-4e73-8776-c32731ecdce7', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-23 02:19:38,790 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 147018bb-d6ac-42d4-b8a5-45e8946df869 2018-04-23 02:19:38,790 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '147018bb-d6ac-42d4-b8a5-45e8946df869'] 2018-04-23 02:19:39,884 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 147018bb-d6ac-42d4-b8a5-45e8946df869: 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 147018bb-d6ac-42d4-b8a5-45e8946df869 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.543 | 0.543 | 0.543 | 0.543 | 0.543 | 0.543 | 100.0% | 1 | | keystone_v3.add_role | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 100.0% | 1 | | keystone_v3.revoke_role | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 100.0% | 1 | | total | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | -> duration | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.811692 Full duration: 14.877532 -------------------------------------------------------------------------------- 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 147018bb-d6ac-42d4-b8a5-45e8946df869 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.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | keystone_v3.list_roles | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | total | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | -> duration | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.716406 Full duration: 14.214315 -------------------------------------------------------------------------------- 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 147018bb-d6ac-42d4-b8a5-45e8946df869 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.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | keystone_v3.list_projects | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | total | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | -> duration | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.748707 Full duration: 14.995999 -------------------------------------------------------------------------------- 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 147018bb-d6ac-42d4-b8a5-45e8946df869 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.594 | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 100.0% | 1 | | keystone_v3.delete_role | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 100.0% | 1 | | total | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | -> duration | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.711388 Full duration: 12.25138 -------------------------------------------------------------------------------- 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 147018bb-d6ac-42d4-b8a5-45e8946df869 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.5 | 0.5 | 0.5 | 0.5 | 0.5 | 0.5 | 100.0% | 1 | | keystone_v3.delete_service | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | total | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | -> duration | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.609041 Full duration: 12.267845 -------------------------------------------------------------------------------- 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 147018bb-d6ac-42d4-b8a5-45e8946df869 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.699 | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 100.0% | 1 | | keystone_v3.create_user | 0.533 | 0.533 | 0.533 | 0.533 | 0.533 | 0.533 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | -> keystone_v3.add_role | 0.13 | 0.13 | 0.13 | 0.13 | 0.13 | 0.13 | 100.0% | 1 | | keystone_v3.create_role | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | keystone_v3.get_project | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | keystone_v3.get_user | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | keystone_v3.get_role | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | keystone_v3.list_services | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | keystone_v3.get_services | 0.024 | 0.024 | 0.024 | 0.024 | 0.024 | 0.024 | 100.0% | 1 | | total | 1.813 | 1.813 | 1.813 | 1.813 | 1.813 | 1.813 | 100.0% | 1 | | -> duration | 1.813 | 1.813 | 1.813 | 1.813 | 1.813 | 1.813 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.812514 Full duration: 19.625151 -------------------------------------------------------------------------------- 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 147018bb-d6ac-42d4-b8a5-45e8946df869 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.686 | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 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.156 | 0.156 | 0.156 | 0.156 | 0.156 | 0.156 | 100.0% | 1 | | total | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 100.0% | 1 | | -> duration | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.94462 Full duration: 12.623631 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 147018bb-d6ac-42d4-b8a5-45e8946df869 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.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | total | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 100.0% | 1 | | -> duration | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.764061 Full duration: 14.582224 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 147018bb-d6ac-42d4-b8a5-45e8946df869 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.673 | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 100.0% | 1 | | total | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 100.0% | 1 | | -> duration | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.673099 Full duration: 14.178059 -------------------------------------------------------------------------------- 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 147018bb-d6ac-42d4-b8a5-45e8946df869 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.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | keystone_v3.list_users | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | total | 0.887 | 0.887 | 0.887 | 0.887 | 0.887 | 0.887 | 100.0% | 1 | | -> duration | 0.887 | 0.887 | 0.887 | 0.887 | 0.887 | 0.887 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.887479 Full duration: 15.192845 -------------------------------------------------------------------------------- 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 147018bb-d6ac-42d4-b8a5-45e8946df869 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.7 | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 100.0% | 1 | | keystone_v3.create_users | 5.027 | 5.027 | 5.027 | 5.027 | 5.027 | 5.027 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.027 | 5.027 | 5.027 | 5.027 | 5.027 | 5.027 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.241 | 1.241 | 1.241 | 1.241 | 1.241 | 1.241 | 100.0% | 1 | | total | 6.713 | 6.713 | 6.713 | 6.713 | 6.713 | 6.713 | 100.0% | 1 | | -> duration | 6.713 | 6.713 | 6.713 | 6.713 | 6.713 | 6.713 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.712546 Full duration: 22.783883 HINTS: * To plot HTML graphics with this data, run: rally task report 147018bb-d6ac-42d4-b8a5-45e8946df869 --out output.html * To generate a JUnit report, run: rally task export 147018bb-d6ac-42d4-b8a5-45e8946df869 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 147018bb-d6ac-42d4-b8a5-45e8946df869 --json --out output.json 2018-04-23 02:19:39,884 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '147018bb-d6ac-42d4-b8a5-45e8946df869'] 2018-04-23 02:19:40,917 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-23 02:19:40,917 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '147018bb-d6ac-42d4-b8a5-45e8946df869', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-23 02:19:40,924 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-23 02:19:40,924 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-23 02:19:40,924 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-04-23 02:19:40,925 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-23 02:19:40,940 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-23 02:19:40,950 - 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': '1f5ae682-cebd-4544-89a4-1ae773c48e3c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-00447299-95c9-4e73-8776-c32731ecdce7', 'flavor_name': 'rally-tiny-00447299-95c9-4e73-8776-c32731ecdce7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-00447299-95c9-4e73-8776-c32731ecdce7', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-23 02:24:54,722 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2f734f4f-bb89-4df9-a003-8e690f4c371a 2018-04-23 02:24:54,722 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '2f734f4f-bb89-4df9-a003-8e690f4c371a'] 2018-04-23 02:24:55,766 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2f734f4f-bb89-4df9-a003-8e690f4c371a: 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 2f734f4f-bb89-4df9-a003-8e690f4c371a 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.054 | 1.054 | 1.054 | 1.054 | 1.054 | 1.054 | 100.0% | 1 | | neutron.delete_network | 0.977 | 0.977 | 0.977 | 0.977 | 0.977 | 0.977 | 100.0% | 1 | | total | 2.031 | 2.031 | 2.031 | 2.031 | 2.031 | 2.031 | 100.0% | 1 | | -> duration | 2.031 | 2.031 | 2.031 | 2.031 | 2.031 | 2.031 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.031089 Full duration: 15.206287 -------------------------------------------------------------------------------- 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 2f734f4f-bb89-4df9-a003-8e690f4c371a 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.392 | 1.392 | 1.392 | 1.392 | 1.392 | 1.392 | 100.0% | 1 | | neutron.delete_port | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 100.0% | 1 | | total | 1.977 | 1.977 | 1.977 | 1.977 | 1.977 | 1.977 | 100.0% | 1 | | -> duration | 1.977 | 1.977 | 1.977 | 1.977 | 1.977 | 1.977 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.977248 Full duration: 30.619125 -------------------------------------------------------------------------------- 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 2f734f4f-bb89-4df9-a003-8e690f4c371a 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.874 | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 100.0% | 1 | | neutron.create_subnet | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 100.0% | 1 | | neutron.create_router | 0.285 | 0.285 | 0.285 | 0.285 | 0.285 | 0.285 | 100.0% | 1 | | neutron.add_interface_router | 1.566 | 1.566 | 1.566 | 1.566 | 1.566 | 1.566 | 100.0% | 1 | | neutron.remove_interface_router | 1.176 | 1.176 | 1.176 | 1.176 | 1.176 | 1.176 | 100.0% | 1 | | neutron.delete_router | 0.426 | 0.426 | 0.426 | 0.426 | 0.426 | 0.426 | 100.0% | 1 | | total | 5.196 | 5.196 | 5.196 | 5.196 | 5.196 | 5.196 | 100.0% | 1 | | -> duration | 5.196 | 5.196 | 5.196 | 5.196 | 5.196 | 5.196 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.196106 Full duration: 37.357306 -------------------------------------------------------------------------------- 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 2f734f4f-bb89-4df9-a003-8e690f4c371a 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.226 | 1.226 | 1.226 | 1.226 | 1.226 | 1.226 | 100.0% | 1 | | neutron.delete_subnet | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | total | 2.038 | 2.038 | 2.038 | 2.038 | 2.038 | 2.038 | 100.0% | 1 | | -> duration | 2.038 | 2.038 | 2.038 | 2.038 | 2.038 | 2.038 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.037537 Full duration: 27.17845 -------------------------------------------------------------------------------- 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 2f734f4f-bb89-4df9-a003-8e690f4c371a 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.289 | 1.289 | 1.289 | 1.289 | 1.289 | 1.289 | 100.0% | 1 | | neutron.list_networks | 0.288 | 0.288 | 0.288 | 0.288 | 0.288 | 0.288 | 100.0% | 1 | | total | 1.578 | 1.578 | 1.578 | 1.578 | 1.578 | 1.578 | 100.0% | 1 | | -> duration | 1.578 | 1.578 | 1.578 | 1.578 | 1.578 | 1.578 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.577767 Full duration: 16.888856 -------------------------------------------------------------------------------- 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 2f734f4f-bb89-4df9-a003-8e690f4c371a 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.413 | 1.413 | 1.413 | 1.413 | 1.413 | 1.413 | 100.0% | 1 | | neutron.list_ports | 0.28 | 0.28 | 0.28 | 0.28 | 0.28 | 0.28 | 100.0% | 1 | | total | 1.694 | 1.694 | 1.694 | 1.694 | 1.694 | 1.694 | 100.0% | 1 | | -> duration | 1.694 | 1.694 | 1.694 | 1.694 | 1.694 | 1.694 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.693644 Full duration: 29.36862 -------------------------------------------------------------------------------- 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 2f734f4f-bb89-4df9-a003-8e690f4c371a 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.996 | 0.996 | 0.996 | 0.996 | 0.996 | 0.996 | 100.0% | 1 | | neutron.create_subnet | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 100.0% | 1 | | neutron.create_router | 0.302 | 0.302 | 0.302 | 0.302 | 0.302 | 0.302 | 100.0% | 1 | | neutron.add_interface_router | 1.545 | 1.545 | 1.545 | 1.545 | 1.545 | 1.545 | 100.0% | 1 | | neutron.list_routers | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 100.0% | 1 | | total | 3.873 | 3.873 | 3.873 | 3.873 | 3.873 | 3.873 | 100.0% | 1 | | -> duration | 3.873 | 3.873 | 3.873 | 3.873 | 3.873 | 3.873 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.872991 Full duration: 40.372706 -------------------------------------------------------------------------------- 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 2f734f4f-bb89-4df9-a003-8e690f4c371a 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.808 | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 100.0% | 1 | | neutron.create_subnet | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 100.0% | 1 | | neutron.list_subnets | 0.296 | 0.296 | 0.296 | 0.296 | 0.296 | 0.296 | 100.0% | 1 | | total | 1.885 | 1.885 | 1.885 | 1.885 | 1.885 | 1.885 | 100.0% | 1 | | -> duration | 1.885 | 1.885 | 1.885 | 1.885 | 1.885 | 1.885 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.884816 Full duration: 31.528682 -------------------------------------------------------------------------------- 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 2f734f4f-bb89-4df9-a003-8e690f4c371a 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.066 | 1.066 | 1.066 | 1.066 | 1.066 | 1.066 | 100.0% | 1 | | neutron.delete_security_group | 0.315 | 0.315 | 0.315 | 0.315 | 0.315 | 0.315 | 100.0% | 1 | | total | 1.382 | 1.382 | 1.382 | 1.382 | 1.382 | 1.382 | 100.0% | 1 | | -> duration | 1.382 | 1.382 | 1.382 | 1.382 | 1.382 | 1.382 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.381513 Full duration: 14.786686 -------------------------------------------------------------------------------- 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 2f734f4f-bb89-4df9-a003-8e690f4c371a 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.974 | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 100.0% | 1 | | neutron.create_security_group_rule | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.255 | 0.255 | 0.255 | 0.255 | 0.255 | 0.255 | 100.0% | 1 | | neutron.delete_security_group | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 100.0% | 1 | | total | 1.888 | 1.888 | 1.888 | 1.888 | 1.888 | 1.888 | 100.0% | 1 | | -> duration | 1.888 | 1.888 | 1.888 | 1.888 | 1.888 | 1.888 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.887958 Full duration: 15.328113 -------------------------------------------------------------------------------- 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 2f734f4f-bb89-4df9-a003-8e690f4c371a 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.011 | 1.011 | 1.011 | 1.011 | 1.011 | 1.011 | 100.0% | 1 | | neutron.create_router | 0.326 | 0.326 | 0.326 | 0.326 | 0.326 | 0.326 | 100.0% | 1 | | neutron.add_gateway_router | 1.351 | 1.351 | 1.351 | 1.351 | 1.351 | 1.351 | 100.0% | 1 | | neutron.remove_gateway_router | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 100.0% | 1 | | total | 3.609 | 3.609 | 3.609 | 3.609 | 3.609 | 3.609 | 100.0% | 1 | | -> duration | 3.609 | 3.609 | 3.609 | 3.609 | 3.609 | 3.609 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.608862 Full duration: 24.468271 HINTS: * To plot HTML graphics with this data, run: rally task report 2f734f4f-bb89-4df9-a003-8e690f4c371a --out output.html * To generate a JUnit report, run: rally task export 2f734f4f-bb89-4df9-a003-8e690f4c371a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2f734f4f-bb89-4df9-a003-8e690f4c371a --json --out output.json 2018-04-23 02:24:55,766 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2f734f4f-bb89-4df9-a003-8e690f4c371a'] 2018-04-23 02:24:56,829 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-23 02:24:56,830 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2f734f4f-bb89-4df9-a003-8e690f4c371a', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-23 02:24:56,838 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-23 02:24:56,838 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-23 02:24:56,838 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-04-23 02:24:56,839 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-23 02:24:56,855 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-23 02:24:56,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': ['nova'], 'concurrency': 4, 'netid': '1f5ae682-cebd-4544-89a4-1ae773c48e3c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-00447299-95c9-4e73-8776-c32731ecdce7', 'flavor_name': 'rally-tiny-00447299-95c9-4e73-8776-c32731ecdce7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-00447299-95c9-4e73-8776-c32731ecdce7', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-23 02:32:28,942 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 07a49228-a145-4fd7-8e7d-d7b1664aff99 2018-04-23 02:32:28,942 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '07a49228-a145-4fd7-8e7d-d7b1664aff99'] 2018-04-23 02:32:30,048 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 07a49228-a145-4fd7-8e7d-d7b1664aff99: 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-00447299-95c9-4e73-8776-c32731ecdce7" }, "image": { "name": "Cirros-0.4.0-00447299-95c9-4e73-8776-c32731ecdce7" }, "block_migration": false, "nics": [ { "net-id": "1f5ae682-cebd-4544-89a4-1ae773c48e3c" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 07a49228-a145-4fd7-8e7d-d7b1664aff99 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.375 | 9.375 | 9.375 | 9.375 | 9.375 | 9.375 | 100.0% | 1 | | nova.find_host_to_migrate | 1.348 | 1.348 | 1.348 | 1.348 | 1.348 | 1.348 | 100.0% | 1 | | nova.live_migrate | 11.854 | 11.854 | 11.854 | 11.854 | 11.854 | 11.854 | 100.0% | 1 | | nova.delete_server | 2.897 | 2.897 | 2.897 | 2.897 | 2.897 | 2.897 | 100.0% | 1 | | total | 25.475 | 25.475 | 25.475 | 25.475 | 25.475 | 25.475 | 100.0% | 1 | | -> duration | 24.475 | 24.475 | 24.475 | 24.475 | 24.475 | 24.475 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 24.474943 Full duration: 34.928549 -------------------------------------------------------------------------------- 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-00447299-95c9-4e73-8776-c32731ecdce7" }, "image": { "name": "Cirros-0.4.0-00447299-95c9-4e73-8776-c32731ecdce7" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "1f5ae682-cebd-4544-89a4-1ae773c48e3c" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 07a49228-a145-4fd7-8e7d-d7b1664aff99 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.689 | 9.689 | 9.689 | 9.689 | 9.689 | 9.689 | 100.0% | 1 | | cinder_v2.create_volume | 2.91 | 2.91 | 2.91 | 2.91 | 2.91 | 2.91 | 100.0% | 1 | | nova.attach_volume | 4.14 | 4.14 | 4.14 | 4.14 | 4.14 | 4.14 | 100.0% | 1 | | nova.find_host_to_migrate | 1.444 | 1.444 | 1.444 | 1.444 | 1.444 | 1.444 | 100.0% | 1 | | nova.live_migrate | 13.812 | 13.812 | 13.812 | 13.812 | 13.812 | 13.812 | 100.0% | 1 | | nova.detach_volume | 1.376 | 1.376 | 1.376 | 1.376 | 1.376 | 1.376 | 100.0% | 1 | | cinder_v2.delete_volume | 2.487 | 2.487 | 2.487 | 2.487 | 2.487 | 2.487 | 100.0% | 1 | | nova.delete_server | 2.657 | 2.657 | 2.657 | 2.657 | 2.657 | 2.657 | 100.0% | 1 | | total | 38.516 | 38.516 | 38.516 | 38.516 | 38.516 | 38.516 | 100.0% | 1 | | -> duration | 37.516 | 37.516 | 37.516 | 37.516 | 37.516 | 37.516 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 37.516274 Full duration: 50.306497 -------------------------------------------------------------------------------- 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-00447299-95c9-4e73-8776-c32731ecdce7" }, "image": { "name": "Cirros-0.4.0-00447299-95c9-4e73-8776-c32731ecdce7" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "1f5ae682-cebd-4544-89a4-1ae773c48e3c" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 07a49228-a145-4fd7-8e7d-d7b1664aff99 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.894 | 8.894 | 8.894 | 8.894 | 8.894 | 8.894 | 100.0% | 1 | | nova.boot_server | 9.086 | 9.086 | 9.086 | 9.086 | 9.086 | 9.086 | 100.0% | 1 | | nova.find_host_to_migrate | 1.349 | 1.349 | 1.349 | 1.349 | 1.349 | 1.349 | 100.0% | 1 | | nova.live_migrate | 16.373 | 16.373 | 16.373 | 16.373 | 16.373 | 16.373 | 100.0% | 1 | | nova.delete_server | 7.561 | 7.561 | 7.561 | 7.561 | 7.561 | 7.561 | 100.0% | 1 | | total | 43.265 | 43.265 | 43.265 | 43.265 | 43.265 | 43.265 | 100.0% | 1 | | -> duration | 42.265 | 42.265 | 42.265 | 42.265 | 42.265 | 42.265 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 42.264593 Full duration: 54.903791 -------------------------------------------------------------------------------- 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-00447299-95c9-4e73-8776-c32731ecdce7" }, "image": { "name": "Cirros-0.4.0-00447299-95c9-4e73-8776-c32731ecdce7" }, "server_kwargs": { "nics": [ { "net-id": "1f5ae682-cebd-4544-89a4-1ae773c48e3c" } ] } }, "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 07a49228-a145-4fd7-8e7d-d7b1664aff99 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.676 | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 100.0% | 1 | | nova.boot_server | 9.212 | 9.212 | 9.212 | 9.212 | 9.212 | 9.212 | 100.0% | 1 | | nova.delete_server | 3.247 | 3.247 | 3.247 | 3.247 | 3.247 | 3.247 | 100.0% | 1 | | nova.delete_keypair | 0.04 | 0.04 | 0.04 | 0.04 | 0.04 | 0.04 | 100.0% | 1 | | total | 13.177 | 13.177 | 13.177 | 13.177 | 13.177 | 13.177 | 100.0% | 1 | | -> duration | 12.177 | 12.177 | 12.177 | 12.177 | 12.177 | 12.177 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.176755 Full duration: 38.105833 -------------------------------------------------------------------------------- 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-00447299-95c9-4e73-8776-c32731ecdce7" }, "image": { "name": "Cirros-0.4.0-00447299-95c9-4e73-8776-c32731ecdce7" }, "volume_size": 5, "nics": [ { "net-id": "1f5ae682-cebd-4544-89a4-1ae773c48e3c" } ] }, "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 07a49228-a145-4fd7-8e7d-d7b1664aff99 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.429 | 8.429 | 8.429 | 8.429 | 8.429 | 8.429 | 100.0% | 1 | | nova.boot_server | 6.621 | 6.621 | 6.621 | 6.621 | 6.621 | 6.621 | 100.0% | 1 | | nova.delete_server | 2.74 | 2.74 | 2.74 | 2.74 | 2.74 | 2.74 | 100.0% | 1 | | total | 17.791 | 17.791 | 17.791 | 17.791 | 17.791 | 17.791 | 100.0% | 1 | | -> duration | 16.791 | 16.791 | 16.791 | 16.791 | 16.791 | 16.791 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.790937 Full duration: 45.592136 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-00447299-95c9-4e73-8776-c32731ecdce7" }, "image": { "name": "Cirros-0.4.0-00447299-95c9-4e73-8776-c32731ecdce7" }, "force_delete": false, "nics": [ { "net-id": "1f5ae682-cebd-4544-89a4-1ae773c48e3c" } ] }, "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 07a49228-a145-4fd7-8e7d-d7b1664aff99 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.477 | 9.477 | 9.477 | 9.477 | 9.477 | 9.477 | 100.0% | 1 | | nova.pause_server | 2.821 | 2.821 | 2.821 | 2.821 | 2.821 | 2.821 | 100.0% | 1 | | nova.unpause_server | 2.761 | 2.761 | 2.761 | 2.761 | 2.761 | 2.761 | 100.0% | 1 | | nova.delete_server | 2.584 | 2.584 | 2.584 | 2.584 | 2.584 | 2.584 | 100.0% | 1 | | total | 17.643 | 17.643 | 17.643 | 17.643 | 17.643 | 17.643 | 100.0% | 1 | | -> duration | 12.643 | 12.643 | 12.643 | 12.643 | 12.643 | 12.643 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.643102 Full duration: 41.544388 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-00447299-95c9-4e73-8776-c32731ecdce7" }, "image": { "name": "Cirros-0.4.0-00447299-95c9-4e73-8776-c32731ecdce7" }, "nics": [ { "net-id": "1f5ae682-cebd-4544-89a4-1ae773c48e3c" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 07a49228-a145-4fd7-8e7d-d7b1664aff99 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.347 | 9.347 | 9.347 | 9.347 | 9.347 | 9.347 | 100.0% | 1 | | nova.migrate | 71.135 | 71.135 | 71.135 | 71.135 | 71.135 | 71.135 | 100.0% | 1 | | nova.resize_confirm | 11.134 | 11.134 | 11.134 | 11.134 | 11.134 | 11.134 | 100.0% | 1 | | nova.delete_server | 2.833 | 2.833 | 2.833 | 2.833 | 2.833 | 2.833 | 100.0% | 1 | | total | 94.449 | 94.449 | 94.449 | 94.449 | 94.449 | 94.449 | 100.0% | 1 | | -> duration | 93.449 | 93.449 | 93.449 | 93.449 | 93.449 | 93.449 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 93.449376 Full duration: 103.842594 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-00447299-95c9-4e73-8776-c32731ecdce7" }, "image": { "name": "Cirros-0.4.0-00447299-95c9-4e73-8776-c32731ecdce7" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 07a49228-a145-4fd7-8e7d-d7b1664aff99 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.965 | 9.965 | 9.965 | 9.965 | 9.965 | 9.965 | 100.0% | 1 | | nova.list_interfaces | 0.344 | 0.344 | 0.344 | 0.344 | 0.344 | 0.344 | 100.0% | 1 | | total | 10.31 | 10.31 | 10.31 | 10.31 | 10.31 | 10.31 | 100.0% | 1 | | -> duration | 9.31 | 9.31 | 9.31 | 9.31 | 9.31 | 9.31 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.309607 Full duration: 39.649944 -------------------------------------------------------------------------------- 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 07a49228-a145-4fd7-8e7d-d7b1664aff99 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.661 | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 100.0% | 1 | | nova.delete_server_group | 0.055 | 0.055 | 0.055 | 0.055 | 0.055 | 0.055 | 100.0% | 1 | | total | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | -> duration | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.716273 Full duration: 9.166905 HINTS: * To plot HTML graphics with this data, run: rally task report 07a49228-a145-4fd7-8e7d-d7b1664aff99 --out output.html * To generate a JUnit report, run: rally task export 07a49228-a145-4fd7-8e7d-d7b1664aff99 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 07a49228-a145-4fd7-8e7d-d7b1664aff99 --json --out output.json 2018-04-23 02:32:30,049 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '07a49228-a145-4fd7-8e7d-d7b1664aff99'] 2018-04-23 02:32:31,145 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-23 02:32:31,145 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '07a49228-a145-4fd7-8e7d-d7b1664aff99', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-23 02:32:31,151 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-04-23 02:32:31,151 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-23 02:32:31,152 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-04-23 02:32:31,152 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-23 02:32:31,159 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-23 02:32:31,166 - 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': '1f5ae682-cebd-4544-89a4-1ae773c48e3c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-00447299-95c9-4e73-8776-c32731ecdce7', 'flavor_name': 'rally-tiny-00447299-95c9-4e73-8776-c32731ecdce7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-00447299-95c9-4e73-8776-c32731ecdce7', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-23 02:33:23,967 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a7c7f216-e8a2-4c61-aaba-af5f43c385fb 2018-04-23 02:33:23,967 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a7c7f216-e8a2-4c61-aaba-af5f43c385fb'] 2018-04-23 02:33:25,012 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a7c7f216-e8a2-4c61-aaba-af5f43c385fb: 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 a7c7f216-e8a2-4c61-aaba-af5f43c385fb 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.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | quotas.delete_quotas | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 100.0% | 1 | | total | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 100.0% | 1 | | -> duration | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.944707 Full duration: 8.743934 -------------------------------------------------------------------------------- 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 a7c7f216-e8a2-4c61-aaba-af5f43c385fb 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.701 | 0.701 | 0.701 | 0.701 | 0.701 | 0.701 | 100.0% | 1 | | total | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 100.0% | 1 | | -> duration | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.701599 Full duration: 8.555575 -------------------------------------------------------------------------------- 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 a7c7f216-e8a2-4c61-aaba-af5f43c385fb 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.317 | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 100.0% | 1 | | total | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | -> duration | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.724363 Full duration: 8.767992 -------------------------------------------------------------------------------- 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 a7c7f216-e8a2-4c61-aaba-af5f43c385fb 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.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | total | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | -> duration | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.909978 Full duration: 8.732147 HINTS: * To plot HTML graphics with this data, run: rally task report a7c7f216-e8a2-4c61-aaba-af5f43c385fb --out output.html * To generate a JUnit report, run: rally task export a7c7f216-e8a2-4c61-aaba-af5f43c385fb --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a7c7f216-e8a2-4c61-aaba-af5f43c385fb --json --out output.json 2018-04-23 02:33:25,012 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a7c7f216-e8a2-4c61-aaba-af5f43c385fb'] 2018-04-23 02:33:26,079 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-23 02:33:26,080 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a7c7f216-e8a2-4c61-aaba-af5f43c385fb', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-23 02:33:26,087 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-23 02:33:26,090 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:45 | 6 | 100.00% | | glance | 01:23 | 4 | 100.00% | | cinder | 02:47 | 10 | 100.00% | | heat | 01:04 | 4 | 100.00% | | keystone | 02:47 | 11 | 100.00% | | neutron | 04:43 | 11 | 100.00% | | nova | 06:58 | 9 | 100.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:21:04 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-04-23 02:33:26,090 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-04-23 02:33:34,870 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-23 02:33:34,870 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-23 02:33:35,408 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 02:33:35,408 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 25:07 | PASS | +----------------------+------------------+------------------+----------------+ 2018-04-23 02:33:35,412 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-23 02:33:35,553 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-23 02:33:37,909 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-23 02:33:37.626 11338 INFO rally.deployment.engine [-] Deployment cd395959-6e9a-4030-acd2-b313b47fc1b9 | Starting: Destroy cloud and free allocated resources. 2018-04-23 02:33:37.711 11338 INFO rally.deployment.engine [-] Deployment cd395959-6e9a-4030-acd2-b313b47fc1b9 | Completed: Destroy cloud and free allocated resources. 2018-04-23 02:33:37.731 11338 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=b48be97b-6d4d-4610-a3e0-6bfae1e26456). 2018-04-23 02:33:37.735 11338 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-23 02:33:40,354 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-23 02:33:40.083 11341 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=c9edcaa9-192c-4825-86d3-12df5dc3119c) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | c9edcaa9-192c-4825-86d3-12df5dc3119c | 2018-04-23T02:33:40 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: c9edcaa9-192c-4825-86d3-12df5dc3119c ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-23 02:33:43,714 - 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__ | nfv-orchestration | 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-04-23 02:33:43,714 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-23 02:33:46,097 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-23 02:33:45.836 11347 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=b48be97b-6d4d-4610-a3e0-6bfae1e26456). 2018-04-23 02:33:45.948 11347 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-23 02:33:49,280 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-23 02:33:48.060 11350 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-23 02:33:48.196 11350 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-23 02:33:49.112 11350 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=dca0f605-a176-4d0f-af80-0cbf50e75740) has been successfully created! Using verifier 'opnfv-tempest' (UUID=dca0f605-a176-4d0f-af80-0cbf50e75740) as the default verifier for the future CLI operations. 2018-04-23 02:33:52,154 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-23 02:33:56,050 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-23 02:34:02,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-23 02:34:09,044 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-23 02:34:07.601 11369 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=dca0f605-a176-4d0f-af80-0cbf50e75740) for deployment 'opnfv-rally' (UUID=c9edcaa9-192c-4825-86d3-12df5dc3119c). 2018-04-23 02:34:08.834 11369 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=dca0f605-a176-4d0f-af80-0cbf50e75740) has been successfully configured for deployment 'opnfv-rally' (UUID=c9edcaa9-192c-4825-86d3-12df5dc3119c)! 2018-04-23 02:34:09,045 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-23 02:34:09,045 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-23 02:34:09,047 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-23 02:34:11,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-04-23 02:34:13,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:13.500 11381 INFO rally.api [-] Starting verification (UUID=2025f1a1-210e-49ab-a1a5-89461601716b) for deployment 'opnfv-rally' (UUID=c9edcaa9-192c-4825-86d3-12df5dc3119c) by verifier 'opnfv-tempest' (UUID=dca0f605-a176-4d0f-af80-0cbf50e75740). 2018-04-23 02:34:13,502 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 2025f1a1-210e-49ab-a1a5-89461601716b 2018-04-23 02:34:22,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:22.595 11381 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2018-04-23 02:34:22,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:22.677 11381 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.323s] 2018-04-23 02:34:23,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:23.363 11381 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.751s] 2018-04-23 02:34:23,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:23.384 11381 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.021s] 2018-04-23 02:34:26,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:26.700 11381 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [4.004s] 2018-04-23 02:34:27,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:27.377 11381 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [3.277s] 2018-04-23 02:34:28,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:28.343 11381 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.967s] 2018-04-23 02:34:28,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:28.451 11381 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.529s] 2018-04-23 02:34:29,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:29.360 11381 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.016s] 2018-04-23 02:34:32,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:32.518 11381 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.066s] 2018-04-23 02:34:34,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:34.493 11381 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [3.950s] 2018-04-23 02:34:35,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:35.227 11381 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [2.905s] 2018-04-23 02:34:35,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:35.390 11381 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.871s] 2018-04-23 02:34:36,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:36.562 11381 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.083s] 2018-04-23 02:34:36,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:36.848 11381 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.458s] 2018-04-23 02:34:37,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:37.423 11381 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [2.196s] 2018-04-23 02:34:40,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:40.444 11381 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [3.594s] 2018-04-23 02:34:41,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:41.409 11381 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.844s] 2018-04-23 02:34:45,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:45.079 11381 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [4.633s] 2018-04-23 02:34:47,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:47.354 11381 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [2.275s] 2018-04-23 02:34:47,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:47.842 11381 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.488s] 2018-04-23 02:34:47,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:47.865 11381 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.023s] 2018-04-23 02:34:47,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:47.884 11381 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.019s] 2018-04-23 02:34:47,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:47.903 11381 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.018s] 2018-04-23 02:34:51,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:51.645 11381 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.686s] 2018-04-23 02:34:52,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:52.176 11381 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.529s] 2018-04-23 02:34:52,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:52.854 11381 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.678s] 2018-04-23 02:34:53,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:53.403 11381 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.548s] 2018-04-23 02:34:53,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:53.943 11381 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.538s] 2018-04-23 02:34:54,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:54.017 11381 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.075s] 2018-04-23 02:34:54,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:54.081 11381 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-04-23 02:34:54,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:54.093 11381 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.073s] 2018-04-23 02:34:54,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:54.094 11381 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.012s] 2018-04-23 02:34:54,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:54.160 11381 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.068s] 2018-04-23 02:34:54,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:54.224 11381 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.064s] 2018-04-23 02:34:54,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:54.276 11381 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.183s] 2018-04-23 02:34:54,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:54.286 11381 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-04-23 02:34:54,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:54.298 11381 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.074s] 2018-04-23 02:34:54,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:54.304 11381 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.015s] 2018-04-23 02:34:54,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:54.336 11381 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.031s] 2018-04-23 02:34:54,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:54.425 11381 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.087s] 2018-04-23 02:34:54,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:54.470 11381 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.172s] 2018-04-23 02:34:54,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:54.494 11381 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.068s] 2018-04-23 02:34:54,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:54.650 11381 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.155s] 2018-04-23 02:34:54,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:54.665 11381 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2018-04-23 02:34:54,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:54.735 11381 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.069s] 2018-04-23 02:34:56,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:56.140 11381 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [29.433s] 2018-04-23 02:34:56,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:34:56.546 11381 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [3.134s] 2018-04-23 02:35:01,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:01.135 11381 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.207s] 2018-04-23 02:35:01,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:01.451 11381 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.315s] 2018-04-23 02:35:01,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:01.646 11381 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.193s] 2018-04-23 02:35:02,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:02.357 11381 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.709s] 2018-04-23 02:35:02,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:02.873 11381 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.514s] 2018-04-23 02:35:03,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:03.092 11381 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.218s] 2018-04-23 02:35:03,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:03.240 11381 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.148s] 2018-04-23 02:35:03,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:03.432 11381 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.192s] 2018-04-23 02:35:03,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:03.483 11381 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.050s] 2018-04-23 02:35:03,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:03.681 11381 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.198s] 2018-04-23 02:35:03,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:03.734 11381 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.052s] 2018-04-23 02:35:03,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:03.962 11381 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.227s] 2018-04-23 02:35:04,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:04.044 11381 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.081s] 2018-04-23 02:35:04,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:04.235 11381 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.190s] 2018-04-23 02:35:04,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:04.438 11381 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.203s] 2018-04-23 02:35:06,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:06.900 11381 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.692s] 2018-04-23 02:35:14,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:14.941 11381 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [8.040s] 2018-04-23 02:35:17,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:17.437 11381 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.495s] 2018-04-23 02:35:17,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:17.685 11381 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.249s] 2018-04-23 02:35:18,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:18.067 11381 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.381s] 2018-04-23 02:35:18,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:18.270 11381 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.202s] 2018-04-23 02:35:18,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:18.465 11381 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.196s] 2018-04-23 02:35:21,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:21.122 11381 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [24.977s] 2018-04-23 02:35:24,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:24.084 11381 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.261s] 2018-04-23 02:35:25,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:25.805 11381 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [47.222s] 2018-04-23 02:35:26,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:26.626 11381 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [7.244s] 2018-04-23 02:35:26,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:26.893 11381 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.092s] 2018-04-23 02:35:31,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:31.589 11381 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.963s] 2018-04-23 02:35:34,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:34.616 11381 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [13.496s] 2018-04-23 02:35:35,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:35.242 11381 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.652s] 2018-04-23 02:35:39,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:39.621 11381 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [70.250s] 2018-04-23 02:35:40,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:40.233 11381 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.989s] 2018-04-23 02:35:45,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:45.925 11381 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [5.692s] 2018-04-23 02:35:49,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:49.860 11381 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.934s] 2018-04-23 02:35:54,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:54.964 11381 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [2.583s] 2018-04-23 02:35:55,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:55.251 11381 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.287s] 2018-04-23 02:35:56,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:56.043 11381 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.791s] 2018-04-23 02:35:56,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:56.142 11381 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.098s] 2018-04-23 02:35:56,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:56.143 11381 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-23 02:35:56,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:56.340 11381 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.349s] 2018-04-23 02:35:56,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:56.716 11381 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.376s] 2018-04-23 02:35:57,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:35:57.469 11381 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [7.609s] 2018-04-23 02:36:04,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:36:04.672 11381 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.202s] 2018-04-23 02:36:08,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:36:08.515 11381 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.842s] 2018-04-23 02:36:08,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:36:08.634 11381 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.119s] 2018-04-23 02:36:08,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:36:08.911 11381 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.276s] 2018-04-23 02:36:08,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:36:08.976 11381 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.065s] 2018-04-23 02:36:09,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:36:09.171 11381 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.194s] 2018-04-23 02:36:09,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:36:09.314 11381 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.142s] 2018-04-23 02:36:09,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:36:09.419 11381 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.104s] 2018-04-23 02:36:09,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:36:09.471 11381 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.052s] 2018-04-23 02:36:09,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:36:09.670 11381 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.198s] 2018-04-23 02:36:14,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:36:14.833 11381 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.166s] 2018-04-23 02:36:15,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:36:15.496 11381 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.824s] 2018-04-23 02:36:30,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:36:30.026 11381 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [5.023s] 2018-04-23 02:36:33,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:36:33.467 11381 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [58.840s] 2018-04-23 02:36:36,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:36:36.517 11381 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.491s] 2018-04-23 02:36:38,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:36:38.131 11381 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.330s] 2018-04-23 02:36:38,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:36:38.793 11381 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.662s] 2018-04-23 02:36:52,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:36:52.491 11381 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.010s] 2018-04-23 02:36:52,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:36:52.642 11381 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.151s] 2018-04-23 02:36:52,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:36:52.836 11381 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.193s] 2018-04-23 02:36:53,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:36:53.015 11381 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.178s] 2018-04-23 02:36:53,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:36:53.189 11381 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.174s] 2018-04-23 02:36:53,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:36:53.538 11381 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.347s] 2018-04-23 02:36:53,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:36:53.818 11381 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.280s] 2018-04-23 02:36:54,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:36:54.016 11381 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.197s] 2018-04-23 02:36:54,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:36:54.057 11381 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.040s] 2018-04-23 02:36:54,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:36:54.099 11381 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.042s] 2018-04-23 02:37:05,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '2025f1a1-210e-49ab-a1a5-89461601716b']'. 2018-04-23 02:37:06,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-23 02:37:06,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-23 02:37:06,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-23 02:37:06,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 2025f1a1-210e-49ab-a1a5-89461601716b | 2018-04-23 02:37:06,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-23 02:37:06,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-23 02:34:13 | 2018-04-23 02:37:06,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-23 02:37:05 | 2018-04-23 02:37:06,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:52 | 2018-04-23 02:37:06,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-23 02:37:06,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-23 02:37:06,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: dca0f605-a176-4d0f-af80-0cbf50e75740) | 2018-04-23 02:37:06,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-23 02:37:06,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: c9edcaa9-192c-4825-86d3-12df5dc3119c) | 2018-04-23 02:37:06,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 117 | 2018-04-23 02:37:06,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 153.774 | 2018-04-23 02:37:06,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 117 | 2018-04-23 02:37:06,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-23 02:37:06,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-23 02:37:06,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-23 02:37:06,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-23 02:37:06,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-23 02:37:06,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-23 02:37:06,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-04-23 02:37:13,139 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 02:37:13,139 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 03:21 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-23 02:37:13,144 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-23 02:37:13,269 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-23 02:37:15,804 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-23 02:37:15.392 11475 INFO rally.deployment.engine [-] Deployment c9edcaa9-192c-4825-86d3-12df5dc3119c | Starting: Destroy cloud and free allocated resources. 2018-04-23 02:37:15.484 11475 INFO rally.deployment.engine [-] Deployment c9edcaa9-192c-4825-86d3-12df5dc3119c | Completed: Destroy cloud and free allocated resources. 2018-04-23 02:37:15.514 11475 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=dca0f605-a176-4d0f-af80-0cbf50e75740) for deployment 'opnfv-rally'. 2018-04-23 02:37:15.529 11475 INFO rally.api [-] Deleting verification (UUID=2025f1a1-210e-49ab-a1a5-89461601716b). 2018-04-23 02:37:15.571 11475 INFO rally.api [-] Verification has been successfully deleted! 2018-04-23 02:37:15.572 11475 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=dca0f605-a176-4d0f-af80-0cbf50e75740). 2018-04-23 02:37:15.581 11475 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-23 02:37:18,318 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-23 02:37:18.048 11478 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=fe02f194-c2be-4273-ac58-123aa1fe89aa) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | fe02f194-c2be-4273-ac58-123aa1fe89aa | 2018-04-23T02:37:17 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: fe02f194-c2be-4273-ac58-123aa1fe89aa ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-23 02:37:21,845 - 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__ | nfv-orchestration | 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-04-23 02:37:21,845 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-23 02:37:24,524 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-23 02:37:24.070 11484 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=dca0f605-a176-4d0f-af80-0cbf50e75740). 2018-04-23 02:37:24.304 11484 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-23 02:37:27,943 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-23 02:37:26.571 11487 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-23 02:37:26.699 11487 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-23 02:37:27.753 11487 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=592fe74a-de2a-45fd-9b80-ae13f67456f7) has been successfully created! Using verifier 'opnfv-tempest' (UUID=592fe74a-de2a-45fd-9b80-ae13f67456f7) as the default verifier for the future CLI operations. 2018-04-23 02:37:31,023 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-23 02:37:33,622 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-23 02:37:41,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-23 02:37:46,879 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-23 02:37:45.787 11506 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=592fe74a-de2a-45fd-9b80-ae13f67456f7) for deployment 'opnfv-rally' (UUID=fe02f194-c2be-4273-ac58-123aa1fe89aa). 2018-04-23 02:37:46.642 11506 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=592fe74a-de2a-45fd-9b80-ae13f67456f7) has been successfully configured for deployment 'opnfv-rally' (UUID=fe02f194-c2be-4273-ac58-123aa1fe89aa)! 2018-04-23 02:37:46,879 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-23 02:37:46,879 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-23 02:37:46,881 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-23 02:37:46,898 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-23 02:37:49,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-592fe74a-de2a-45fd-9b80-ae13f67456f7/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-04-23 02:37:49,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-04-23 02:37:52,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 02:37:52.320 11515 INFO rally.api [-] Starting verification (UUID=bfb2c041-8e8d-4191-ac97-04bacce238b8) for deployment 'opnfv-rally' (UUID=fe02f194-c2be-4273-ac58-123aa1fe89aa) by verifier 'opnfv-tempest' (UUID=592fe74a-de2a-45fd-9b80-ae13f67456f7). 2018-04-23 02:37:52,321 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: bfb2c041-8e8d-4191-ac97-04bacce238b8 2018-04-23 02:40:32,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'bfb2c041-8e8d-4191-ac97-04bacce238b8']'. 2018-04-23 02:40:33,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-23 02:40:33,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-23 02:40:33,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-23 02:40:33,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | bfb2c041-8e8d-4191-ac97-04bacce238b8 | 2018-04-23 02:40:33,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-23 02:40:33,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-23 02:37:52 | 2018-04-23 02:40:33,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-23 02:40:32 | 2018-04-23 02:40:33,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:40 | 2018-04-23 02:40:33,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-23 02:40:33,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-23 02:40:33,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 592fe74a-de2a-45fd-9b80-ae13f67456f7) | 2018-04-23 02:40:33,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-23 02:40:33,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: fe02f194-c2be-4273-ac58-123aa1fe89aa) | 2018-04-23 02:40:33,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-23 02:40:33,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 150.028 | 2018-04-23 02:40:33,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-04-23 02:40:33,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-04-23 02:40:33,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-23 02:40:33,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-23 02:40:33,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-23 02:40:33,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-23 02:40:33,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-23 02:40:33,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-23 02:40:40,999 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 02:40:41,000 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:10 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-23 02:40:41,004 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-04-23 02:41:02,046 - 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-04-23 02:41:02,047 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-04-23 02:41:02,086 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-04-23 02:41:02,198 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 02:41:02,199 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-23 02:41:02,202 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-23 02:41:03,170 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-23 04:03:39,329 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 04:03:39,330 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 82:36 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-23 04:03:39,334 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-23 04:03:39,335 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-23 04:03:39,422 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-23 04:03:41,881 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-23 04:03:41.468 11677 INFO rally.deployment.engine [-] Deployment fe02f194-c2be-4273-ac58-123aa1fe89aa | Starting: Destroy cloud and free allocated resources. 2018-04-23 04:03:41.563 11677 INFO rally.deployment.engine [-] Deployment fe02f194-c2be-4273-ac58-123aa1fe89aa | Completed: Destroy cloud and free allocated resources. 2018-04-23 04:03:41.606 11677 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=592fe74a-de2a-45fd-9b80-ae13f67456f7) for deployment 'opnfv-rally'. 2018-04-23 04:03:41.633 11677 INFO rally.api [-] Deleting verification (UUID=bfb2c041-8e8d-4191-ac97-04bacce238b8). 2018-04-23 04:03:41.678 11677 INFO rally.api [-] Verification has been successfully deleted! 2018-04-23 04:03:41.678 11677 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=592fe74a-de2a-45fd-9b80-ae13f67456f7). 2018-04-23 04:03:41.685 11677 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-23 04:03:44,222 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-23 04:03:43.945 11680 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=637369cf-057e-4919-a240-42a34273a4e9) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 637369cf-057e-4919-a240-42a34273a4e9 | 2018-04-23T04:03:43 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 637369cf-057e-4919-a240-42a34273a4e9 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-23 04:03:47,466 - 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__ | nfv-orchestration | 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-04-23 04:03:47,466 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-23 04:03:49,773 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-23 04:03:49.520 11686 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=592fe74a-de2a-45fd-9b80-ae13f67456f7). 2018-04-23 04:03:49.628 11686 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-23 04:03:53,048 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-23 04:03:51.787 11689 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-23 04:03:51.912 11689 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-23 04:03:52.922 11689 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9133cc6e-9b00-4cb5-9ab0-612a4cbe7412) has been successfully created! Using verifier 'opnfv-tempest' (UUID=9133cc6e-9b00-4cb5-9ab0-612a4cbe7412) as the default verifier for the future CLI operations. 2018-04-23 04:04:05,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-23 04:04:10,954 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-23 04:04:09.902 11708 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=9133cc6e-9b00-4cb5-9ab0-612a4cbe7412) for deployment 'opnfv-rally' (UUID=637369cf-057e-4919-a240-42a34273a4e9). 2018-04-23 04:04:10.792 11708 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9133cc6e-9b00-4cb5-9ab0-612a4cbe7412) has been successfully configured for deployment 'opnfv-rally' (UUID=637369cf-057e-4919-a240-42a34273a4e9)! 2018-04-23 04:04:13,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-9133cc6e-9b00-4cb5-9ab0-612a4cbe7412/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-04-23 04:04:13,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-04-23 04:04:16,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 04:04:16.025 11717 INFO rally.api [-] Starting verification (UUID=6605fc78-5bf1-43de-af62-1f66ac5567d1) for deployment 'opnfv-rally' (UUID=637369cf-057e-4919-a240-42a34273a4e9) by verifier 'opnfv-tempest' (UUID=9133cc6e-9b00-4cb5-9ab0-612a4cbe7412). 2018-04-23 04:07:26,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '6605fc78-5bf1-43de-af62-1f66ac5567d1']'. 2018-04-23 04:07:27,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-23 04:07:27,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-23 04:07:27,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-23 04:07:27,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 6605fc78-5bf1-43de-af62-1f66ac5567d1 | 2018-04-23 04:07:27,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-23 04:07:27,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-23 04:04:15 | 2018-04-23 04:07:27,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-23 04:07:25 | 2018-04-23 04:07:27,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:10 | 2018-04-23 04:07:27,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-23 04:07:27,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-23 04:07:27,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 9133cc6e-9b00-4cb5-9ab0-612a4cbe7412) | 2018-04-23 04:07:27,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-23 04:07:27,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 637369cf-057e-4919-a240-42a34273a4e9) | 2018-04-23 04:07:27,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-23 04:07:27,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 172.412 | 2018-04-23 04:07:27,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-04-23 04:07:27,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-04-23 04:07:27,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-23 04:07:27,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-23 04:07:27,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-04-23 04:07:27,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-23 04:07:27,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-23 04:07:27,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 97.6744186047% 2018-04-23 04:07:32,856 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 04:07:32,856 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:37 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-04-23 04:07:32,861 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-04-23 04:07:32,862 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:31 | PASS | | vping_userdata | functest | smoke | 00:40 | PASS | | tempest_smoke_serial | functest | smoke | 17:17 | FAIL | | rally_sanity | functest | smoke | 25:07 | PASS | | refstack_defcore | functest | smoke | 03:21 | PASS | | patrole | functest | smoke | 03:10 | PASS | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 82:36 | FAIL | | neutron_trunk | functest | smoke | 03:37 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-23 04:07:32,869 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-23 04:07:36,091 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-40 | | 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-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-23 04:07:36,095 - 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=hRZJZ8Dskwtgn8Eh8V7jeQ86Q export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30: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.6 export OS_REGION_NAME=regionOne 2018-04-23 04:07:36,095 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-23 04:07:36,095 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-23 04:07:36,096 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-23 04:07:36,099 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-23 04:07:38,562 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-40 | | 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-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-23 04:07:38,566 - 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=hRZJZ8Dskwtgn8Eh8V7jeQ86Q export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30: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.6 export OS_REGION_NAME=regionOne 2018-04-23 04:07:38,566 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-23 04:07:38,567 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | vnf | 4 | (daily)|(weekly) | Collection of VNF test cases. | cloudify_ims vyos_vrouter juju_epc | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ 2018-04-23 04:07:38,568 - xtesting.ci.run_tests - INFO - Running tier 'vnf' 2018-04-23 04:07:38,568 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-04-23 04:07:39,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-04-23 04:07:39,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - VNF configuration: {'inputs': {u'vellum_cluster_size': 1, u'agent_user': u'ubuntu', u'image_id': u'ubuntu_14.04', u'external_network_name': u'', u'dime_cluster_size': 1, u'key_pair_name': u'cloudify_ims_kp', u'bono_cluster_size': 1, u'flavor_id': u'm1.small', u'public_domain': u'clearwater.opnfv', u'homer_cluster_size': 1, u'release': u'repo122', u'private_key_path': u'/etc/cloudify/cloudify_ims.pem', u'sprout_cluster_size': 1}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'm1.small'}, u'network_quotas': {u'security_group': 20, u'security_group_rule': 100, u'port': 50}, u'compute_quotas': {u'cores': 50, u'instances': 15}}, 'descriptor': {u'url': u'https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater/archive/fraser.zip', u'file_name': u'openstack-blueprint.yaml', u'version': u'122', u'name': u'clearwater-opnfv'}} 2018-04-23 04:07:39,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Images needed for vIMS: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'ubuntu_14.04': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-04-23 04:07:39,444 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-23 04:07:39,445 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-23 04:07:39,866 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-23 04:07:39,866 - xtesting.energy.energy - DEBUG - Submitting scenario (cloudify_ims/running) 2018-04-23 04:07:40,322 - functest.core.vnf - INFO - Prepare VNF: cloudify_ims, description: Created by OPNFV Functest: cloudify_ims 2018-04-23 04:07:43,335 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=cloudify_ims-54671cfd-2fd6-40e8-a10b-a55bc5f17b8d, password=f8e8120c-f828-4add-9a35-e81b7b23e0a4, auth_url=http://172.30.9.30:5000/v3, project_name=cloudify_ims-54671cfd-2fd6-40e8-a10b-a55bc5f17b8d, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-04-23 04:07:43,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Additional pre-configuration steps 2018-04-23 04:07:44,758 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload some OS images if it doesn't exist 2018-04-23 04:07:44,758 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-04-23 04:09:19,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: ubuntu_14.04, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-04-23 04:09:27,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating keypair ... 2018-04-23 04:09:27,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating full network ... 2018-04-23 04:09:37,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating security group for cloudify manager vm 2018-04-23 04:09:41,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for cloudify manager vm ... 2018-04-23 04:09:42,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating cloudify manager VM 2018-04-23 04:12:32,817 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': 'f8e8120c-f828-4add-9a35-e81b7b23e0a4', 'keystone_tenant_name': 'cloudify_ims-54671cfd-2fd6-40e8-a10b-a55bc5f17b8d', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.30:5000', 'user_domain_name': 'Default', 'keystone_username': 'cloudify_ims-54671cfd-2fd6-40e8-a10b-a55bc5f17b8d', 'project_domain_name': 'Default'} 2018-04-23 04:12:32,817 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Attemps running status of the Manager 2018-04-23 04:14:40,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-23 04:17:17,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-23 04:19:54,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-23 04:22:32,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-23 04:25:09,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-23 04:27:46,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-23 04:30:23,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-23 04:33:01,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-23 04:35:38,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-23 04:38:15,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-23 04:38:45,950 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 265, in deploy_orchestrator raise Exception("Cloudify Manager isn't up and running") Exception: Cloudify Manager isn't up and running 2018-04-23 04:38:45,951 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-23 04:38:45,952 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-23 04:38:46,503 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 04:38:46,503 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 31:06 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-23 04:38:46,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-04-23 04:40:53,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 396, in clean exec_list = cfy_client.executions.list(dep_name) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/executions.py", line 125, in list response = self.api.get(uri, params=params, _include=_include) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 229, in get timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 211, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 141, in _do_request timeout=timeout) File "/usr/lib/python2.7/site-packages/requests/api.py", line 72, in get return request('get', url, params=params, **kwargs) File "/usr/lib/python2.7/site-packages/requests/api.py", line 58, in request return session.request(method=method, url=url, **kwargs) File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 502, in request resp = self.send(prep, **send_kwargs) File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 612, in send r = adapter.send(request, **kwargs) File "/usr/lib/python2.7/site-packages/requests/adapters.py", line 504, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='172.30.9.211', port=80): Max retries exceeded with url: /api/v3/executions?_include_system_workflows=False&deployment_id=clearwater-opnfv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Operation timed out',)) 2018-04-23 04:40:53,778 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-04-23 04:41:19,830 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-04-23 04:41:19,830 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-04-23 04:41:20,269 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-23 04:41:20,697 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-04-23 04:41:20,697 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-04-23 04:41:20,725 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - VNF configuration: {'inputs': {u'region': u'RegionOne', u'external_network_name': u'admin_floating_net'}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'm1.medium'}}, 'descriptor': {u'url': u'https://github.com/oolorg/opnfv-vnf-vyos-blueprint/', u'version': u'fraser', u'name': u'vrouter-opnfv'}} 2018-04-23 04:41:20,730 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-23 04:41:20,753 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Images needed for vrouter: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'vyos1.1.7': u'/home/opnfv/functest/images/vyos-1.1.7.img'} 2018-04-23 04:41:20,753 - functest.core.vnf - INFO - Prepare VNF: vyos_vrouter, description: Created by OPNFV Functest: vyos_vrouter 2018-04-23 04:41:23,712 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=vyos_vrouter-27d96322-806e-4afb-87d4-b8605c5cb8e1, password=a09cdf0b-c65a-453d-b834-d266c1b14afd, auth_url=http://172.30.9.30:5000/v3, project_name=vyos_vrouter-27d96322-806e-4afb-87d4-b8605c5cb8e1, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-04-23 04:41:23,713 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Additional pre-configuration steps 2018-04-23 04:41:23,713 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload some OS images if it doesn't exist 2018-04-23 04:41:23,713 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-04-23 04:42:52,753 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: vyos1.1.7, file: /home/opnfv/functest/images/vyos-1.1.7.img 2018-04-23 04:43:03,859 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating keypair ... 2018-04-23 04:43:05,279 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating full network ... 2018-04-23 04:43:16,365 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating security group for cloudify manager vm 2018-04-23 04:43:19,469 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for cloudify manager vm ... 2018-04-23 04:43:20,174 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating cloudify manager VM 2018-04-23 04:46:13,085 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Attemps running status of the Manager 2018-04-23 04:48:20,336 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-23 04:50:57,648 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-23 04:53:34,961 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-23 04:56:12,272 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-23 04:58:49,456 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-23 05:01:26,768 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-23 05:04:04,080 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-23 05:06:41,392 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-23 05:09:18,704 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-23 05:11:56,016 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-23 05:12:26,046 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 276, in deploy_orchestrator raise Exception("Cloudify Manager isn't up and running") Exception: Cloudify Manager isn't up and running 2018-04-23 05:12:26,192 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 05:12:26,192 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 31:05 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-23 05:12:26,196 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-04-23 05:14:33,456 - functest.opnfv_tests.vnf.router.cloudify_vrouter - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 421, in clean exec_list = cfy_client.executions.list(dep_name) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/executions.py", line 125, in list response = self.api.get(uri, params=params, _include=_include) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 229, in get timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 211, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 141, in _do_request timeout=timeout) File "/usr/lib/python2.7/site-packages/requests/api.py", line 72, in get return request('get', url, params=params, **kwargs) File "/usr/lib/python2.7/site-packages/requests/api.py", line 58, in request return session.request(method=method, url=url, **kwargs) File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 502, in request resp = self.send(prep, **send_kwargs) File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 612, in send r = adapter.send(request, **kwargs) File "/usr/lib/python2.7/site-packages/requests/adapters.py", line 504, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='172.30.9.208', port=80): Max retries exceeded with url: /api/v3/executions?_include_system_workflows=False&deployment_id=vrouter-opnfv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Operation timed out',)) 2018-04-23 05:14:33,456 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-04-23 05:14:56,999 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-04-23 05:14:56,999 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-04-23 05:14:57,087 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - VNF configuration: {'descriptor': {u'file_name': u'/src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml', u'version': u'1', u'name': u'abot-oai-epc'}, 'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium.juju'}}} 2018-04-23 05:14:57,105 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-04-23 05:14:57,105 - functest.core.vnf - INFO - Prepare VNF: juju_epc, description: Created by OPNFV Functest: juju_epc 2018-04-23 05:15:00,096 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=juju_epc-8f9afe04-e8a4-49b2-bbd7-8dc8c912e46c, password=12251d8e-26fe-4c98-b6be-55fb57dbc928, auth_url=http://172.30.9.30:5000/v3, project_name=juju_epc-8f9afe04-e8a4-49b2-bbd7-8dc8c912e46c, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-04-23 05:15:00,479 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-04-23 05:15:01,778 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace Since Juju 2 is being run for the first time, downloading latest cloud information. Fetching latest public cloud list... Updated your list of public clouds with 1 cloud region added: added cloud region: - google/asia-south1 2018-04-23 05:15:01,779 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-04-23 05:15:03,467 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - snaps creds: OSCreds - username=juju_network_discovery_bug, password=3e0ec360-3e5b-43bc-8a04-1a3ee9803dc9, auth_url=http://172.30.9.30:5000/v3, project_name=juju_epc-8f9afe04-e8a4-49b2-bbd7-8dc8c912e46c, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-04-23 05:15:03,556 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-credential abot-epc -f /home/opnfv/functest/results/juju_epc/credentials.yaml --replace Credentials updated for cloud "abot-epc". 2018-04-23 05:15:03,557 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Orchestrator 2018-04-23 05:15:03,557 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating full network ... 2018-04-23 05:15:07,325 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating network Router .... 2018-04-23 05:15:13,636 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Flavor .... 2018-04-23 05:15:14,345 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload some OS images if it doesn't exist 2018-04-23 05:15:14,357 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Images needed for vEPC: {u'trusty': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img', u'xenial': u'/home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img'} 2018-04-23 05:15:14,357 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: trusty, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-04-23 05:15:24,269 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju metadata generate-image -d /root -i 866eef89-75ef-4ef7-8486-95929cf46167 -s trusty -r regionOne -u http://172.30.9.30:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-04-23 05:15:24,269 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: xenial, file: /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-04-23 05:15:34,017 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju metadata generate-image -d /root -i 7111187b-0edb-475a-a696-efd0b3cf19e5 -s xenial -r regionOne -u http://172.30.9.30:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-04-23 05:15:34,017 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Network ID : 591e9b9c-9e63-474a-ab51-6b0b22f23619 2018-04-23 05:40:08,989 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/juju_epc.py", line 309, in deploy_orchestrator output = subprocess.check_output(cmd, stderr=subprocess.STDOUT) File "/usr/lib/python2.7/subprocess.py", line 219, in check_output raise CalledProcessError(retcode, cmd, output=output) CalledProcessError: Command '['timeout', '-t', '3600', 'juju', 'bootstrap', 'abot-epc', 'abot-controller', '--metadata-source', '/root', '--constraints', 'mem=2G', '--bootstrap-series', 'xenial', '--config', 'network=591e9b9c-9e63-474a-ab51-6b0b22f23619', '--config', 'ssl-hostname-verification=false', '--config', 'use-floating-ip=true', '--config', 'use-default-secgroup=true', '--debug']' returned non-zero exit status 1 2018-04-23 05:40:09,158 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 05:40:09,158 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 25:12 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-04-23 05:40:09,247 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/juju_epc.py", line 423, in clean output = subprocess.check_output(cmd, stderr=subprocess.STDOUT) File "/usr/lib/python2.7/subprocess.py", line 219, in check_output raise CalledProcessError(retcode, cmd, output=output) CalledProcessError: Command '['juju', 'debug-log', '--replay', '--no-tail']' returned non-zero exit status 1 2018-04-23 05:40:09,248 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Remove the Abot_epc OS object .. 2018-04-23 05:40:09,248 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-04-23 05:40:21,440 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-04-23 05:40:21,440 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 31:06 | FAIL | | vyos_vrouter | functest | vnf | 31:05 | FAIL | | juju_epc | functest | vnf | 25:12 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-04-23 05:40:21,444 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-23 05:40:24,107 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-40 | | 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-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-23 05:40:24,111 - 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=hRZJZ8Dskwtgn8Eh8V7jeQ86Q export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30: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.6 export OS_REGION_NAME=regionOne 2018-04-23 05:40:24,111 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-23 05:40:24,111 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-23 05:40:24,112 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-23 05:40:24,112 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK