2018-04-19 03:13:24,849 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-25 | | 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-19 03:13:24,853 - 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=XDqgQwMUmPPtuJKJQ9nRX66gJ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-04-19 03:13:24,854 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-19 03:13:24,855 - 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-19 03:13:24,857 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-19 03:13:24,857 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-19 03:13:32,413 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-19 03:13:41,836 - 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.412s OK 2018-04-19 03:13:41,965 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-19 03:13:41,966 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-19 03:13:41,969 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-19 03:13:43,496 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-19 03:25:58,555 - 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 735.007s OK 2018-04-19 03:25:58,679 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-19 03:25:58,679 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:15 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-19 03:25:58,683 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-19 03:25:59,594 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-19 03:26:41,349 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 41.755s OK 2018-04-19 03:26:41,468 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-19 03:26:41,468 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:42 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-19 03:26:41,472 - 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:15 | PASS | | snaps_health_check | functest | healthcheck | 00:42 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-19 03:26:41,475 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-19 03:26:48,025 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-25 | | 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-19 03:26:48,029 - 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=XDqgQwMUmPPtuJKJQ9nRX66gJ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-04-19 03:26:48,030 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-19 03:26:48,031 - 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-19 03:26:48,033 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-19 03:26:48,033 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-19 03:26:50,947 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-19 03:26:50,947 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-19 03:26:51,385 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-19 03:26:51,385 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-04-19 03:26:51,748 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-19 03:26:51,748 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-19 03:26:51' 2018-04-19 03:26:51,749 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--2620ee67-fed8-4c68-a121-5879d6440213' 2018-04-19 03:26:54,634 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-2620ee67-fed8-4c68-a121-5879d6440213' 2018-04-19 03:26:58,998 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-2620ee67-fed8-4c68-a121-5879d6440213' 2018-04-19 03:27:05,890 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-2620ee67-fed8-4c68-a121-5879d6440213' 2018-04-19 03:27:06,735 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-2620ee67-fed8-4c68-a121-5879d6440213' 2018-04-19 03:27:07,466 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-2620ee67-fed8-4c68-a121-5879d6440213' 2018-04-19 03:27:14,203 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-2620ee67-fed8-4c68-a121-5879d6440213' 2018-04-19 03:27:18,524 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-2620ee67-fed8-4c68-a121-5879d6440213' 2018-04-19 03:27:38,761 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-19 03:27:44,150 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-19 03:27:44,295 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-19 03:27:55,301 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.7. Waiting for response... 2018-04-19 03:28:06,307 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.7. Waiting for response... 2018-04-19 03:28:17,314 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.7. Waiting for response... 2018-04-19 03:28:21,219 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-19 03:28:39,825 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-19 03:28:39,826 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-19 03:28:40,309 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-19 03:28:40,309 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:29 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-19 03:28:40,313 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-19 03:28:40,406 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-19 03:28:40,406 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-19 03:28:40' 2018-04-19 03:28:40,406 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--1baa7e40-1846-4c7f-821b-d9476665cdbc' 2018-04-19 03:28:43,434 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-1baa7e40-1846-4c7f-821b-d9476665cdbc' 2018-04-19 03:28:45,946 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-1baa7e40-1846-4c7f-821b-d9476665cdbc' 2018-04-19 03:28:52,396 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-1baa7e40-1846-4c7f-821b-d9476665cdbc' 2018-04-19 03:28:53,145 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-1baa7e40-1846-4c7f-821b-d9476665cdbc' 2018-04-19 03:29:00,071 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-1baa7e40-1846-4c7f-821b-d9476665cdbc' 2018-04-19 03:29:06,291 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-19 03:29:13,260 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-19 03:29:15,677 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-04-19 03:29:18,313 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-19 03:29:37,928 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-19 03:29:37,929 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:38 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-19 03:29:37,933 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-19 03:29:38,048 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-19 03:29:50,006 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-19 03:29:49.647 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=3a93789d-5ac2-41cb-aa17-035fa000ad66) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 3a93789d-5ac2-41cb-aa17-035fa000ad66 | 2018-04-19T03:29:49 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 3a93789d-5ac2-41cb-aa17-035fa000ad66 ~/.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-19 03:29:53,281 - 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-19 03:29:53,281 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-19 03:30:00,827 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-19 03:29:57.691 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-19 03:29:57.860 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-19 03:30:00.602 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6f26a0bf-7cda-4674-80b8-b19eefd07556) has been successfully created! Using verifier 'opnfv-tempest' (UUID=6f26a0bf-7cda-4674-80b8-b19eefd07556) as the default verifier for the future CLI operations. 2018-04-19 03:30:03,839 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-19 03:30:07,121 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-19 03:30:13,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-19 03:30:18,690 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-19 03:30:17.627 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=6f26a0bf-7cda-4674-80b8-b19eefd07556) for deployment 'opnfv-rally' (UUID=3a93789d-5ac2-41cb-aa17-035fa000ad66). 2018-04-19 03:30:18.489 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6f26a0bf-7cda-4674-80b8-b19eefd07556) has been successfully configured for deployment 'opnfv-rally' (UUID=3a93789d-5ac2-41cb-aa17-035fa000ad66)! 2018-04-19 03:30:18,690 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-19 03:30:18,690 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-19 03:30:18,693 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-19 03:30:18,711 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-19 03:30:23,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-6f26a0bf-7cda-4674-80b8-b19eefd07556/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-19 03:30:23,860 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-19 03:30:23,869 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-19 03:30:23,869 - 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-19 03:30:26,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:30:26.084 55 INFO rally.api [-] Starting verification (UUID=ec430a4f-64a6-451d-a83f-12c30b6bd39f) for deployment 'opnfv-rally' (UUID=3a93789d-5ac2-41cb-aa17-035fa000ad66) by verifier 'opnfv-tempest' (UUID=6f26a0bf-7cda-4674-80b8-b19eefd07556). 2018-04-19 03:30:26,086 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: ec430a4f-64a6-451d-a83f-12c30b6bd39f 2018-04-19 03:30:33,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:30:33.625 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.189s] 2018-04-19 03:30:33,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:30:33.681 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.056s] 2018-04-19 03:30:40,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:30:40.577 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.548s] 2018-04-19 03:30:43,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:30:43.729 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.152s] 2018-04-19 03:30:57,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:30:57.863 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.564s] 2018-04-19 03:31:14,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:31:14.977 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.623s] 2018-04-19 03:31:56,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:31:56.787 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.068s] 2018-04-19 03:31:56,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:31:56.789 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-19 03:32:27,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:32:27.501 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.097s] 2018-04-19 03:32:27,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:32:27.502 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-19 03:32:59,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:32:59.064 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.070s] 2018-04-19 03:32:59,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:32:59.067 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-19 03:33:44,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:33:44.968 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [14.708s] 2018-04-19 03:34:07,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:34:07.655 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.051s] 2018-04-19 03:34:07,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:34:07.759 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.103s] 2018-04-19 03:34:15,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:34:15.874 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.741s] 2018-04-19 03:34:15,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:34:15.883 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-04-19 03:34:17,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:34:17.716 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-19 03:34:17,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:34:17.717 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-19 03:34:21,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:34:21.653 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.465s] 2018-04-19 03:34:27,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:34:27.763 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.086s] 2018-04-19 03:34:34,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:34:34.707 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.622s] 2018-04-19 03:34:42,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:34:42.555 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.482s] 2018-04-19 03:34:52,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:34:52.330 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.392s] 2018-04-19 03:34:58,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:34:58.901 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.402s] 2018-04-19 03:35:05,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:35:05.848 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.284s] 2018-04-19 03:35:13,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:35:13.583 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.659s] 2018-04-19 03:35:20,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:35:20.732 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.458s] 2018-04-19 03:35:29,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:35:29.417 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.885s] 2018-04-19 03:35:31,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:35:31.830 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-19 03:35:33,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:35:33.818 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.078s] 2018-04-19 03:35:33,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:35:33.888 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.070s] 2018-04-19 03:35:33,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:35:33.965 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.076s] 2018-04-19 03:35:33,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:35:33.971 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-04-19 03:35:38,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:35:38.199 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.830s] 2018-04-19 03:35:40,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:35:40.167 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.967s] 2018-04-19 03:35:42,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:35:42.400 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.233s] 2018-04-19 03:35:49,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:35:49.167 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-04-19 03:35:56,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:35:56.261 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.741s] 2018-04-19 03:36:09,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:36:09.306 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.499s] 2018-04-19 03:36:12,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:36:12.844 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.537s] 2018-04-19 03:36:24,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:36:24.517 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.331s] 2018-04-19 03:36:28,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:36:28.486 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.968s] 2018-04-19 03:36:38,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:36:38.301 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.813s] 2018-04-19 03:36:47,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:36:47.615 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.880s] 2018-04-19 03:36:51,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:36:51.180 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.565s] 2018-04-19 03:36:57,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:36:57.901 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.720s] 2018-04-19 03:37:14,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:37:14.000 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.215s] 2018-04-19 03:37:14,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:37:14.432 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.431s] 2018-04-19 03:37:14,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:37:14.865 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.432s] 2018-04-19 03:37:15,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:37:15.084 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.219s] 2018-04-19 03:37:15,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:37:15.343 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.258s] 2018-04-19 03:37:15,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:37:15.555 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.212s] 2018-04-19 03:37:31,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:37:31.099 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.725s] 2018-04-19 03:37:31,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:37:31.397 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.297s] 2018-04-19 03:37:31,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:37:31.568 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.171s] 2018-04-19 03:37:31,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:37:31.627 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.058s] 2018-04-19 03:37:31,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:37:31.878 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.250s] 2018-04-19 03:37:32,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:37:32.081 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.202s] 2018-04-19 03:37:46,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:37:46.270 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.474s] 2018-04-19 03:37:53,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:37:53.233 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.962s] 2018-04-19 03:37:54,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:37:54.874 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.640s] 2018-04-19 03:37:55,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:37:55.102 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.228s] 2018-04-19 03:37:55,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:37:55.307 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.205s] 2018-04-19 03:38:08,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:38:08.454 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.401s] 2018-04-19 03:38:14,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:38:14.958 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.503s] 2018-04-19 03:38:16,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:38:16.742 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.783s] 2018-04-19 03:38:16,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:38:16.932 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.190s] 2018-04-19 03:38:16,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:38:16.985 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.053s] 2018-04-19 03:38:32,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:38:32.598 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.741s] 2018-04-19 03:38:38,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:38:38.621 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [6.023s] 2018-04-19 03:38:42,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:38:42.609 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [3.987s] 2018-04-19 03:38:45,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:38:45.698 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.088s] 2018-04-19 03:39:10,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:39:10.660 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.778s] 2018-04-19 03:39:16,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:39:16.491 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.830s] 2018-04-19 03:39:21,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:39:21.153 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.661s] 2018-04-19 03:39:24,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:39:24.306 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.152s] 2018-04-19 03:39:41,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:39:41.898 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.747s] 2018-04-19 03:39:44,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:39:44.426 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.525s] 2018-04-19 03:39:44,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:39:44.476 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.048s] 2018-04-19 03:39:49,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:39:49.503 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.685s] 2018-04-19 03:39:52,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:39:52.238 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.732s] 2018-04-19 03:39:52,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:39:52.336 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.100s] 2018-04-19 03:39:56,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:39:56.698 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.101s] 2018-04-19 03:40:00,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:40:00.158 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-04-19 03:40:01,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:40:01.665 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-19 03:40:01,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:40:01.666 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-19 03:40:01,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:40:01.667 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-19 03:40:01,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:40:01.669 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-19 03:40:01,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:40:01.670 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-19 03:40:03,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:40:03.581 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-04-19 03:40:17,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:40:17.974 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [9.195s] 2018-04-19 03:40:30,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:40:30.962 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.741s] 2018-04-19 03:40:43,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:40:43.048 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.083s] 2018-04-19 03:40:53,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:40:53.351 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.189s] 2018-04-19 03:43:57,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:43:57.183 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [178.023s] 2018-04-19 03:45:37,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:45:37.673 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [90.126s] 2018-04-19 03:46:21,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 03:46:21.308 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [24.854s] 2018-04-19 03:46:38,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'ec430a4f-64a6-451d-a83f-12c30b6bd39f']'. 2018-04-19 03:46:39,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-19 03:46:39,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-19 03:46:39,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-19 03:46:39,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | ec430a4f-64a6-451d-a83f-12c30b6bd39f | 2018-04-19 03:46:39,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-19 03:46:39,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-19 03:30:26 | 2018-04-19 03:46:39,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-19 03:46:37 | 2018-04-19 03:46:39,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:16:11 | 2018-04-19 03:46:39,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-19 03:46:39,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-19 03:46:39,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-19 03:46:39,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 6f26a0bf-7cda-4674-80b8-b19eefd07556) | 2018-04-19 03:46:39,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-19 03:46:39,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 3a93789d-5ac2-41cb-aa17-035fa000ad66) | 2018-04-19 03:46:39,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-19 03:46:39,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 950.16 | 2018-04-19 03:46:39,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-04-19 03:46:39,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-19 03:46:39,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-19 03:46:39,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-19 03:46:39,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-19 03:46:39,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-19 03:46:39,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-19 03:46:39,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-04-19 03:46:47,154 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-19 03:46:47,155 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 16:43 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-04-19 03:46:47,160 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-19 03:46:47,290 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-19 03:46:47,711 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-19 03:46:47,711 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-04-19 03:46:48,076 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-19 03:46:50,675 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-19 03:46:50.221 182 INFO rally.deployment.engine [-] Deployment 3a93789d-5ac2-41cb-aa17-035fa000ad66 | Starting: Destroy cloud and free allocated resources. 2018-04-19 03:46:50.324 182 INFO rally.deployment.engine [-] Deployment 3a93789d-5ac2-41cb-aa17-035fa000ad66 | Completed: Destroy cloud and free allocated resources. 2018-04-19 03:46:50.365 182 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=6f26a0bf-7cda-4674-80b8-b19eefd07556) for deployment 'opnfv-rally'. 2018-04-19 03:46:50.384 182 INFO rally.api [-] Deleting verification (UUID=ec430a4f-64a6-451d-a83f-12c30b6bd39f). 2018-04-19 03:46:50.429 182 INFO rally.api [-] Verification has been successfully deleted! 2018-04-19 03:46:50.430 182 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=6f26a0bf-7cda-4674-80b8-b19eefd07556). 2018-04-19 03:46:50.441 182 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-19 03:46:53,207 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-19 03:46:52.870 185 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=3c98ff1d-28d1-4ec8-a24b-a0bb16601ebe) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 3c98ff1d-28d1-4ec8-a24b-a0bb16601ebe | 2018-04-19T03:46:52 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 3c98ff1d-28d1-4ec8-a24b-a0bb16601ebe ~/.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-19 03:46:56,568 - 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-19 03:46:56,569 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-19 03:46:58,056 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-d40552b0-4f91-45e9-8116-20b37aeb0db2'... 2018-04-19 03:47:01,441 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-d40552b0-4f91-45e9-8116-20b37aeb0db2'... 2018-04-19 03:47:04,144 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-d40552b0-4f91-45e9-8116-20b37aeb0db2'... 2018-04-19 03:47:09,619 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-d40552b0-4f91-45e9-8116-20b37aeb0db2'... 2018-04-19 03:47:10,334 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-d40552b0-4f91-45e9-8116-20b37aeb0db2'... 2018-04-19 03:47:11,076 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-19 03:47:11,087 - 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-19 03:47:11,089 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-19 03:47:11,107 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-19 03:47:11,118 - 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': '224d9be2-1b33-4449-83be-544fccb4c945', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-d40552b0-4f91-45e9-8116-20b37aeb0db2', 'flavor_name': 'rally-tiny-d40552b0-4f91-45e9-8116-20b37aeb0db2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-d40552b0-4f91-45e9-8116-20b37aeb0db2', '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-19 03:48:13,538 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 4b3782e8-6146-4ade-8da8-c59fc1fc01b0 2018-04-19 03:48:13,538 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-19 03:48:13,539 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '4b3782e8-6146-4ade-8da8-c59fc1fc01b0'] 2018-04-19 03:48:14,495 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 4b3782e8-6146-4ade-8da8-c59fc1fc01b0: 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 4b3782e8-6146-4ade-8da8-c59fc1fc01b0 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.487 | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 100.0% | 1 | | total | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 100.0% | 1 | | -> duration | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.4868 Full duration: 7.388126 -------------------------------------------------------------------------------- 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 4b3782e8-6146-4ade-8da8-c59fc1fc01b0 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 | 1.336 | 1.336 | 1.336 | 1.336 | 1.336 | 1.336 | 100.0% | 1 | | total | 1.77 | 1.77 | 1.77 | 1.77 | 1.77 | 1.77 | 100.0% | 1 | | -> duration | 1.77 | 1.77 | 1.77 | 1.77 | 1.77 | 1.77 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.769992 Full duration: 8.710366 -------------------------------------------------------------------------------- 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 4b3782e8-6146-4ade-8da8-c59fc1fc01b0 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.532 | 0.532 | 0.532 | 0.532 | 0.532 | 0.532 | 100.0% | 1 | | total | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 100.0% | 1 | | -> duration | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.957938 Full duration: 7.889027 -------------------------------------------------------------------------------- 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 4b3782e8-6146-4ade-8da8-c59fc1fc01b0 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.34 | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 100.0% | 1 | | total | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 100.0% | 1 | | -> duration | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.767642 Full duration: 7.481378 -------------------------------------------------------------------------------- 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 4b3782e8-6146-4ade-8da8-c59fc1fc01b0 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.524 | 0.524 | 0.524 | 0.524 | 0.524 | 0.524 | 100.0% | 1 | | total | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 100.0% | 1 | | -> duration | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.923064 Full duration: 7.67844 -------------------------------------------------------------------------------- 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 4b3782e8-6146-4ade-8da8-c59fc1fc01b0 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.281 | 0.281 | 0.281 | 0.281 | 0.281 | 0.281 | 100.0% | 1 | | total | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 100.0% | 1 | | -> duration | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.800714 Full duration: 7.470955 HINTS: * To plot HTML graphics with this data, run: rally task report 4b3782e8-6146-4ade-8da8-c59fc1fc01b0 --out output.html * To generate a JUnit report, run: rally task export 4b3782e8-6146-4ade-8da8-c59fc1fc01b0 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 4b3782e8-6146-4ade-8da8-c59fc1fc01b0 --json --out output.json 2018-04-19 03:48:14,495 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '4b3782e8-6146-4ade-8da8-c59fc1fc01b0'] 2018-04-19 03:48:15,521 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-19 03:48:15,522 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '4b3782e8-6146-4ade-8da8-c59fc1fc01b0', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-19 03:48:15,529 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-19 03:48:15,529 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-19 03:48:15,540 - 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-19 03:48:15,540 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-19 03:48:15,557 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-19 03:48:15,560 - 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': '224d9be2-1b33-4449-83be-544fccb4c945', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-d40552b0-4f91-45e9-8116-20b37aeb0db2', 'flavor_name': 'rally-tiny-d40552b0-4f91-45e9-8116-20b37aeb0db2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-d40552b0-4f91-45e9-8116-20b37aeb0db2', '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-19 03:49:53,664 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8758eb61-75d0-4c32-b37d-a12a7ee48cfc 2018-04-19 03:49:53,664 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '8758eb61-75d0-4c32-b37d-a12a7ee48cfc'] 2018-04-19 03:49:54,763 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 8758eb61-75d0-4c32-b37d-a12a7ee48cfc: 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 8758eb61-75d0-4c32-b37d-a12a7ee48cfc 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.457 | 4.457 | 4.457 | 4.457 | 4.457 | 4.457 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 100.0% | 1 | | -> glance_v2.upload_data | 1.44 | 1.44 | 1.44 | 1.44 | 1.44 | 1.44 | 100.0% | 1 | | glance_v2.delete_image | 1.451 | 1.451 | 1.451 | 1.451 | 1.451 | 1.451 | 100.0% | 1 | | total | 5.909 | 5.909 | 5.909 | 5.909 | 5.909 | 5.909 | 100.0% | 1 | | -> duration | 5.909 | 5.909 | 5.909 | 5.909 | 5.909 | 5.909 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.908857 Full duration: 14.817464 -------------------------------------------------------------------------------- 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 8758eb61-75d0-4c32-b37d-a12a7ee48cfc 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.609 | 4.609 | 4.609 | 4.609 | 4.609 | 4.609 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.489 | 0.489 | 0.489 | 0.489 | 0.489 | 0.489 | 100.0% | 1 | | -> glance_v2.upload_data | 1.691 | 1.691 | 1.691 | 1.691 | 1.691 | 1.691 | 100.0% | 1 | | glance_v2.list_images | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | total | 4.785 | 4.785 | 4.785 | 4.785 | 4.785 | 4.785 | 100.0% | 1 | | -> duration | 4.785 | 4.785 | 4.785 | 4.785 | 4.785 | 4.785 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.78518 Full duration: 16.78651 -------------------------------------------------------------------------------- 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 8758eb61-75d0-4c32-b37d-a12a7ee48cfc 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.373 | 0.373 | 0.373 | 0.373 | 0.373 | 0.373 | 100.0% | 1 | | total | 0.374 | 0.374 | 0.374 | 0.374 | 0.374 | 0.374 | 100.0% | 1 | | -> duration | 0.374 | 0.374 | 0.374 | 0.374 | 0.374 | 0.374 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.373516 Full duration: 7.974142 -------------------------------------------------------------------------------- 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-d40552b0-4f91-45e9-8116-20b37aeb0db2" }, "number_instances": 2, "nics": [ { "net-id": "224d9be2-1b33-4449-83be-544fccb4c945" } ] }, "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 8758eb61-75d0-4c32-b37d-a12a7ee48cfc 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.941 | 4.941 | 4.941 | 4.941 | 4.941 | 4.941 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 100.0% | 1 | | -> glance_v2.upload_data | 1.961 | 1.961 | 1.961 | 1.961 | 1.961 | 1.961 | 100.0% | 1 | | nova.boot_servers | 11.789 | 11.789 | 11.789 | 11.789 | 11.789 | 11.789 | 100.0% | 1 | | total | 16.731 | 16.731 | 16.731 | 16.731 | 16.731 | 16.731 | 100.0% | 1 | | -> duration | 15.731 | 15.731 | 15.731 | 15.731 | 15.731 | 15.731 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.731031 Full duration: 40.286856 HINTS: * To plot HTML graphics with this data, run: rally task report 8758eb61-75d0-4c32-b37d-a12a7ee48cfc --out output.html * To generate a JUnit report, run: rally task export 8758eb61-75d0-4c32-b37d-a12a7ee48cfc --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8758eb61-75d0-4c32-b37d-a12a7ee48cfc --json --out output.json 2018-04-19 03:49:54,764 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '8758eb61-75d0-4c32-b37d-a12a7ee48cfc'] 2018-04-19 03:49:55,857 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-19 03:49:55,857 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '8758eb61-75d0-4c32-b37d-a12a7ee48cfc', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-19 03:49:55,865 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-19 03:49:55,865 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-19 03:49:55,866 - 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-19 03:49:55,866 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-19 03:49:55,894 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-19 03:49:55,903 - 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': '224d9be2-1b33-4449-83be-544fccb4c945', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-d40552b0-4f91-45e9-8116-20b37aeb0db2', 'flavor_name': 'rally-tiny-d40552b0-4f91-45e9-8116-20b37aeb0db2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-d40552b0-4f91-45e9-8116-20b37aeb0db2', '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-19 03:53:17,294 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : cb2654c7-722e-4b01-9a03-36158f35c19e 2018-04-19 03:53:17,294 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'cb2654c7-722e-4b01-9a03-36158f35c19e'] 2018-04-19 03:53:18,498 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task cb2654c7-722e-4b01-9a03-36158f35c19e: 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 cb2654c7-722e-4b01-9a03-36158f35c19e 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.304 | 3.304 | 3.304 | 3.304 | 3.304 | 3.304 | 100.0% | 1 | | cinder_v2.delete_snapshot | 3.724 | 3.724 | 3.724 | 3.724 | 3.724 | 3.724 | 100.0% | 1 | | total | 7.028 | 7.028 | 7.028 | 7.028 | 7.028 | 7.028 | 100.0% | 1 | | -> duration | 7.028 | 7.028 | 7.028 | 7.028 | 7.028 | 7.028 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.028173 Full duration: 24.527717 -------------------------------------------------------------------------------- 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 cb2654c7-722e-4b01-9a03-36158f35c19e 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.168 | 3.168 | 3.168 | 3.168 | 3.168 | 3.168 | 100.0% | 1 | | cinder_v2.delete_volume | 2.66 | 2.66 | 2.66 | 2.66 | 2.66 | 2.66 | 100.0% | 1 | | total | 5.828 | 5.828 | 5.828 | 5.828 | 5.828 | 5.828 | 100.0% | 1 | | -> duration | 5.828 | 5.828 | 5.828 | 5.828 | 5.828 | 5.828 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.827684 Full duration: 16.297074 -------------------------------------------------------------------------------- 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-d40552b0-4f91-45e9-8116-20b37aeb0db2" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task cb2654c7-722e-4b01-9a03-36158f35c19e 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.873 | 8.873 | 8.873 | 8.873 | 8.873 | 8.873 | 100.0% | 1 | | cinder_v2.delete_volume | 2.454 | 2.454 | 2.454 | 2.454 | 2.454 | 2.454 | 100.0% | 1 | | total | 11.327 | 11.327 | 11.327 | 11.327 | 11.327 | 11.327 | 100.0% | 1 | | -> duration | 11.327 | 11.327 | 11.327 | 11.327 | 11.327 | 11.327 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.327486 Full duration: 22.191561 -------------------------------------------------------------------------------- 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 cb2654c7-722e-4b01-9a03-36158f35c19e 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.274 | 3.274 | 3.274 | 3.274 | 3.274 | 3.274 | 100.0% | 1 | | cinder_v2.delete_volume | 2.601 | 2.601 | 2.601 | 2.601 | 2.601 | 2.601 | 100.0% | 1 | | total | 5.875 | 5.875 | 5.875 | 5.875 | 5.875 | 5.875 | 100.0% | 1 | | -> duration | 5.875 | 5.875 | 5.875 | 5.875 | 5.875 | 5.875 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.875312 Full duration: 15.780273 -------------------------------------------------------------------------------- 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 cb2654c7-722e-4b01-9a03-36158f35c19e has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.179 | 3.179 | 3.179 | 3.179 | 3.179 | 3.179 | 100.0% | 1 | | cinder_v2.extend_volume | 0.565 | 0.565 | 0.565 | 0.565 | 0.565 | 0.565 | 100.0% | 1 | | cinder_v2.delete_volume | 2.652 | 2.652 | 2.652 | 2.652 | 2.652 | 2.652 | 100.0% | 1 | | total | 6.397 | 6.397 | 6.397 | 6.397 | 6.397 | 6.397 | 100.0% | 1 | | -> duration | 6.397 | 6.397 | 6.397 | 6.397 | 6.397 | 6.397 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.396866 Full duration: 16.839325 -------------------------------------------------------------------------------- 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 cb2654c7-722e-4b01-9a03-36158f35c19e 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.439 | 3.439 | 3.439 | 3.439 | 3.439 | 3.439 | 100.0% | 1 | | cinder_v2.delete_volume | 2.487 | 2.487 | 2.487 | 2.487 | 2.487 | 2.487 | 100.0% | 1 | | total | 5.927 | 5.927 | 5.927 | 5.927 | 5.927 | 5.927 | 100.0% | 1 | | -> duration | 5.927 | 5.927 | 5.927 | 5.927 | 5.927 | 5.927 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.926797 Full duration: 23.191118 -------------------------------------------------------------------------------- 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 cb2654c7-722e-4b01-9a03-36158f35c19e 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.604 | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 100.0% | 1 | | cinder_v2.list_qos | 0.289 | 0.289 | 0.289 | 0.289 | 0.289 | 0.289 | 100.0% | 1 | | total | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 100.0% | 1 | | -> duration | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.8938 Full duration: 12.638802 -------------------------------------------------------------------------------- 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 cb2654c7-722e-4b01-9a03-36158f35c19e 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.602 | 0.602 | 0.602 | 0.602 | 0.602 | 0.602 | 100.0% | 1 | | cinder_v2.set_qos | 0.701 | 0.701 | 0.701 | 0.701 | 0.701 | 0.701 | 100.0% | 1 | | total | 1.303 | 1.303 | 1.303 | 1.303 | 1.303 | 1.303 | 100.0% | 1 | | -> duration | 1.303 | 1.303 | 1.303 | 1.303 | 1.303 | 1.303 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.302769 Full duration: 13.2352 -------------------------------------------------------------------------------- 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 cb2654c7-722e-4b01-9a03-36158f35c19e 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.606 | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 100.0% | 1 | | cinder_v2.list_types | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 100.0% | 1 | | total | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | -> duration | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.78473 Full duration: 12.510667 -------------------------------------------------------------------------------- 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 cb2654c7-722e-4b01-9a03-36158f35c19e 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.625 | 0.625 | 0.625 | 0.625 | 0.625 | 0.625 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 100.0% | 1 | | total | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 100.0% | 1 | | -> duration | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.82832 Full duration: 12.497027 HINTS: * To plot HTML graphics with this data, run: rally task report cb2654c7-722e-4b01-9a03-36158f35c19e --out output.html * To generate a JUnit report, run: rally task export cb2654c7-722e-4b01-9a03-36158f35c19e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report cb2654c7-722e-4b01-9a03-36158f35c19e --json --out output.json 2018-04-19 03:53:18,498 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'cb2654c7-722e-4b01-9a03-36158f35c19e'] 2018-04-19 03:53:19,408 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-19 03:53:19,409 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'cb2654c7-722e-4b01-9a03-36158f35c19e', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-19 03:53:19,415 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-19 03:53:19,415 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-19 03:53:19,415 - 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-19 03:53:19,415 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-19 03:53:19,427 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-19 03:53:19,438 - 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': '224d9be2-1b33-4449-83be-544fccb4c945', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-d40552b0-4f91-45e9-8116-20b37aeb0db2', 'flavor_name': 'rally-tiny-d40552b0-4f91-45e9-8116-20b37aeb0db2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-d40552b0-4f91-45e9-8116-20b37aeb0db2', '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-19 03:54:41,388 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 65f8c624-79e9-4acc-8873-5d613d5b053d 2018-04-19 03:54:41,388 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '65f8c624-79e9-4acc-8873-5d613d5b053d'] 2018-04-19 03:54:42,448 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 65f8c624-79e9-4acc-8873-5d613d5b053d: 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 65f8c624-79e9-4acc-8873-5d613d5b053d 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.747 | 4.747 | 4.747 | 4.747 | 4.747 | 4.747 | 100.0% | 1 | | heat.update_stack | 2.888 | 2.888 | 2.888 | 2.888 | 2.888 | 2.888 | 100.0% | 1 | | heat.delete_stack | 3.08 | 3.08 | 3.08 | 3.08 | 3.08 | 3.08 | 100.0% | 1 | | total | 10.715 | 10.715 | 10.715 | 10.715 | 10.715 | 10.715 | 100.0% | 1 | | -> duration | 6.715 | 6.715 | 6.715 | 6.715 | 6.715 | 6.715 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.714853 Full duration: 19.081135 -------------------------------------------------------------------------------- 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 65f8c624-79e9-4acc-8873-5d613d5b053d 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.574 | 4.574 | 4.574 | 4.574 | 4.574 | 4.574 | 100.0% | 1 | | heat.check_stack | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | heat.delete_stack | 1.472 | 1.472 | 1.472 | 1.472 | 1.472 | 1.472 | 100.0% | 1 | | total | 6.97 | 6.97 | 6.97 | 6.97 | 6.97 | 6.97 | 100.0% | 1 | | -> duration | 4.97 | 4.97 | 4.97 | 4.97 | 4.97 | 4.97 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.970243 Full duration: 16.826558 -------------------------------------------------------------------------------- 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 65f8c624-79e9-4acc-8873-5d613d5b053d 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.465 | 4.465 | 4.465 | 4.465 | 4.465 | 4.465 | 100.0% | 1 | | heat.suspend_stack | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 100.0% | 1 | | heat.resume_stack | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | heat.delete_stack | 1.462 | 1.462 | 1.462 | 1.462 | 1.462 | 1.462 | 100.0% | 1 | | total | 7.212 | 7.212 | 7.212 | 7.212 | 7.212 | 7.212 | 100.0% | 1 | | -> duration | 5.212 | 5.212 | 5.212 | 5.212 | 5.212 | 5.212 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.21192 Full duration: 16.974289 -------------------------------------------------------------------------------- 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 65f8c624-79e9-4acc-8873-5d613d5b053d 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.583 | 0.583 | 0.583 | 0.583 | 0.583 | 0.583 | 100.0% | 1 | | total | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 100.0% | 1 | | -> duration | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.583567 Full duration: 8.226666 HINTS: * To plot HTML graphics with this data, run: rally task report 65f8c624-79e9-4acc-8873-5d613d5b053d --out output.html * To generate a JUnit report, run: rally task export 65f8c624-79e9-4acc-8873-5d613d5b053d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 65f8c624-79e9-4acc-8873-5d613d5b053d --json --out output.json 2018-04-19 03:54:42,448 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '65f8c624-79e9-4acc-8873-5d613d5b053d'] 2018-04-19 03:54:43,686 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-19 03:54:43,687 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '65f8c624-79e9-4acc-8873-5d613d5b053d', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-19 03:54:43,695 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-19 03:54:43,695 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-19 03:54:43,696 - 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-19 03:54:43,696 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-19 03:54:43,713 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-19 03:54:43,719 - 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': '224d9be2-1b33-4449-83be-544fccb4c945', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-d40552b0-4f91-45e9-8116-20b37aeb0db2', 'flavor_name': 'rally-tiny-d40552b0-4f91-45e9-8116-20b37aeb0db2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-d40552b0-4f91-45e9-8116-20b37aeb0db2', '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-19 03:58:00,245 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 17a978f2-88c1-4a8f-b2ea-7e30c07f78fb 2018-04-19 03:58:00,246 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '17a978f2-88c1-4a8f-b2ea-7e30c07f78fb'] 2018-04-19 03:58:01,243 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 17a978f2-88c1-4a8f-b2ea-7e30c07f78fb: 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 17a978f2-88c1-4a8f-b2ea-7e30c07f78fb has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 100.0% | 1 | | keystone_v3.add_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | keystone_v3.revoke_role | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 100.0% | 1 | | total | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 100.0% | 1 | | -> duration | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.790387 Full duration: 14.806045 -------------------------------------------------------------------------------- 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 17a978f2-88c1-4a8f-b2ea-7e30c07f78fb 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.503 | 0.503 | 0.503 | 0.503 | 0.503 | 0.503 | 100.0% | 1 | | keystone_v3.add_role | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | keystone_v3.list_roles | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | total | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | -> duration | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.734475 Full duration: 14.314382 -------------------------------------------------------------------------------- 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 17a978f2-88c1-4a8f-b2ea-7e30c07f78fb 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.863 | 0.863 | 0.863 | 0.863 | 0.863 | 0.863 | 100.0% | 1 | | keystone_v3.list_projects | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | total | 0.944 | 0.944 | 0.944 | 0.944 | 0.944 | 0.944 | 100.0% | 1 | | -> duration | 0.944 | 0.944 | 0.944 | 0.944 | 0.944 | 0.944 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.943746 Full duration: 14.882342 -------------------------------------------------------------------------------- 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 17a978f2-88c1-4a8f-b2ea-7e30c07f78fb 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.507 | 0.507 | 0.507 | 0.507 | 0.507 | 0.507 | 100.0% | 1 | | keystone_v3.delete_role | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | total | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | -> duration | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.620868 Full duration: 12.857238 -------------------------------------------------------------------------------- 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 17a978f2-88c1-4a8f-b2ea-7e30c07f78fb 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.518 | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 100.0% | 1 | | keystone_v3.delete_service | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | total | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | -> duration | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.62755 Full duration: 12.971456 -------------------------------------------------------------------------------- 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 17a978f2-88c1-4a8f-b2ea-7e30c07f78fb 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.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | keystone_v3.create_user | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | -> keystone_v3.add_role | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 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.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | keystone_v3.get_user | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 100.0% | 1 | | keystone_v3.get_role | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | keystone_v3.list_services | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | keystone_v3.get_services | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | total | 1.835 | 1.835 | 1.835 | 1.835 | 1.835 | 1.835 | 100.0% | 1 | | -> duration | 1.835 | 1.835 | 1.835 | 1.835 | 1.835 | 1.835 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.834645 Full duration: 19.917356 -------------------------------------------------------------------------------- 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 17a978f2-88c1-4a8f-b2ea-7e30c07f78fb 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.668 | 0.668 | 0.668 | 0.668 | 0.668 | 0.668 | 100.0% | 1 | | keystone_v3.update_project | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | keystone_v3.delete_project | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 100.0% | 1 | | total | 0.916 | 0.916 | 0.916 | 0.916 | 0.916 | 0.916 | 100.0% | 1 | | -> duration | 0.916 | 0.916 | 0.916 | 0.916 | 0.916 | 0.916 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.91588 Full duration: 12.802908 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 17a978f2-88c1-4a8f-b2ea-7e30c07f78fb 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.72 | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 100.0% | 1 | | total | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 100.0% | 1 | | -> duration | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.823781 Full duration: 14.988434 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 17a978f2-88c1-4a8f-b2ea-7e30c07f78fb 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.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | total | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | -> duration | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.672151 Full duration: 14.343985 -------------------------------------------------------------------------------- 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 17a978f2-88c1-4a8f-b2ea-7e30c07f78fb 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.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | keystone_v3.list_users | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 100.0% | 1 | | -> duration | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.929118 Full duration: 14.62643 -------------------------------------------------------------------------------- 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 17a978f2-88c1-4a8f-b2ea-7e30c07f78fb 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.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | keystone_v3.create_users | 4.811 | 4.811 | 4.811 | 4.811 | 4.811 | 4.811 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.811 | 4.811 | 4.811 | 4.811 | 4.811 | 4.811 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.242 | 1.242 | 1.242 | 1.242 | 1.242 | 1.242 | 100.0% | 1 | | total | 6.456 | 6.456 | 6.456 | 6.456 | 6.456 | 6.456 | 100.0% | 1 | | -> duration | 6.456 | 6.456 | 6.456 | 6.456 | 6.456 | 6.456 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.456187 Full duration: 22.845591 HINTS: * To plot HTML graphics with this data, run: rally task report 17a978f2-88c1-4a8f-b2ea-7e30c07f78fb --out output.html * To generate a JUnit report, run: rally task export 17a978f2-88c1-4a8f-b2ea-7e30c07f78fb --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 17a978f2-88c1-4a8f-b2ea-7e30c07f78fb --json --out output.json 2018-04-19 03:58:01,244 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '17a978f2-88c1-4a8f-b2ea-7e30c07f78fb'] 2018-04-19 03:58:02,342 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-19 03:58:02,342 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '17a978f2-88c1-4a8f-b2ea-7e30c07f78fb', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-19 03:58:02,351 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-19 03:58:02,351 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-19 03:58:02,352 - 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-19 03:58:02,352 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-19 03:58:02,381 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-19 03:58:02,388 - 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': '224d9be2-1b33-4449-83be-544fccb4c945', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-d40552b0-4f91-45e9-8116-20b37aeb0db2', 'flavor_name': 'rally-tiny-d40552b0-4f91-45e9-8116-20b37aeb0db2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-d40552b0-4f91-45e9-8116-20b37aeb0db2', '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-19 04:03:26,664 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 248e1e53-7105-43be-8749-21d5dadd6f87 2018-04-19 04:03:26,665 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '248e1e53-7105-43be-8749-21d5dadd6f87'] 2018-04-19 04:03:27,716 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 248e1e53-7105-43be-8749-21d5dadd6f87: 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 248e1e53-7105-43be-8749-21d5dadd6f87 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.99 | 0.99 | 0.99 | 0.99 | 0.99 | 0.99 | 100.0% | 1 | | neutron.delete_network | 1.389 | 1.389 | 1.389 | 1.389 | 1.389 | 1.389 | 100.0% | 1 | | total | 2.379 | 2.379 | 2.379 | 2.379 | 2.379 | 2.379 | 100.0% | 1 | | -> duration | 2.379 | 2.379 | 2.379 | 2.379 | 2.379 | 2.379 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.378826 Full duration: 15.888772 -------------------------------------------------------------------------------- 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 248e1e53-7105-43be-8749-21d5dadd6f87 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.313 | 1.313 | 1.313 | 1.313 | 1.313 | 1.313 | 100.0% | 1 | | neutron.delete_port | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | total | 2.114 | 2.114 | 2.114 | 2.114 | 2.114 | 2.114 | 100.0% | 1 | | -> duration | 2.114 | 2.114 | 2.114 | 2.114 | 2.114 | 2.114 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.113805 Full duration: 29.002123 -------------------------------------------------------------------------------- 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 248e1e53-7105-43be-8749-21d5dadd6f87 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.998 | 0.998 | 0.998 | 0.998 | 0.998 | 0.998 | 100.0% | 1 | | neutron.create_subnet | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 100.0% | 1 | | neutron.create_router | 0.31 | 0.31 | 0.31 | 0.31 | 0.31 | 0.31 | 100.0% | 1 | | neutron.add_interface_router | 1.586 | 1.586 | 1.586 | 1.586 | 1.586 | 1.586 | 100.0% | 1 | | neutron.remove_interface_router | 1.168 | 1.168 | 1.168 | 1.168 | 1.168 | 1.168 | 100.0% | 1 | | neutron.delete_router | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | total | 5.475 | 5.475 | 5.475 | 5.475 | 5.475 | 5.475 | 100.0% | 1 | | -> duration | 5.475 | 5.475 | 5.475 | 5.475 | 5.475 | 5.475 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.474975 Full duration: 44.984788 -------------------------------------------------------------------------------- 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 248e1e53-7105-43be-8749-21d5dadd6f87 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.199 | 1.199 | 1.199 | 1.199 | 1.199 | 1.199 | 100.0% | 1 | | neutron.delete_subnet | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 100.0% | 1 | | total | 1.96 | 1.96 | 1.96 | 1.96 | 1.96 | 1.96 | 100.0% | 1 | | -> duration | 1.96 | 1.96 | 1.96 | 1.96 | 1.96 | 1.96 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.960296 Full duration: 30.779384 -------------------------------------------------------------------------------- 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 248e1e53-7105-43be-8749-21d5dadd6f87 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.048 | 1.048 | 1.048 | 1.048 | 1.048 | 1.048 | 100.0% | 1 | | neutron.list_networks | 0.277 | 0.277 | 0.277 | 0.277 | 0.277 | 0.277 | 100.0% | 1 | | total | 1.325 | 1.325 | 1.325 | 1.325 | 1.325 | 1.325 | 100.0% | 1 | | -> duration | 1.325 | 1.325 | 1.325 | 1.325 | 1.325 | 1.325 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.325227 Full duration: 16.835285 -------------------------------------------------------------------------------- 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 248e1e53-7105-43be-8749-21d5dadd6f87 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.286 | 1.286 | 1.286 | 1.286 | 1.286 | 1.286 | 100.0% | 1 | | neutron.list_ports | 0.254 | 0.254 | 0.254 | 0.254 | 0.254 | 0.254 | 100.0% | 1 | | total | 1.541 | 1.541 | 1.541 | 1.541 | 1.541 | 1.541 | 100.0% | 1 | | -> duration | 1.541 | 1.541 | 1.541 | 1.541 | 1.541 | 1.541 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.540895 Full duration: 28.51767 -------------------------------------------------------------------------------- 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 248e1e53-7105-43be-8749-21d5dadd6f87 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.884 | 0.884 | 0.884 | 0.884 | 0.884 | 0.884 | 100.0% | 1 | | neutron.create_subnet | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 100.0% | 1 | | neutron.create_router | 0.308 | 0.308 | 0.308 | 0.308 | 0.308 | 0.308 | 100.0% | 1 | | neutron.add_interface_router | 1.542 | 1.542 | 1.542 | 1.542 | 1.542 | 1.542 | 100.0% | 1 | | neutron.list_routers | 0.307 | 0.307 | 0.307 | 0.307 | 0.307 | 0.307 | 100.0% | 1 | | total | 3.872 | 3.872 | 3.872 | 3.872 | 3.872 | 3.872 | 100.0% | 1 | | -> duration | 3.872 | 3.872 | 3.872 | 3.872 | 3.872 | 3.872 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.872434 Full duration: 39.749417 -------------------------------------------------------------------------------- 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 248e1e53-7105-43be-8749-21d5dadd6f87 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.794 | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 100.0% | 1 | | neutron.create_subnet | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | neutron.list_subnets | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 100.0% | 1 | | total | 1.809 | 1.809 | 1.809 | 1.809 | 1.809 | 1.809 | 100.0% | 1 | | -> duration | 1.809 | 1.809 | 1.809 | 1.809 | 1.809 | 1.809 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.808584 Full duration: 35.90733 -------------------------------------------------------------------------------- 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 248e1e53-7105-43be-8749-21d5dadd6f87 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.946 | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 100.0% | 1 | | neutron.delete_security_group | 0.31 | 0.31 | 0.31 | 0.31 | 0.31 | 0.31 | 100.0% | 1 | | total | 1.257 | 1.257 | 1.257 | 1.257 | 1.257 | 1.257 | 100.0% | 1 | | -> duration | 1.257 | 1.257 | 1.257 | 1.257 | 1.257 | 1.257 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.256527 Full duration: 14.90946 -------------------------------------------------------------------------------- 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 248e1e53-7105-43be-8749-21d5dadd6f87 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.932 | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 100.0% | 1 | | neutron.create_security_group_rule | 0.52 | 0.52 | 0.52 | 0.52 | 0.52 | 0.52 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.263 | 0.263 | 0.263 | 0.263 | 0.263 | 0.263 | 100.0% | 1 | | neutron.delete_security_group | 0.319 | 0.319 | 0.319 | 0.319 | 0.319 | 0.319 | 100.0% | 1 | | total | 2.035 | 2.035 | 2.035 | 2.035 | 2.035 | 2.035 | 100.0% | 1 | | -> duration | 2.035 | 2.035 | 2.035 | 2.035 | 2.035 | 2.035 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.035122 Full duration: 15.043937 -------------------------------------------------------------------------------- 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 248e1e53-7105-43be-8749-21d5dadd6f87 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.01 | 1.01 | 1.01 | 1.01 | 1.01 | 1.01 | 100.0% | 1 | | neutron.create_router | 0.386 | 0.386 | 0.386 | 0.386 | 0.386 | 0.386 | 100.0% | 1 | | neutron.add_gateway_router | 1.37 | 1.37 | 1.37 | 1.37 | 1.37 | 1.37 | 100.0% | 1 | | neutron.remove_gateway_router | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 100.0% | 1 | | total | 3.581 | 3.581 | 3.581 | 3.581 | 3.581 | 3.581 | 100.0% | 1 | | -> duration | 3.581 | 3.581 | 3.581 | 3.581 | 3.581 | 3.581 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.580591 Full duration: 24.137498 HINTS: * To plot HTML graphics with this data, run: rally task report 248e1e53-7105-43be-8749-21d5dadd6f87 --out output.html * To generate a JUnit report, run: rally task export 248e1e53-7105-43be-8749-21d5dadd6f87 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 248e1e53-7105-43be-8749-21d5dadd6f87 --json --out output.json 2018-04-19 04:03:27,716 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '248e1e53-7105-43be-8749-21d5dadd6f87'] 2018-04-19 04:03:28,734 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-19 04:03:28,734 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '248e1e53-7105-43be-8749-21d5dadd6f87', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-19 04:03:28,742 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-19 04:03:28,743 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-19 04:03:28,743 - 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-19 04:03:28,743 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-19 04:03:28,760 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-19 04:03:28,771 - 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': '224d9be2-1b33-4449-83be-544fccb4c945', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-d40552b0-4f91-45e9-8116-20b37aeb0db2', 'flavor_name': 'rally-tiny-d40552b0-4f91-45e9-8116-20b37aeb0db2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-d40552b0-4f91-45e9-8116-20b37aeb0db2', '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-19 04:06:33,488 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : dbd43b64-cf0c-496c-af2b-d3cd265cc12d 2018-04-19 04:06:33,489 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'dbd43b64-cf0c-496c-af2b-d3cd265cc12d'] 2018-04-19 04:06:34,534 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task dbd43b64-cf0c-496c-af2b-d3cd265cc12d: aborted -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-d40552b0-4f91-45e9-8116-20b37aeb0db2" }, "image": { "name": "Cirros-0.4.0-d40552b0-4f91-45e9-8116-20b37aeb0db2" }, "block_migration": false, "nics": [ { "net-id": "224d9be2-1b33-4449-83be-544fccb4c945" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task dbd43b64-cf0c-496c-af2b-d3cd265cc12d has 1 error(s) -------------------------------------------------------------------------------- RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/servers.py", line 722, in run block_migration, disk_over_commit) File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 87, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/utils.py", line 770, in _live_migrate "but instance did not change host: %s" % host_pre_migrate) RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.367 | 9.367 | 9.367 | 9.367 | 9.367 | 9.367 | 100.0% | 1 | | nova.find_host_to_migrate | 1.403 | 1.403 | 1.403 | 1.403 | 1.403 | 1.403 | 100.0% | 1 | | nova.live_migrate | 134.512 | 134.512 | 134.512 | 134.512 | 134.512 | 134.512 | 0.0% | 1 | | total | 145.282 | 145.282 | 145.282 | 145.282 | 145.282 | 145.282 | 0.0% | 1 | | -> duration | 144.282 | 144.282 | 144.282 | 144.282 | 144.282 | 144.282 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 144.282432 Full duration: 160.84282 HINTS: * To plot HTML graphics with this data, run: rally task report dbd43b64-cf0c-496c-af2b-d3cd265cc12d --out output.html * To generate a JUnit report, run: rally task export dbd43b64-cf0c-496c-af2b-d3cd265cc12d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report dbd43b64-cf0c-496c-af2b-d3cd265cc12d --json --out output.json 2018-04-19 04:06:34,535 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'dbd43b64-cf0c-496c-af2b-d3cd265cc12d'] 2018-04-19 04:06:35,450 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-19 04:06:35,451 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'dbd43b64-cf0c-496c-af2b-d3cd265cc12d', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-19 04:06:35,455 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-04-19 04:06:35,455 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-19 04:06:35,456 - 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-19 04:06:35,456 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-19 04:06:35,463 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-19 04:06:35,471 - 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': '224d9be2-1b33-4449-83be-544fccb4c945', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-d40552b0-4f91-45e9-8116-20b37aeb0db2', 'flavor_name': 'rally-tiny-d40552b0-4f91-45e9-8116-20b37aeb0db2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-d40552b0-4f91-45e9-8116-20b37aeb0db2', '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-19 04:07:28,781 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8309f55e-593f-4933-8ec9-6d37943260bd 2018-04-19 04:07:28,782 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '8309f55e-593f-4933-8ec9-6d37943260bd'] 2018-04-19 04:07:29,743 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 8309f55e-593f-4933-8ec9-6d37943260bd: 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 8309f55e-593f-4933-8ec9-6d37943260bd 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.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | quotas.delete_quotas | 0.195 | 0.195 | 0.195 | 0.195 | 0.195 | 0.195 | 100.0% | 1 | | total | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 100.0% | 1 | | -> duration | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.92094 Full duration: 8.565464 -------------------------------------------------------------------------------- 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 8309f55e-593f-4933-8ec9-6d37943260bd 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.74 | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 100.0% | 1 | | total | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | -> duration | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.740588 Full duration: 8.515856 -------------------------------------------------------------------------------- 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 8309f55e-593f-4933-8ec9-6d37943260bd 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.357 | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 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.763977 Full duration: 8.432078 -------------------------------------------------------------------------------- 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 8309f55e-593f-4933-8ec9-6d37943260bd has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.646 | 1.646 | 1.646 | 1.646 | 1.646 | 1.646 | 100.0% | 1 | | total | 1.647 | 1.647 | 1.647 | 1.647 | 1.647 | 1.647 | 100.0% | 1 | | -> duration | 1.647 | 1.647 | 1.647 | 1.647 | 1.647 | 1.647 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.646619 Full duration: 9.700072 HINTS: * To plot HTML graphics with this data, run: rally task report 8309f55e-593f-4933-8ec9-6d37943260bd --out output.html * To generate a JUnit report, run: rally task export 8309f55e-593f-4933-8ec9-6d37943260bd --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8309f55e-593f-4933-8ec9-6d37943260bd --json --out output.json 2018-04-19 04:07:29,743 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '8309f55e-593f-4933-8ec9-6d37943260bd'] 2018-04-19 04:07:30,744 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-19 04:07:30,745 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '8309f55e-593f-4933-8ec9-6d37943260bd', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-19 04:07:30,751 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-19 04:07:30,755 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:19 | 4 | 100.00% | | cinder | 02:49 | 10 | 100.00% | | heat | 01:01 | 4 | 100.00% | | keystone | 02:49 | 11 | 100.00% | | neutron | 04:55 | 11 | 100.00% | | nova | 02:40 | 1 | 0.00% | | quotas | 00:35 | 4 | 100.00% | | | | | | | TOTAL: | 00:16:58 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-04-19 04:07:30,755 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-04-19 04:07:39,380 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-19 04:07:39,381 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-19 04:07:39,858 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-19 04:07:39,858 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 20:51 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-19 04:07:39,863 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-04-19 04:07:39,863 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-19 04:07:40,007 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-19 04:07:42,613 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-19 04:07:42.264 9853 INFO rally.deployment.engine [-] Deployment 3c98ff1d-28d1-4ec8-a24b-a0bb16601ebe | Starting: Destroy cloud and free allocated resources. 2018-04-19 04:07:42.363 9853 INFO rally.deployment.engine [-] Deployment 3c98ff1d-28d1-4ec8-a24b-a0bb16601ebe | Completed: Destroy cloud and free allocated resources. 2018-04-19 04:07:42.385 9853 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=6f26a0bf-7cda-4674-80b8-b19eefd07556). 2018-04-19 04:07:42.390 9853 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-19 04:07:45,169 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-19 04:07:44.835 9856 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=60355a53-2b2b-4baa-ab42-a66a7846189a) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 60355a53-2b2b-4baa-ab42-a66a7846189a | 2018-04-19T04:07:44 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 60355a53-2b2b-4baa-ab42-a66a7846189a ~/.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-19 04:07:48,487 - 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-19 04:07:48,487 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-19 04:07:50,872 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-19 04:07:50.561 9862 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=6f26a0bf-7cda-4674-80b8-b19eefd07556). 2018-04-19 04:07:50.692 9862 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-19 04:07:54,552 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-19 04:07:52.871 9865 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-19 04:07:53.333 9865 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-19 04:07:54.327 9865 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a5c30818-f0de-4837-9030-7520325bbfa4) has been successfully created! Using verifier 'opnfv-tempest' (UUID=a5c30818-f0de-4837-9030-7520325bbfa4) as the default verifier for the future CLI operations. 2018-04-19 04:07:57,599 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-19 04:08:00,149 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-19 04:08:06,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-19 04:08:11,607 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-19 04:08:10.517 9884 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a5c30818-f0de-4837-9030-7520325bbfa4) for deployment 'opnfv-rally' (UUID=60355a53-2b2b-4baa-ab42-a66a7846189a). 2018-04-19 04:08:11.413 9884 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a5c30818-f0de-4837-9030-7520325bbfa4) has been successfully configured for deployment 'opnfv-rally' (UUID=60355a53-2b2b-4baa-ab42-a66a7846189a)! 2018-04-19 04:08:11,608 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-19 04:08:11,608 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-19 04:08:11,610 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-19 04:08:17,072 - 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-19 04:08:19,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:19.147 9896 INFO rally.api [-] Starting verification (UUID=b6c01f70-dbd1-4172-8542-31477fd5df40) for deployment 'opnfv-rally' (UUID=60355a53-2b2b-4baa-ab42-a66a7846189a) by verifier 'opnfv-tempest' (UUID=a5c30818-f0de-4837-9030-7520325bbfa4). 2018-04-19 04:08:19,148 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: b6c01f70-dbd1-4172-8542-31477fd5df40 2018-04-19 04:08:29,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:29.028 9896 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.212s] 2018-04-19 04:08:29,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:29.060 9896 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.226s] 2018-04-19 04:08:29,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:29.136 9896 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.075s] 2018-04-19 04:08:29,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:29.716 9896 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.692s] 2018-04-19 04:08:29,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:29.923 9896 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.207s] 2018-04-19 04:08:31,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:31.896 9896 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.100s] 2018-04-19 04:08:33,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:33.024 9896 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.127s] 2018-04-19 04:08:33,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:33.723 9896 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.095s] 2018-04-19 04:08:33,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:33.792 9896 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.069s] 2018-04-19 04:08:33,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:33.862 9896 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.070s] 2018-04-19 04:08:33,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:33.986 9896 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.961s] 2018-04-19 04:08:38,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:38.837 9896 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.165s] 2018-04-19 04:08:39,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:39.412 9896 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.171s] 2018-04-19 04:08:39,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:39.570 9896 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.158s] 2018-04-19 04:08:40,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:40.729 9896 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.891s] 2018-04-19 04:08:41,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:41.093 9896 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.521s] 2018-04-19 04:08:41,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:41.263 9896 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.170s] 2018-04-19 04:08:41,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:41.440 9896 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.176s] 2018-04-19 04:08:44,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:44.650 9896 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [2.044s] 2018-04-19 04:08:44,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:44.841 9896 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.063s] 2018-04-19 04:08:47,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:47.020 9896 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [2.370s] 2018-04-19 04:08:50,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:50.038 9896 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.195s] 2018-04-19 04:08:55,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:55.343 9896 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.078s] 2018-04-19 04:08:55,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:55.354 9896 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-04-19 04:08:55,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:55.503 9896 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.148s] 2018-04-19 04:08:55,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:55.515 9896 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-19 04:08:55,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:55.527 9896 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-04-19 04:08:55,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:55.558 9896 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.030s] 2018-04-19 04:08:55,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:55.625 9896 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.066s] 2018-04-19 04:08:55,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:55.692 9896 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.067s] 2018-04-19 04:08:56,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:56.015 9896 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.322s] 2018-04-19 04:08:56,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:56.030 9896 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2018-04-19 04:08:56,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:08:56.106 9896 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.075s] 2018-04-19 04:09:00,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:00.423 9896 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.526s] 2018-04-19 04:09:05,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:05.064 9896 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.068s] 2018-04-19 04:09:05,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:05.102 9896 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.037s] 2018-04-19 04:09:05,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:05.148 9896 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.046s] 2018-04-19 04:09:06,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:06.205 9896 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [1.056s] 2018-04-19 04:09:06,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:06.455 9896 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.248s] 2018-04-19 04:09:07,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:07.034 9896 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.578s] 2018-04-19 04:09:07,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:07.076 9896 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.042s] 2018-04-19 04:09:07,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:07.123 9896 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.047s] 2018-04-19 04:09:07,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:07.329 9896 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.205s] 2018-04-19 04:09:07,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:07.378 9896 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.048s] 2018-04-19 04:09:07,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:07.427 9896 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.047s] 2018-04-19 04:09:07,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:07.685 9896 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.257s] 2018-04-19 04:09:07,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:07.770 9896 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.084s] 2018-04-19 04:09:07,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:07.964 9896 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.193s] 2018-04-19 04:09:08,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:08.168 9896 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.204s] 2018-04-19 04:09:11,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:11.120 9896 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.729s] 2018-04-19 04:09:12,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:12.634 9896 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [6.321s] 2018-04-19 04:09:17,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:17.883 9896 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.762s] 2018-04-19 04:09:18,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:18.542 9896 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [5.907s] 2018-04-19 04:09:20,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:20.662 9896 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.778s] 2018-04-19 04:09:20,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:20.886 9896 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.224s] 2018-04-19 04:09:21,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:21.102 9896 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.215s] 2018-04-19 04:09:21,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:21.321 9896 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.217s] 2018-04-19 04:09:21,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:21.450 9896 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.130s] 2018-04-19 04:09:23,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:23.465 9896 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.921s] 2018-04-19 04:09:28,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:28.093 9896 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.628s] 2018-04-19 04:09:31,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:31.122 9896 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [57.125s] 2018-04-19 04:09:32,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:32.159 9896 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.065s] 2018-04-19 04:09:36,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:36.409 9896 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.249s] 2018-04-19 04:09:37,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:37.163 9896 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [55.444s] 2018-04-19 04:09:40,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:40.056 9896 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.647s] 2018-04-19 04:09:45,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:45.155 9896 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.223s] 2018-04-19 04:09:45,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:45.558 9896 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.402s] 2018-04-19 04:09:47,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:47.554 9896 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.496s] 2018-04-19 04:09:50,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:50.076 9896 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [2.522s] 2018-04-19 04:09:50,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:50.266 9896 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.189s] 2018-04-19 04:09:50,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:50.371 9896 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.105s] 2018-04-19 04:09:50,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:50.566 9896 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.194s] 2018-04-19 04:09:50,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:50.670 9896 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.104s] 2018-04-19 04:09:50,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:50.785 9896 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.114s] 2018-04-19 04:09:50,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:50.892 9896 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.106s] 2018-04-19 04:09:50,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:50.957 9896 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.064s] 2018-04-19 04:09:51,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:51.190 9896 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.231s] 2018-04-19 04:09:55,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:09:55.133 9896 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [3.942s] 2018-04-19 04:10:02,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:10:02.602 9896 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [66.521s] 2018-04-19 04:10:05,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:10:05.236 9896 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [28.069s] 2018-04-19 04:10:08,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:10:08.296 9896 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [3.888s] 2018-04-19 04:10:16,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:10:16.664 9896 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [8.367s] 2018-04-19 04:10:20,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:10:20.096 9896 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.165s] 2018-04-19 04:10:20,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:10:20.277 9896 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.180s] 2018-04-19 04:10:20,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:10:20.462 9896 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.185s] 2018-04-19 04:10:20,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:10:20.618 9896 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.155s] 2018-04-19 04:10:20,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:10:20.852 9896 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.234s] 2018-04-19 04:10:20,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:10:20.866 9896 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.013s] 2018-04-19 04:10:20,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:10:20.929 9896 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.062s] 2018-04-19 04:10:21,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:10:21.113 9896 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.184s] 2018-04-19 04:10:21,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:10:21.268 9896 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.154s] 2018-04-19 04:10:21,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:10:21.306 9896 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.038s] 2018-04-19 04:10:21,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:10:21.468 9896 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.161s] 2018-04-19 04:10:21,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:10:21.672 9896 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.204s] 2018-04-19 04:10:21,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:10:21.869 9896 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.196s] 2018-04-19 04:10:22,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:10:22.054 9896 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.185s] 2018-04-19 04:10:22,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:10:22.251 9896 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.196s] 2018-04-19 04:10:22,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:10:22.576 9896 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.325s] 2018-04-19 04:10:22,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:10:22.770 9896 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.193s] 2018-04-19 04:10:22,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:10:22.808 9896 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.037s] 2018-04-19 04:10:22,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:10:22.819 9896 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.011s] 2018-04-19 04:10:22,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:10:22.855 9896 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.035s] 2018-04-19 04:10:22,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:10:22.892 9896 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.037s] 2018-04-19 04:10:22,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:10:22.927 9896 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.034s] 2018-04-19 04:10:22,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:10:22.960 9896 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.033s] 2018-04-19 04:13:18,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:13:18.676 9896 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [196.068s] 2018-04-19 04:14:22,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:14:22.682 9896 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [63.998s] 2018-04-19 04:14:43,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:14:43.516 9896 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [20.830s] 2018-04-19 04:15:03,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:15:03.396 9896 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.120s] 2018-04-19 04:15:13,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:15:13.715 9896 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [10.315s] 2018-04-19 04:15:25,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:15:25.994 9896 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.277s] 2018-04-19 04:15:30,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'b6c01f70-dbd1-4172-8542-31477fd5df40']'. 2018-04-19 04:15:31,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-19 04:15:31,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-19 04:15:31,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-19 04:15:31,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | b6c01f70-dbd1-4172-8542-31477fd5df40 | 2018-04-19 04:15:31,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-19 04:15:31,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-19 04:08:19 | 2018-04-19 04:15:31,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-19 04:15:30 | 2018-04-19 04:15:31,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:07:11 | 2018-04-19 04:15:31,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-19 04:15:31,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-19 04:15:31,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: a5c30818-f0de-4837-9030-7520325bbfa4) | 2018-04-19 04:15:31,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-19 04:15:31,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 60355a53-2b2b-4baa-ab42-a66a7846189a) | 2018-04-19 04:15:31,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 111 | 2018-04-19 04:15:31,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 419.147 | 2018-04-19 04:15:31,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 110 | 2018-04-19 04:15:31,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-19 04:15:31,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-19 04:15:31,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-19 04:15:31,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-04-19 04:15:31,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-19 04:15:31,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-19 04:15:31,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 99.0990990991% 2018-04-19 04:15:38,116 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-19 04:15:38,116 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 07:40 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-04-19 04:15:38,120 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-04-19 04:15:38,121 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-19 04:15:38,234 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-19 04:15:41,015 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-19 04:15:40.473 9998 INFO rally.deployment.engine [-] Deployment 60355a53-2b2b-4baa-ab42-a66a7846189a | Starting: Destroy cloud and free allocated resources. 2018-04-19 04:15:40.597 9998 INFO rally.deployment.engine [-] Deployment 60355a53-2b2b-4baa-ab42-a66a7846189a | Completed: Destroy cloud and free allocated resources. 2018-04-19 04:15:40.640 9998 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=a5c30818-f0de-4837-9030-7520325bbfa4) for deployment 'opnfv-rally'. 2018-04-19 04:15:40.659 9998 INFO rally.api [-] Deleting verification (UUID=b6c01f70-dbd1-4172-8542-31477fd5df40). 2018-04-19 04:15:40.721 9998 INFO rally.api [-] Verification has been successfully deleted! 2018-04-19 04:15:40.721 9998 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=a5c30818-f0de-4837-9030-7520325bbfa4). 2018-04-19 04:15:40.729 9998 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-19 04:15:43,497 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-19 04:15:43.154 10001 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=c451cecf-7a53-41d0-a8a4-a5983b86cf4d) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | c451cecf-7a53-41d0-a8a4-a5983b86cf4d | 2018-04-19T04:15:43 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: c451cecf-7a53-41d0-a8a4-a5983b86cf4d ~/.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-19 04:15:46,960 - 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-19 04:15:46,961 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-19 04:15:49,535 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-19 04:15:49.092 10007 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=a5c30818-f0de-4837-9030-7520325bbfa4). 2018-04-19 04:15:49.346 10007 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-19 04:15:53,092 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-19 04:15:51.775 10010 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-19 04:15:51.945 10010 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-19 04:15:52.891 10010 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4f3441ae-f373-46c4-886d-aa095e9dd53d) has been successfully created! Using verifier 'opnfv-tempest' (UUID=4f3441ae-f373-46c4-886d-aa095e9dd53d) as the default verifier for the future CLI operations. 2018-04-19 04:15:56,047 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-19 04:15:58,720 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-19 04:16:06,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-19 04:16:11,962 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-19 04:16:10.891 10029 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4f3441ae-f373-46c4-886d-aa095e9dd53d) for deployment 'opnfv-rally' (UUID=c451cecf-7a53-41d0-a8a4-a5983b86cf4d). 2018-04-19 04:16:11.771 10029 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4f3441ae-f373-46c4-886d-aa095e9dd53d) has been successfully configured for deployment 'opnfv-rally' (UUID=c451cecf-7a53-41d0-a8a4-a5983b86cf4d)! 2018-04-19 04:16:11,962 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-19 04:16:11,963 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-19 04:16:11,965 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-19 04:16:11,978 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-19 04:16:15,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-4f3441ae-f373-46c4-886d-aa095e9dd53d/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-19 04:16:15,138 - 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-19 04:16:17,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 04:16:17.320 10038 INFO rally.api [-] Starting verification (UUID=f940dc87-276f-41f3-870d-7e5888a3625e) for deployment 'opnfv-rally' (UUID=c451cecf-7a53-41d0-a8a4-a5983b86cf4d) by verifier 'opnfv-tempest' (UUID=4f3441ae-f373-46c4-886d-aa095e9dd53d). 2018-04-19 04:16:17,321 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: f940dc87-276f-41f3-870d-7e5888a3625e 2018-04-19 04:19:01,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'f940dc87-276f-41f3-870d-7e5888a3625e']'. 2018-04-19 04:19:02,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-19 04:19:02,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-19 04:19:02,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-19 04:19:02,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | f940dc87-276f-41f3-870d-7e5888a3625e | 2018-04-19 04:19:02,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-19 04:19:02,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-19 04:16:17 | 2018-04-19 04:19:02,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-19 04:19:01 | 2018-04-19 04:19:02,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:44 | 2018-04-19 04:19:02,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-19 04:19:02,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-19 04:19:02,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 4f3441ae-f373-46c4-886d-aa095e9dd53d) | 2018-04-19 04:19:02,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-19 04:19:02,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: c451cecf-7a53-41d0-a8a4-a5983b86cf4d) | 2018-04-19 04:19:02,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-19 04:19:02,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 153.465 | 2018-04-19 04:19:02,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-04-19 04:19:02,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-04-19 04:19:02,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-19 04:19:02,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-19 04:19:02,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-19 04:19:02,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-19 04:19:02,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-19 04:19:02,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-19 04:19:10,682 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-19 04:19:10,683 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:13 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-19 04:19:10,690 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-04-19 04:19:32,443 - 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-19 04:19:32,443 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-04-19 04:19:32,467 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-04-19 04:19:32,592 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-19 04:19:32,592 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-19 04:19:32,595 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-19 04:19:33,523 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-19 05:01:46,869 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-19 05:01:46,870 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 42:13 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-19 05:01:46,875 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-19 05:01:46,875 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-19 05:01:46,961 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-19 05:01:50,098 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-19 05:01:49.638 10128 INFO rally.deployment.engine [-] Deployment c451cecf-7a53-41d0-a8a4-a5983b86cf4d | Starting: Destroy cloud and free allocated resources. 2018-04-19 05:01:49.743 10128 INFO rally.deployment.engine [-] Deployment c451cecf-7a53-41d0-a8a4-a5983b86cf4d | Completed: Destroy cloud and free allocated resources. 2018-04-19 05:01:49.796 10128 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=4f3441ae-f373-46c4-886d-aa095e9dd53d) for deployment 'opnfv-rally'. 2018-04-19 05:01:49.826 10128 INFO rally.api [-] Deleting verification (UUID=f940dc87-276f-41f3-870d-7e5888a3625e). 2018-04-19 05:01:49.876 10128 INFO rally.api [-] Verification has been successfully deleted! 2018-04-19 05:01:49.877 10128 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=4f3441ae-f373-46c4-886d-aa095e9dd53d). 2018-04-19 05:01:49.883 10128 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-19 05:01:52,538 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-19 05:01:52.229 10131 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=2a0b3801-d2fb-4b2b-9052-7103ba9ccdb2) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 2a0b3801-d2fb-4b2b-9052-7103ba9ccdb2 | 2018-04-19T05:01:52 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 2a0b3801-d2fb-4b2b-9052-7103ba9ccdb2 ~/.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-19 05:01:56,070 - 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-19 05:01:56,070 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-19 05:01:58,346 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-19 05:01:58.089 10137 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=4f3441ae-f373-46c4-886d-aa095e9dd53d). 2018-04-19 05:01:58.216 10137 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-19 05:02:01,777 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-19 05:02:00.300 10140 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-19 05:02:00.420 10140 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-19 05:02:01.605 10140 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6ad51470-96f4-44e8-b587-27bae398120d) has been successfully created! Using verifier 'opnfv-tempest' (UUID=6ad51470-96f4-44e8-b587-27bae398120d) as the default verifier for the future CLI operations. 2018-04-19 05:02:14,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-19 05:02:19,784 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-19 05:02:18.723 10159 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=6ad51470-96f4-44e8-b587-27bae398120d) for deployment 'opnfv-rally' (UUID=2a0b3801-d2fb-4b2b-9052-7103ba9ccdb2). 2018-04-19 05:02:19.599 10159 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6ad51470-96f4-44e8-b587-27bae398120d) has been successfully configured for deployment 'opnfv-rally' (UUID=2a0b3801-d2fb-4b2b-9052-7103ba9ccdb2)! 2018-04-19 05:02:22,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-6ad51470-96f4-44e8-b587-27bae398120d/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-19 05:02:22,806 - 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-19 05:02:25,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-19 05:02:25.017 10168 INFO rally.api [-] Starting verification (UUID=eb2ce3d7-4a45-4981-a682-a569f82a0368) for deployment 'opnfv-rally' (UUID=2a0b3801-d2fb-4b2b-9052-7103ba9ccdb2) by verifier 'opnfv-tempest' (UUID=6ad51470-96f4-44e8-b587-27bae398120d). 2018-04-19 05:04:20,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'eb2ce3d7-4a45-4981-a682-a569f82a0368']'. 2018-04-19 05:04:21,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-19 05:04:21,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-19 05:04:21,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-19 05:04:21,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | eb2ce3d7-4a45-4981-a682-a569f82a0368 | 2018-04-19 05:04:21,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-19 05:04:21,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-19 05:02:24 | 2018-04-19 05:04:21,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-19 05:04:20 | 2018-04-19 05:04:21,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:56 | 2018-04-19 05:04:21,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-19 05:04:21,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-19 05:04:21,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 6ad51470-96f4-44e8-b587-27bae398120d) | 2018-04-19 05:04:21,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-19 05:04:21,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2a0b3801-d2fb-4b2b-9052-7103ba9ccdb2) | 2018-04-19 05:04:21,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-19 05:04:21,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 103.613 | 2018-04-19 05:04:21,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-04-19 05:04:21,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-04-19 05:04:21,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-19 05:04:21,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-19 05:04:21,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-04-19 05:04:21,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-19 05:04:21,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-19 05:04:21,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-04-19 05:04:28,398 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-19 05:04:28,398 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:24 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-04-19 05:04:28,403 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-04-19 05:04:28,404 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:29 | PASS | | vping_userdata | functest | smoke | 00:38 | PASS | | tempest_smoke_serial | functest | smoke | 16:43 | PASS | | rally_sanity | functest | smoke | 20:51 | FAIL | | refstack_defcore | functest | smoke | 07:40 | FAIL | | patrole | functest | smoke | 03:13 | PASS | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 42:13 | FAIL | | neutron_trunk | functest | smoke | 02:24 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-19 05:04:28,410 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-19 05:04:37,083 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-25 | | 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-19 05:04:37,088 - 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=XDqgQwMUmPPtuJKJQ9nRX66gJ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-04-19 05:04:37,088 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-19 05:04:37,088 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-19 05:04:37,089 - 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-19 05:04:37,092 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-19 05:04:41,500 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-25 | | 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-19 05:04:41,505 - 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=XDqgQwMUmPPtuJKJQ9nRX66gJ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-04-19 05:04:41,506 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-19 05:04:41,507 - 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-19 05:04:41,509 - xtesting.ci.run_tests - INFO - Running tier 'vnf' 2018-04-19 05:04:41,509 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-04-19 05:04:43,396 - 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-19 05:04:43,440 - 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/master.zip', u'file_name': u'openstack-blueprint.yaml', u'version': u'122', u'name': u'clearwater-opnfv'}} 2018-04-19 05:04:43,463 - 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-19 05:04:43,836 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-19 05:04:43,837 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-19 05:04:44,251 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-19 05:04:44,251 - xtesting.energy.energy - DEBUG - Submitting scenario (cloudify_ims/running) 2018-04-19 05:04:44,629 - functest.core.vnf - INFO - Prepare VNF: cloudify_ims, description: Created by OPNFV Functest: cloudify_ims 2018-04-19 05:04:47,692 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=cloudify_ims-926fa9d9-0265-4876-894c-2d0dc4e00499, password=5b7260ba-95c9-4056-a96b-2c260ff5c620, auth_url=http://172.30.9.25:5000/v3, project_name=cloudify_ims-926fa9d9-0265-4876-894c-2d0dc4e00499, 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-19 05:04:47,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Additional pre-configuration steps 2018-04-19 05:04:49,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload some OS images if it doesn't exist 2018-04-19 05:04:49,272 - 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-19 05:06:15,392 - 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-19 05:06:23,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating keypair ... 2018-04-19 05:06:24,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating full network ... 2018-04-19 05:06:30,976 - 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 164, in deploy_orchestrator router_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_router.py", line 101, in create self._neutron, self._os_creds, self.router_settings) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/neutron_utils.py", line 301, in create_router os_router = neutron.create_router(json_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 867, in create_router return self.post(self.routers_path, body=body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 357, in post headers=headers, params=params) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 292, in do_request self._handle_fault_response(status_code, replybody, resp) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 268, in _handle_fault_response exception_handler_v20(status_code, error_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 92, in exception_handler_v20 request_ids=request_ids) IpAddressGenerationFailureClient: No more IP addresses available on network b1f6d342-f5bf-4b14-8c4a-f4a49533ec5e. Neutron server returns request_ids: ['req-df48716f-3d05-4c8b-9519-d2e228134330'] 2018-04-19 05:06:30,979 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-19 05:06:30,980 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-19 05:06:31,479 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-19 05:06:31,479 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 01:46 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-19 05:06:31,483 - 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 392, in clean cfy_client = self.orchestrator['object'] KeyError: 'object' 2018-04-19 05:06:31,483 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-04-19 05:06:39,581 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-04-19 05:06:39,581 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-04-19 05:06:40,258 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-19 05:06:40,893 - 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-19 05:06:40,893 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-04-19 05:06:40,921 - 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'master', u'name': u'vrouter-opnfv'}} 2018-04-19 05:06:40,926 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-19 05:06:40,950 - 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-19 05:06:40,950 - functest.core.vnf - INFO - Prepare VNF: vyos_vrouter, description: Created by OPNFV Functest: vyos_vrouter 2018-04-19 05:06:44,034 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=vyos_vrouter-f33b764d-3ff6-4ab0-b880-8605e1256839, password=a312b5f8-7605-4ba2-8880-3af8c9f006e2, auth_url=http://172.30.9.25:5000/v3, project_name=vyos_vrouter-f33b764d-3ff6-4ab0-b880-8605e1256839, 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-19 05:06:44,034 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Additional pre-configuration steps 2018-04-19 05:06:44,034 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload some OS images if it doesn't exist 2018-04-19 05:06:44,034 - 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-19 05:08:19,512 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: vyos1.1.7, file: /home/opnfv/functest/images/vyos-1.1.7.img 2018-04-19 05:08:31,084 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating keypair ... 2018-04-19 05:08:32,271 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating full network ... 2018-04-19 05:08:38,389 - 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 186, in deploy_orchestrator router_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_router.py", line 101, in create self._neutron, self._os_creds, self.router_settings) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/neutron_utils.py", line 301, in create_router os_router = neutron.create_router(json_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 867, in create_router return self.post(self.routers_path, body=body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 357, in post headers=headers, params=params) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 292, in do_request self._handle_fault_response(status_code, replybody, resp) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 268, in _handle_fault_response exception_handler_v20(status_code, error_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 92, in exception_handler_v20 request_ids=request_ids) IpAddressGenerationFailureClient: No more IP addresses available on network b1f6d342-f5bf-4b14-8c4a-f4a49533ec5e. Neutron server returns request_ids: ['req-36a0291f-c5f3-4127-ba8b-b7082a2f169b'] 2018-04-19 05:08:38,520 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-19 05:08:38,521 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 01:57 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-19 05:08:38,524 - 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 417, in clean cfy_client = self.orchestrator['object'] KeyError: 'object' 2018-04-19 05:08:38,524 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-04-19 05:08:47,398 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-04-19 05:08:47,398 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-04-19 05:08:47,525 - 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-19 05:08:47,540 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-04-19 05:08:47,540 - functest.core.vnf - INFO - Prepare VNF: juju_epc, description: Created by OPNFV Functest: juju_epc 2018-04-19 05:08:50,584 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=juju_epc-4f6ccf06-80ad-4da3-aff3-485638d9a262, password=81948efe-cda7-40be-a32a-efccda7849c7, auth_url=http://172.30.9.25:5000/v3, project_name=juju_epc-4f6ccf06-80ad-4da3-aff3-485638d9a262, 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-19 05:08:50,961 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-04-19 05:08:53,096 - 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-19 05:08:53,097 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-04-19 05:08:54,807 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - snaps creds: OSCreds - username=juju_network_discovery_bug, password=bb76e27f-f2b4-40df-b1d2-2ac140ed29fc, auth_url=http://172.30.9.25:5000/v3, project_name=juju_epc-4f6ccf06-80ad-4da3-aff3-485638d9a262, 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-19 05:08:54,921 - 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-19 05:08:54,921 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Orchestrator 2018-04-19 05:08:54,921 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating full network ... 2018-04-19 05:08:58,725 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating network Router .... 2018-04-19 05:09:01,323 - 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 268, in deploy_orchestrator router_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_router.py", line 101, in create self._neutron, self._os_creds, self.router_settings) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/neutron_utils.py", line 301, in create_router os_router = neutron.create_router(json_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 867, in create_router return self.post(self.routers_path, body=body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 357, in post headers=headers, params=params) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 292, in do_request self._handle_fault_response(status_code, replybody, resp) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 268, in _handle_fault_response exception_handler_v20(status_code, error_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 92, in exception_handler_v20 request_ids=request_ids) IpAddressGenerationFailureClient: No more IP addresses available on network b1f6d342-f5bf-4b14-8c4a-f4a49533ec5e. Neutron server returns request_ids: ['req-279efc71-2b6a-4f4a-b965-ccaeb7d8e152'] 2018-04-19 05:09:01,445 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-19 05:09:01,446 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 00:14 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-04-19 05:09:01,539 - 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 414, 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-19 05:09:01,549 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Remove the Abot_epc OS object .. 2018-04-19 05:09:01,549 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-04-19 05:09:07,298 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-04-19 05:09:07,299 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 01:46 | FAIL | | vyos_vrouter | functest | vnf | 01:57 | FAIL | | juju_epc | functest | vnf | 00:14 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-04-19 05:09:07,302 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-19 05:09:12,606 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-25 | | 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-19 05:09:12,611 - 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=XDqgQwMUmPPtuJKJQ9nRX66gJ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-04-19 05:09:12,611 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-19 05:09:12,611 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-19 05:09:12,612 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-19 05:09:12,613 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK