2018-04-08 11:39:35,982 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-113 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-08 11:39:35,986 - 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=FebXr369zqBaN86Edsy6smYHr export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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-04-08 11:39:35,987 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-08 11:39:35,988 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (merge)|(verify)|(daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ 2018-04-08 11:39:35,989 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-08 11:39:35,990 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-08 11:39:37,682 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-08 11:39:48,120 - 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 10.427s OK 2018-04-08 11:39:48,241 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 11:39:48,241 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-08 11:39:48,245 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-08 11:39:50,602 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-08 11:55:40,436 - 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 949.780s OK 2018-04-08 11:55:40,555 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 11:55:40,555 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 15:50 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-08 11:55:40,559 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-08 11:55:41,422 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-08 11:56:30,255 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 48.831s OK 2018-04-08 11:56:30,456 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 11:56:30,457 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:49 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-08 11:56:30,461 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 15:50 | PASS | | snaps_health_check | functest | healthcheck | 00:49 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-08 11:56:30,464 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-08 11:56:33,116 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-113 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-08 11:56:33,118 - 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=FebXr369zqBaN86Edsy6smYHr export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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-04-08 11:56:33,118 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-08 11:56:33,119 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-04-08 11:56:33,120 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-08 11:56:33,120 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-08 11:56:34,322 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=No JSON object could be decoded 2018-04-08 11:56:34,322 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-08 11:56:34,322 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-08 11:56:34' 2018-04-08 11:56:34,323 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--c232c014-93a0-4be6-a58e-4cfd821034e4' 2018-04-08 11:56:41,704 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-c232c014-93a0-4be6-a58e-4cfd821034e4' 2018-04-08 11:56:45,948 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-c232c014-93a0-4be6-a58e-4cfd821034e4' 2018-04-08 11:56:59,598 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-c232c014-93a0-4be6-a58e-4cfd821034e4' 2018-04-08 11:57:00,456 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-c232c014-93a0-4be6-a58e-4cfd821034e4' 2018-04-08 11:57:01,911 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-c232c014-93a0-4be6-a58e-4cfd821034e4' 2018-04-08 11:57:08,881 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-c232c014-93a0-4be6-a58e-4cfd821034e4' 2018-04-08 11:57:13,333 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-c232c014-93a0-4be6-a58e-4cfd821034e4' 2018-04-08 11:57:46,753 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-08 11:57:51,676 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-08 11:57:51,812 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-08 11:57:52,818 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-08 11:57:52,960 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 11:57:52,960 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:18 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-08 11:58:21,025 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-08 11:58:21,127 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-08 11:58:21,127 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-08 11:58:21' 2018-04-08 11:58:21,127 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--b8739977-c726-45ae-af46-df71f3966244' 2018-04-08 11:58:27,413 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-b8739977-c726-45ae-af46-df71f3966244' 2018-04-08 11:58:30,149 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-b8739977-c726-45ae-af46-df71f3966244' 2018-04-08 11:58:43,738 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-b8739977-c726-45ae-af46-df71f3966244' 2018-04-08 11:58:44,601 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-b8739977-c726-45ae-af46-df71f3966244' 2018-04-08 11:58:51,351 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-b8739977-c726-45ae-af46-df71f3966244' 2018-04-08 11:58:59,995 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-08 11:59:17,464 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-08 11:59:20,340 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.11. Waiting for response... 2018-04-08 11:59:22,929 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-08 11:59:23,038 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 11:59:23,039 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 01:02 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-08 12:00:10,767 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-08 12:00:10,870 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-08 12:00:15,455 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-08 12:00:15.172 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=c2d44e23-9ad6-475c-8492-2f0554d75b39) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | c2d44e23-9ad6-475c-8492-2f0554d75b39 | 2018-04-08T12:00:15 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: c2d44e23-9ad6-475c-8492-2f0554d75b39 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-08 12:00:18,792 - 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-04-08 12:00:18,792 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-08 12:00:24,266 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-08 12:00:22.955 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-08 12:00:23.075 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-08 12:00:24.038 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4bc64293-5738-4d94-abb7-c80d15375ed1) has been successfully created! Using verifier 'opnfv-tempest' (UUID=4bc64293-5738-4d94-abb7-c80d15375ed1) as the default verifier for the future CLI operations. 2018-04-08 12:00:27,278 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-08 12:00:30,239 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-08 12:00:42,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-08 12:00:47,752 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-08 12:00:46.736 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4bc64293-5738-4d94-abb7-c80d15375ed1) for deployment 'opnfv-rally' (UUID=c2d44e23-9ad6-475c-8492-2f0554d75b39). 2018-04-08 12:00:47.596 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4bc64293-5738-4d94-abb7-c80d15375ed1) has been successfully configured for deployment 'opnfv-rally' (UUID=c2d44e23-9ad6-475c-8492-2f0554d75b39)! 2018-04-08 12:00:47,752 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-08 12:00:47,753 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-08 12:00:47,755 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-08 12:00:47,758 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-08 12:00:50,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-4bc64293-5738-4d94-abb7-c80d15375ed1/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-08 12:00:50,808 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-08 12:00:50,810 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-08 12:00:50,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-04-08 12:00:52,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:00:52.731 55 INFO rally.api [-] Starting verification (UUID=d067cec9-1969-4390-90d8-f2fcaa02ad44) for deployment 'opnfv-rally' (UUID=c2d44e23-9ad6-475c-8492-2f0554d75b39) by verifier 'opnfv-tempest' (UUID=4bc64293-5738-4d94-abb7-c80d15375ed1). 2018-04-08 12:00:52,732 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: d067cec9-1969-4390-90d8-f2fcaa02ad44 2018-04-08 12:01:00,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:01:00.649 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.178s] 2018-04-08 12:01:00,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:01:00.745 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.095s] 2018-04-08 12:01:10,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:01:10.063 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [2.554s] 2018-04-08 12:01:13,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:01:13.661 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.598s] 2018-04-08 12:01:29,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:01:29.465 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [7.028s] 2018-04-08 12:01:54,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:01:54.328 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [17.817s] 2018-04-08 12:03:16,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:03:16.907 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.075s] 2018-04-08 12:03:16,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:03:16.908 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-08 12:04:04,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:04:04.490 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.069s] 2018-04-08 12:04:04,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:04:04.491 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-08 12:04:47,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:04:47.283 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.071s] 2018-04-08 12:04:47,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:04:47.284 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-08 12:05:59,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:05:59.272 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [25.755s] 2018-04-08 12:06:32,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:06:32.513 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.047s] 2018-04-08 12:06:32,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:06:32.613 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.100s] 2018-04-08 12:06:42,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:06:42.859 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.662s] 2018-04-08 12:06:42,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:06:42.867 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-04-08 12:06:44,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:06:44.202 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-08 12:06:44,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:06:44.203 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-08 12:06:48,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:06:48.794 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.385s] 2018-04-08 12:06:56,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:06:56.696 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.094s] 2018-04-08 12:07:04,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:07:04.658 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [1.205s] 2018-04-08 12:07:12,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:07:12.755 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.621s] 2018-04-08 12:07:23,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:07:23.121 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [4.055s] 2018-04-08 12:07:30,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:07:30.926 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.843s] 2018-04-08 12:07:38,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:07:38.340 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.319s] 2018-04-08 12:07:46,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:07:46.374 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.459s] 2018-04-08 12:07:54,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:07:54.483 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.480s] 2018-04-08 12:08:03,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:08:03.807 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.848s] 2018-04-08 12:08:05,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:08:05.901 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-08 12:08:08,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:08:08.129 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.077s] 2018-04-08 12:08:08,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:08:08.211 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.081s] 2018-04-08 12:08:08,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:08:08.284 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.073s] 2018-04-08 12:08:08,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:08:08.290 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-04-08 12:08:13,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:08:13.642 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.341s] 2018-04-08 12:08:17,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:08:17.191 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [3.548s] 2018-04-08 12:08:20,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:08:20.658 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.466s] 2018-04-08 12:08:32,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:08:32.924 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-04-08 12:08:41,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:08:41.360 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.371s] 2018-04-08 12:09:02,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:09:02.218 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.250s] 2018-04-08 12:09:06,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:09:06.948 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.729s] 2018-04-08 12:09:21,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:09:21.064 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.958s] 2018-04-08 12:09:25,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:09:25.682 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.617s] 2018-04-08 12:09:35,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:09:35.293 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.610s] 2018-04-08 12:09:45,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:09:45.498 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.967s] 2018-04-08 12:09:49,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:09:49.967 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.469s] 2018-04-08 12:09:57,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:09:57.413 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [7.445s] 2018-04-08 12:10:15,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:10:15.198 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [7.020s] 2018-04-08 12:10:15,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:10:15.473 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.275s] 2018-04-08 12:10:16,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:10:16.031 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.558s] 2018-04-08 12:10:16,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:10:16.236 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.204s] 2018-04-08 12:10:16,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:10:16.501 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.264s] 2018-04-08 12:10:16,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:10:16.596 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.095s] 2018-04-08 12:10:32,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:10:32.914 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.056s] 2018-04-08 12:10:33,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:10:33.333 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.419s] 2018-04-08 12:10:33,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:10:33.585 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.252s] 2018-04-08 12:10:33,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:10:33.643 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.057s] 2018-04-08 12:10:33,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:10:33.897 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.253s] 2018-04-08 12:10:34,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:10:34.131 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.234s] 2018-04-08 12:10:49,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:10:49.003 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.815s] 2018-04-08 12:10:56,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:10:56.072 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [7.069s] 2018-04-08 12:10:58,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:10:58.836 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.764s] 2018-04-08 12:10:59,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:10:59.031 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.195s] 2018-04-08 12:10:59,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:10:59.086 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.054s] 2018-04-08 12:11:12,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:11:12.697 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.330s] 2018-04-08 12:11:18,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:11:18.879 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.181s] 2018-04-08 12:11:21,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:11:21.052 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.173s] 2018-04-08 12:11:21,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:11:21.267 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.215s] 2018-04-08 12:11:21,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:11:21.474 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.207s] 2018-04-08 12:11:47,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:11:47.868 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [20.043s] 2018-04-08 12:12:01,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:12:01.416 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [13.548s] 2018-04-08 12:12:13,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:12:13.847 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [12.430s] 2018-04-08 12:12:25,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:12:25.565 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [11.716s] 2018-04-08 12:13:01,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:13:01.966 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [19.158s] 2018-04-08 12:13:16,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:13:16.092 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [14.126s] 2018-04-08 12:13:28,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:13:28.563 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [12.471s] 2018-04-08 12:13:39,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:13:39.285 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [10.721s] 2018-04-08 12:13:58,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:13:58.059 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.595s] 2018-04-08 12:14:01,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:14:01.205 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [3.144s] 2018-04-08 12:14:01,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:14:01.248 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.046s] 2018-04-08 12:14:07,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:14:07.260 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.586s] 2018-04-08 12:14:09,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:14:09.656 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.393s] 2018-04-08 12:14:09,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:14:09.863 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.210s] 2018-04-08 12:14:15,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:14:15.083 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.434s] 2018-04-08 12:14:18,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:14:18.430 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-04-08 12:14:19,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:14:19.824 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-08 12:14:19,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:14:19.826 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-08 12:14:19,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:14:19.828 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-08 12:14:19,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:14:19.829 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-08 12:14:19,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:14:19.830 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-08 12:14:21,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:14:21.781 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-04-08 12:14:44,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:14:44.222 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [16.124s] 2018-04-08 12:15:01,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:15:01.131 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [10.651s] 2018-04-08 12:15:25,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:15:25.368 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [24.233s] 2018-04-08 12:15:36,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:15:36.000 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.185s] 2018-04-08 12:17:31,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:17:31.092 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [106.386s] 2018-04-08 12:18:25,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:18:25.868 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [38.794s] 2018-04-08 12:19:43,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:19:43.007 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [41.615s] 2018-04-08 12:20:06,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd067cec9-1969-4390-90d8-f2fcaa02ad44']'. 2018-04-08 12:20:07,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-08 12:20:07,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-08 12:20:07,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-08 12:20:07,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d067cec9-1969-4390-90d8-f2fcaa02ad44 | 2018-04-08 12:20:07,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-08 12:20:07,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-08 12:00:52 | 2018-04-08 12:20:07,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-08 12:20:05 | 2018-04-08 12:20:07,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:19:13 | 2018-04-08 12:20:07,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-08 12:20:07,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-08 12:20:07,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-08 12:20:07,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 4bc64293-5738-4d94-abb7-c80d15375ed1) | 2018-04-08 12:20:07,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-08 12:20:07,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: c2d44e23-9ad6-475c-8492-2f0554d75b39) | 2018-04-08 12:20:07,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-08 12:20:07,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1124.654 | 2018-04-08 12:20:07,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-04-08 12:20:07,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-08 12:20:07,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-08 12:20:07,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-08 12:20:07,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-08 12:20:07,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-08 12:20:07,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-08 12:20:07,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-04-08 12:20:20,208 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 12:20:20,209 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 19:53 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-04-08 12:20:20,213 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-08 12:20:20,312 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-08 12:20:22,774 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-08 12:20:22.417 121 INFO rally.deployment.engine [-] Deployment c2d44e23-9ad6-475c-8492-2f0554d75b39 | Starting: Destroy cloud and free allocated resources. 2018-04-08 12:20:22.496 121 INFO rally.deployment.engine [-] Deployment c2d44e23-9ad6-475c-8492-2f0554d75b39 | Completed: Destroy cloud and free allocated resources. 2018-04-08 12:20:22.517 121 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=4bc64293-5738-4d94-abb7-c80d15375ed1) for deployment 'opnfv-rally'. 2018-04-08 12:20:22.529 121 INFO rally.api [-] Deleting verification (UUID=d067cec9-1969-4390-90d8-f2fcaa02ad44). 2018-04-08 12:20:22.568 121 INFO rally.api [-] Verification has been successfully deleted! 2018-04-08 12:20:22.568 121 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=4bc64293-5738-4d94-abb7-c80d15375ed1). 2018-04-08 12:20:22.578 121 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-08 12:20:25,208 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-08 12:20:24.926 124 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f5e7c68e-a561-4c21-9ead-1cb2b6563fcd) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f5e7c68e-a561-4c21-9ead-1cb2b6563fcd | 2018-04-08T12:20:24 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f5e7c68e-a561-4c21-9ead-1cb2b6563fcd ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-08 12:20:28,531 - 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-04-08 12:20:28,532 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-08 12:20:30,056 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-36134f3d-8304-4bd5-ad84-3affc30cec72'... 2018-04-08 12:20:34,520 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-36134f3d-8304-4bd5-ad84-3affc30cec72'... 2018-04-08 12:20:36,787 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-36134f3d-8304-4bd5-ad84-3affc30cec72'... 2018-04-08 12:20:49,648 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-36134f3d-8304-4bd5-ad84-3affc30cec72'... 2018-04-08 12:20:50,471 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-36134f3d-8304-4bd5-ad84-3affc30cec72'... 2018-04-08 12:20:51,432 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-08 12:20:51,432 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-04-08 12:20:51,433 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-08 12:20:51,476 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-08 12:20:51,482 - 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': 'a22bbb4c-81dd-4580-8ac2-68f312a231bb', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-36134f3d-8304-4bd5-ad84-3affc30cec72', 'flavor_name': 'rally-tiny-36134f3d-8304-4bd5-ad84-3affc30cec72', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-36134f3d-8304-4bd5-ad84-3affc30cec72', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-08 12:21:53,757 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7af3b691-6a0c-4dad-a3c8-ccfbb54a432b 2018-04-08 12:21:53,757 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-08 12:21:53,758 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '7af3b691-6a0c-4dad-a3c8-ccfbb54a432b'] 2018-04-08 12:21:54,821 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 7af3b691-6a0c-4dad-a3c8-ccfbb54a432b: 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 7af3b691-6a0c-4dad-a3c8-ccfbb54a432b 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.481 | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 100.0% | 1 | | total | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 100.0% | 1 | | -> duration | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.480833 Full duration: 7.58448 -------------------------------------------------------------------------------- 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 7af3b691-6a0c-4dad-a3c8-ccfbb54a432b 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.347 | 0.347 | 0.347 | 0.347 | 0.347 | 0.347 | 100.0% | 1 | | total | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | -> duration | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.795659 Full duration: 7.91077 -------------------------------------------------------------------------------- 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 7af3b691-6a0c-4dad-a3c8-ccfbb54a432b 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.53 | 0.53 | 0.53 | 0.53 | 0.53 | 0.53 | 100.0% | 1 | | total | 0.954 | 0.954 | 0.954 | 0.954 | 0.954 | 0.954 | 100.0% | 1 | | -> duration | 0.954 | 0.954 | 0.954 | 0.954 | 0.954 | 0.954 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.953849 Full duration: 8.246075 -------------------------------------------------------------------------------- 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 7af3b691-6a0c-4dad-a3c8-ccfbb54a432b 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.359 | 0.359 | 0.359 | 0.359 | 0.359 | 0.359 | 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.777114 Full duration: 7.502178 -------------------------------------------------------------------------------- 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 7af3b691-6a0c-4dad-a3c8-ccfbb54a432b 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.53 | 0.53 | 0.53 | 0.53 | 0.53 | 0.53 | 100.0% | 1 | | total | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 100.0% | 1 | | -> duration | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.931393 Full duration: 7.92148 -------------------------------------------------------------------------------- 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 7af3b691-6a0c-4dad-a3c8-ccfbb54a432b 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.22 | 0.22 | 0.22 | 0.22 | 0.22 | 0.22 | 100.0% | 1 | | total | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 100.0% | 1 | | -> duration | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.674223 Full duration: 7.806607 HINTS: * To plot HTML graphics with this data, run: rally task report 7af3b691-6a0c-4dad-a3c8-ccfbb54a432b --out output.html * To generate a JUnit report, run: rally task export 7af3b691-6a0c-4dad-a3c8-ccfbb54a432b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7af3b691-6a0c-4dad-a3c8-ccfbb54a432b --json --out output.json 2018-04-08 12:21:54,821 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '7af3b691-6a0c-4dad-a3c8-ccfbb54a432b'] 2018-04-08 12:21:55,864 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-08 12:21:55,864 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '7af3b691-6a0c-4dad-a3c8-ccfbb54a432b', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-08 12:21:55,870 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-08 12:21:55,870 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-08 12:21:55,871 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-04-08 12:21:55,871 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-08 12:21:55,913 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-08 12:21:55,915 - 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': 'a22bbb4c-81dd-4580-8ac2-68f312a231bb', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-36134f3d-8304-4bd5-ad84-3affc30cec72', 'flavor_name': 'rally-tiny-36134f3d-8304-4bd5-ad84-3affc30cec72', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-36134f3d-8304-4bd5-ad84-3affc30cec72', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-08 12:23:56,423 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b312703e-b262-4d32-bc94-213a0361af95 2018-04-08 12:23:56,424 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b312703e-b262-4d32-bc94-213a0361af95'] 2018-04-08 12:23:57,448 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b312703e-b262-4d32-bc94-213a0361af95: 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 b312703e-b262-4d32-bc94-213a0361af95 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 | 7.433 | 7.433 | 7.433 | 7.433 | 7.433 | 7.433 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.335 | 0.335 | 0.335 | 0.335 | 0.335 | 0.335 | 100.0% | 1 | | -> glance_v2.upload_data | 4.543 | 4.543 | 4.543 | 4.543 | 4.543 | 4.543 | 100.0% | 1 | | glance_v2.delete_image | 3.089 | 3.089 | 3.089 | 3.089 | 3.089 | 3.089 | 100.0% | 1 | | total | 10.522 | 10.522 | 10.522 | 10.522 | 10.522 | 10.522 | 100.0% | 1 | | -> duration | 10.522 | 10.522 | 10.522 | 10.522 | 10.522 | 10.522 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.522002 Full duration: 19.331732 -------------------------------------------------------------------------------- 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 b312703e-b262-4d32-bc94-213a0361af95 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 | 7.373 | 7.373 | 7.373 | 7.373 | 7.373 | 7.373 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.497 | 0.497 | 0.497 | 0.497 | 0.497 | 0.497 | 100.0% | 1 | | -> glance_v2.upload_data | 4.451 | 4.451 | 4.451 | 4.451 | 4.451 | 4.451 | 100.0% | 1 | | glance_v2.list_images | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 100.0% | 1 | | total | 7.561 | 7.561 | 7.561 | 7.561 | 7.561 | 7.561 | 100.0% | 1 | | -> duration | 7.561 | 7.561 | 7.561 | 7.561 | 7.561 | 7.561 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.560734 Full duration: 22.558176 -------------------------------------------------------------------------------- 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 b312703e-b262-4d32-bc94-213a0361af95 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.list_images | 0.347 | 0.347 | 0.347 | 0.347 | 0.347 | 0.347 | 100.0% | 1 | | total | 0.347 | 0.347 | 0.347 | 0.347 | 0.347 | 0.347 | 100.0% | 1 | | -> duration | 0.347 | 0.347 | 0.347 | 0.347 | 0.347 | 0.347 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.347087 Full duration: 9.148926 -------------------------------------------------------------------------------- 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-36134f3d-8304-4bd5-ad84-3affc30cec72" }, "number_instances": 2, "nics": [ { "net-id": "a22bbb4c-81dd-4580-8ac2-68f312a231bb" } ] }, "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 b312703e-b262-4d32-bc94-213a0361af95 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 | 6.494 | 6.494 | 6.494 | 6.494 | 6.494 | 6.494 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 100.0% | 1 | | -> glance_v2.upload_data | 3.423 | 3.423 | 3.423 | 3.423 | 3.423 | 3.423 | 100.0% | 1 | | nova.boot_servers | 17.812 | 17.812 | 17.812 | 17.812 | 17.812 | 17.812 | 100.0% | 1 | | total | 24.307 | 24.307 | 24.307 | 24.307 | 24.307 | 24.307 | 100.0% | 1 | | -> duration | 23.307 | 23.307 | 23.307 | 23.307 | 23.307 | 23.307 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 23.306851 Full duration: 51.092849 HINTS: * To plot HTML graphics with this data, run: rally task report b312703e-b262-4d32-bc94-213a0361af95 --out output.html * To generate a JUnit report, run: rally task export b312703e-b262-4d32-bc94-213a0361af95 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b312703e-b262-4d32-bc94-213a0361af95 --json --out output.json 2018-04-08 12:23:57,448 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b312703e-b262-4d32-bc94-213a0361af95'] 2018-04-08 12:23:58,502 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-08 12:23:58,502 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b312703e-b262-4d32-bc94-213a0361af95', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-08 12:23:58,510 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-08 12:23:58,510 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-04-08 12:23:58,510 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-ceilometer.yaml 2018-04-08 12:23:58,511 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-08 12:23:58,552 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-08 12:23:58,552 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-04-08 12:23:58,552 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-08 12:23:58,553 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-04-08 12:23:58,553 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-08 12:23:58,588 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-08 12:23:58,593 - 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': 'a22bbb4c-81dd-4580-8ac2-68f312a231bb', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-36134f3d-8304-4bd5-ad84-3affc30cec72', 'flavor_name': 'rally-tiny-36134f3d-8304-4bd5-ad84-3affc30cec72', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-36134f3d-8304-4bd5-ad84-3affc30cec72', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-08 12:27:30,902 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8007c396-037a-478e-a2db-391296d4022b 2018-04-08 12:27:30,902 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '8007c396-037a-478e-a2db-391296d4022b'] 2018-04-08 12:27:32,012 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 8007c396-037a-478e-a2db-391296d4022b: 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 8007c396-037a-478e-a2db-391296d4022b 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.181 | 3.181 | 3.181 | 3.181 | 3.181 | 3.181 | 100.0% | 1 | | cinder_v2.delete_snapshot | 3.253 | 3.253 | 3.253 | 3.253 | 3.253 | 3.253 | 100.0% | 1 | | total | 6.435 | 6.435 | 6.435 | 6.435 | 6.435 | 6.435 | 100.0% | 1 | | -> duration | 6.435 | 6.435 | 6.435 | 6.435 | 6.435 | 6.435 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.434759 Full duration: 24.771463 -------------------------------------------------------------------------------- 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 8007c396-037a-478e-a2db-391296d4022b 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.313 | 3.313 | 3.313 | 3.313 | 3.313 | 3.313 | 100.0% | 1 | | cinder_v2.delete_volume | 3.051 | 3.051 | 3.051 | 3.051 | 3.051 | 3.051 | 100.0% | 1 | | total | 6.364 | 6.364 | 6.364 | 6.364 | 6.364 | 6.364 | 100.0% | 1 | | -> duration | 6.364 | 6.364 | 6.364 | 6.364 | 6.364 | 6.364 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.364472 Full duration: 17.212566 -------------------------------------------------------------------------------- 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-36134f3d-8304-4bd5-ad84-3affc30cec72" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 8007c396-037a-478e-a2db-391296d4022b 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 | 11.7 | 11.7 | 11.7 | 11.7 | 11.7 | 11.7 | 100.0% | 1 | | cinder_v2.delete_volume | 2.754 | 2.754 | 2.754 | 2.754 | 2.754 | 2.754 | 100.0% | 1 | | total | 14.454 | 14.454 | 14.454 | 14.454 | 14.454 | 14.454 | 100.0% | 1 | | -> duration | 14.454 | 14.454 | 14.454 | 14.454 | 14.454 | 14.454 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.45423 Full duration: 25.67933 -------------------------------------------------------------------------------- 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 8007c396-037a-478e-a2db-391296d4022b 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.266 | 3.266 | 3.266 | 3.266 | 3.266 | 3.266 | 100.0% | 1 | | cinder_v2.delete_volume | 4.941 | 4.941 | 4.941 | 4.941 | 4.941 | 4.941 | 100.0% | 1 | | total | 8.207 | 8.207 | 8.207 | 8.207 | 8.207 | 8.207 | 100.0% | 1 | | -> duration | 8.207 | 8.207 | 8.207 | 8.207 | 8.207 | 8.207 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.207349 Full duration: 19.587276 -------------------------------------------------------------------------------- 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 8007c396-037a-478e-a2db-391296d4022b 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.278 | 3.278 | 3.278 | 3.278 | 3.278 | 3.278 | 100.0% | 1 | | cinder_v2.extend_volume | 2.789 | 2.789 | 2.789 | 2.789 | 2.789 | 2.789 | 100.0% | 1 | | cinder_v2.delete_volume | 2.515 | 2.515 | 2.515 | 2.515 | 2.515 | 2.515 | 100.0% | 1 | | total | 8.582 | 8.582 | 8.582 | 8.582 | 8.582 | 8.582 | 100.0% | 1 | | -> duration | 8.582 | 8.582 | 8.582 | 8.582 | 8.582 | 8.582 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.582016 Full duration: 19.843628 -------------------------------------------------------------------------------- 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 8007c396-037a-478e-a2db-391296d4022b 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.232 | 3.232 | 3.232 | 3.232 | 3.232 | 3.232 | 100.0% | 1 | | cinder_v2.delete_volume | 4.988 | 4.988 | 4.988 | 4.988 | 4.988 | 4.988 | 100.0% | 1 | | total | 8.221 | 8.221 | 8.221 | 8.221 | 8.221 | 8.221 | 100.0% | 1 | | -> duration | 8.221 | 8.221 | 8.221 | 8.221 | 8.221 | 8.221 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.220822 Full duration: 25.928279 -------------------------------------------------------------------------------- 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 8007c396-037a-478e-a2db-391296d4022b 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.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | cinder_v2.list_qos | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 100.0% | 1 | | total | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | -> duration | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.774507 Full duration: 12.822053 -------------------------------------------------------------------------------- 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 8007c396-037a-478e-a2db-391296d4022b 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.58 | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 100.0% | 1 | | cinder_v2.set_qos | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 100.0% | 1 | | total | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 100.0% | 1 | | -> duration | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.76102 Full duration: 12.883663 -------------------------------------------------------------------------------- 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 8007c396-037a-478e-a2db-391296d4022b has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 100.0% | 1 | | cinder_v2.list_types | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 100.0% | 1 | | total | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> duration | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.778744 Full duration: 12.940573 -------------------------------------------------------------------------------- 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 8007c396-037a-478e-a2db-391296d4022b 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.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 100.0% | 1 | | total | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | -> duration | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.837709 Full duration: 13.355084 HINTS: * To plot HTML graphics with this data, run: rally task report 8007c396-037a-478e-a2db-391296d4022b --out output.html * To generate a JUnit report, run: rally task export 8007c396-037a-478e-a2db-391296d4022b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8007c396-037a-478e-a2db-391296d4022b --json --out output.json 2018-04-08 12:27:32,013 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '8007c396-037a-478e-a2db-391296d4022b'] 2018-04-08 12:27:32,979 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-08 12:27:32,979 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '8007c396-037a-478e-a2db-391296d4022b', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-08 12:27:32,984 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-08 12:27:32,985 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-08 12:27:32,985 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-04-08 12:27:32,985 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-08 12:27:33,009 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-08 12:27:33,011 - 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': 'a22bbb4c-81dd-4580-8ac2-68f312a231bb', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-36134f3d-8304-4bd5-ad84-3affc30cec72', 'flavor_name': 'rally-tiny-36134f3d-8304-4bd5-ad84-3affc30cec72', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-36134f3d-8304-4bd5-ad84-3affc30cec72', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-08 12:29:02,636 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e42b20e3-5b09-4b62-8637-d211dce329e9 2018-04-08 12:29:02,636 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e42b20e3-5b09-4b62-8637-d211dce329e9'] 2018-04-08 12:29:03,612 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e42b20e3-5b09-4b62-8637-d211dce329e9: 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 e42b20e3-5b09-4b62-8637-d211dce329e9 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 | 7.237 | 7.237 | 7.237 | 7.237 | 7.237 | 7.237 | 100.0% | 1 | | heat.update_stack | 2.774 | 2.774 | 2.774 | 2.774 | 2.774 | 2.774 | 100.0% | 1 | | heat.delete_stack | 5.097 | 5.097 | 5.097 | 5.097 | 5.097 | 5.097 | 100.0% | 1 | | total | 15.108 | 15.108 | 15.108 | 15.108 | 15.108 | 15.108 | 100.0% | 1 | | -> duration | 11.108 | 11.108 | 11.108 | 11.108 | 11.108 | 11.108 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.108428 Full duration: 23.540092 -------------------------------------------------------------------------------- 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 e42b20e3-5b09-4b62-8637-d211dce329e9 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.773 | 4.773 | 4.773 | 4.773 | 4.773 | 4.773 | 100.0% | 1 | | heat.check_stack | 1.999 | 1.999 | 1.999 | 1.999 | 1.999 | 1.999 | 100.0% | 1 | | heat.delete_stack | 2.8 | 2.8 | 2.8 | 2.8 | 2.8 | 2.8 | 100.0% | 1 | | total | 9.571 | 9.571 | 9.571 | 9.571 | 9.571 | 9.571 | 100.0% | 1 | | -> duration | 7.571 | 7.571 | 7.571 | 7.571 | 7.571 | 7.571 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.571379 Full duration: 19.115257 -------------------------------------------------------------------------------- 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 e42b20e3-5b09-4b62-8637-d211dce329e9 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.616 | 4.616 | 4.616 | 4.616 | 4.616 | 4.616 | 100.0% | 1 | | heat.suspend_stack | 0.842 | 0.842 | 0.842 | 0.842 | 0.842 | 0.842 | 100.0% | 1 | | heat.resume_stack | 1.866 | 1.866 | 1.866 | 1.866 | 1.866 | 1.866 | 100.0% | 1 | | heat.delete_stack | 2.497 | 2.497 | 2.497 | 2.497 | 2.497 | 2.497 | 100.0% | 1 | | total | 9.822 | 9.822 | 9.822 | 9.822 | 9.822 | 9.822 | 100.0% | 1 | | -> duration | 7.822 | 7.822 | 7.822 | 7.822 | 7.822 | 7.822 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.821663 Full duration: 18.925571 -------------------------------------------------------------------------------- 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 e42b20e3-5b09-4b62-8637-d211dce329e9 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.576 | 0.576 | 0.576 | 0.576 | 0.576 | 0.576 | 100.0% | 1 | | total | 0.576 | 0.576 | 0.576 | 0.576 | 0.576 | 0.576 | 100.0% | 1 | | -> duration | 0.576 | 0.576 | 0.576 | 0.576 | 0.576 | 0.576 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.576061 Full duration: 8.297615 HINTS: * To plot HTML graphics with this data, run: rally task report e42b20e3-5b09-4b62-8637-d211dce329e9 --out output.html * To generate a JUnit report, run: rally task export e42b20e3-5b09-4b62-8637-d211dce329e9 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e42b20e3-5b09-4b62-8637-d211dce329e9 --json --out output.json 2018-04-08 12:29:03,613 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e42b20e3-5b09-4b62-8637-d211dce329e9'] 2018-04-08 12:29:04,471 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-08 12:29:04,471 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e42b20e3-5b09-4b62-8637-d211dce329e9', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-08 12:29:04,477 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-08 12:29:04,477 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-08 12:29:04,477 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-04-08 12:29:04,477 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-08 12:29:04,519 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-08 12:29:04,523 - 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': 'a22bbb4c-81dd-4580-8ac2-68f312a231bb', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-36134f3d-8304-4bd5-ad84-3affc30cec72', 'flavor_name': 'rally-tiny-36134f3d-8304-4bd5-ad84-3affc30cec72', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-36134f3d-8304-4bd5-ad84-3affc30cec72', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-08 12:32:25,102 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a8fcf2b1-eadf-4a31-a7da-e6adc0251215 2018-04-08 12:32:25,103 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a8fcf2b1-eadf-4a31-a7da-e6adc0251215'] 2018-04-08 12:32:26,164 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a8fcf2b1-eadf-4a31-a7da-e6adc0251215: 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 a8fcf2b1-eadf-4a31-a7da-e6adc0251215 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.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | keystone_v3.add_role | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 100.0% | 1 | | keystone_v3.revoke_role | 0.157 | 0.157 | 0.157 | 0.157 | 0.157 | 0.157 | 100.0% | 1 | | total | 1.107 | 1.107 | 1.107 | 1.107 | 1.107 | 1.107 | 100.0% | 1 | | -> duration | 1.107 | 1.107 | 1.107 | 1.107 | 1.107 | 1.107 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.106844 Full duration: 15.131579 -------------------------------------------------------------------------------- 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 a8fcf2b1-eadf-4a31-a7da-e6adc0251215 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.518 | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 100.0% | 1 | | keystone_v3.add_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | keystone_v3.list_roles | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | total | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | -> duration | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.748858 Full duration: 15.218703 -------------------------------------------------------------------------------- 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 a8fcf2b1-eadf-4a31-a7da-e6adc0251215 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.039 | 1.039 | 1.039 | 1.039 | 1.039 | 1.039 | 100.0% | 1 | | keystone_v3.list_projects | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | total | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 100.0% | 1 | | -> duration | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.120045 Full duration: 16.053125 -------------------------------------------------------------------------------- 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 a8fcf2b1-eadf-4a31-a7da-e6adc0251215 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.534 | 0.534 | 0.534 | 0.534 | 0.534 | 0.534 | 100.0% | 1 | | keystone_v3.delete_role | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | total | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | -> duration | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.623674 Full duration: 13.093064 -------------------------------------------------------------------------------- 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 a8fcf2b1-eadf-4a31-a7da-e6adc0251215 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.511 | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 100.0% | 1 | | keystone_v3.delete_service | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | total | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 100.0% | 1 | | -> duration | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.626739 Full duration: 14.063813 -------------------------------------------------------------------------------- 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 a8fcf2b1-eadf-4a31-a7da-e6adc0251215 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.691 | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 100.0% | 1 | | keystone_v3.create_user | 0.854 | 0.854 | 0.854 | 0.854 | 0.854 | 0.854 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | -> keystone_v3.add_role | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 100.0% | 1 | | keystone_v3.create_role | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | keystone_v3.get_project | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | keystone_v3.get_user | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | keystone_v3.get_role | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | keystone_v3.list_services | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | keystone_v3.get_services | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | total | 2.205 | 2.205 | 2.205 | 2.205 | 2.205 | 2.205 | 100.0% | 1 | | -> duration | 2.205 | 2.205 | 2.205 | 2.205 | 2.205 | 2.205 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.204895 Full duration: 20.228841 -------------------------------------------------------------------------------- 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 a8fcf2b1-eadf-4a31-a7da-e6adc0251215 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.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | keystone_v3.update_project | 0.136 | 0.136 | 0.136 | 0.136 | 0.136 | 0.136 | 100.0% | 1 | | keystone_v3.delete_project | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 100.0% | 1 | | total | 1.022 | 1.022 | 1.022 | 1.022 | 1.022 | 1.022 | 100.0% | 1 | | -> duration | 1.022 | 1.022 | 1.022 | 1.022 | 1.022 | 1.022 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.021937 Full duration: 13.313188 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task a8fcf2b1-eadf-4a31-a7da-e6adc0251215 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.696 | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 100.0% | 1 | | total | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 100.0% | 1 | | -> duration | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.794367 Full duration: 15.926517 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task a8fcf2b1-eadf-4a31-a7da-e6adc0251215 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.41 | 1.41 | 1.41 | 1.41 | 1.41 | 1.41 | 100.0% | 1 | | total | 1.41 | 1.41 | 1.41 | 1.41 | 1.41 | 1.41 | 100.0% | 1 | | -> duration | 1.41 | 1.41 | 1.41 | 1.41 | 1.41 | 1.41 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.410039 Full duration: 15.990421 -------------------------------------------------------------------------------- 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 a8fcf2b1-eadf-4a31-a7da-e6adc0251215 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.662 | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 100.0% | 1 | | keystone_v3.list_users | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | total | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 100.0% | 1 | | -> duration | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.865964 Full duration: 15.239256 -------------------------------------------------------------------------------- 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 a8fcf2b1-eadf-4a31-a7da-e6adc0251215 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.765 | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 100.0% | 1 | | keystone_v3.create_users | 5.433 | 5.433 | 5.433 | 5.433 | 5.433 | 5.433 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.433 | 5.433 | 5.433 | 5.433 | 5.433 | 5.433 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.926 | 0.926 | 0.926 | 0.926 | 0.926 | 0.926 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.328 | 1.328 | 1.328 | 1.328 | 1.328 | 1.328 | 100.0% | 1 | | total | 7.212 | 7.212 | 7.212 | 7.212 | 7.212 | 7.212 | 100.0% | 1 | | -> duration | 7.212 | 7.212 | 7.212 | 7.212 | 7.212 | 7.212 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.21156 Full duration: 25.158778 HINTS: * To plot HTML graphics with this data, run: rally task report a8fcf2b1-eadf-4a31-a7da-e6adc0251215 --out output.html * To generate a JUnit report, run: rally task export a8fcf2b1-eadf-4a31-a7da-e6adc0251215 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a8fcf2b1-eadf-4a31-a7da-e6adc0251215 --json --out output.json 2018-04-08 12:32:26,165 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a8fcf2b1-eadf-4a31-a7da-e6adc0251215'] 2018-04-08 12:32:27,177 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-08 12:32:27,177 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a8fcf2b1-eadf-4a31-a7da-e6adc0251215', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-08 12:32:27,186 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-08 12:32:27,186 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-08 12:32:27,186 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-04-08 12:32:27,187 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-08 12:32:27,218 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-08 12:32:27,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': ['neutron'], 'concurrency': 4, 'netid': 'a22bbb4c-81dd-4580-8ac2-68f312a231bb', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-36134f3d-8304-4bd5-ad84-3affc30cec72', 'flavor_name': 'rally-tiny-36134f3d-8304-4bd5-ad84-3affc30cec72', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-36134f3d-8304-4bd5-ad84-3affc30cec72', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-08 12:39:25,605 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ce328e9e-26e9-49a8-9156-4394d74fac48 2018-04-08 12:39:25,605 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'ce328e9e-26e9-49a8-9156-4394d74fac48'] 2018-04-08 12:39:26,590 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task ce328e9e-26e9-49a8-9156-4394d74fac48: 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 ce328e9e-26e9-49a8-9156-4394d74fac48 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.037 | 1.037 | 1.037 | 1.037 | 1.037 | 1.037 | 100.0% | 1 | | neutron.delete_network | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 100.0% | 1 | | total | 1.906 | 1.906 | 1.906 | 1.906 | 1.906 | 1.906 | 100.0% | 1 | | -> duration | 1.906 | 1.906 | 1.906 | 1.906 | 1.906 | 1.906 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.90643 Full duration: 16.121548 -------------------------------------------------------------------------------- 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 ce328e9e-26e9-49a8-9156-4394d74fac48 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.67 | 1.67 | 1.67 | 1.67 | 1.67 | 1.67 | 100.0% | 1 | | neutron.delete_port | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 100.0% | 1 | | total | 2.294 | 2.294 | 2.294 | 2.294 | 2.294 | 2.294 | 100.0% | 1 | | -> duration | 2.294 | 2.294 | 2.294 | 2.294 | 2.294 | 2.294 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.29355 Full duration: 41.454491 -------------------------------------------------------------------------------- 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 ce328e9e-26e9-49a8-9156-4394d74fac48 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.997 | 0.997 | 0.997 | 0.997 | 0.997 | 0.997 | 100.0% | 1 | | neutron.create_subnet | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 100.0% | 1 | | neutron.create_router | 4.863 | 4.863 | 4.863 | 4.863 | 4.863 | 4.863 | 100.0% | 1 | | neutron.add_interface_router | 1.75 | 1.75 | 1.75 | 1.75 | 1.75 | 1.75 | 100.0% | 1 | | neutron.remove_interface_router | 2.017 | 2.017 | 2.017 | 2.017 | 2.017 | 2.017 | 100.0% | 1 | | neutron.delete_router | 2.661 | 2.661 | 2.661 | 2.661 | 2.661 | 2.661 | 100.0% | 1 | | total | 13.141 | 13.141 | 13.141 | 13.141 | 13.141 | 13.141 | 100.0% | 1 | | -> duration | 13.141 | 13.141 | 13.141 | 13.141 | 13.141 | 13.141 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.140938 Full duration: 56.946817 -------------------------------------------------------------------------------- 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 ce328e9e-26e9-49a8-9156-4394d74fac48 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.388 | 1.388 | 1.388 | 1.388 | 1.388 | 1.388 | 100.0% | 1 | | neutron.delete_subnet | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | total | 2.077 | 2.077 | 2.077 | 2.077 | 2.077 | 2.077 | 100.0% | 1 | | -> duration | 2.077 | 2.077 | 2.077 | 2.077 | 2.077 | 2.077 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.076885 Full duration: 41.90339 -------------------------------------------------------------------------------- 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 ce328e9e-26e9-49a8-9156-4394d74fac48 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.042 | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 100.0% | 1 | | neutron.list_networks | 0.282 | 0.282 | 0.282 | 0.282 | 0.282 | 0.282 | 100.0% | 1 | | total | 1.324 | 1.324 | 1.324 | 1.324 | 1.324 | 1.324 | 100.0% | 1 | | -> duration | 1.324 | 1.324 | 1.324 | 1.324 | 1.324 | 1.324 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.324019 Full duration: 17.954846 -------------------------------------------------------------------------------- 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 ce328e9e-26e9-49a8-9156-4394d74fac48 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.694 | 1.694 | 1.694 | 1.694 | 1.694 | 1.694 | 100.0% | 1 | | neutron.list_ports | 0.277 | 0.277 | 0.277 | 0.277 | 0.277 | 0.277 | 100.0% | 1 | | total | 1.971 | 1.971 | 1.971 | 1.971 | 1.971 | 1.971 | 100.0% | 1 | | -> duration | 1.971 | 1.971 | 1.971 | 1.971 | 1.971 | 1.971 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.970621 Full duration: 40.461109 -------------------------------------------------------------------------------- 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 ce328e9e-26e9-49a8-9156-4394d74fac48 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.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | neutron.create_subnet | 1.536 | 1.536 | 1.536 | 1.536 | 1.536 | 1.536 | 100.0% | 1 | | neutron.create_router | 4.207 | 4.207 | 4.207 | 4.207 | 4.207 | 4.207 | 100.0% | 1 | | neutron.add_interface_router | 1.867 | 1.867 | 1.867 | 1.867 | 1.867 | 1.867 | 100.0% | 1 | | neutron.list_routers | 0.398 | 0.398 | 0.398 | 0.398 | 0.398 | 0.398 | 100.0% | 1 | | total | 8.841 | 8.841 | 8.841 | 8.841 | 8.841 | 8.841 | 100.0% | 1 | | -> duration | 8.841 | 8.841 | 8.841 | 8.841 | 8.841 | 8.841 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.841031 Full duration: 60.24227 -------------------------------------------------------------------------------- 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 ce328e9e-26e9-49a8-9156-4394d74fac48 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.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | neutron.create_subnet | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 100.0% | 1 | | neutron.list_subnets | 0.249 | 0.249 | 0.249 | 0.249 | 0.249 | 0.249 | 100.0% | 1 | | total | 1.99 | 1.99 | 1.99 | 1.99 | 1.99 | 1.99 | 100.0% | 1 | | -> duration | 1.99 | 1.99 | 1.99 | 1.99 | 1.99 | 1.99 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.990459 Full duration: 45.380422 -------------------------------------------------------------------------------- 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 ce328e9e-26e9-49a8-9156-4394d74fac48 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.044 | 1.044 | 1.044 | 1.044 | 1.044 | 1.044 | 100.0% | 1 | | neutron.delete_security_group | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | total | 1.709 | 1.709 | 1.709 | 1.709 | 1.709 | 1.709 | 100.0% | 1 | | -> duration | 1.709 | 1.709 | 1.709 | 1.709 | 1.709 | 1.709 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.709389 Full duration: 16.097922 -------------------------------------------------------------------------------- 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 ce328e9e-26e9-49a8-9156-4394d74fac48 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.348 | 1.348 | 1.348 | 1.348 | 1.348 | 1.348 | 100.0% | 1 | | neutron.create_security_group_rule | 0.39 | 0.39 | 0.39 | 0.39 | 0.39 | 0.39 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.257 | 0.257 | 0.257 | 0.257 | 0.257 | 0.257 | 100.0% | 1 | | neutron.delete_security_group | 0.289 | 0.289 | 0.289 | 0.289 | 0.289 | 0.289 | 100.0% | 1 | | total | 2.284 | 2.284 | 2.284 | 2.284 | 2.284 | 2.284 | 100.0% | 1 | | -> duration | 2.284 | 2.284 | 2.284 | 2.284 | 2.284 | 2.284 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.284211 Full duration: 16.785669 -------------------------------------------------------------------------------- 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 ce328e9e-26e9-49a8-9156-4394d74fac48 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.174 | 1.174 | 1.174 | 1.174 | 1.174 | 1.174 | 100.0% | 1 | | neutron.create_router | 4.679 | 4.679 | 4.679 | 4.679 | 4.679 | 4.679 | 100.0% | 1 | | neutron.add_gateway_router | 1.968 | 1.968 | 1.968 | 1.968 | 1.968 | 1.968 | 100.0% | 1 | | neutron.remove_gateway_router | 1.099 | 1.099 | 1.099 | 1.099 | 1.099 | 1.099 | 100.0% | 1 | | total | 8.921 | 8.921 | 8.921 | 8.921 | 8.921 | 8.921 | 100.0% | 1 | | -> duration | 8.921 | 8.921 | 8.921 | 8.921 | 8.921 | 8.921 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.921347 Full duration: 36.265544 HINTS: * To plot HTML graphics with this data, run: rally task report ce328e9e-26e9-49a8-9156-4394d74fac48 --out output.html * To generate a JUnit report, run: rally task export ce328e9e-26e9-49a8-9156-4394d74fac48 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ce328e9e-26e9-49a8-9156-4394d74fac48 --json --out output.json 2018-04-08 12:39:26,590 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'ce328e9e-26e9-49a8-9156-4394d74fac48'] 2018-04-08 12:39:27,551 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-08 12:39:27,551 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'ce328e9e-26e9-49a8-9156-4394d74fac48', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-08 12:39:27,560 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-08 12:39:27,560 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-08 12:39:27,561 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-04-08 12:39:27,561 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-08 12:39:27,602 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-08 12:39:27,607 - 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': 'a22bbb4c-81dd-4580-8ac2-68f312a231bb', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-36134f3d-8304-4bd5-ad84-3affc30cec72', 'flavor_name': 'rally-tiny-36134f3d-8304-4bd5-ad84-3affc30cec72', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-36134f3d-8304-4bd5-ad84-3affc30cec72', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-08 12:42:55,891 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b87e1660-51c4-4143-8dfb-67212417d63b 2018-04-08 12:42:55,891 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b87e1660-51c4-4143-8dfb-67212417d63b'] 2018-04-08 12:42:56,730 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b87e1660-51c4-4143-8dfb-67212417d63b: aborted -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-36134f3d-8304-4bd5-ad84-3affc30cec72" }, "image": { "name": "Cirros-0.4.0-36134f3d-8304-4bd5-ad84-3affc30cec72" }, "block_migration": false, "nics": [ { "net-id": "a22bbb4c-81dd-4580-8ac2-68f312a231bb" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b87e1660-51c4-4143-8dfb-67212417d63b has 1 error(s) -------------------------------------------------------------------------------- RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/servers.py", line 722, in run block_migration, disk_over_commit) File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 87, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/utils.py", line 770, in _live_migrate "but instance did not change host: %s" % host_pre_migrate) RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 22.451 | 22.451 | 22.451 | 22.451 | 22.451 | 22.451 | 100.0% | 1 | | nova.find_host_to_migrate | 1.301 | 1.301 | 1.301 | 1.301 | 1.301 | 1.301 | 100.0% | 1 | | nova.live_migrate | 137.149 | 137.149 | 137.149 | 137.149 | 137.149 | 137.149 | 0.0% | 1 | | total | 160.901 | 160.901 | 160.901 | 160.901 | 160.901 | 160.901 | 0.0% | 1 | | -> duration | 159.901 | 159.901 | 159.901 | 159.901 | 159.901 | 159.901 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 159.900788 Full duration: 180.130514 HINTS: * To plot HTML graphics with this data, run: rally task report b87e1660-51c4-4143-8dfb-67212417d63b --out output.html * To generate a JUnit report, run: rally task export b87e1660-51c4-4143-8dfb-67212417d63b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b87e1660-51c4-4143-8dfb-67212417d63b --json --out output.json 2018-04-08 12:42:56,730 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b87e1660-51c4-4143-8dfb-67212417d63b'] 2018-04-08 12:42:57,725 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-08 12:42:57,725 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b87e1660-51c4-4143-8dfb-67212417d63b', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-08 12:42:57,733 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-04-08 12:42:57,733 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-08 12:42:57,734 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-04-08 12:42:57,734 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-08 12:42:57,782 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-08 12:42:57,784 - 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': 'a22bbb4c-81dd-4580-8ac2-68f312a231bb', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-36134f3d-8304-4bd5-ad84-3affc30cec72', 'flavor_name': 'rally-tiny-36134f3d-8304-4bd5-ad84-3affc30cec72', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-36134f3d-8304-4bd5-ad84-3affc30cec72', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-08 12:43:53,262 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ff0fdb08-bb23-442a-af17-5eacb1c01767 2018-04-08 12:43:53,262 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'ff0fdb08-bb23-442a-af17-5eacb1c01767'] 2018-04-08 12:43:54,329 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task ff0fdb08-bb23-442a-af17-5eacb1c01767: 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 ff0fdb08-bb23-442a-af17-5eacb1c01767 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.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | quotas.delete_quotas | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 100.0% | 1 | | total | 1.351 | 1.351 | 1.351 | 1.351 | 1.351 | 1.351 | 100.0% | 1 | | -> duration | 1.351 | 1.351 | 1.351 | 1.351 | 1.351 | 1.351 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.351324 Full duration: 8.966631 -------------------------------------------------------------------------------- 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 ff0fdb08-bb23-442a-af17-5eacb1c01767 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.841 | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 100.0% | 1 | | total | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 100.0% | 1 | | -> duration | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.840894 Full duration: 9.715998 -------------------------------------------------------------------------------- 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 ff0fdb08-bb23-442a-af17-5eacb1c01767 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.39 | 0.39 | 0.39 | 0.39 | 0.39 | 0.39 | 100.0% | 1 | | total | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 100.0% | 1 | | -> duration | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.791219 Full duration: 8.930182 -------------------------------------------------------------------------------- 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 ff0fdb08-bb23-442a-af17-5eacb1c01767 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.117 | 2.117 | 2.117 | 2.117 | 2.117 | 2.117 | 100.0% | 1 | | total | 2.117 | 2.117 | 2.117 | 2.117 | 2.117 | 2.117 | 100.0% | 1 | | -> duration | 2.117 | 2.117 | 2.117 | 2.117 | 2.117 | 2.117 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.117451 Full duration: 11.31138 HINTS: * To plot HTML graphics with this data, run: rally task report ff0fdb08-bb23-442a-af17-5eacb1c01767 --out output.html * To generate a JUnit report, run: rally task export ff0fdb08-bb23-442a-af17-5eacb1c01767 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ff0fdb08-bb23-442a-af17-5eacb1c01767 --json --out output.json 2018-04-08 12:43:54,330 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'ff0fdb08-bb23-442a-af17-5eacb1c01767'] 2018-04-08 12:43:55,325 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-08 12:43:55,325 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'ff0fdb08-bb23-442a-af17-5eacb1c01767', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-08 12:43:55,333 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-08 12:43:55,337 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:42 | 4 | 100.00% | | cinder | 03:05 | 10 | 100.00% | | heat | 01:09 | 4 | 100.00% | | keystone | 02:59 | 11 | 100.00% | | neutron | 06:29 | 11 | 100.00% | | nova | 03:00 | 1 | 0.00% | | quotas | 00:38 | 4 | 100.00% | | | | | | | TOTAL: | 00:19:52 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-04-08 12:43:55,337 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-04-08 12:44:10,413 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 12:44:10,413 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 23:50 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-08 12:44:10,417 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-04-08 12:44:10,418 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-08 12:44:10,517 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-08 12:44:12,808 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-08 12:44:12.609 9792 INFO rally.deployment.engine [-] Deployment f5e7c68e-a561-4c21-9ead-1cb2b6563fcd | Starting: Destroy cloud and free allocated resources. 2018-04-08 12:44:12.667 9792 INFO rally.deployment.engine [-] Deployment f5e7c68e-a561-4c21-9ead-1cb2b6563fcd | Completed: Destroy cloud and free allocated resources. 2018-04-08 12:44:12.676 9792 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=4bc64293-5738-4d94-abb7-c80d15375ed1). 2018-04-08 12:44:12.678 9792 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-08 12:44:15,041 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-08 12:44:14.774 9795 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=d5eb8cc6-b37b-422a-8075-38c1850c50ea) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | d5eb8cc6-b37b-422a-8075-38c1850c50ea | 2018-04-08T12:44:14 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: d5eb8cc6-b37b-422a-8075-38c1850c50ea ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-08 12:44:18,350 - 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-04-08 12:44:18,350 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-08 12:44:20,712 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-08 12:44:20.456 9801 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=4bc64293-5738-4d94-abb7-c80d15375ed1). 2018-04-08 12:44:20.581 9801 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-08 12:44:23,994 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-08 12:44:22.741 9804 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-08 12:44:22.869 9804 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-08 12:44:23.808 9804 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=bd31ec06-26af-4309-8ddd-1a1b12aad6e0) has been successfully created! Using verifier 'opnfv-tempest' (UUID=bd31ec06-26af-4309-8ddd-1a1b12aad6e0) as the default verifier for the future CLI operations. 2018-04-08 12:44:26,928 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-08 12:44:29,767 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-08 12:44:44,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-08 12:44:50,847 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-08 12:44:49.638 9823 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=bd31ec06-26af-4309-8ddd-1a1b12aad6e0) for deployment 'opnfv-rally' (UUID=d5eb8cc6-b37b-422a-8075-38c1850c50ea). 2018-04-08 12:44:50.685 9823 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=bd31ec06-26af-4309-8ddd-1a1b12aad6e0) has been successfully configured for deployment 'opnfv-rally' (UUID=d5eb8cc6-b37b-422a-8075-38c1850c50ea)! 2018-04-08 12:44:50,847 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-08 12:44:50,847 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-08 12:44:50,849 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-08 12:44:53,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-04-08 12:44:55,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:44:55.723 9835 INFO rally.api [-] Starting verification (UUID=d42c24f2-2c16-4b74-95e8-9378e3bfb4c4) for deployment 'opnfv-rally' (UUID=d5eb8cc6-b37b-422a-8075-38c1850c50ea) by verifier 'opnfv-tempest' (UUID=bd31ec06-26af-4309-8ddd-1a1b12aad6e0). 2018-04-08 12:44:55,724 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: d42c24f2-2c16-4b74-95e8-9378e3bfb4c4 2018-04-08 12:45:05,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:05.237 9835 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-04-08 12:45:05,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:05.774 9835 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.324s] 2018-04-08 12:45:05,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:05.835 9835 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.665s] 2018-04-08 12:45:06,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:06.626 9835 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.434s] 2018-04-08 12:45:11,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:11.021 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.170s] 2018-04-08 12:45:11,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:11.327 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [5.936s] 2018-04-08 12:45:11,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:11.642 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.741s] 2018-04-08 12:45:13,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:13.172 9835 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [6.546s] 2018-04-08 12:45:14,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:14.961 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [3.318s] 2018-04-08 12:45:16,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:16.837 9835 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [5.212s] 2018-04-08 12:45:17,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:17.379 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [2.417s] 2018-04-08 12:45:17,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:17.468 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [6.446s] 2018-04-08 12:45:21,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:21.011 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [3.542s] 2018-04-08 12:45:23,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:23.033 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.022s] 2018-04-08 12:45:23,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:23.118 9835 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.379s] 2018-04-08 12:45:24,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:24.669 9835 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.550s] 2018-04-08 12:45:26,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:26.453 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [3.419s] 2018-04-08 12:45:27,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:27.783 9835 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.183s] 2018-04-08 12:45:28,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:28.381 9835 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.598s] 2018-04-08 12:45:30,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:30.220 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [3.766s] 2018-04-08 12:45:34,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:34.204 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [3.983s] 2018-04-08 12:45:34,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:34.301 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.097s] 2018-04-08 12:45:34,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:34.327 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.026s] 2018-04-08 12:45:34,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:34.490 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.162s] 2018-04-08 12:45:34,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:34.509 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.018s] 2018-04-08 12:45:38,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:38.997 9835 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.054s] 2018-04-08 12:45:45,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:45.115 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [39.998s] 2018-04-08 12:45:47,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:47.044 9835 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [8.045s] 2018-04-08 12:45:49,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:49.144 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.589s] 2018-04-08 12:45:49,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:49.530 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.384s] 2018-04-08 12:45:49,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:49.970 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.068s] 2018-04-08 12:45:49,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:49.982 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-04-08 12:45:50,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:50.091 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.561s] 2018-04-08 12:45:50,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:50.144 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.161s] 2018-04-08 12:45:50,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:50.155 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-04-08 12:45:50,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:50.168 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.012s] 2018-04-08 12:45:50,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:50.201 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.033s] 2018-04-08 12:45:50,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:50.277 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.076s] 2018-04-08 12:45:50,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:50.341 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.063s] 2018-04-08 12:45:50,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:50.532 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.441s] 2018-04-08 12:45:50,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:50.646 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.304s] 2018-04-08 12:45:50,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:50.660 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-04-08 12:45:50,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:50.725 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.065s] 2018-04-08 12:45:50,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:50.862 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.329s] 2018-04-08 12:45:50,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:50.944 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.081s] 2018-04-08 12:45:51,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:51.019 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.074s] 2018-04-08 12:45:51,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:51.094 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.074s] 2018-04-08 12:45:51,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:51.162 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.068s] 2018-04-08 12:45:51,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:51.228 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.066s] 2018-04-08 12:45:51,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:51.373 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.145s] 2018-04-08 12:45:59,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:45:59.189 9835 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [3.261s] 2018-04-08 12:46:06,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:06.235 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.558s] 2018-04-08 12:46:07,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:07.628 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.391s] 2018-04-08 12:46:08,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:08.397 9835 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.179s] 2018-04-08 12:46:09,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:09.021 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.392s] 2018-04-08 12:46:09,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:09.121 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [5.956s] 2018-04-08 12:46:09,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:09.603 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.763s] 2018-04-08 12:46:10,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:10.548 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.527s] 2018-04-08 12:46:12,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:12.378 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.828s] 2018-04-08 12:46:13,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:13.823 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.701s] 2018-04-08 12:46:14,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:14.082 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.704s] 2018-04-08 12:46:14,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:14.490 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [63.151s] 2018-04-08 12:46:14,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:14.872 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.789s] 2018-04-08 12:46:15,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:15.584 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.711s] 2018-04-08 12:46:16,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:16.283 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.698s] 2018-04-08 12:46:17,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:17.302 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.696s] 2018-04-08 12:46:17,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:17.429 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.144s] 2018-04-08 12:46:18,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:18.466 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [1.038s] 2018-04-08 12:46:19,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:19.165 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.697s] 2018-04-08 12:46:19,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:19.590 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.426s] 2018-04-08 12:46:19,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:19.600 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.299s] 2018-04-08 12:46:19,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:19.805 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.205s] 2018-04-08 12:46:20,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:20.028 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.223s] 2018-04-08 12:46:20,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:20.254 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.225s] 2018-04-08 12:46:20,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:20.371 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [6.548s] 2018-04-08 12:46:20,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:20.437 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.183s] 2018-04-08 12:46:21,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:21.031 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.438s] 2018-04-08 12:46:21,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:21.423 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.392s] 2018-04-08 12:46:21,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:21.933 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [3.115s] 2018-04-08 12:46:22,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:22.011 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.077s] 2018-04-08 12:46:22,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:22.191 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.768s] 2018-04-08 12:46:22,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:22.569 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.558s] 2018-04-08 12:46:22,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:22.667 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.097s] 2018-04-08 12:46:22,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:22.669 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-04-08 12:46:22,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:22.707 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.515s] 2018-04-08 12:46:23,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:23.233 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.526s] 2018-04-08 12:46:25,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:25.044 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.671s] 2018-04-08 12:46:29,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:29.787 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.742s] 2018-04-08 12:46:33,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:33.702 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.914s] 2018-04-08 12:46:33,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:33.845 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [58.262s] 2018-04-08 12:46:34,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:34.777 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.935s] 2018-04-08 12:46:38,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:38.101 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.399s] 2018-04-08 12:46:47,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:47.896 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [9.794s] 2018-04-08 12:46:50,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:50.803 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [36.304s] 2018-04-08 12:46:52,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:52.517 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.620s] 2018-04-08 12:46:52,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:52.828 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.311s] 2018-04-08 12:46:52,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:52.944 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.115s] 2018-04-08 12:46:54,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:54.241 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [1.296s] 2018-04-08 12:46:54,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:54.477 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.235s] 2018-04-08 12:46:54,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:54.585 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.107s] 2018-04-08 12:46:54,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:54.687 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.102s] 2018-04-08 12:46:54,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:54.921 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.233s] 2018-04-08 12:46:54,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:46:54.984 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.062s] 2018-04-08 12:47:01,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:47:01.529 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.545s] 2018-04-08 12:47:03,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:47:03.120 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [105.728s] 2018-04-08 12:47:04,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:47:04.604 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [13.803s] 2018-04-08 12:47:19,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:47:19.291 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.979s] 2018-04-08 12:47:19,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:47:19.562 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.271s] 2018-04-08 12:47:19,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:47:19.779 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.216s] 2018-04-08 12:47:20,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:47:20.207 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.427s] 2018-04-08 12:47:20,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:47:20.825 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.617s] 2018-04-08 12:47:21,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:47:21.374 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.548s] 2018-04-08 12:47:24,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:47:24.533 9835 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [12.622s] 2018-04-08 12:47:24,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:47:24.809 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [3.117s] 2018-04-08 12:47:24,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:47:24.875 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.065s] 2018-04-08 12:47:25,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:47:25.703 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.827s] 2018-04-08 12:47:25,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:47:25.802 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.098s] 2018-04-08 12:47:25,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:47:25.803 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-08 12:47:27,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:47:27.478 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.363s] 2018-04-08 12:47:27,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:47:27.840 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.361s] 2018-04-08 12:47:31,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:47:31.374 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.518s] 2018-04-08 12:47:33,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:47:33.491 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.115s] 2018-04-08 12:47:35,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:47:35.638 9835 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [11.104s] 2018-04-08 12:47:37,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:47:37.967 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.473s] 2018-04-08 12:47:39,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:47:39.121 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.156s] 2018-04-08 12:47:40,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:47:40.715 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.592s] 2018-04-08 12:47:43,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:47:43.446 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [2.730s] 2018-04-08 12:47:46,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:47:46.653 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.203s] 2018-04-08 12:47:46,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:47:46.784 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.134s] 2018-04-08 12:47:53,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:47:53.066 9835 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.160s] 2018-04-08 12:48:22,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:48:22.767 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [78.139s] 2018-04-08 12:48:27,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:48:27.761 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.330s] 2018-04-08 12:48:28,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:48:28.130 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.369s] 2018-04-08 12:48:56,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:48:56.876 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.167s] 2018-04-08 12:48:57,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:48:57.023 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.146s] 2018-04-08 12:48:57,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:48:57.219 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.196s] 2018-04-08 12:48:57,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:48:57.254 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.035s] 2018-04-08 12:48:57,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:48:57.824 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.569s] 2018-04-08 12:48:58,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:48:58.165 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.340s] 2018-04-08 12:48:58,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:48:58.214 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.049s] 2018-04-08 12:48:58,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:48:58.262 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.047s] 2018-04-08 12:48:58,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:48:58.305 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.042s] 2018-04-08 12:48:58,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:48:58.352 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.046s] 2018-04-08 12:52:44,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd42c24f2-2c16-4b74-95e8-9378e3bfb4c4']'. 2018-04-08 12:52:44,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-08 12:52:44,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-08 12:52:44,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-08 12:52:44,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d42c24f2-2c16-4b74-95e8-9378e3bfb4c4 | 2018-04-08 12:52:44,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-08 12:52:44,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-08 12:44:55 | 2018-04-08 12:52:44,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-08 12:52:43 | 2018-04-08 12:52:44,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:07:48 | 2018-04-08 12:52:44,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-08 12:52:44,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-08 12:52:44,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: bd31ec06-26af-4309-8ddd-1a1b12aad6e0) | 2018-04-08 12:52:44,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-08 12:52:44,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: d5eb8cc6-b37b-422a-8075-38c1850c50ea) | 2018-04-08 12:52:44,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 143 | 2018-04-08 12:52:44,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 459.601 | 2018-04-08 12:52:44,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 143 | 2018-04-08 12:52:44,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-08 12:52:44,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-08 12:52:44,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-08 12:52:44,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-08 12:52:44,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-08 12:52:44,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-08 12:52:45,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-04-08 12:52:57,994 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 12:52:57,995 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 08:31 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-08 12:52:57,999 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-08 12:52:58,093 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-08 12:53:00,451 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-08 12:53:00.182 9933 INFO rally.deployment.engine [-] Deployment d5eb8cc6-b37b-422a-8075-38c1850c50ea | Starting: Destroy cloud and free allocated resources. 2018-04-08 12:53:00.249 9933 INFO rally.deployment.engine [-] Deployment d5eb8cc6-b37b-422a-8075-38c1850c50ea | Completed: Destroy cloud and free allocated resources. 2018-04-08 12:53:00.266 9933 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=bd31ec06-26af-4309-8ddd-1a1b12aad6e0) for deployment 'opnfv-rally'. 2018-04-08 12:53:00.276 9933 INFO rally.api [-] Deleting verification (UUID=d42c24f2-2c16-4b74-95e8-9378e3bfb4c4). 2018-04-08 12:53:00.315 9933 INFO rally.api [-] Verification has been successfully deleted! 2018-04-08 12:53:00.315 9933 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=bd31ec06-26af-4309-8ddd-1a1b12aad6e0). 2018-04-08 12:53:00.320 9933 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-08 12:53:02,769 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-08 12:53:02.522 9936 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=8668642f-fb5e-4bfd-b8fd-435814d6cd51) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 8668642f-fb5e-4bfd-b8fd-435814d6cd51 | 2018-04-08T12:53:02 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 8668642f-fb5e-4bfd-b8fd-435814d6cd51 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-08 12:53:05,923 - 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-04-08 12:53:05,924 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-08 12:53:08,169 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-08 12:53:07.912 9942 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=bd31ec06-26af-4309-8ddd-1a1b12aad6e0). 2018-04-08 12:53:08.033 9942 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-08 12:53:11,582 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-08 12:53:10.177 9945 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-08 12:53:10.302 9945 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-08 12:53:11.386 9945 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=540de2a1-5298-4dd6-99dc-5f15f59ddd09) has been successfully created! Using verifier 'opnfv-tempest' (UUID=540de2a1-5298-4dd6-99dc-5f15f59ddd09) as the default verifier for the future CLI operations. 2018-04-08 12:53:14,498 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-08 12:53:17,867 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-08 12:53:27,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-08 12:53:32,794 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-08 12:53:31.785 9964 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=540de2a1-5298-4dd6-99dc-5f15f59ddd09) for deployment 'opnfv-rally' (UUID=8668642f-fb5e-4bfd-b8fd-435814d6cd51). 2018-04-08 12:53:32.633 9964 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=540de2a1-5298-4dd6-99dc-5f15f59ddd09) has been successfully configured for deployment 'opnfv-rally' (UUID=8668642f-fb5e-4bfd-b8fd-435814d6cd51)! 2018-04-08 12:53:32,795 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-08 12:53:32,795 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-08 12:53:32,797 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-08 12:53:32,812 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-08 12:53:35,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-540de2a1-5298-4dd6-99dc-5f15f59ddd09/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-04-08 12:53:35,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-04-08 12:53:37,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 12:53:37.931 9973 INFO rally.api [-] Starting verification (UUID=097e5462-0e26-42c1-932f-afdee8c56692) for deployment 'opnfv-rally' (UUID=8668642f-fb5e-4bfd-b8fd-435814d6cd51) by verifier 'opnfv-tempest' (UUID=540de2a1-5298-4dd6-99dc-5f15f59ddd09). 2018-04-08 12:53:37,932 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 097e5462-0e26-42c1-932f-afdee8c56692 2018-04-08 12:56:57,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '097e5462-0e26-42c1-932f-afdee8c56692']'. 2018-04-08 12:56:58,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-08 12:56:58,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-08 12:56:58,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-08 12:56:58,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 097e5462-0e26-42c1-932f-afdee8c56692 | 2018-04-08 12:56:58,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-08 12:56:58,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-08 12:53:37 | 2018-04-08 12:56:58,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-08 12:56:57 | 2018-04-08 12:56:58,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:20 | 2018-04-08 12:56:58,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-08 12:56:58,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-08 12:56:58,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 540de2a1-5298-4dd6-99dc-5f15f59ddd09) | 2018-04-08 12:56:58,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-08 12:56:58,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 8668642f-fb5e-4bfd-b8fd-435814d6cd51) | 2018-04-08 12:56:58,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-08 12:56:58,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 186.978 | 2018-04-08 12:56:58,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-04-08 12:56:58,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-04-08 12:56:58,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-08 12:56:58,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-08 12:56:58,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-08 12:56:58,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-08 12:56:58,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-08 12:56:58,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-08 12:57:11,051 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 12:57:11,051 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:56 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-08 12:57:11,055 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-08 12:57:12,011 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-08 14:21:06,892 - 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) ... FAIL 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 ====================================================================== FAIL: 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 419, in test_create_router_with_ext_port self.assertEqual(ext_net.id, port.network_id) AssertionError: u'c45f5691-a74b-468d-a07e-64b9711327d6' != u'a446735f-2e1e-44d8-9d14-6dbd9438aa70' - c45f5691-a74b-468d-a07e-64b9711327d6 + a446735f-2e1e-44d8-9d14-6dbd9438aa70 ---------------------------------------------------------------------- Ran 119 tests in 5034.809s FAILED (failures=1) 2018-04-08 14:21:07,061 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 14:21:07,061 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 83:55 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-08 14:21:07,066 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-08 14:21:07,066 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-08 14:21:07,157 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-08 14:21:09,681 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-08 14:21:09.285 10200 INFO rally.deployment.engine [-] Deployment 8668642f-fb5e-4bfd-b8fd-435814d6cd51 | Starting: Destroy cloud and free allocated resources. 2018-04-08 14:21:09.359 10200 INFO rally.deployment.engine [-] Deployment 8668642f-fb5e-4bfd-b8fd-435814d6cd51 | Completed: Destroy cloud and free allocated resources. 2018-04-08 14:21:09.403 10200 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=540de2a1-5298-4dd6-99dc-5f15f59ddd09) for deployment 'opnfv-rally'. 2018-04-08 14:21:09.428 10200 INFO rally.api [-] Deleting verification (UUID=097e5462-0e26-42c1-932f-afdee8c56692). 2018-04-08 14:21:09.458 10200 INFO rally.api [-] Verification has been successfully deleted! 2018-04-08 14:21:09.458 10200 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=540de2a1-5298-4dd6-99dc-5f15f59ddd09). 2018-04-08 14:21:09.467 10200 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-08 14:21:12,075 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-08 14:21:11.826 10203 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=0cf5b566-5446-4478-8a5d-8aca4a3589e2) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 0cf5b566-5446-4478-8a5d-8aca4a3589e2 | 2018-04-08T14:21:11 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 0cf5b566-5446-4478-8a5d-8aca4a3589e2 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-08 14:21:15,611 - 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-04-08 14:21:15,612 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-08 14:21:17,941 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-08 14:21:17.595 10209 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=540de2a1-5298-4dd6-99dc-5f15f59ddd09). 2018-04-08 14:21:17.807 10209 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-08 14:21:21,472 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-08 14:21:19.931 10212 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-08 14:21:20.078 10212 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-08 14:21:21.259 10212 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d5ef2067-1d8b-4d4b-a135-ade8211989ef) has been successfully created! Using verifier 'opnfv-tempest' (UUID=d5ef2067-1d8b-4d4b-a135-ade8211989ef) as the default verifier for the future CLI operations. 2018-04-08 14:21:24,380 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-08 14:21:27,165 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-08 14:21:38,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-08 14:21:44,474 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-08 14:21:43.486 10231 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d5ef2067-1d8b-4d4b-a135-ade8211989ef) for deployment 'opnfv-rally' (UUID=0cf5b566-5446-4478-8a5d-8aca4a3589e2). 2018-04-08 14:21:44.317 10231 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d5ef2067-1d8b-4d4b-a135-ade8211989ef) has been successfully configured for deployment 'opnfv-rally' (UUID=0cf5b566-5446-4478-8a5d-8aca4a3589e2)! 2018-04-08 14:21:44,474 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-08 14:21:44,474 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-08 14:21:44,477 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-08 14:21:44,485 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-08 14:21:47,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-d5ef2067-1d8b-4d4b-a135-ade8211989ef/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-04-08 14:21:47,478 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-08 14:21:47,480 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-08 14:21:47,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-04-08 14:21:49,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 14:21:49.644 10240 INFO rally.api [-] Starting verification (UUID=1b071247-0da2-4a77-8015-15f2e5dda0ef) for deployment 'opnfv-rally' (UUID=0cf5b566-5446-4478-8a5d-8aca4a3589e2) by verifier 'opnfv-tempest' (UUID=d5ef2067-1d8b-4d4b-a135-ade8211989ef). 2018-04-08 14:21:49,645 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 1b071247-0da2-4a77-8015-15f2e5dda0ef 2018-04-08 14:24:13,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '1b071247-0da2-4a77-8015-15f2e5dda0ef']'. 2018-04-08 14:24:14,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-08 14:24:14,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-08 14:24:14,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-08 14:24:14,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 1b071247-0da2-4a77-8015-15f2e5dda0ef | 2018-04-08 14:24:14,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-08 14:24:14,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-08 14:21:49 | 2018-04-08 14:24:14,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-08 14:24:12 | 2018-04-08 14:24:14,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:23 | 2018-04-08 14:24:14,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-08 14:24:14,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-08 14:24:14,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: d5ef2067-1d8b-4d4b-a135-ade8211989ef) | 2018-04-08 14:24:14,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-08 14:24:14,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 0cf5b566-5446-4478-8a5d-8aca4a3589e2) | 2018-04-08 14:24:14,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-08 14:24:14,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 129.546 | 2018-04-08 14:24:14,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-04-08 14:24:14,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-04-08 14:24:14,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-08 14:24:14,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-08 14:24:14,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-08 14:24:14,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-08 14:24:14,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-08 14:24:14,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-04-08 14:24:24,709 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 14:24:24,710 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:00 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-04-08 14:24:24,715 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:18 | PASS | | vping_userdata | functest | smoke | 01:02 | PASS | | tempest_smoke_serial | functest | smoke | 19:53 | PASS | | rally_sanity | functest | smoke | 23:50 | FAIL | | refstack_defcore | functest | smoke | 08:31 | PASS | | patrole | functest | smoke | 03:56 | PASS | | snaps_smoke | functest | smoke | 83:55 | FAIL | | neutron_trunk | functest | smoke | 03:00 | PASS | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-08 14:24:24,723 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-08 14:24:30,112 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-113 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-08 14:24:30,118 - 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=FebXr369zqBaN86Edsy6smYHr export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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-04-08 14:24:30,118 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-08 14:24:30,119 - 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-04-08 14:24:30,121 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-08 14:24:30,121 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-04-08 14:28:20,174 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-04-08 14:28:20,291 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 14:28:20,292 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:50 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-04-08 14:28:20,295 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-04-08 15:17:11,052 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-04-08 15:17:11,198 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 15:17:11,199 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 48:50 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-04-08 15:17:11,220 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-04-08 15:17:11,222 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:50 | PASS | | barometercollectd | barometer | features | 48:50 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-08 15:17:11,233 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-08 15:18:28,339 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-113 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-08 15:18:28,341 - 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=FebXr369zqBaN86Edsy6smYHr export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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-04-08 15:18:28,341 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-08 15:18:28,341 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-08 15:18:28,342 - 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-04-08 15:18:28,343 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-08 15:18:32,318 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-113 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-08 15:18:32,323 - 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=FebXr369zqBaN86Edsy6smYHr export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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-04-08 15:18:32,323 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-08 15:18:32,324 - 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-04-08 15:18:32,326 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-08 15:18:32,326 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-04-08 15:22:24,219 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-04-08 15:22:24,352 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 15:22:24,352 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 03:52 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-04-08 15:22:24,356 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 03:52 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-08 15:22:24,358 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK