2018-05-03 00:03:44,175 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-78 | | 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-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-03 00:03:44,177 - 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=WMmerue79wthskZQAXGKcJ6Q6 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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 OS_REGION_NAME=regionOne 2018-05-03 00:03:44,177 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-03 00:03:44,178 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-05-03 00:03:44,179 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-03 00:03:44,179 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-03 00:03:46,159 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-03 00:03:55,242 - 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.074s OK 2018-05-03 00:03:55,367 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-03 00:03:55,367 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-03 00:03:55,371 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-03 00:03:56,059 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-03 00:15:26,021 - 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 689.908s OK 2018-05-03 00:15:26,144 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-03 00:15:26,145 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 11:30 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-03 00:15:26,149 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-03 00:15:26,886 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-03 00:16:41,942 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 75.055s OK 2018-05-03 00:16:42,059 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-03 00:16:42,059 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 01:15 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-03 00:16:42,063 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | api_check | functest | healthcheck | 11:30 | PASS | | snaps_health_check | functest | healthcheck | 01:15 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-03 00:16:42,067 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-03 00:16:45,419 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-78 | | 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-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-03 00:16:45,423 - 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=WMmerue79wthskZQAXGKcJ6Q6 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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 OS_REGION_NAME=regionOne 2018-05-03 00:16:45,423 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-03 00:16:45,425 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-05-03 00:16:45,427 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-03 00:16:45,427 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-03 00:16:46,323 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-03 00:16:46,323 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-03 00:16:46,756 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-03 00:16:46,756 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-03 00:16:47,194 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-03 00:16:47,194 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-03 00:16:47' 2018-05-03 00:16:47,194 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--452f3b5e-88a7-4e31-85ef-d1fd862c9d26' 2018-05-03 00:16:51,634 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-452f3b5e-88a7-4e31-85ef-d1fd862c9d26' 2018-05-03 00:16:54,077 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-452f3b5e-88a7-4e31-85ef-d1fd862c9d26' 2018-05-03 00:16:59,478 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-452f3b5e-88a7-4e31-85ef-d1fd862c9d26' 2018-05-03 00:17:00,550 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-452f3b5e-88a7-4e31-85ef-d1fd862c9d26' 2018-05-03 00:17:01,963 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-452f3b5e-88a7-4e31-85ef-d1fd862c9d26' 2018-05-03 00:17:06,767 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-452f3b5e-88a7-4e31-85ef-d1fd862c9d26' 2018-05-03 00:17:09,744 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-452f3b5e-88a7-4e31-85ef-d1fd862c9d26' 2018-05-03 00:17:33,300 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-03 00:17:42,263 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-05-03 00:17:42,400 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-03 00:17:43,407 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-03 00:17:43,407 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-03 00:17:43,407 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-03 00:17:43,912 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-03 00:17:43,913 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:56 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-03 00:18:04,379 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-03 00:18:04,469 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-03 00:18:04,469 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-03 00:18:04' 2018-05-03 00:18:04,469 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--c2da9438-c5da-4c31-862c-e29b47e463e8' 2018-05-03 00:18:06,500 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-c2da9438-c5da-4c31-862c-e29b47e463e8' 2018-05-03 00:18:09,047 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-c2da9438-c5da-4c31-862c-e29b47e463e8' 2018-05-03 00:18:14,695 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-c2da9438-c5da-4c31-862c-e29b47e463e8' 2018-05-03 00:18:15,438 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-c2da9438-c5da-4c31-862c-e29b47e463e8' 2018-05-03 00:18:20,140 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-c2da9438-c5da-4c31-862c-e29b47e463e8' 2018-05-03 00:18:25,559 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-03 00:18:41,634 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-03 00:18:43,871 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-03 00:18:43,994 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-03 00:18:43,994 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:39 | PASS | +------------------------+------------------+------------------+----------------+ 2018-05-03 00:19:11,736 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-03 00:19:11,828 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-03 00:19:16,566 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-03 00:19:16.235 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=81369dbe-b629-4d39-847a-17606f84ffe6) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 81369dbe-b629-4d39-847a-17606f84ffe6 | 2018-05-03T00:19:16 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 81369dbe-b629-4d39-847a-17606f84ffe6 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-03 00:19:19,759 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-03 00:19:19,759 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-03 00:19:25,514 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-03 00:19:24.062 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-03 00:19:24.234 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-03 00:19:25.329 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=324df8b5-bde8-49f0-9b3d-6e1a3566fdcd) has been successfully created! Using verifier 'opnfv-tempest' (UUID=324df8b5-bde8-49f0-9b3d-6e1a3566fdcd) as the default verifier for the future CLI operations. 2018-05-03 00:19:28,278 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-03 00:19:30,084 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-03 00:19:35,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-03 00:19:40,603 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-03 00:19:39.776 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=324df8b5-bde8-49f0-9b3d-6e1a3566fdcd) for deployment 'opnfv-rally' (UUID=81369dbe-b629-4d39-847a-17606f84ffe6). 2018-05-03 00:19:40.453 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=324df8b5-bde8-49f0-9b3d-6e1a3566fdcd) has been successfully configured for deployment 'opnfv-rally' (UUID=81369dbe-b629-4d39-847a-17606f84ffe6)! 2018-05-03 00:19:40,603 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-03 00:19:40,603 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-03 00:19:40,606 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-03 00:19:40,609 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-03 00:19:43,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-324df8b5-bde8-49f0-9b3d-6e1a3566fdcd/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-03 00:19:43,533 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-03 00:19:43,534 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-03 00:19:43,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-05-03 00:19:45,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:19:45.522 55 INFO rally.api [-] Starting verification (UUID=ed087167-2710-4d2b-933a-83b0aedc33e2) for deployment 'opnfv-rally' (UUID=81369dbe-b629-4d39-847a-17606f84ffe6) by verifier 'opnfv-tempest' (UUID=324df8b5-bde8-49f0-9b3d-6e1a3566fdcd). 2018-05-03 00:19:45,524 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: ed087167-2710-4d2b-933a-83b0aedc33e2 2018-05-03 00:19:51,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:19:51.975 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.175s] 2018-05-03 00:19:52,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:19:52.040 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.065s] 2018-05-03 00:19:58,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:19:58.065 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.566s] 2018-05-03 00:19:59,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:19:59.625 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.560s] 2018-05-03 00:20:09,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:20:09.899 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [3.707s] 2018-05-03 00:20:27,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:20:27.848 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [12.584s] 2018-05-03 00:21:05,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:21:05.674 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.071s] 2018-05-03 00:21:05,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:21:05.675 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-05-03 00:21:37,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:21:37.690 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.065s] 2018-05-03 00:21:37,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:21:37.691 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-03 00:22:08,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:22:08.194 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.069s] 2018-05-03 00:22:08,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:22:08.195 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-03 00:23:06,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:23:06.313 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [29.178s] 2018-05-03 00:23:34,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:23:34.450 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.048s] 2018-05-03 00:23:34,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:23:34.548 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.098s] 2018-05-03 00:23:41,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:23:41.940 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.644s] 2018-05-03 00:23:41,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:23:41.949 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-05-03 00:23:43,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:23:43.130 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-03 00:23:43,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:23:43.131 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-03 00:23:47,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:23:47.329 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.429s] 2018-05-03 00:23:53,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:23:53.806 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.080s] 2018-05-03 00:23:59,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:23:59.397 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.585s] 2018-05-03 00:24:07,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:24:07.787 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.409s] 2018-05-03 00:24:17,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:24:17.580 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.825s] 2018-05-03 00:24:23,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:24:23.614 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.348s] 2018-05-03 00:24:29,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:24:29.009 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.212s] 2018-05-03 00:24:36,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:24:36.377 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.467s] 2018-05-03 00:24:43,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:24:43.546 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.411s] 2018-05-03 00:24:51,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:24:51.789 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.819s] 2018-05-03 00:24:54,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:24:54.283 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-03 00:24:56,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:24:56.310 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.071s] 2018-05-03 00:24:56,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:24:56.378 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.068s] 2018-05-03 00:24:56,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:24:56.452 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.072s] 2018-05-03 00:24:56,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:24:56.459 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-05-03 00:25:00,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:25:00.056 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.556s] 2018-05-03 00:25:05,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:25:05.318 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [5.261s] 2018-05-03 00:25:07,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:25:07.131 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.812s] 2018-05-03 00:25:16,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:25:16.755 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-05-03 00:25:22,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:25:22.064 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.988s] 2018-05-03 00:25:36,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:25:36.529 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.792s] 2018-05-03 00:25:40,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:25:40.246 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.717s] 2018-05-03 00:25:50,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:25:50.690 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.156s] 2018-05-03 00:25:53,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:25:53.605 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.914s] 2018-05-03 00:26:00,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:26:00.593 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.987s] 2018-05-03 00:26:10,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:26:10.740 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.150s] 2018-05-03 00:26:14,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:26:14.212 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.472s] 2018-05-03 00:26:19,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:26:19.175 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.961s] 2018-05-03 00:26:33,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:26:33.545 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [3.840s] 2018-05-03 00:26:33,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:26:33.744 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.198s] 2018-05-03 00:26:33,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:26:33.848 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.104s] 2018-05-03 00:26:34,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:26:34.040 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.192s] 2018-05-03 00:26:34,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:26:34.279 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.238s] 2018-05-03 00:26:34,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:26:34.329 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.049s] 2018-05-03 00:26:45,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:26:45.839 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.570s] 2018-05-03 00:26:46,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:26:46.105 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.266s] 2018-05-03 00:26:46,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:26:46.215 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.109s] 2018-05-03 00:26:46,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:26:46.268 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.052s] 2018-05-03 00:26:46,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:26:46.502 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.233s] 2018-05-03 00:26:46,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:26:46.557 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.055s] 2018-05-03 00:26:57,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:26:57.524 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.526s] 2018-05-03 00:27:02,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:27:02.773 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.247s] 2018-05-03 00:27:04,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:27:04.363 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.589s] 2018-05-03 00:27:04,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:27:04.413 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.051s] 2018-05-03 00:27:04,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:27:04.462 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.049s] 2018-05-03 00:27:14,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:27:14.742 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.362s] 2018-05-03 00:27:19,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:27:19.307 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.564s] 2018-05-03 00:27:21,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:27:21.041 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.734s] 2018-05-03 00:27:21,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:27:21.092 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.051s] 2018-05-03 00:27:21,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:27:21.141 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.048s] 2018-05-03 00:27:37,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:27:37.843 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [10.517s] 2018-05-03 00:27:42,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:27:42.923 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.080s] 2018-05-03 00:27:47,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:27:47.240 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.316s] 2018-05-03 00:27:50,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:27:50.236 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.996s] 2018-05-03 00:28:10,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:28:10.528 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [10.248s] 2018-05-03 00:28:15,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:28:15.340 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.811s] 2018-05-03 00:28:20,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:28:20.453 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [5.112s] 2018-05-03 00:28:23,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:28:23.764 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.310s] 2018-05-03 00:28:35,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:28:35.320 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.258s] 2018-05-03 00:28:36,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:28:36.890 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.568s] 2018-05-03 00:28:36,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:28:36.936 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.049s] 2018-05-03 00:28:41,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:28:41.655 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.306s] 2018-05-03 00:28:43,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:28:43.045 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.389s] 2018-05-03 00:28:43,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:28:43.087 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.044s] 2018-05-03 00:28:46,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:28:46.936 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.914s] 2018-05-03 00:28:50,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:28:50.116 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-05-03 00:28:51,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:28:51.530 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-03 00:28:51,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:28:51.534 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-03 00:28:51,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:28:51.536 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-03 00:28:51,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:28:51.537 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-03 00:28:51,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:28:51.538 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-03 00:28:53,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:28:53.430 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-05-03 00:29:11,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:29:11.814 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [12.555s] 2018-05-03 00:29:26,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:29:26.305 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [9.195s] 2018-05-03 00:29:40,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:29:40.667 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [14.359s] 2018-05-03 00:29:48,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:29:48.921 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.186s] 2018-05-03 00:31:20,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:31:20.899 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [84.899s] 2018-05-03 00:32:08,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:32:08.279 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [37.065s] 2018-05-03 00:33:25,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:33:25.813 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [59.188s] 2018-05-03 00:33:39,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'ed087167-2710-4d2b-933a-83b0aedc33e2']'. 2018-05-03 00:33:40,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-03 00:33:40,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-03 00:33:40,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-03 00:33:40,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | ed087167-2710-4d2b-933a-83b0aedc33e2 | 2018-05-03 00:33:40,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-03 00:33:40,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-03 00:19:45 | 2018-05-03 00:33:40,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-03 00:33:39 | 2018-05-03 00:33:40,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:13:54 | 2018-05-03 00:33:40,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-03 00:33:40,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-03 00:33:40,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-03 00:33:40,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 324df8b5-bde8-49f0-9b3d-6e1a3566fdcd) | 2018-05-03 00:33:40,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-03 00:33:40,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 81369dbe-b629-4d39-847a-17606f84ffe6) | 2018-05-03 00:33:40,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-03 00:33:40,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 815.899 | 2018-05-03 00:33:40,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-05-03 00:33:40,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-03 00:33:40,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-03 00:33:40,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-03 00:33:40,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-03 00:33:40,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-03 00:33:40,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-03 00:33:40,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-05-03 00:33:49,143 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-03 00:33:49,144 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 14:21 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-05-03 00:33:49,148 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-03 00:33:49,229 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-03 00:33:49,635 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-03 00:33:49,635 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-03 00:33:50,020 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-03 00:33:52,507 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-03 00:33:52.115 117 INFO rally.deployment.engine [-] Deployment 81369dbe-b629-4d39-847a-17606f84ffe6 | Starting: Destroy cloud and free allocated resources. 2018-05-03 00:33:52.217 117 INFO rally.deployment.engine [-] Deployment 81369dbe-b629-4d39-847a-17606f84ffe6 | Completed: Destroy cloud and free allocated resources. 2018-05-03 00:33:52.244 117 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=324df8b5-bde8-49f0-9b3d-6e1a3566fdcd) for deployment 'opnfv-rally'. 2018-05-03 00:33:52.256 117 INFO rally.api [-] Deleting verification (UUID=ed087167-2710-4d2b-933a-83b0aedc33e2). 2018-05-03 00:33:52.301 117 INFO rally.api [-] Verification has been successfully deleted! 2018-05-03 00:33:52.302 117 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=324df8b5-bde8-49f0-9b3d-6e1a3566fdcd). 2018-05-03 00:33:52.313 117 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-03 00:33:54,887 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-03 00:33:54.632 120 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=3eae4746-63ce-4781-81eb-4e4f6508da7a) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 3eae4746-63ce-4781-81eb-4e4f6508da7a | 2018-05-03T00:33:54 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 3eae4746-63ce-4781-81eb-4e4f6508da7a ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-03 00:33:58,050 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-03 00:33:58,050 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-03 00:33:59,643 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-639f3680-05d1-48fd-ad2e-8e58d18db2cd'... 2018-05-03 00:34:04,666 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-639f3680-05d1-48fd-ad2e-8e58d18db2cd'... 2018-05-03 00:34:06,508 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-639f3680-05d1-48fd-ad2e-8e58d18db2cd'... 2018-05-03 00:34:11,461 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-639f3680-05d1-48fd-ad2e-8e58d18db2cd'... 2018-05-03 00:34:12,094 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-639f3680-05d1-48fd-ad2e-8e58d18db2cd'... 2018-05-03 00:34:12,811 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-03 00:34:12,811 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-05-03 00:34:12,812 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-03 00:34:12,830 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-03 00:34:12,831 - 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': 'e896985f-0487-4099-8b46-7b585a4f8652', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-639f3680-05d1-48fd-ad2e-8e58d18db2cd', 'flavor_name': 'rally-tiny-639f3680-05d1-48fd-ad2e-8e58d18db2cd', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-639f3680-05d1-48fd-ad2e-8e58d18db2cd', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-03 00:35:15,271 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7d616231-6e8f-4fab-9f25-c36b83c9ca0f 2018-05-03 00:35:15,271 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-03 00:35:15,272 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '7d616231-6e8f-4fab-9f25-c36b83c9ca0f'] 2018-05-03 00:35:16,236 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 7d616231-6e8f-4fab-9f25-c36b83c9ca0f: 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 7d616231-6e8f-4fab-9f25-c36b83c9ca0f 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.531 | 0.531 | 0.531 | 0.531 | 0.531 | 0.531 | 100.0% | 1 | | total | 0.531 | 0.531 | 0.531 | 0.531 | 0.531 | 0.531 | 100.0% | 1 | | -> duration | 0.531 | 0.531 | 0.531 | 0.531 | 0.531 | 0.531 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.531238 Full duration: 6.686052 -------------------------------------------------------------------------------- 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 7d616231-6e8f-4fab-9f25-c36b83c9ca0f has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_cinder | 0.325 | 0.325 | 0.325 | 0.325 | 0.325 | 0.325 | 100.0% | 1 | | total | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | -> duration | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.755743 Full duration: 7.500504 -------------------------------------------------------------------------------- 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 7d616231-6e8f-4fab-9f25-c36b83c9ca0f 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.225 | 0.225 | 0.225 | 0.225 | 0.225 | 0.225 | 100.0% | 1 | | total | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | -> duration | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.709133 Full duration: 6.736572 -------------------------------------------------------------------------------- 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 7d616231-6e8f-4fab-9f25-c36b83c9ca0f 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.316 | 0.316 | 0.316 | 0.316 | 0.316 | 0.316 | 100.0% | 1 | | total | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 100.0% | 1 | | -> duration | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.720738 Full duration: 7.430875 -------------------------------------------------------------------------------- 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 7d616231-6e8f-4fab-9f25-c36b83c9ca0f 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.459 | 0.459 | 0.459 | 0.459 | 0.459 | 0.459 | 100.0% | 1 | | total | 0.857 | 0.857 | 0.857 | 0.857 | 0.857 | 0.857 | 100.0% | 1 | | -> duration | 0.857 | 0.857 | 0.857 | 0.857 | 0.857 | 0.857 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.856547 Full duration: 8.241268 -------------------------------------------------------------------------------- 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 7d616231-6e8f-4fab-9f25-c36b83c9ca0f 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.213 | 0.213 | 0.213 | 0.213 | 0.213 | 0.213 | 100.0% | 1 | | total | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 100.0% | 1 | | -> duration | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.673306 Full duration: 6.714426 HINTS: * To plot HTML graphics with this data, run: rally task report 7d616231-6e8f-4fab-9f25-c36b83c9ca0f --out output.html * To generate a JUnit report, run: rally task export 7d616231-6e8f-4fab-9f25-c36b83c9ca0f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7d616231-6e8f-4fab-9f25-c36b83c9ca0f --json --out output.json 2018-05-03 00:35:16,237 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '7d616231-6e8f-4fab-9f25-c36b83c9ca0f'] 2018-05-03 00:35:17,212 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-03 00:35:17,212 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '7d616231-6e8f-4fab-9f25-c36b83c9ca0f', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-03 00:35:17,216 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-03 00:35:17,217 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-03 00:35:17,217 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-05-03 00:35:17,217 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-03 00:35:17,224 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-03 00:35:17,224 - 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': 'e896985f-0487-4099-8b46-7b585a4f8652', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-639f3680-05d1-48fd-ad2e-8e58d18db2cd', 'flavor_name': 'rally-tiny-639f3680-05d1-48fd-ad2e-8e58d18db2cd', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-639f3680-05d1-48fd-ad2e-8e58d18db2cd', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-03 00:36:50,618 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 829704fd-ad53-41e3-a2c5-5fb98211e10d 2018-05-03 00:36:50,619 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '829704fd-ad53-41e3-a2c5-5fb98211e10d'] 2018-05-03 00:36:51,609 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 829704fd-ad53-41e3-a2c5-5fb98211e10d: 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 829704fd-ad53-41e3-a2c5-5fb98211e10d 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.346 | 4.346 | 4.346 | 4.346 | 4.346 | 4.346 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 100.0% | 1 | | -> glance_v2.upload_data | 1.779 | 1.779 | 1.779 | 1.779 | 1.779 | 1.779 | 100.0% | 1 | | glance_v2.delete_image | 1.648 | 1.648 | 1.648 | 1.648 | 1.648 | 1.648 | 100.0% | 1 | | total | 5.995 | 5.995 | 5.995 | 5.995 | 5.995 | 5.995 | 100.0% | 1 | | -> duration | 5.995 | 5.995 | 5.995 | 5.995 | 5.995 | 5.995 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.99462 Full duration: 13.942977 -------------------------------------------------------------------------------- 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 829704fd-ad53-41e3-a2c5-5fb98211e10d has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.66 | 3.66 | 3.66 | 3.66 | 3.66 | 3.66 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 100.0% | 1 | | -> glance_v2.upload_data | 1.339 | 1.339 | 1.339 | 1.339 | 1.339 | 1.339 | 100.0% | 1 | | glance_v2.list_images | 0.031 | 0.031 | 0.031 | 0.031 | 0.031 | 0.031 | 100.0% | 1 | | total | 3.692 | 3.692 | 3.692 | 3.692 | 3.692 | 3.692 | 100.0% | 1 | | -> duration | 3.692 | 3.692 | 3.692 | 3.692 | 3.692 | 3.692 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.691558 Full duration: 17.145294 -------------------------------------------------------------------------------- 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 829704fd-ad53-41e3-a2c5-5fb98211e10d 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.202 | 0.202 | 0.202 | 0.202 | 0.202 | 0.202 | 100.0% | 1 | | total | 0.202 | 0.202 | 0.202 | 0.202 | 0.202 | 0.202 | 100.0% | 1 | | -> duration | 0.202 | 0.202 | 0.202 | 0.202 | 0.202 | 0.202 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.201999 Full duration: 7.656006 -------------------------------------------------------------------------------- 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-639f3680-05d1-48fd-ad2e-8e58d18db2cd" }, "number_instances": 2, "nics": [ { "net-id": "e896985f-0487-4099-8b46-7b585a4f8652" } ] }, "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 829704fd-ad53-41e3-a2c5-5fb98211e10d 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.062 | 4.062 | 4.062 | 4.062 | 4.062 | 4.062 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 100.0% | 1 | | -> glance_v2.upload_data | 1.75 | 1.75 | 1.75 | 1.75 | 1.75 | 1.75 | 100.0% | 1 | | nova.boot_servers | 15.795 | 15.795 | 15.795 | 15.795 | 15.795 | 15.795 | 100.0% | 1 | | total | 19.858 | 19.858 | 19.858 | 19.858 | 19.858 | 19.858 | 100.0% | 1 | | -> duration | 18.858 | 18.858 | 18.858 | 18.858 | 18.858 | 18.858 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 18.857869 Full duration: 38.815081 HINTS: * To plot HTML graphics with this data, run: rally task report 829704fd-ad53-41e3-a2c5-5fb98211e10d --out output.html * To generate a JUnit report, run: rally task export 829704fd-ad53-41e3-a2c5-5fb98211e10d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 829704fd-ad53-41e3-a2c5-5fb98211e10d --json --out output.json 2018-05-03 00:36:51,610 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '829704fd-ad53-41e3-a2c5-5fb98211e10d'] 2018-05-03 00:36:52,611 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-03 00:36:52,611 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '829704fd-ad53-41e3-a2c5-5fb98211e10d', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-03 00:36:52,618 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-03 00:36:52,619 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-03 00:36:52,619 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-05-03 00:36:52,619 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-03 00:36:52,636 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-03 00:36:52,637 - 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': 'e896985f-0487-4099-8b46-7b585a4f8652', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-639f3680-05d1-48fd-ad2e-8e58d18db2cd', 'flavor_name': 'rally-tiny-639f3680-05d1-48fd-ad2e-8e58d18db2cd', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-639f3680-05d1-48fd-ad2e-8e58d18db2cd', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-03 00:40:13,462 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 703fe4bb-6d4f-4c9d-aefe-bd3f0e1b49ea 2018-05-03 00:40:13,463 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '703fe4bb-6d4f-4c9d-aefe-bd3f0e1b49ea'] 2018-05-03 00:40:14,566 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 703fe4bb-6d4f-4c9d-aefe-bd3f0e1b49ea: 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 703fe4bb-6d4f-4c9d-aefe-bd3f0e1b49ea 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.152 | 3.152 | 3.152 | 3.152 | 3.152 | 3.152 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.585 | 2.585 | 2.585 | 2.585 | 2.585 | 2.585 | 100.0% | 1 | | total | 5.737 | 5.737 | 5.737 | 5.737 | 5.737 | 5.737 | 100.0% | 1 | | -> duration | 5.737 | 5.737 | 5.737 | 5.737 | 5.737 | 5.737 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.737452 Full duration: 24.038461 -------------------------------------------------------------------------------- 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 703fe4bb-6d4f-4c9d-aefe-bd3f0e1b49ea 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.181 | 3.181 | 3.181 | 3.181 | 3.181 | 3.181 | 100.0% | 1 | | cinder_v2.delete_volume | 2.618 | 2.618 | 2.618 | 2.618 | 2.618 | 2.618 | 100.0% | 1 | | total | 5.799 | 5.799 | 5.799 | 5.799 | 5.799 | 5.799 | 100.0% | 1 | | -> duration | 5.799 | 5.799 | 5.799 | 5.799 | 5.799 | 5.799 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.799497 Full duration: 16.242568 -------------------------------------------------------------------------------- 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-639f3680-05d1-48fd-ad2e-8e58d18db2cd" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 703fe4bb-6d4f-4c9d-aefe-bd3f0e1b49ea 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 | 12.968 | 12.968 | 12.968 | 12.968 | 12.968 | 12.968 | 100.0% | 1 | | cinder_v2.delete_volume | 2.475 | 2.475 | 2.475 | 2.475 | 2.475 | 2.475 | 100.0% | 1 | | total | 15.443 | 15.443 | 15.443 | 15.443 | 15.443 | 15.443 | 100.0% | 1 | | -> duration | 15.443 | 15.443 | 15.443 | 15.443 | 15.443 | 15.443 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.44291 Full duration: 25.683593 -------------------------------------------------------------------------------- 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 703fe4bb-6d4f-4c9d-aefe-bd3f0e1b49ea 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.236 | 3.236 | 3.236 | 3.236 | 3.236 | 3.236 | 100.0% | 1 | | cinder_v2.delete_volume | 2.583 | 2.583 | 2.583 | 2.583 | 2.583 | 2.583 | 100.0% | 1 | | total | 5.82 | 5.82 | 5.82 | 5.82 | 5.82 | 5.82 | 100.0% | 1 | | -> duration | 5.82 | 5.82 | 5.82 | 5.82 | 5.82 | 5.82 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.819543 Full duration: 15.37771 -------------------------------------------------------------------------------- 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 703fe4bb-6d4f-4c9d-aefe-bd3f0e1b49ea 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.3 | 3.3 | 3.3 | 3.3 | 3.3 | 3.3 | 100.0% | 1 | | cinder_v2.extend_volume | 2.492 | 2.492 | 2.492 | 2.492 | 2.492 | 2.492 | 100.0% | 1 | | cinder_v2.delete_volume | 2.305 | 2.305 | 2.305 | 2.305 | 2.305 | 2.305 | 100.0% | 1 | | total | 8.098 | 8.098 | 8.098 | 8.098 | 8.098 | 8.098 | 100.0% | 1 | | -> duration | 8.098 | 8.098 | 8.098 | 8.098 | 8.098 | 8.098 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.097637 Full duration: 17.66151 -------------------------------------------------------------------------------- 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 703fe4bb-6d4f-4c9d-aefe-bd3f0e1b49ea 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.63 | 3.63 | 3.63 | 3.63 | 3.63 | 3.63 | 100.0% | 1 | | cinder_v2.delete_volume | 4.619 | 4.619 | 4.619 | 4.619 | 4.619 | 4.619 | 100.0% | 1 | | total | 8.249 | 8.249 | 8.249 | 8.249 | 8.249 | 8.249 | 100.0% | 1 | | -> duration | 8.249 | 8.249 | 8.249 | 8.249 | 8.249 | 8.249 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.24923 Full duration: 26.888566 -------------------------------------------------------------------------------- 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 703fe4bb-6d4f-4c9d-aefe-bd3f0e1b49ea 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.667 | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 100.0% | 1 | | cinder_v2.list_qos | 0.245 | 0.245 | 0.245 | 0.245 | 0.245 | 0.245 | 100.0% | 1 | | total | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 100.0% | 1 | | -> duration | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.912273 Full duration: 12.528781 -------------------------------------------------------------------------------- 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 703fe4bb-6d4f-4c9d-aefe-bd3f0e1b49ea 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.588 | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 100.0% | 1 | | cinder_v2.set_qos | 0.256 | 0.256 | 0.256 | 0.256 | 0.256 | 0.256 | 100.0% | 1 | | total | 0.845 | 0.845 | 0.845 | 0.845 | 0.845 | 0.845 | 100.0% | 1 | | -> duration | 0.845 | 0.845 | 0.845 | 0.845 | 0.845 | 0.845 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.84471 Full duration: 11.999079 -------------------------------------------------------------------------------- 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 703fe4bb-6d4f-4c9d-aefe-bd3f0e1b49ea 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.617 | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 100.0% | 1 | | cinder_v2.list_types | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 100.0% | 1 | | total | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | -> duration | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.832647 Full duration: 11.262659 -------------------------------------------------------------------------------- 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 703fe4bb-6d4f-4c9d-aefe-bd3f0e1b49ea 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.601 | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | total | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | -> duration | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.777431 Full duration: 12.196487 HINTS: * To plot HTML graphics with this data, run: rally task report 703fe4bb-6d4f-4c9d-aefe-bd3f0e1b49ea --out output.html * To generate a JUnit report, run: rally task export 703fe4bb-6d4f-4c9d-aefe-bd3f0e1b49ea --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 703fe4bb-6d4f-4c9d-aefe-bd3f0e1b49ea --json --out output.json 2018-05-03 00:40:14,567 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '703fe4bb-6d4f-4c9d-aefe-bd3f0e1b49ea'] 2018-05-03 00:40:15,671 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-03 00:40:15,672 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '703fe4bb-6d4f-4c9d-aefe-bd3f0e1b49ea', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-03 00:40:15,680 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-03 00:40:15,680 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-03 00:40:15,681 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-05-03 00:40:15,681 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-03 00:40:15,698 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-03 00:40:15,698 - 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': 'e896985f-0487-4099-8b46-7b585a4f8652', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-639f3680-05d1-48fd-ad2e-8e58d18db2cd', 'flavor_name': 'rally-tiny-639f3680-05d1-48fd-ad2e-8e58d18db2cd', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-639f3680-05d1-48fd-ad2e-8e58d18db2cd', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-03 00:41:40,408 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 9a277e4d-ad19-4700-891f-7ab4c8d518d3 2018-05-03 00:41:40,409 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '9a277e4d-ad19-4700-891f-7ab4c8d518d3'] 2018-05-03 00:41:41,406 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 9a277e4d-ad19-4700-891f-7ab4c8d518d3: 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 9a277e4d-ad19-4700-891f-7ab4c8d518d3 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 | 5.892 | 5.892 | 5.892 | 5.892 | 5.892 | 5.892 | 100.0% | 1 | | heat.update_stack | 3.612 | 3.612 | 3.612 | 3.612 | 3.612 | 3.612 | 100.0% | 1 | | heat.delete_stack | 2.801 | 2.801 | 2.801 | 2.801 | 2.801 | 2.801 | 100.0% | 1 | | total | 12.304 | 12.304 | 12.304 | 12.304 | 12.304 | 12.304 | 100.0% | 1 | | -> duration | 8.304 | 8.304 | 8.304 | 8.304 | 8.304 | 8.304 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.304419 Full duration: 20.386622 -------------------------------------------------------------------------------- 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 9a277e4d-ad19-4700-891f-7ab4c8d518d3 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.38 | 4.38 | 4.38 | 4.38 | 4.38 | 4.38 | 100.0% | 1 | | heat.check_stack | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 100.0% | 1 | | heat.delete_stack | 1.427 | 1.427 | 1.427 | 1.427 | 1.427 | 1.427 | 100.0% | 1 | | total | 6.665 | 6.665 | 6.665 | 6.665 | 6.665 | 6.665 | 100.0% | 1 | | -> duration | 4.665 | 4.665 | 4.665 | 4.665 | 4.665 | 4.665 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.665205 Full duration: 16.493457 -------------------------------------------------------------------------------- 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 9a277e4d-ad19-4700-891f-7ab4c8d518d3 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.533 | 4.533 | 4.533 | 4.533 | 4.533 | 4.533 | 100.0% | 1 | | heat.suspend_stack | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 100.0% | 1 | | heat.resume_stack | 1.376 | 1.376 | 1.376 | 1.376 | 1.376 | 1.376 | 100.0% | 1 | | heat.delete_stack | 2.245 | 2.245 | 2.245 | 2.245 | 2.245 | 2.245 | 100.0% | 1 | | total | 8.998 | 8.998 | 8.998 | 8.998 | 8.998 | 8.998 | 100.0% | 1 | | -> duration | 6.998 | 6.998 | 6.998 | 6.998 | 6.998 | 6.998 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.998319 Full duration: 19.105785 -------------------------------------------------------------------------------- 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 9a277e4d-ad19-4700-891f-7ab4c8d518d3 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.548 | 0.548 | 0.548 | 0.548 | 0.548 | 0.548 | 100.0% | 1 | | total | 0.548 | 0.548 | 0.548 | 0.548 | 0.548 | 0.548 | 100.0% | 1 | | -> duration | 0.548 | 0.548 | 0.548 | 0.548 | 0.548 | 0.548 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.54792 Full duration: 8.11516 HINTS: * To plot HTML graphics with this data, run: rally task report 9a277e4d-ad19-4700-891f-7ab4c8d518d3 --out output.html * To generate a JUnit report, run: rally task export 9a277e4d-ad19-4700-891f-7ab4c8d518d3 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 9a277e4d-ad19-4700-891f-7ab4c8d518d3 --json --out output.json 2018-05-03 00:41:41,406 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '9a277e4d-ad19-4700-891f-7ab4c8d518d3'] 2018-05-03 00:41:42,405 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-03 00:41:42,406 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '9a277e4d-ad19-4700-891f-7ab4c8d518d3', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-03 00:41:42,412 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-03 00:41:42,412 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-03 00:41:42,413 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-05-03 00:41:42,413 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-03 00:41:42,422 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-03 00:41:42,423 - 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': 'e896985f-0487-4099-8b46-7b585a4f8652', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-639f3680-05d1-48fd-ad2e-8e58d18db2cd', 'flavor_name': 'rally-tiny-639f3680-05d1-48fd-ad2e-8e58d18db2cd', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-639f3680-05d1-48fd-ad2e-8e58d18db2cd', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-03 00:44:52,438 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : babc7bf3-257e-4445-a6ee-a880aacc5170 2018-05-03 00:44:52,439 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'babc7bf3-257e-4445-a6ee-a880aacc5170'] 2018-05-03 00:44:53,475 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task babc7bf3-257e-4445-a6ee-a880aacc5170: 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 babc7bf3-257e-4445-a6ee-a880aacc5170 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.475 | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 100.0% | 1 | | keystone_v3.add_role | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 100.0% | 1 | | keystone_v3.revoke_role | 0.595 | 0.595 | 0.595 | 0.595 | 0.595 | 0.595 | 100.0% | 1 | | total | 1.181 | 1.181 | 1.181 | 1.181 | 1.181 | 1.181 | 100.0% | 1 | | -> duration | 1.181 | 1.181 | 1.181 | 1.181 | 1.181 | 1.181 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.180608 Full duration: 14.067791 -------------------------------------------------------------------------------- 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 babc7bf3-257e-4445-a6ee-a880aacc5170 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.487 | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 100.0% | 1 | | keystone_v3.add_role | 0.19 | 0.19 | 0.19 | 0.19 | 0.19 | 0.19 | 100.0% | 1 | | keystone_v3.list_roles | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 100.0% | 1 | | total | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> duration | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.770611 Full duration: 14.235336 -------------------------------------------------------------------------------- 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 babc7bf3-257e-4445-a6ee-a880aacc5170 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.873 | 0.873 | 0.873 | 0.873 | 0.873 | 0.873 | 100.0% | 1 | | keystone_v3.list_projects | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | total | 0.952 | 0.952 | 0.952 | 0.952 | 0.952 | 0.952 | 100.0% | 1 | | -> duration | 0.952 | 0.952 | 0.952 | 0.952 | 0.952 | 0.952 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.952021 Full duration: 14.848924 -------------------------------------------------------------------------------- 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 babc7bf3-257e-4445-a6ee-a880aacc5170 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 100.0% | 1 | | keystone_v3.delete_role | 0.474 | 0.474 | 0.474 | 0.474 | 0.474 | 0.474 | 100.0% | 1 | | total | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 100.0% | 1 | | -> duration | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.968909 Full duration: 13.033497 -------------------------------------------------------------------------------- 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 babc7bf3-257e-4445-a6ee-a880aacc5170 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.462 | 0.462 | 0.462 | 0.462 | 0.462 | 0.462 | 100.0% | 1 | | keystone_v3.delete_service | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | total | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 100.0% | 1 | | -> duration | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.566249 Full duration: 11.649719 -------------------------------------------------------------------------------- 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 babc7bf3-257e-4445-a6ee-a880aacc5170 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.599 | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 100.0% | 1 | | keystone_v3.create_user | 0.428 | 0.428 | 0.428 | 0.428 | 0.428 | 0.428 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 100.0% | 1 | | -> keystone_v3.add_role | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | keystone_v3.create_role | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | keystone_v3.get_project | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | keystone_v3.get_user | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | keystone_v3.get_role | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | keystone_v3.list_services | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | keystone_v3.get_services | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 100.0% | 1 | | total | 1.59 | 1.59 | 1.59 | 1.59 | 1.59 | 1.59 | 100.0% | 1 | | -> duration | 1.59 | 1.59 | 1.59 | 1.59 | 1.59 | 1.59 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.590003 Full duration: 18.70091 -------------------------------------------------------------------------------- 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 babc7bf3-257e-4445-a6ee-a880aacc5170 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.655 | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 100.0% | 1 | | keystone_v3.update_project | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 100.0% | 1 | | keystone_v3.delete_project | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 100.0% | 1 | | total | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | -> duration | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.927802 Full duration: 11.907857 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task babc7bf3-257e-4445-a6ee-a880aacc5170 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.631 | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 100.0% | 1 | | total | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 100.0% | 1 | | -> duration | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.719816 Full duration: 14.344135 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task babc7bf3-257e-4445-a6ee-a880aacc5170 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 | 1.157 | 1.157 | 1.157 | 1.157 | 1.157 | 1.157 | 100.0% | 1 | | total | 1.158 | 1.158 | 1.158 | 1.158 | 1.158 | 1.158 | 100.0% | 1 | | -> duration | 1.158 | 1.158 | 1.158 | 1.158 | 1.158 | 1.158 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.157687 Full duration: 14.117491 -------------------------------------------------------------------------------- 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 babc7bf3-257e-4445-a6ee-a880aacc5170 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.65 | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 100.0% | 1 | | keystone_v3.list_users | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | total | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 100.0% | 1 | | -> duration | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.909222 Full duration: 13.991576 -------------------------------------------------------------------------------- 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 babc7bf3-257e-4445-a6ee-a880aacc5170 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.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | keystone_v3.create_users | 5.837 | 5.837 | 5.837 | 5.837 | 5.837 | 5.837 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.837 | 5.837 | 5.837 | 5.837 | 5.837 | 5.837 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.452 | 1.452 | 1.452 | 1.452 | 1.452 | 1.452 | 100.0% | 1 | | total | 7.509 | 7.509 | 7.509 | 7.509 | 7.509 | 7.509 | 100.0% | 1 | | -> duration | 7.509 | 7.509 | 7.509 | 7.509 | 7.509 | 7.509 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.508692 Full duration: 24.500322 HINTS: * To plot HTML graphics with this data, run: rally task report babc7bf3-257e-4445-a6ee-a880aacc5170 --out output.html * To generate a JUnit report, run: rally task export babc7bf3-257e-4445-a6ee-a880aacc5170 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report babc7bf3-257e-4445-a6ee-a880aacc5170 --json --out output.json 2018-05-03 00:44:53,475 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'babc7bf3-257e-4445-a6ee-a880aacc5170'] 2018-05-03 00:44:54,506 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-03 00:44:54,506 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'babc7bf3-257e-4445-a6ee-a880aacc5170', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-03 00:44:54,514 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-03 00:44:54,514 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-03 00:44:54,514 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-05-03 00:44:54,514 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-03 00:44:54,531 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-03 00:44:54,532 - 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': 'e896985f-0487-4099-8b46-7b585a4f8652', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-639f3680-05d1-48fd-ad2e-8e58d18db2cd', 'flavor_name': 'rally-tiny-639f3680-05d1-48fd-ad2e-8e58d18db2cd', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-639f3680-05d1-48fd-ad2e-8e58d18db2cd', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-03 00:49:54,205 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b0bfa967-ec28-4b6c-93db-d1f0264a5b5d 2018-05-03 00:49:54,206 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b0bfa967-ec28-4b6c-93db-d1f0264a5b5d'] 2018-05-03 00:49:55,156 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b0bfa967-ec28-4b6c-93db-d1f0264a5b5d: 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 b0bfa967-ec28-4b6c-93db-d1f0264a5b5d 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.167 | 1.167 | 1.167 | 1.167 | 1.167 | 1.167 | 100.0% | 1 | | neutron.delete_network | 0.529 | 0.529 | 0.529 | 0.529 | 0.529 | 0.529 | 100.0% | 1 | | total | 1.696 | 1.696 | 1.696 | 1.696 | 1.696 | 1.696 | 100.0% | 1 | | -> duration | 1.696 | 1.696 | 1.696 | 1.696 | 1.696 | 1.696 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.696365 Full duration: 14.252637 -------------------------------------------------------------------------------- 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 b0bfa967-ec28-4b6c-93db-d1f0264a5b5d 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.835 | 1.835 | 1.835 | 1.835 | 1.835 | 1.835 | 100.0% | 1 | | neutron.delete_port | 0.596 | 0.596 | 0.596 | 0.596 | 0.596 | 0.596 | 100.0% | 1 | | total | 2.431 | 2.431 | 2.431 | 2.431 | 2.431 | 2.431 | 100.0% | 1 | | -> duration | 2.431 | 2.431 | 2.431 | 2.431 | 2.431 | 2.431 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.431348 Full duration: 27.243271 -------------------------------------------------------------------------------- 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 b0bfa967-ec28-4b6c-93db-d1f0264a5b5d 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.821 | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 100.0% | 1 | | neutron.create_subnet | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 100.0% | 1 | | neutron.create_router | 1.259 | 1.259 | 1.259 | 1.259 | 1.259 | 1.259 | 100.0% | 1 | | neutron.add_interface_router | 1.731 | 1.731 | 1.731 | 1.731 | 1.731 | 1.731 | 100.0% | 1 | | neutron.remove_interface_router | 1.963 | 1.963 | 1.963 | 1.963 | 1.963 | 1.963 | 100.0% | 1 | | neutron.delete_router | 0.269 | 0.269 | 0.269 | 0.269 | 0.269 | 0.269 | 100.0% | 1 | | total | 6.61 | 6.61 | 6.61 | 6.61 | 6.61 | 6.61 | 100.0% | 1 | | -> duration | 6.61 | 6.61 | 6.61 | 6.61 | 6.61 | 6.61 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.610435 Full duration: 35.769049 -------------------------------------------------------------------------------- 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 b0bfa967-ec28-4b6c-93db-d1f0264a5b5d 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.196 | 1.196 | 1.196 | 1.196 | 1.196 | 1.196 | 100.0% | 1 | | neutron.delete_subnet | 0.371 | 0.371 | 0.371 | 0.371 | 0.371 | 0.371 | 100.0% | 1 | | total | 1.568 | 1.568 | 1.568 | 1.568 | 1.568 | 1.568 | 100.0% | 1 | | -> duration | 1.568 | 1.568 | 1.568 | 1.568 | 1.568 | 1.568 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.567602 Full duration: 26.997969 -------------------------------------------------------------------------------- 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 b0bfa967-ec28-4b6c-93db-d1f0264a5b5d 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.158 | 1.158 | 1.158 | 1.158 | 1.158 | 1.158 | 100.0% | 1 | | neutron.list_networks | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 100.0% | 1 | | total | 1.308 | 1.308 | 1.308 | 1.308 | 1.308 | 1.308 | 100.0% | 1 | | -> duration | 1.308 | 1.308 | 1.308 | 1.308 | 1.308 | 1.308 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.307845 Full duration: 16.342593 -------------------------------------------------------------------------------- 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 b0bfa967-ec28-4b6c-93db-d1f0264a5b5d 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.524 | 1.524 | 1.524 | 1.524 | 1.524 | 1.524 | 100.0% | 1 | | neutron.list_ports | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | total | 1.614 | 1.614 | 1.614 | 1.614 | 1.614 | 1.614 | 100.0% | 1 | | -> duration | 1.614 | 1.614 | 1.614 | 1.614 | 1.614 | 1.614 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.61396 Full duration: 27.083337 -------------------------------------------------------------------------------- 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 b0bfa967-ec28-4b6c-93db-d1f0264a5b5d 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.837 | 0.837 | 0.837 | 0.837 | 0.837 | 0.837 | 100.0% | 1 | | neutron.create_subnet | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | neutron.create_router | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 100.0% | 1 | | neutron.add_interface_router | 1.573 | 1.573 | 1.573 | 1.573 | 1.573 | 1.573 | 100.0% | 1 | | neutron.list_routers | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 100.0% | 1 | | total | 3.438 | 3.438 | 3.438 | 3.438 | 3.438 | 3.438 | 100.0% | 1 | | -> duration | 3.438 | 3.438 | 3.438 | 3.438 | 3.438 | 3.438 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.437674 Full duration: 34.702406 -------------------------------------------------------------------------------- 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 b0bfa967-ec28-4b6c-93db-d1f0264a5b5d 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.761 | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 100.0% | 1 | | neutron.create_subnet | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 100.0% | 1 | | neutron.list_subnets | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 100.0% | 1 | | total | 1.708 | 1.708 | 1.708 | 1.708 | 1.708 | 1.708 | 100.0% | 1 | | -> duration | 1.708 | 1.708 | 1.708 | 1.708 | 1.708 | 1.708 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.707901 Full duration: 30.675896 -------------------------------------------------------------------------------- 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 b0bfa967-ec28-4b6c-93db-d1f0264a5b5d has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.572 | 1.572 | 1.572 | 1.572 | 1.572 | 1.572 | 100.0% | 1 | | neutron.delete_security_group | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 100.0% | 1 | | total | 1.705 | 1.705 | 1.705 | 1.705 | 1.705 | 1.705 | 100.0% | 1 | | -> duration | 1.705 | 1.705 | 1.705 | 1.705 | 1.705 | 1.705 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.704924 Full duration: 15.117763 -------------------------------------------------------------------------------- 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 b0bfa967-ec28-4b6c-93db-d1f0264a5b5d 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.849 | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 100.0% | 1 | | neutron.create_security_group_rule | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | neutron.delete_security_group | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 100.0% | 1 | | total | 1.21 | 1.21 | 1.21 | 1.21 | 1.21 | 1.21 | 100.0% | 1 | | -> duration | 1.21 | 1.21 | 1.21 | 1.21 | 1.21 | 1.21 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.210274 Full duration: 14.184988 -------------------------------------------------------------------------------- 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 b0bfa967-ec28-4b6c-93db-d1f0264a5b5d has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 100.0% | 1 | | neutron.create_router | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | neutron.add_gateway_router | 1.327 | 1.327 | 1.327 | 1.327 | 1.327 | 1.327 | 100.0% | 1 | | neutron.remove_gateway_router | 2.604 | 2.604 | 2.604 | 2.604 | 2.604 | 2.604 | 100.0% | 1 | | total | 4.898 | 4.898 | 4.898 | 4.898 | 4.898 | 4.898 | 100.0% | 1 | | -> duration | 4.898 | 4.898 | 4.898 | 4.898 | 4.898 | 4.898 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.898169 Full duration: 24.88268 HINTS: * To plot HTML graphics with this data, run: rally task report b0bfa967-ec28-4b6c-93db-d1f0264a5b5d --out output.html * To generate a JUnit report, run: rally task export b0bfa967-ec28-4b6c-93db-d1f0264a5b5d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b0bfa967-ec28-4b6c-93db-d1f0264a5b5d --json --out output.json 2018-05-03 00:49:55,157 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b0bfa967-ec28-4b6c-93db-d1f0264a5b5d'] 2018-05-03 00:49:56,075 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-03 00:49:56,076 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b0bfa967-ec28-4b6c-93db-d1f0264a5b5d', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-03 00:49:56,084 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-03 00:49:56,084 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-03 00:49:56,084 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-05-03 00:49:56,085 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-03 00:49:56,100 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-03 00:49:56,101 - 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': 'e896985f-0487-4099-8b46-7b585a4f8652', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-639f3680-05d1-48fd-ad2e-8e58d18db2cd', 'flavor_name': 'rally-tiny-639f3680-05d1-48fd-ad2e-8e58d18db2cd', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-639f3680-05d1-48fd-ad2e-8e58d18db2cd', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-03 00:56:48,367 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d12b265c-681c-4b26-a408-9956e25d91e5 2018-05-03 00:56:48,367 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'd12b265c-681c-4b26-a408-9956e25d91e5'] 2018-05-03 00:56:49,549 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task d12b265c-681c-4b26-a408-9956e25d91e5: finished -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-639f3680-05d1-48fd-ad2e-8e58d18db2cd" }, "image": { "name": "Cirros-0.4.0-639f3680-05d1-48fd-ad2e-8e58d18db2cd" }, "block_migration": false, "nics": [ { "net-id": "e896985f-0487-4099-8b46-7b585a4f8652" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task d12b265c-681c-4b26-a408-9956e25d91e5 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 13.477 | 13.477 | 13.477 | 13.477 | 13.477 | 13.477 | 100.0% | 1 | | nova.find_host_to_migrate | 1.025 | 1.025 | 1.025 | 1.025 | 1.025 | 1.025 | 100.0% | 1 | | nova.live_migrate | 9.657 | 9.657 | 9.657 | 9.657 | 9.657 | 9.657 | 100.0% | 1 | | nova.delete_server | 11.239 | 11.239 | 11.239 | 11.239 | 11.239 | 11.239 | 100.0% | 1 | | total | 35.399 | 35.399 | 35.399 | 35.399 | 35.399 | 35.399 | 100.0% | 1 | | -> duration | 34.399 | 34.399 | 34.399 | 34.399 | 34.399 | 34.399 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 34.399085 Full duration: 44.135505 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_attach_created_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-639f3680-05d1-48fd-ad2e-8e58d18db2cd" }, "image": { "name": "Cirros-0.4.0-639f3680-05d1-48fd-ad2e-8e58d18db2cd" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "e896985f-0487-4099-8b46-7b585a4f8652" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task d12b265c-681c-4b26-a408-9956e25d91e5 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.084 | 9.084 | 9.084 | 9.084 | 9.084 | 9.084 | 100.0% | 1 | | cinder_v2.create_volume | 2.766 | 2.766 | 2.766 | 2.766 | 2.766 | 2.766 | 100.0% | 1 | | nova.attach_volume | 4.04 | 4.04 | 4.04 | 4.04 | 4.04 | 4.04 | 100.0% | 1 | | nova.find_host_to_migrate | 0.976 | 0.976 | 0.976 | 0.976 | 0.976 | 0.976 | 100.0% | 1 | | nova.live_migrate | 17.198 | 17.198 | 17.198 | 17.198 | 17.198 | 17.198 | 100.0% | 1 | | nova.detach_volume | 3.781 | 3.781 | 3.781 | 3.781 | 3.781 | 3.781 | 100.0% | 1 | | cinder_v2.delete_volume | 2.325 | 2.325 | 2.325 | 2.325 | 2.325 | 2.325 | 100.0% | 1 | | nova.delete_server | 3.202 | 3.202 | 3.202 | 3.202 | 3.202 | 3.202 | 100.0% | 1 | | total | 43.372 | 43.372 | 43.372 | 43.372 | 43.372 | 43.372 | 100.0% | 1 | | -> duration | 42.372 | 42.372 | 42.372 | 42.372 | 42.372 | 42.372 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 42.371627 Full duration: 55.913709 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-639f3680-05d1-48fd-ad2e-8e58d18db2cd" }, "image": { "name": "Cirros-0.4.0-639f3680-05d1-48fd-ad2e-8e58d18db2cd" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "e896985f-0487-4099-8b46-7b585a4f8652" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task d12b265c-681c-4b26-a408-9956e25d91e5 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 | 9.849 | 9.849 | 9.849 | 9.849 | 9.849 | 9.849 | 100.0% | 1 | | nova.boot_server | 7.75 | 7.75 | 7.75 | 7.75 | 7.75 | 7.75 | 100.0% | 1 | | nova.find_host_to_migrate | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 100.0% | 1 | | nova.live_migrate | 19.842 | 19.842 | 19.842 | 19.842 | 19.842 | 19.842 | 100.0% | 1 | | nova.delete_server | 11.046 | 11.046 | 11.046 | 11.046 | 11.046 | 11.046 | 100.0% | 1 | | total | 49.388 | 49.388 | 49.388 | 49.388 | 49.388 | 49.388 | 100.0% | 1 | | -> duration | 48.388 | 48.388 | 48.388 | 48.388 | 48.388 | 48.388 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 48.388187 Full duration: 61.015216 -------------------------------------------------------------------------------- test scenario NovaKeypair.boot_and_delete_server_with_keypair args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-639f3680-05d1-48fd-ad2e-8e58d18db2cd" }, "image": { "name": "Cirros-0.4.0-639f3680-05d1-48fd-ad2e-8e58d18db2cd" }, "server_kwargs": { "nics": [ { "net-id": "e896985f-0487-4099-8b46-7b585a4f8652" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "key_pairs": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task d12b265c-681c-4b26-a408-9956e25d91e5 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_keypair | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | nova.boot_server | 7.138 | 7.138 | 7.138 | 7.138 | 7.138 | 7.138 | 100.0% | 1 | | nova.delete_server | 5.235 | 5.235 | 5.235 | 5.235 | 5.235 | 5.235 | 100.0% | 1 | | nova.delete_keypair | 0.038 | 0.038 | 0.038 | 0.038 | 0.038 | 0.038 | 100.0% | 1 | | total | 13.094 | 13.094 | 13.094 | 13.094 | 13.094 | 13.094 | 100.0% | 1 | | -> duration | 12.094 | 12.094 | 12.094 | 12.094 | 12.094 | 12.094 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.093612 Full duration: 36.192488 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-639f3680-05d1-48fd-ad2e-8e58d18db2cd" }, "image": { "name": "Cirros-0.4.0-639f3680-05d1-48fd-ad2e-8e58d18db2cd" }, "volume_size": 5, "nics": [ { "net-id": "e896985f-0487-4099-8b46-7b585a4f8652" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 }, "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task d12b265c-681c-4b26-a408-9956e25d91e5 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 | 12.354 | 12.354 | 12.354 | 12.354 | 12.354 | 12.354 | 100.0% | 1 | | nova.boot_server | 7.994 | 7.994 | 7.994 | 7.994 | 7.994 | 7.994 | 100.0% | 1 | | nova.delete_server | 6.212 | 6.212 | 6.212 | 6.212 | 6.212 | 6.212 | 100.0% | 1 | | total | 26.561 | 26.561 | 26.561 | 26.561 | 26.561 | 26.561 | 100.0% | 1 | | -> duration | 25.561 | 25.561 | 25.561 | 25.561 | 25.561 | 25.561 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 25.560902 Full duration: 49.393648 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-639f3680-05d1-48fd-ad2e-8e58d18db2cd" }, "image": { "name": "Cirros-0.4.0-639f3680-05d1-48fd-ad2e-8e58d18db2cd" }, "force_delete": false, "nics": [ { "net-id": "e896985f-0487-4099-8b46-7b585a4f8652" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task d12b265c-681c-4b26-a408-9956e25d91e5 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.954 | 7.954 | 7.954 | 7.954 | 7.954 | 7.954 | 100.0% | 1 | | nova.pause_server | 2.755 | 2.755 | 2.755 | 2.755 | 2.755 | 2.755 | 100.0% | 1 | | nova.unpause_server | 2.358 | 2.358 | 2.358 | 2.358 | 2.358 | 2.358 | 100.0% | 1 | | nova.delete_server | 2.421 | 2.421 | 2.421 | 2.421 | 2.421 | 2.421 | 100.0% | 1 | | total | 15.488 | 15.488 | 15.488 | 15.488 | 15.488 | 15.488 | 100.0% | 1 | | -> duration | 10.488 | 10.488 | 10.488 | 10.488 | 10.488 | 10.488 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.487947 Full duration: 37.292867 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-639f3680-05d1-48fd-ad2e-8e58d18db2cd" }, "image": { "name": "Cirros-0.4.0-639f3680-05d1-48fd-ad2e-8e58d18db2cd" }, "nics": [ { "net-id": "e896985f-0487-4099-8b46-7b585a4f8652" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task d12b265c-681c-4b26-a408-9956e25d91e5 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 10.39 | 10.39 | 10.39 | 10.39 | 10.39 | 10.39 | 100.0% | 1 | | nova.migrate | 27.893 | 27.893 | 27.893 | 27.893 | 27.893 | 27.893 | 100.0% | 1 | | nova.resize_confirm | 2.518 | 2.518 | 2.518 | 2.518 | 2.518 | 2.518 | 100.0% | 1 | | nova.delete_server | 5.348 | 5.348 | 5.348 | 5.348 | 5.348 | 5.348 | 100.0% | 1 | | total | 46.15 | 46.15 | 46.15 | 46.15 | 46.15 | 46.15 | 100.0% | 1 | | -> duration | 45.15 | 45.15 | 45.15 | 45.15 | 45.15 | 45.15 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 45.149647 Full duration: 55.868319 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-639f3680-05d1-48fd-ad2e-8e58d18db2cd" }, "image": { "name": "Cirros-0.4.0-639f3680-05d1-48fd-ad2e-8e58d18db2cd" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task d12b265c-681c-4b26-a408-9956e25d91e5 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.732 | 7.732 | 7.732 | 7.732 | 7.732 | 7.732 | 100.0% | 1 | | nova.list_interfaces | 0.403 | 0.403 | 0.403 | 0.403 | 0.403 | 0.403 | 100.0% | 1 | | total | 8.135 | 8.135 | 8.135 | 8.135 | 8.135 | 8.135 | 100.0% | 1 | | -> duration | 7.135 | 7.135 | 7.135 | 7.135 | 7.135 | 7.135 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.135063 Full duration: 33.180429 -------------------------------------------------------------------------------- test scenario NovaServerGroups.create_and_delete_server_group args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "policies": [ "affinity" ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task d12b265c-681c-4b26-a408-9956e25d91e5 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_server_group | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 100.0% | 1 | | nova.delete_server_group | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | total | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> duration | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.758749 Full duration: 10.42849 HINTS: * To plot HTML graphics with this data, run: rally task report d12b265c-681c-4b26-a408-9956e25d91e5 --out output.html * To generate a JUnit report, run: rally task export d12b265c-681c-4b26-a408-9956e25d91e5 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d12b265c-681c-4b26-a408-9956e25d91e5 --json --out output.json 2018-05-03 00:56:49,550 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'd12b265c-681c-4b26-a408-9956e25d91e5'] 2018-05-03 00:56:50,577 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-03 00:56:50,577 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'd12b265c-681c-4b26-a408-9956e25d91e5', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-03 00:56:50,586 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-03 00:56:50,587 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-03 00:56:50,587 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-05-03 00:56:50,588 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-03 00:56:50,614 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-03 00:56:50,614 - 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': 'e896985f-0487-4099-8b46-7b585a4f8652', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-639f3680-05d1-48fd-ad2e-8e58d18db2cd', 'flavor_name': 'rally-tiny-639f3680-05d1-48fd-ad2e-8e58d18db2cd', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-639f3680-05d1-48fd-ad2e-8e58d18db2cd', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-03 00:57:44,122 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8d0e4cbd-3b7f-40e8-9bc1-e0ae62cb874d 2018-05-03 00:57:44,123 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '8d0e4cbd-3b7f-40e8-9bc1-e0ae62cb874d'] 2018-05-03 00:57:45,206 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 8d0e4cbd-3b7f-40e8-9bc1-e0ae62cb874d: 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 8d0e4cbd-3b7f-40e8-9bc1-e0ae62cb874d 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.747 | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 100.0% | 1 | | quotas.delete_quotas | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 100.0% | 1 | | total | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 100.0% | 1 | | -> duration | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.905404 Full duration: 8.129142 -------------------------------------------------------------------------------- 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 8d0e4cbd-3b7f-40e8-9bc1-e0ae62cb874d 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.702 | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 100.0% | 1 | | total | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 100.0% | 1 | | -> duration | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.701803 Full duration: 8.388604 -------------------------------------------------------------------------------- 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 8d0e4cbd-3b7f-40e8-9bc1-e0ae62cb874d 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.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | total | 1.127 | 1.127 | 1.127 | 1.127 | 1.127 | 1.127 | 100.0% | 1 | | -> duration | 1.127 | 1.127 | 1.127 | 1.127 | 1.127 | 1.127 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.127106 Full duration: 8.584227 -------------------------------------------------------------------------------- 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 8d0e4cbd-3b7f-40e8-9bc1-e0ae62cb874d 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 | 2.198 | 2.198 | 2.198 | 2.198 | 2.198 | 2.198 | 100.0% | 1 | | total | 2.199 | 2.199 | 2.199 | 2.199 | 2.199 | 2.199 | 100.0% | 1 | | -> duration | 2.199 | 2.199 | 2.199 | 2.199 | 2.199 | 2.199 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.198559 Full duration: 9.123984 HINTS: * To plot HTML graphics with this data, run: rally task report 8d0e4cbd-3b7f-40e8-9bc1-e0ae62cb874d --out output.html * To generate a JUnit report, run: rally task export 8d0e4cbd-3b7f-40e8-9bc1-e0ae62cb874d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8d0e4cbd-3b7f-40e8-9bc1-e0ae62cb874d --json --out output.json 2018-05-03 00:57:45,206 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '8d0e4cbd-3b7f-40e8-9bc1-e0ae62cb874d'] 2018-05-03 00:57:46,206 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-03 00:57:46,206 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '8d0e4cbd-3b7f-40e8-9bc1-e0ae62cb874d', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-03 00:57:46,213 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-03 00:57:46,217 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:43 | 6 | 100.00% | | glance | 01:17 | 4 | 100.00% | | cinder | 02:53 | 10 | 100.00% | | heat | 01:04 | 4 | 100.00% | | keystone | 02:45 | 11 | 100.00% | | neutron | 04:27 | 11 | 100.00% | | nova | 06:23 | 9 | 100.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:20:09 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-03 00:57:46,218 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-03 00:57:53,543 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-03 00:57:53,544 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-03 00:57:54,054 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-03 00:57:54,055 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 24:04 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-03 00:57:54,059 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-03 00:57:54,149 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-03 00:57:56,687 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-03 00:57:56.317 11196 INFO rally.deployment.engine [-] Deployment 3eae4746-63ce-4781-81eb-4e4f6508da7a | Starting: Destroy cloud and free allocated resources. 2018-05-03 00:57:56.413 11196 INFO rally.deployment.engine [-] Deployment 3eae4746-63ce-4781-81eb-4e4f6508da7a | Completed: Destroy cloud and free allocated resources. 2018-05-03 00:57:56.435 11196 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=324df8b5-bde8-49f0-9b3d-6e1a3566fdcd). 2018-05-03 00:57:56.439 11196 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-03 00:57:59,073 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-03 00:57:58.780 11199 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=84117a27-cfed-4eee-b135-2fa3dae5e019) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 84117a27-cfed-4eee-b135-2fa3dae5e019 | 2018-05-03T00:57:58 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 84117a27-cfed-4eee-b135-2fa3dae5e019 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-03 00:58:02,327 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-03 00:58:02,327 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-03 00:58:04,629 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-03 00:58:04.345 11205 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=324df8b5-bde8-49f0-9b3d-6e1a3566fdcd). 2018-05-03 00:58:04.467 11205 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-03 00:58:08,053 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-03 00:58:06.703 11208 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-03 00:58:06.850 11208 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-03 00:58:07.898 11208 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=79aeac7b-d748-44c2-8b3c-788d7ea4825e) has been successfully created! Using verifier 'opnfv-tempest' (UUID=79aeac7b-d748-44c2-8b3c-788d7ea4825e) as the default verifier for the future CLI operations. 2018-05-03 00:58:10,974 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-03 00:58:13,241 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-03 00:58:19,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-03 00:58:24,389 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-03 00:58:23.550 11227 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=79aeac7b-d748-44c2-8b3c-788d7ea4825e) for deployment 'opnfv-rally' (UUID=84117a27-cfed-4eee-b135-2fa3dae5e019). 2018-05-03 00:58:24.232 11227 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=79aeac7b-d748-44c2-8b3c-788d7ea4825e) has been successfully configured for deployment 'opnfv-rally' (UUID=84117a27-cfed-4eee-b135-2fa3dae5e019)! 2018-05-03 00:58:24,390 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-03 00:58:24,390 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-03 00:58:24,392 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-03 00:58:26,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-05-03 00:58:28,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:58:28.613 11239 INFO rally.api [-] Starting verification (UUID=389d7e15-3d7d-44ee-9235-32bcf690805c) for deployment 'opnfv-rally' (UUID=84117a27-cfed-4eee-b135-2fa3dae5e019) by verifier 'opnfv-tempest' (UUID=79aeac7b-d748-44c2-8b3c-788d7ea4825e). 2018-05-03 00:58:28,614 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 389d7e15-3d7d-44ee-9235-32bcf690805c 2018-05-03 00:58:39,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:58:39.182 11239 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.536s] 2018-05-03 00:58:39,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:58:39.206 11239 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.024s] 2018-05-03 00:58:39,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:58:39.219 11239 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.541s] 2018-05-03 00:58:40,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:58:40.976 11239 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.755s] 2018-05-03 00:58:42,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:58:42.158 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.541s] 2018-05-03 00:58:47,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:58:47.593 11239 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.197s] 2018-05-03 00:58:47,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:58:47.770 11239 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.177s] 2018-05-03 00:58:50,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:58:50.561 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.690s] 2018-05-03 00:58:51,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:58:51.214 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.654s] 2018-05-03 00:58:57,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:58:57.170 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [15.006s] 2018-05-03 00:59:06,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:59:06.437 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.182s] 2018-05-03 00:59:06,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:59:06.474 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.037s] 2018-05-03 00:59:06,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:59:06.654 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.179s] 2018-05-03 00:59:07,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:59:07.106 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.451s] 2018-05-03 00:59:07,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:59:07.222 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.115s] 2018-05-03 00:59:07,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:59:07.439 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.216s] 2018-05-03 00:59:07,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:59:07.477 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.038s] 2018-05-03 00:59:07,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:59:07.527 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.050s] 2018-05-03 00:59:07,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:59:07.579 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.051s] 2018-05-03 00:59:07,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:59:07.628 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.049s] 2018-05-03 00:59:07,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:59:07.666 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.038s] 2018-05-03 00:59:07,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:59:07.743 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.075s] 2018-05-03 00:59:07,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:59:07.816 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.073s] 2018-05-03 00:59:07,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:59:07.866 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.050s] 2018-05-03 00:59:07,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:59:07.915 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.049s] 2018-05-03 00:59:16,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:59:16.824 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [19.649s] 2018-05-03 00:59:25,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:59:25.654 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [8.833s] 2018-05-03 00:59:26,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:59:26.774 11239 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [35.557s] 2018-05-03 00:59:27,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:59:27.447 11239 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.677s] 2018-05-03 00:59:57,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:59:57.994 11239 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [4.978s] 2018-05-03 00:59:58,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:59:58.064 11239 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.070s] 2018-05-03 00:59:58,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:59:58.278 11239 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.213s] 2018-05-03 00:59:58,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:59:58.377 11239 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.098s] 2018-05-03 00:59:58,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 00:59:58.380 11239 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-03 01:00:19,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 01:00:19.933 11239 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.169s] 2018-05-03 01:00:30,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 01:00:30.981 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [65.312s] 2018-05-03 01:00:35,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 01:00:35.268 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.316s] 2018-05-03 01:00:35,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 01:00:35.618 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.350s] 2018-05-03 01:00:50,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 01:00:50.475 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2018-05-03 01:00:50,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 01:00:50.482 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.007s] 2018-05-03 01:00:50,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 01:00:50.651 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.168s] 2018-05-03 01:00:50,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 01:00:50.679 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.028s] 2018-05-03 01:00:50,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 01:00:50.842 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.163s] 2018-05-03 01:00:50,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 01:00:50.889 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.046s] 2018-05-03 01:00:50,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 01:00:50.928 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.039s] 2018-05-03 01:00:50,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 01:00:50.969 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.039s] 2018-05-03 01:00:51,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 01:00:51.010 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.041s] 2018-05-03 01:00:51,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 01:00:51.054 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.043s] 2018-05-03 01:01:05,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '389d7e15-3d7d-44ee-9235-32bcf690805c']'. 2018-05-03 01:01:06,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-03 01:01:06,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-03 01:01:06,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-03 01:01:06,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 389d7e15-3d7d-44ee-9235-32bcf690805c | 2018-05-03 01:01:06,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-03 01:01:06,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-03 00:58:28 | 2018-05-03 01:01:06,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-03 01:01:05 | 2018-05-03 01:01:06,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:37 | 2018-05-03 01:01:06,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-03 01:01:06,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-03 01:01:06,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 79aeac7b-d748-44c2-8b3c-788d7ea4825e) | 2018-05-03 01:01:06,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-03 01:01:06,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 84117a27-cfed-4eee-b135-2fa3dae5e019) | 2018-05-03 01:01:06,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 48 | 2018-05-03 01:01:06,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 135.463 | 2018-05-03 01:01:06,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 48 | 2018-05-03 01:01:06,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-03 01:01:06,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-03 01:01:06,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-03 01:01:06,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-03 01:01:06,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-03 01:01:06,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-03 01:01:06,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-05-03 01:01:16,540 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-03 01:01:16,541 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 03:05 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-03 01:01:16,545 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-03 01:01:16,636 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-03 01:01:19,066 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-03 01:01:18.664 11333 INFO rally.deployment.engine [-] Deployment 84117a27-cfed-4eee-b135-2fa3dae5e019 | Starting: Destroy cloud and free allocated resources. 2018-05-03 01:01:18.761 11333 INFO rally.deployment.engine [-] Deployment 84117a27-cfed-4eee-b135-2fa3dae5e019 | Completed: Destroy cloud and free allocated resources. 2018-05-03 01:01:18.794 11333 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=79aeac7b-d748-44c2-8b3c-788d7ea4825e) for deployment 'opnfv-rally'. 2018-05-03 01:01:18.805 11333 INFO rally.api [-] Deleting verification (UUID=389d7e15-3d7d-44ee-9235-32bcf690805c). 2018-05-03 01:01:18.841 11333 INFO rally.api [-] Verification has been successfully deleted! 2018-05-03 01:01:18.842 11333 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=79aeac7b-d748-44c2-8b3c-788d7ea4825e). 2018-05-03 01:01:18.852 11333 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-03 01:01:21,538 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-03 01:01:21.222 11336 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=ccf93485-3b25-4ba3-ba9e-b4a53b26622a) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | ccf93485-3b25-4ba3-ba9e-b4a53b26622a | 2018-05-03T01:01:21 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: ccf93485-3b25-4ba3-ba9e-b4a53b26622a ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-03 01:01:24,910 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-03 01:01:24,910 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-03 01:01:27,182 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-03 01:01:26.929 11342 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=79aeac7b-d748-44c2-8b3c-788d7ea4825e). 2018-05-03 01:01:27.054 11342 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-03 01:01:30,540 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-03 01:01:29.190 11345 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-03 01:01:29.324 11345 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-03 01:01:30.312 11345 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6289cf5d-b214-4563-8bb9-ba1865f83041) has been successfully created! Using verifier 'opnfv-tempest' (UUID=6289cf5d-b214-4563-8bb9-ba1865f83041) as the default verifier for the future CLI operations. 2018-05-03 01:01:33,463 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-03 01:01:35,092 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-03 01:01:42,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-03 01:01:47,420 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-03 01:01:46.364 11364 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=6289cf5d-b214-4563-8bb9-ba1865f83041) for deployment 'opnfv-rally' (UUID=ccf93485-3b25-4ba3-ba9e-b4a53b26622a). 2018-05-03 01:01:47.247 11364 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6289cf5d-b214-4563-8bb9-ba1865f83041) has been successfully configured for deployment 'opnfv-rally' (UUID=ccf93485-3b25-4ba3-ba9e-b4a53b26622a)! 2018-05-03 01:01:47,420 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-03 01:01:47,420 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-03 01:01:47,422 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-03 01:01:47,435 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-03 01:01:50,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-6289cf5d-b214-4563-8bb9-ba1865f83041/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-05-03 01:01:50,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-05-03 01:01:52,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 01:01:52.755 11373 INFO rally.api [-] Starting verification (UUID=65c9917b-c8fc-40f5-b1e2-81773fcac172) for deployment 'opnfv-rally' (UUID=ccf93485-3b25-4ba3-ba9e-b4a53b26622a) by verifier 'opnfv-tempest' (UUID=6289cf5d-b214-4563-8bb9-ba1865f83041). 2018-05-03 01:01:52,756 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 65c9917b-c8fc-40f5-b1e2-81773fcac172 2018-05-03 01:04:49,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '65c9917b-c8fc-40f5-b1e2-81773fcac172']'. 2018-05-03 01:04:50,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-03 01:04:50,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-03 01:04:50,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-03 01:04:50,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 65c9917b-c8fc-40f5-b1e2-81773fcac172 | 2018-05-03 01:04:50,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-03 01:04:50,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-03 01:01:52 | 2018-05-03 01:04:50,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-03 01:04:48 | 2018-05-03 01:04:50,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:56 | 2018-05-03 01:04:50,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-03 01:04:50,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-03 01:04:50,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 6289cf5d-b214-4563-8bb9-ba1865f83041) | 2018-05-03 01:04:50,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-03 01:04:50,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: ccf93485-3b25-4ba3-ba9e-b4a53b26622a) | 2018-05-03 01:04:50,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-03 01:04:50,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 166.929 | 2018-05-03 01:04:50,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-05-03 01:04:50,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-05-03 01:04:50,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-03 01:04:50,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-03 01:04:50,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-03 01:04:50,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-03 01:04:50,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-03 01:04:50,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-05-03 01:04:58,476 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-03 01:04:58,477 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:25 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-03 01:04:58,481 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-03 01:04:59,266 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-03 02:06:08,289 - xtesting.core.unit - DEBUG - test_add_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_group (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_admin_user_to_new_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_new_user_to_admin_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_complex_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_simple_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_several_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_without_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_id (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_setting (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_file (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url_properties (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image_new_settings (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_bad_image_file (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_image_type (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_url (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_create_three_part_image_from_file_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_delete_keypair (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_from_file (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_large_key (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_both (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_pub_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_exist_files_delete (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_exist_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_1 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_2 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_delete_network (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_admin_user_to_new_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_new_user_to_admin_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_with_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_without_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_networks_same_name (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_delete_router (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_True (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_false (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_user_to_new_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_external_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_new_user_as_admin_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_private_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_vanilla (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ERROR test_create_router_admin_ports (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_invalid_gateway_name (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_noname (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_delete_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_same_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_delete_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_same_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_volume_type_with_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos_and_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_create_delete_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_same_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_simple (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_bad_image (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_size (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_type (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_bad_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_valid_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_valid_volume_image (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok test_ping_via_router (snaps.openstack.tests.create_instance_tests.CreateInstanceTwoNetTests) ... ok test_create_admin_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_create_delete_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_set_allowed_address_pairs (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_mac_and_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_two_subnets (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_add_invalid_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_same_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group_never_added (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ... ok test_create_instance_from_three_part_image (snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage) ... ok test_create_instance_with_one_volume (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_instance_with_two_volumes (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_delete_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_same_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_short_timeout (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_dict (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_file (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_network_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_vm_inst_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_volume_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_volume_type_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_flavor_creator (snaps.openstack.tests.create_stack_tests.CreateStackFlavorTests) ... ok test_retrieve_keypair_creator (snaps.openstack.tests.create_stack_tests.CreateStackKeypairTests) ... ok test_retrieve_security_group_creator (snaps.openstack.tests.create_stack_tests.CreateStackSecurityGroupTests) ... ok test_bad_stack_file (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_missing_dependencies (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_single_port_static (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_init (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_before_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_reverse_engineer (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_second_creator (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_connect_via_ssh_heat_vm_derived (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_apply_simple_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok ====================================================================== ERROR: test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_router_tests.py", line 398, in test_create_router_with_ext_port self.router_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_router.py", line 128, in create self._neutron, self._os_creds, port_setting) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/neutron_utils.py", line 498, in create_port json_body = port_settings.dict_for_neutron(neutron, os_creds) File "/usr/lib/python2.7/site-packages/snaps/config/network.py", line 469, in dict_for_neutron + ' in project - ' + str(project_name)) PortConfigError: Cannot locate network with name - external in project - admin ---------------------------------------------------------------------- Ran 119 tests in 3668.951s FAILED (errors=1) 2018-05-03 02:06:08,455 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-03 02:06:08,455 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 61:09 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-05-03 02:06:08,459 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-05-03 02:06:08,459 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-03 02:06:08,549 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-03 02:06:11,119 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-03 02:06:10.627 11600 INFO rally.deployment.engine [-] Deployment ccf93485-3b25-4ba3-ba9e-b4a53b26622a | Starting: Destroy cloud and free allocated resources. 2018-05-03 02:06:10.730 11600 INFO rally.deployment.engine [-] Deployment ccf93485-3b25-4ba3-ba9e-b4a53b26622a | Completed: Destroy cloud and free allocated resources. 2018-05-03 02:06:10.791 11600 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=6289cf5d-b214-4563-8bb9-ba1865f83041) for deployment 'opnfv-rally'. 2018-05-03 02:06:10.824 11600 INFO rally.api [-] Deleting verification (UUID=65c9917b-c8fc-40f5-b1e2-81773fcac172). 2018-05-03 02:06:10.873 11600 INFO rally.api [-] Verification has been successfully deleted! 2018-05-03 02:06:10.874 11600 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=6289cf5d-b214-4563-8bb9-ba1865f83041). 2018-05-03 02:06:10.887 11600 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-03 02:06:13,502 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-03 02:06:13.263 11603 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=1daa6694-4b35-4add-8acd-ecccc5d916dc) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 1daa6694-4b35-4add-8acd-ecccc5d916dc | 2018-05-03T02:06:13 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 1daa6694-4b35-4add-8acd-ecccc5d916dc ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-03 02:06:16,730 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-03 02:06:16,730 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-03 02:06:19,038 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-03 02:06:18.754 11609 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=6289cf5d-b214-4563-8bb9-ba1865f83041). 2018-05-03 02:06:18.885 11609 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-03 02:06:22,278 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-03 02:06:20.906 11612 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-03 02:06:21.078 11612 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-03 02:06:22.101 11612 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e62ea160-7d46-48c4-b45d-31b123438276) has been successfully created! Using verifier 'opnfv-tempest' (UUID=e62ea160-7d46-48c4-b45d-31b123438276) as the default verifier for the future CLI operations. 2018-05-03 02:06:25,181 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-03 02:06:27,547 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-03 02:06:35,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-03 02:06:41,510 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-03 02:06:40.685 11631 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e62ea160-7d46-48c4-b45d-31b123438276) for deployment 'opnfv-rally' (UUID=1daa6694-4b35-4add-8acd-ecccc5d916dc). 2018-05-03 02:06:41.348 11631 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e62ea160-7d46-48c4-b45d-31b123438276) has been successfully configured for deployment 'opnfv-rally' (UUID=1daa6694-4b35-4add-8acd-ecccc5d916dc)! 2018-05-03 02:06:41,511 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-03 02:06:41,511 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-03 02:06:41,513 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-03 02:06:41,528 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-03 02:06:44,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-e62ea160-7d46-48c4-b45d-31b123438276/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-05-03 02:06:44,382 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-03 02:06:44,383 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-03 02:06:44,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-05-03 02:06:46,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-03 02:06:46.549 11640 INFO rally.api [-] Starting verification (UUID=96335ca2-bedd-4467-9414-d4dbf5302abb) for deployment 'opnfv-rally' (UUID=1daa6694-4b35-4add-8acd-ecccc5d916dc) by verifier 'opnfv-tempest' (UUID=e62ea160-7d46-48c4-b45d-31b123438276). 2018-05-03 02:06:46,551 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 96335ca2-bedd-4467-9414-d4dbf5302abb 2018-05-03 02:09:00,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '96335ca2-bedd-4467-9414-d4dbf5302abb']'. 2018-05-03 02:09:01,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-03 02:09:01,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-03 02:09:01,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-03 02:09:01,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 96335ca2-bedd-4467-9414-d4dbf5302abb | 2018-05-03 02:09:01,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-03 02:09:01,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-03 02:06:46 | 2018-05-03 02:09:01,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-03 02:09:00 | 2018-05-03 02:09:01,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:14 | 2018-05-03 02:09:01,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-03 02:09:01,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-03 02:09:01,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: e62ea160-7d46-48c4-b45d-31b123438276) | 2018-05-03 02:09:01,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-03 02:09:01,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 1daa6694-4b35-4add-8acd-ecccc5d916dc) | 2018-05-03 02:09:01,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-03 02:09:01,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 120.92 | 2018-05-03 02:09:01,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-05-03 02:09:01,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-05-03 02:09:01,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-03 02:09:01,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-03 02:09:01,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-03 02:09:01,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-03 02:09:01,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-03 02:09:01,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-05-03 02:09:10,232 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-03 02:09:10,232 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:45 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-05-03 02:09:10,237 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:56 | PASS | | vping_userdata | functest | smoke | 00:39 | PASS | | tempest_smoke_serial | functest | smoke | 14:21 | PASS | | rally_sanity | functest | smoke | 24:04 | PASS | | refstack_defcore | functest | smoke | 03:05 | PASS | | patrole | functest | smoke | 03:25 | PASS | | snaps_smoke | functest | smoke | 61:09 | FAIL | | neutron_trunk | functest | smoke | 02:45 | PASS | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-03 02:09:10,243 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-03 02:09:13,478 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-78 | | 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-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-03 02:09:13,481 - 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=WMmerue79wthskZQAXGKcJ6Q6 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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 OS_REGION_NAME=regionOne 2018-05-03 02:09:13,481 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-03 02:09:13,482 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification barometercollectd | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ 2018-05-03 02:09:13,484 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-05-03 02:09:13,484 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-05-03 02:13:42,596 - xtesting.core.feature - ERROR - Execute command: doctor-test failed 2018-05-03 02:13:42,598 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-05-03 02:13:42,725 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-03 02:13:42,726 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:29 | FAIL | +-----------------------------+-----------------+------------------+----------------+ 2018-05-03 02:13:42,729 - xtesting.ci.run_tests - ERROR - The test case 'doctor-notification' failed. 2018-05-03 02:13:42,729 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-05-03 02:58:54,110 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-05-03 02:58:54,252 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-03 02:58:54,253 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 45:11 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-05-03 02:58:54,257 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-05-03 02:58:54,257 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:29 | FAIL | | barometercollectd | barometer | features | 45:11 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-05-03 02:58:54,262 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-03 03:01:40,045 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-78 | | 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-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-03 03:01:40,049 - 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=WMmerue79wthskZQAXGKcJ6Q6 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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 OS_REGION_NAME=regionOne 2018-05-03 03:01:40,049 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-03 03:01:40,050 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-03 03:01:40,050 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-05-03 03:01:40,052 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-03 03:01:51,548 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-78 | | 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-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-03 03:01:51,552 - 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=WMmerue79wthskZQAXGKcJ6Q6 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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 OS_REGION_NAME=regionOne 2018-05-03 03:01:51,552 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-03 03:01:51,554 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | parser-basics | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ 2018-05-03 03:01:51,555 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-05-03 03:01:51,555 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-05-03 03:04:51,768 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-05-03 03:04:51,900 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-03 03:04:51,901 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 03:00 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-05-03 03:04:51,905 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 03:00 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-03 03:04:51,906 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK