2018-04-28 21:07:57,829 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-61 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-28 21:07:57,831 - 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=mXkxzbQwVzRJJqsc8hF2bcNMd export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.9 export OS_REGION_NAME=regionOne 2018-04-28 21:07:57,831 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-28 21:07:57,832 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-04-28 21:07:57,833 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-28 21:07:57,833 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-28 21:08:00,743 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-28 21:08:10,618 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 9.864s OK 2018-04-28 21:08:10,740 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-28 21:08:10,740 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-28 21:08:10,744 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-28 21:08:13,156 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-28 21:20:49,422 - 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 756.213s OK 2018-04-28 21:20:49,552 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-28 21:20:49,553 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:36 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-28 21:20:49,556 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-28 21:20:50,497 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-28 21:21:31,766 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 41.268s OK 2018-04-28 21:21:31,901 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-28 21:21:31,901 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:41 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-28 21:21:31,905 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 12:36 | PASS | | snaps_health_check | functest | healthcheck | 00:41 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-28 21:21:31,908 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-28 21:21:34,574 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-61 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-28 21:21:34,576 - 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=mXkxzbQwVzRJJqsc8hF2bcNMd export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.9 export OS_REGION_NAME=regionOne 2018-04-28 21:21:34,576 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-28 21:21:34,577 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole odl snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ 2018-04-28 21:21:34,578 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-28 21:21:34,578 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-28 21:21:35,390 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-28 21:21:35,390 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-28 21:21:35,829 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-28 21:21:35,829 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-04-28 21:21:36,224 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-28 21:21:36,224 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-28 21:21:36' 2018-04-28 21:21:36,225 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--0f93d872-331c-4f2b-8318-4483752462e7' 2018-04-28 21:21:39,491 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-0f93d872-331c-4f2b-8318-4483752462e7' 2018-04-28 21:21:42,621 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-0f93d872-331c-4f2b-8318-4483752462e7' 2018-04-28 21:21:50,486 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-0f93d872-331c-4f2b-8318-4483752462e7' 2018-04-28 21:21:51,298 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-0f93d872-331c-4f2b-8318-4483752462e7' 2018-04-28 21:21:52,044 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-0f93d872-331c-4f2b-8318-4483752462e7' 2018-04-28 21:21:58,977 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-0f93d872-331c-4f2b-8318-4483752462e7' 2018-04-28 21:22:03,292 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-0f93d872-331c-4f2b-8318-4483752462e7' 2018-04-28 21:22:24,435 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-28 21:23:33,005 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-28 21:23:33,142 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-28 21:23:34,149 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-28 21:23:34,150 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-28 21:23:34,150 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-28 21:23:34,674 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-28 21:23:34,674 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:58 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-28 21:23:52,314 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-28 21:23:52,401 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-28 21:23:52,401 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-28 21:23:52' 2018-04-28 21:23:52,401 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--d65251cb-ba3e-40a5-b2cc-3cc86f651850' 2018-04-28 21:23:55,846 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-d65251cb-ba3e-40a5-b2cc-3cc86f651850' 2018-04-28 21:23:58,566 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-d65251cb-ba3e-40a5-b2cc-3cc86f651850' 2018-04-28 21:24:05,538 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-d65251cb-ba3e-40a5-b2cc-3cc86f651850' 2018-04-28 21:24:06,271 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-d65251cb-ba3e-40a5-b2cc-3cc86f651850' 2018-04-28 21:24:13,341 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-d65251cb-ba3e-40a5-b2cc-3cc86f651850' 2018-04-28 21:24:19,838 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-28 21:24:30,327 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-28 21:24:33,022 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-28 21:24:33,136 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-28 21:24:33,136 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:41 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-28 21:24:52,480 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-28 21:24:52,569 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-28 21:24:57,149 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-28 21:24:56.850 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=a1afd4a2-e338-4877-8f9e-d0d0c02d74ce) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | a1afd4a2-e338-4877-8f9e-d0d0c02d74ce | 2018-04-28T21:24:56 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: a1afd4a2-e338-4877-8f9e-d0d0c02d74ce ~/.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-28 21:25:00,474 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-28 21:25:00,475 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-28 21:25:06,035 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-28 21:25:04.602 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-28 21:25:04.749 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-28 21:25:05.850 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=86d9149d-eab8-4f28-8021-7032aaad30c6) has been successfully created! Using verifier 'opnfv-tempest' (UUID=86d9149d-eab8-4f28-8021-7032aaad30c6) as the default verifier for the future CLI operations. 2018-04-28 21:25:09,032 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-28 21:25:12,185 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-28 21:25:18,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-28 21:25:24,275 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-28 21:25:23.257 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=86d9149d-eab8-4f28-8021-7032aaad30c6) for deployment 'opnfv-rally' (UUID=a1afd4a2-e338-4877-8f9e-d0d0c02d74ce). 2018-04-28 21:25:24.115 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=86d9149d-eab8-4f28-8021-7032aaad30c6) has been successfully configured for deployment 'opnfv-rally' (UUID=a1afd4a2-e338-4877-8f9e-d0d0c02d74ce)! 2018-04-28 21:25:24,275 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-28 21:25:24,275 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-28 21:25:24,278 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-28 21:25:24,281 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-28 21:25:27,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-86d9149d-eab8-4f28-8021-7032aaad30c6/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-28 21:25:27,178 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-28 21:25:27,180 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-28 21:25:27,180 - 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-28 21:25:29,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:25:29.267 55 INFO rally.api [-] Starting verification (UUID=d5bead5b-8333-4ac4-8ca5-9d1fdc2fe734) for deployment 'opnfv-rally' (UUID=a1afd4a2-e338-4877-8f9e-d0d0c02d74ce) by verifier 'opnfv-tempest' (UUID=86d9149d-eab8-4f28-8021-7032aaad30c6). 2018-04-28 21:25:29,268 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: d5bead5b-8333-4ac4-8ca5-9d1fdc2fe734 2018-04-28 21:25:36,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:25:36.488 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.180s] 2018-04-28 21:25:36,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:25:36.566 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.077s] 2018-04-28 21:25:43,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:25:43.498 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.558s] 2018-04-28 21:25:47,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:25:47.059 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.560s] 2018-04-28 21:26:01,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:26:01.083 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.579s] 2018-04-28 21:26:18,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:26:18.063 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.315s] 2018-04-28 21:27:20,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:27:20.555 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.069s] 2018-04-28 21:27:20,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:27:20.557 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-28 21:27:56,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:27:56.719 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.067s] 2018-04-28 21:27:56,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:27:56.721 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-28 21:28:29,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:28:29.651 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.074s] 2018-04-28 21:28:29,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:28:29.653 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-28 21:30:15,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:30:15.752 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [72.299s] 2018-04-28 21:30:40,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:30:40.483 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.060s] 2018-04-28 21:30:40,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:30:40.581 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.098s] 2018-04-28 21:30:48,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:30:48.823 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.661s] 2018-04-28 21:30:48,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:30:48.833 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-04-28 21:30:50,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:30:50.315 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-28 21:30:50,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:30:50.316 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-28 21:30:54,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:30:54.286 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.357s] 2018-04-28 21:31:00,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:31:00.727 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.079s] 2018-04-28 21:31:07,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:31:07.622 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.686s] 2018-04-28 21:31:14,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:31:14.992 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.483s] 2018-04-28 21:31:24,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:31:24.600 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.514s] 2018-04-28 21:31:31,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:31:31.027 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.379s] 2018-04-28 21:31:37,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:31:37.050 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.200s] 2018-04-28 21:31:44,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:31:44.905 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.467s] 2018-04-28 21:31:52,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:31:52.084 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.481s] 2018-04-28 21:32:00,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:32:00.416 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.892s] 2018-04-28 21:32:02,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:32:02.853 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-28 21:32:04,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:32:04.850 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.076s] 2018-04-28 21:32:04,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:32:04.928 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.078s] 2018-04-28 21:32:05,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:32:05.004 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.074s] 2018-04-28 21:32:05,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:32:05.010 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-04-28 21:32:09,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:32:09.192 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.798s] 2018-04-28 21:32:11,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:32:11.356 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.163s] 2018-04-28 21:32:13,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:32:13.610 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.253s] 2018-04-28 21:32:20,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:32:20.099 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-04-28 21:32:27,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:32:27.143 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.796s] 2018-04-28 21:32:39,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:32:39.490 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.605s] 2018-04-28 21:32:42,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:32:42.992 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.501s] 2018-04-28 21:32:54,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:32:54.687 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.263s] 2018-04-28 21:32:58,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:32:58.188 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.500s] 2018-04-28 21:33:07,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:33:07.197 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.008s] 2018-04-28 21:33:16,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:33:16.228 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.020s] 2018-04-28 21:33:19,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:33:19.879 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.650s] 2018-04-28 21:33:27,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:33:27.008 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [7.129s] 2018-04-28 21:33:45,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:33:45.026 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [8.282s] 2018-04-28 21:33:45,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:33:45.468 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.443s] 2018-04-28 21:33:45,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:33:45.737 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.268s] 2018-04-28 21:33:45,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:33:45.939 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.202s] 2018-04-28 21:33:46,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:33:46.200 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.260s] 2018-04-28 21:33:46,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:33:46.413 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.213s] 2018-04-28 21:34:02,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:34:02.554 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.133s] 2018-04-28 21:34:03,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:34:03.000 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.446s] 2018-04-28 21:34:03,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:34:03.262 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.262s] 2018-04-28 21:34:03,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:34:03.464 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.201s] 2018-04-28 21:34:03,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:34:03.571 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.106s] 2018-04-28 21:34:03,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:34:03.623 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.052s] 2018-04-28 21:34:17,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:34:17.032 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.654s] 2018-04-28 21:34:24,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:34:24.478 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [7.446s] 2018-04-28 21:34:26,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:34:26.426 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.947s] 2018-04-28 21:34:26,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:34:26.484 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.058s] 2018-04-28 21:34:26,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:34:26.677 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.193s] 2018-04-28 21:34:39,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:34:39.429 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.130s] 2018-04-28 21:34:46,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:34:46.567 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [7.137s] 2018-04-28 21:34:48,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:34:48.360 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.792s] 2018-04-28 21:34:48,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:34:48.568 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.208s] 2018-04-28 21:34:48,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:34:48.930 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.361s] 2018-04-28 21:35:04,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:35:04.110 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.644s] 2018-04-28 21:35:09,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:35:09.755 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.644s] 2018-04-28 21:35:14,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:35:14.522 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.765s] 2018-04-28 21:35:17,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:35:17.947 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.425s] 2018-04-28 21:35:43,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:35:43.207 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.712s] 2018-04-28 21:35:48,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:35:48.455 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.248s] 2018-04-28 21:35:52,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:35:52.982 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.526s] 2018-04-28 21:35:56,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:35:56.213 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.231s] 2018-04-28 21:36:14,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:36:14.069 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.755s] 2018-04-28 21:36:16,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:36:16.710 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.638s] 2018-04-28 21:36:16,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:36:16.906 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.199s] 2018-04-28 21:36:21,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:36:21.927 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.587s] 2018-04-28 21:36:24,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:36:24.513 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.583s] 2018-04-28 21:36:24,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:36:24.721 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.210s] 2018-04-28 21:36:29,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:36:29.137 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.245s] 2018-04-28 21:36:32,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:36:32.437 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-04-28 21:36:34,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:36:34.276 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-28 21:36:34,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:36:34.278 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-28 21:36:34,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:36:34.278 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-28 21:36:34,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:36:34.279 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-28 21:36:34,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:36:34.280 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-28 21:36:36,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:36:36.221 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-04-28 21:36:52,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:36:52.619 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [11.728s] 2018-04-28 21:37:04,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:37:04.781 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.029s] 2018-04-28 21:37:17,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:37:17.899 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [13.115s] 2018-04-28 21:37:27,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:37:27.694 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.698s] 2018-04-28 21:39:40,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:39:40.939 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [126.450s] 2018-04-28 21:41:17,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:41:17.956 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [88.104s] 2018-04-28 21:41:59,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 21:41:59.967 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [22.203s] 2018-04-28 21:42:16,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd5bead5b-8333-4ac4-8ca5-9d1fdc2fe734']'. 2018-04-28 21:42:17,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-28 21:42:17,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-28 21:42:17,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-28 21:42:17,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d5bead5b-8333-4ac4-8ca5-9d1fdc2fe734 | 2018-04-28 21:42:17,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-28 21:42:17,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-28 21:25:29 | 2018-04-28 21:42:17,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-28 21:42:16 | 2018-04-28 21:42:17,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:16:47 | 2018-04-28 21:42:17,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-28 21:42:17,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-28 21:42:17,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-28 21:42:17,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 86d9149d-eab8-4f28-8021-7032aaad30c6) | 2018-04-28 21:42:17,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-28 21:42:17,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: a1afd4a2-e338-4877-8f9e-d0d0c02d74ce) | 2018-04-28 21:42:17,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-28 21:42:17,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 985.757 | 2018-04-28 21:42:17,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-04-28 21:42:17,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-28 21:42:17,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-28 21:42:17,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-28 21:42:17,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-28 21:42:17,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-28 21:42:17,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-28 21:42:17,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-04-28 21:42:24,363 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-28 21:42:24,363 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 17:15 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-04-28 21:42:24,367 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-28 21:42:24,454 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-28 21:42:24,888 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-28 21:42:24,888 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-04-28 21:42:25,267 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-28 21:42:27,700 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-28 21:42:27.318 155 INFO rally.deployment.engine [-] Deployment a1afd4a2-e338-4877-8f9e-d0d0c02d74ce | Starting: Destroy cloud and free allocated resources. 2018-04-28 21:42:27.389 155 INFO rally.deployment.engine [-] Deployment a1afd4a2-e338-4877-8f9e-d0d0c02d74ce | Completed: Destroy cloud and free allocated resources. 2018-04-28 21:42:27.429 155 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=86d9149d-eab8-4f28-8021-7032aaad30c6) for deployment 'opnfv-rally'. 2018-04-28 21:42:27.448 155 INFO rally.api [-] Deleting verification (UUID=d5bead5b-8333-4ac4-8ca5-9d1fdc2fe734). 2018-04-28 21:42:27.484 155 INFO rally.api [-] Verification has been successfully deleted! 2018-04-28 21:42:27.485 155 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=86d9149d-eab8-4f28-8021-7032aaad30c6). 2018-04-28 21:42:27.496 155 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-28 21:42:30,043 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-28 21:42:29.772 158 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=fbf65b12-7a3c-42b5-b1bd-854c8992d3f3) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | fbf65b12-7a3c-42b5-b1bd-854c8992d3f3 | 2018-04-28T21:42:29 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: fbf65b12-7a3c-42b5-b1bd-854c8992d3f3 ~/.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-28 21:42:33,366 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-28 21:42:33,367 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-28 21:42:34,924 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6'... 2018-04-28 21:42:38,195 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6'... 2018-04-28 21:42:40,863 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6'... 2018-04-28 21:42:46,407 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6'... 2018-04-28 21:42:47,055 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6'... 2018-04-28 21:42:47,767 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-28 21:42:47,767 - 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-28 21:42:47,768 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-28 21:42:47,786 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-28 21:42:47,787 - 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': 'a2f3e164-b29b-4f2d-905c-162c8a988624', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6', 'flavor_name': 'rally-tiny-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6', '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-28 21:43:47,668 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 3e155984-fa93-4082-a8a9-e599e09a0831 2018-04-28 21:43:47,669 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-28 21:43:47,670 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '3e155984-fa93-4082-a8a9-e599e09a0831'] 2018-04-28 21:43:48,679 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 3e155984-fa93-4082-a8a9-e599e09a0831: 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 3e155984-fa93-4082-a8a9-e599e09a0831 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.496 | 0.496 | 0.496 | 0.496 | 0.496 | 0.496 | 100.0% | 1 | | total | 0.496 | 0.496 | 0.496 | 0.496 | 0.496 | 0.496 | 100.0% | 1 | | -> duration | 0.496 | 0.496 | 0.496 | 0.496 | 0.496 | 0.496 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.495779 Full duration: 7.131505 -------------------------------------------------------------------------------- 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 3e155984-fa93-4082-a8a9-e599e09a0831 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.423 | 0.423 | 0.423 | 0.423 | 0.423 | 0.423 | 100.0% | 1 | | total | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 100.0% | 1 | | -> duration | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.941805 Full duration: 7.556525 -------------------------------------------------------------------------------- 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 3e155984-fa93-4082-a8a9-e599e09a0831 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.526 | 0.526 | 0.526 | 0.526 | 0.526 | 0.526 | 100.0% | 1 | | total | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 100.0% | 1 | | -> duration | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.94646 Full duration: 8.011926 -------------------------------------------------------------------------------- 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 3e155984-fa93-4082-a8a9-e599e09a0831 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.358 | 0.358 | 0.358 | 0.358 | 0.358 | 0.358 | 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.778881 Full duration: 7.636886 -------------------------------------------------------------------------------- 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 3e155984-fa93-4082-a8a9-e599e09a0831 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.527 | 0.527 | 0.527 | 0.527 | 0.527 | 0.527 | 100.0% | 1 | | total | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 100.0% | 1 | | -> duration | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.923405 Full duration: 7.757086 -------------------------------------------------------------------------------- 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 3e155984-fa93-4082-a8a9-e599e09a0831 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.309 | 0.309 | 0.309 | 0.309 | 0.309 | 0.309 | 100.0% | 1 | | total | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 100.0% | 1 | | -> duration | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.76876 Full duration: 7.53852 HINTS: * To plot HTML graphics with this data, run: rally task report 3e155984-fa93-4082-a8a9-e599e09a0831 --out output.html * To generate a JUnit report, run: rally task export 3e155984-fa93-4082-a8a9-e599e09a0831 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 3e155984-fa93-4082-a8a9-e599e09a0831 --json --out output.json 2018-04-28 21:43:48,680 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '3e155984-fa93-4082-a8a9-e599e09a0831'] 2018-04-28 21:43:49,677 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-28 21:43:49,678 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '3e155984-fa93-4082-a8a9-e599e09a0831', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-28 21:43:49,686 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-28 21:43:49,687 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-28 21:43:49,687 - 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-28 21:43:49,687 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-28 21:43:49,704 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-28 21:43:49,704 - 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': 'a2f3e164-b29b-4f2d-905c-162c8a988624', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6', 'flavor_name': 'rally-tiny-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6', '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-28 21:45:29,912 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e240e858-76f0-47bd-bc34-3a6e49fa0c24 2018-04-28 21:45:29,912 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e240e858-76f0-47bd-bc34-3a6e49fa0c24'] 2018-04-28 21:45:30,976 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e240e858-76f0-47bd-bc34-3a6e49fa0c24: 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 e240e858-76f0-47bd-bc34-3a6e49fa0c24 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.936 | 4.936 | 4.936 | 4.936 | 4.936 | 4.936 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.498 | 0.498 | 0.498 | 0.498 | 0.498 | 0.498 | 100.0% | 1 | | -> glance_v2.upload_data | 1.99 | 1.99 | 1.99 | 1.99 | 1.99 | 1.99 | 100.0% | 1 | | glance_v2.delete_image | 1.107 | 1.107 | 1.107 | 1.107 | 1.107 | 1.107 | 100.0% | 1 | | total | 6.043 | 6.043 | 6.043 | 6.043 | 6.043 | 6.043 | 100.0% | 1 | | -> duration | 6.043 | 6.043 | 6.043 | 6.043 | 6.043 | 6.043 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.043042 Full duration: 14.662515 -------------------------------------------------------------------------------- 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 e240e858-76f0-47bd-bc34-3a6e49fa0c24 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.82 | 4.82 | 4.82 | 4.82 | 4.82 | 4.82 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 100.0% | 1 | | -> glance_v2.upload_data | 2.017 | 2.017 | 2.017 | 2.017 | 2.017 | 2.017 | 100.0% | 1 | | glance_v2.list_images | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 100.0% | 1 | | total | 4.998 | 4.998 | 4.998 | 4.998 | 4.998 | 4.998 | 100.0% | 1 | | -> duration | 4.998 | 4.998 | 4.998 | 4.998 | 4.998 | 4.998 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.997645 Full duration: 17.803267 -------------------------------------------------------------------------------- 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 e240e858-76f0-47bd-bc34-3a6e49fa0c24 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.419 | 0.419 | 0.419 | 0.419 | 0.419 | 0.419 | 100.0% | 1 | | total | 0.419 | 0.419 | 0.419 | 0.419 | 0.419 | 0.419 | 100.0% | 1 | | -> duration | 0.419 | 0.419 | 0.419 | 0.419 | 0.419 | 0.419 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.419452 Full duration: 8.341017 -------------------------------------------------------------------------------- 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-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6" }, "number_instances": 2, "nics": [ { "net-id": "a2f3e164-b29b-4f2d-905c-162c8a988624" } ] }, "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 e240e858-76f0-47bd-bc34-3a6e49fa0c24 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.616 | 4.616 | 4.616 | 4.616 | 4.616 | 4.616 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.49 | 0.49 | 0.49 | 0.49 | 0.49 | 0.49 | 100.0% | 1 | | -> glance_v2.upload_data | 1.708 | 1.708 | 1.708 | 1.708 | 1.708 | 1.708 | 100.0% | 1 | | nova.boot_servers | 11.661 | 11.661 | 11.661 | 11.661 | 11.661 | 11.661 | 100.0% | 1 | | total | 16.277 | 16.277 | 16.277 | 16.277 | 16.277 | 16.277 | 100.0% | 1 | | -> duration | 15.277 | 15.277 | 15.277 | 15.277 | 15.277 | 15.277 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.277305 Full duration: 40.873328 HINTS: * To plot HTML graphics with this data, run: rally task report e240e858-76f0-47bd-bc34-3a6e49fa0c24 --out output.html * To generate a JUnit report, run: rally task export e240e858-76f0-47bd-bc34-3a6e49fa0c24 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e240e858-76f0-47bd-bc34-3a6e49fa0c24 --json --out output.json 2018-04-28 21:45:30,977 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e240e858-76f0-47bd-bc34-3a6e49fa0c24'] 2018-04-28 21:45:32,009 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-28 21:45:32,010 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e240e858-76f0-47bd-bc34-3a6e49fa0c24', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-28 21:45:32,016 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-28 21:45:32,016 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-28 21:45:32,017 - 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-28 21:45:32,017 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-28 21:45:32,024 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-28 21:45:32,025 - 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': 'a2f3e164-b29b-4f2d-905c-162c8a988624', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6', 'flavor_name': 'rally-tiny-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6', '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-28 21:48:53,415 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7b9fdc62-0531-464f-9ded-0dc127df17bb 2018-04-28 21:48:53,415 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '7b9fdc62-0531-464f-9ded-0dc127df17bb'] 2018-04-28 21:48:54,509 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 7b9fdc62-0531-464f-9ded-0dc127df17bb: 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 7b9fdc62-0531-464f-9ded-0dc127df17bb 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.612 | 3.612 | 3.612 | 3.612 | 3.612 | 3.612 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.589 | 2.589 | 2.589 | 2.589 | 2.589 | 2.589 | 100.0% | 1 | | total | 6.201 | 6.201 | 6.201 | 6.201 | 6.201 | 6.201 | 100.0% | 1 | | -> duration | 6.201 | 6.201 | 6.201 | 6.201 | 6.201 | 6.201 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.20078 Full duration: 23.91305 -------------------------------------------------------------------------------- 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 7b9fdc62-0531-464f-9ded-0dc127df17bb 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.235 | 3.235 | 3.235 | 3.235 | 3.235 | 3.235 | 100.0% | 1 | | cinder_v2.delete_volume | 2.613 | 2.613 | 2.613 | 2.613 | 2.613 | 2.613 | 100.0% | 1 | | total | 5.849 | 5.849 | 5.849 | 5.849 | 5.849 | 5.849 | 100.0% | 1 | | -> duration | 5.849 | 5.849 | 5.849 | 5.849 | 5.849 | 5.849 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.848657 Full duration: 16.298418 -------------------------------------------------------------------------------- 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-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 7b9fdc62-0531-464f-9ded-0dc127df17bb has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.597 | 8.597 | 8.597 | 8.597 | 8.597 | 8.597 | 100.0% | 1 | | cinder_v2.delete_volume | 2.336 | 2.336 | 2.336 | 2.336 | 2.336 | 2.336 | 100.0% | 1 | | total | 10.933 | 10.933 | 10.933 | 10.933 | 10.933 | 10.933 | 100.0% | 1 | | -> duration | 10.933 | 10.933 | 10.933 | 10.933 | 10.933 | 10.933 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.933447 Full duration: 22.297864 -------------------------------------------------------------------------------- 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 7b9fdc62-0531-464f-9ded-0dc127df17bb 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.125 | 3.125 | 3.125 | 3.125 | 3.125 | 3.125 | 100.0% | 1 | | cinder_v2.delete_volume | 2.76 | 2.76 | 2.76 | 2.76 | 2.76 | 2.76 | 100.0% | 1 | | total | 5.886 | 5.886 | 5.886 | 5.886 | 5.886 | 5.886 | 100.0% | 1 | | -> duration | 5.886 | 5.886 | 5.886 | 5.886 | 5.886 | 5.886 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.885964 Full duration: 15.793915 -------------------------------------------------------------------------------- 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 7b9fdc62-0531-464f-9ded-0dc127df17bb 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.382 | 3.382 | 3.382 | 3.382 | 3.382 | 3.382 | 100.0% | 1 | | cinder_v2.extend_volume | 2.697 | 2.697 | 2.697 | 2.697 | 2.697 | 2.697 | 100.0% | 1 | | cinder_v2.delete_volume | 2.643 | 2.643 | 2.643 | 2.643 | 2.643 | 2.643 | 100.0% | 1 | | total | 8.723 | 8.723 | 8.723 | 8.723 | 8.723 | 8.723 | 100.0% | 1 | | -> duration | 8.723 | 8.723 | 8.723 | 8.723 | 8.723 | 8.723 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.723093 Full duration: 18.938984 -------------------------------------------------------------------------------- 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 7b9fdc62-0531-464f-9ded-0dc127df17bb 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.211 | 3.211 | 3.211 | 3.211 | 3.211 | 3.211 | 100.0% | 1 | | cinder_v2.delete_volume | 2.487 | 2.487 | 2.487 | 2.487 | 2.487 | 2.487 | 100.0% | 1 | | total | 5.698 | 5.698 | 5.698 | 5.698 | 5.698 | 5.698 | 100.0% | 1 | | -> duration | 5.698 | 5.698 | 5.698 | 5.698 | 5.698 | 5.698 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.697936 Full duration: 23.262562 -------------------------------------------------------------------------------- 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 7b9fdc62-0531-464f-9ded-0dc127df17bb 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.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | cinder_v2.list_qos | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 100.0% | 1 | | total | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | -> duration | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.785614 Full duration: 12.829228 -------------------------------------------------------------------------------- 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 7b9fdc62-0531-464f-9ded-0dc127df17bb 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.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | cinder_v2.set_qos | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 100.0% | 1 | | total | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | -> duration | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.820101 Full duration: 12.623178 -------------------------------------------------------------------------------- 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 7b9fdc62-0531-464f-9ded-0dc127df17bb 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.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | cinder_v2.list_types | 0.172 | 0.172 | 0.172 | 0.172 | 0.172 | 0.172 | 100.0% | 1 | | total | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> duration | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.788567 Full duration: 12.778395 -------------------------------------------------------------------------------- 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 7b9fdc62-0531-464f-9ded-0dc127df17bb 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.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.212 | 0.212 | 0.212 | 0.212 | 0.212 | 0.212 | 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.841066 Full duration: 12.644442 HINTS: * To plot HTML graphics with this data, run: rally task report 7b9fdc62-0531-464f-9ded-0dc127df17bb --out output.html * To generate a JUnit report, run: rally task export 7b9fdc62-0531-464f-9ded-0dc127df17bb --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7b9fdc62-0531-464f-9ded-0dc127df17bb --json --out output.json 2018-04-28 21:48:54,509 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '7b9fdc62-0531-464f-9ded-0dc127df17bb'] 2018-04-28 21:48:55,631 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-28 21:48:55,631 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '7b9fdc62-0531-464f-9ded-0dc127df17bb', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-28 21:48:55,639 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-28 21:48:55,640 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-28 21:48:55,640 - 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-28 21:48:55,640 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-28 21:48:55,657 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-28 21:48:55,657 - 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': 'a2f3e164-b29b-4f2d-905c-162c8a988624', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6', 'flavor_name': 'rally-tiny-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6', '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-28 21:50:18,787 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d2721045-b0b8-44c2-8666-42d3a9d4751c 2018-04-28 21:50:18,788 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'd2721045-b0b8-44c2-8666-42d3a9d4751c'] 2018-04-28 21:50:19,768 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task d2721045-b0b8-44c2-8666-42d3a9d4751c: 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 d2721045-b0b8-44c2-8666-42d3a9d4751c 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.562 | 4.562 | 4.562 | 4.562 | 4.562 | 4.562 | 100.0% | 1 | | heat.update_stack | 3.053 | 3.053 | 3.053 | 3.053 | 3.053 | 3.053 | 100.0% | 1 | | heat.delete_stack | 2.674 | 2.674 | 2.674 | 2.674 | 2.674 | 2.674 | 100.0% | 1 | | total | 10.29 | 10.29 | 10.29 | 10.29 | 10.29 | 10.29 | 100.0% | 1 | | -> duration | 6.29 | 6.29 | 6.29 | 6.29 | 6.29 | 6.29 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.289684 Full duration: 20.419041 -------------------------------------------------------------------------------- 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 d2721045-b0b8-44c2-8666-42d3a9d4751c 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.674 | 4.674 | 4.674 | 4.674 | 4.674 | 4.674 | 100.0% | 1 | | heat.check_stack | 1.737 | 1.737 | 1.737 | 1.737 | 1.737 | 1.737 | 100.0% | 1 | | heat.delete_stack | 1.769 | 1.769 | 1.769 | 1.769 | 1.769 | 1.769 | 100.0% | 1 | | total | 8.18 | 8.18 | 8.18 | 8.18 | 8.18 | 8.18 | 100.0% | 1 | | -> duration | 6.18 | 6.18 | 6.18 | 6.18 | 6.18 | 6.18 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.180105 Full duration: 18.016123 -------------------------------------------------------------------------------- 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 d2721045-b0b8-44c2-8666-42d3a9d4751c 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.559 | 4.559 | 4.559 | 4.559 | 4.559 | 4.559 | 100.0% | 1 | | heat.suspend_stack | 0.955 | 0.955 | 0.955 | 0.955 | 0.955 | 0.955 | 100.0% | 1 | | heat.resume_stack | 1.701 | 1.701 | 1.701 | 1.701 | 1.701 | 1.701 | 100.0% | 1 | | heat.delete_stack | 2.354 | 2.354 | 2.354 | 2.354 | 2.354 | 2.354 | 100.0% | 1 | | total | 9.569 | 9.569 | 9.569 | 9.569 | 9.569 | 9.569 | 100.0% | 1 | | -> duration | 7.569 | 7.569 | 7.569 | 7.569 | 7.569 | 7.569 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.568959 Full duration: 17.771637 -------------------------------------------------------------------------------- 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 d2721045-b0b8-44c2-8666-42d3a9d4751c 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.588 | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 100.0% | 1 | | total | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 100.0% | 1 | | -> duration | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.587935 Full duration: 8.671694 HINTS: * To plot HTML graphics with this data, run: rally task report d2721045-b0b8-44c2-8666-42d3a9d4751c --out output.html * To generate a JUnit report, run: rally task export d2721045-b0b8-44c2-8666-42d3a9d4751c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d2721045-b0b8-44c2-8666-42d3a9d4751c --json --out output.json 2018-04-28 21:50:19,769 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'd2721045-b0b8-44c2-8666-42d3a9d4751c'] 2018-04-28 21:50:20,730 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-28 21:50:20,730 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'd2721045-b0b8-44c2-8666-42d3a9d4751c', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-28 21:50:20,737 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-28 21:50:20,738 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-28 21:50:20,738 - 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-28 21:50:20,738 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-28 21:50:20,755 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-28 21:50:20,755 - 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': 'a2f3e164-b29b-4f2d-905c-162c8a988624', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6', 'flavor_name': 'rally-tiny-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6', '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-28 21:53:35,202 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : aedb6a6c-c1fe-4607-91ce-7069a2a00090 2018-04-28 21:53:35,203 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'aedb6a6c-c1fe-4607-91ce-7069a2a00090'] 2018-04-28 21:53:36,317 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task aedb6a6c-c1fe-4607-91ce-7069a2a00090: 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 aedb6a6c-c1fe-4607-91ce-7069a2a00090 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.509 | 0.509 | 0.509 | 0.509 | 0.509 | 0.509 | 100.0% | 1 | | keystone_v3.add_role | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | keystone_v3.revoke_role | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 100.0% | 1 | | total | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | -> duration | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.767447 Full duration: 14.359633 -------------------------------------------------------------------------------- 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 aedb6a6c-c1fe-4607-91ce-7069a2a00090 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.14 | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 100.0% | 1 | | keystone_v3.list_roles | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | total | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 100.0% | 1 | | -> duration | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.764452 Full duration: 14.653231 -------------------------------------------------------------------------------- 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 aedb6a6c-c1fe-4607-91ce-7069a2a00090 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.668 | 0.668 | 0.668 | 0.668 | 0.668 | 0.668 | 100.0% | 1 | | keystone_v3.list_projects | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | total | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | -> duration | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.747986 Full duration: 14.940821 -------------------------------------------------------------------------------- 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 aedb6a6c-c1fe-4607-91ce-7069a2a00090 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.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | keystone_v3.delete_role | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | total | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | -> duration | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.727524 Full duration: 12.271926 -------------------------------------------------------------------------------- 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 aedb6a6c-c1fe-4607-91ce-7069a2a00090 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.494 | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 100.0% | 1 | | keystone_v3.delete_service | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | total | 0.598 | 0.598 | 0.598 | 0.598 | 0.598 | 0.598 | 100.0% | 1 | | -> duration | 0.598 | 0.598 | 0.598 | 0.598 | 0.598 | 0.598 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.597754 Full duration: 11.989107 -------------------------------------------------------------------------------- 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 aedb6a6c-c1fe-4607-91ce-7069a2a00090 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.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | keystone_v3.create_user | 0.469 | 0.469 | 0.469 | 0.469 | 0.469 | 0.469 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | -> keystone_v3.add_role | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | keystone_v3.create_role | 0.118 | 0.118 | 0.118 | 0.118 | 0.118 | 0.118 | 100.0% | 1 | | keystone_v3.get_project | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | keystone_v3.get_user | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | keystone_v3.get_role | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | keystone_v3.list_services | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | keystone_v3.get_services | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | total | 1.797 | 1.797 | 1.797 | 1.797 | 1.797 | 1.797 | 100.0% | 1 | | -> duration | 1.797 | 1.797 | 1.797 | 1.797 | 1.797 | 1.797 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.796631 Full duration: 19.730617 -------------------------------------------------------------------------------- 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 aedb6a6c-c1fe-4607-91ce-7069a2a00090 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.666 | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 100.0% | 1 | | keystone_v3.update_project | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | keystone_v3.delete_project | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 100.0% | 1 | | total | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 100.0% | 1 | | -> duration | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.920114 Full duration: 12.664547 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task aedb6a6c-c1fe-4607-91ce-7069a2a00090 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.669 | 0.669 | 0.669 | 0.669 | 0.669 | 0.669 | 100.0% | 1 | | total | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 100.0% | 1 | | -> duration | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.769096 Full duration: 15.035389 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task aedb6a6c-c1fe-4607-91ce-7069a2a00090 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 100.0% | 1 | | total | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | -> duration | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.686629 Full duration: 14.593847 -------------------------------------------------------------------------------- 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 aedb6a6c-c1fe-4607-91ce-7069a2a00090 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.772 | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 100.0% | 1 | | keystone_v3.list_users | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | total | 0.997 | 0.997 | 0.997 | 0.997 | 0.997 | 0.997 | 100.0% | 1 | | -> duration | 0.997 | 0.997 | 0.997 | 0.997 | 0.997 | 0.997 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.996785 Full duration: 14.960114 -------------------------------------------------------------------------------- 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 aedb6a6c-c1fe-4607-91ce-7069a2a00090 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | keystone_v3.create_users | 5.164 | 5.164 | 5.164 | 5.164 | 5.164 | 5.164 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.164 | 5.164 | 5.164 | 5.164 | 5.164 | 5.164 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.34 | 1.34 | 1.34 | 1.34 | 1.34 | 1.34 | 100.0% | 1 | | total | 6.827 | 6.827 | 6.827 | 6.827 | 6.827 | 6.827 | 100.0% | 1 | | -> duration | 6.827 | 6.827 | 6.827 | 6.827 | 6.827 | 6.827 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.827009 Full duration: 23.553346 HINTS: * To plot HTML graphics with this data, run: rally task report aedb6a6c-c1fe-4607-91ce-7069a2a00090 --out output.html * To generate a JUnit report, run: rally task export aedb6a6c-c1fe-4607-91ce-7069a2a00090 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report aedb6a6c-c1fe-4607-91ce-7069a2a00090 --json --out output.json 2018-04-28 21:53:36,317 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'aedb6a6c-c1fe-4607-91ce-7069a2a00090'] 2018-04-28 21:53:37,418 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-28 21:53:37,419 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'aedb6a6c-c1fe-4607-91ce-7069a2a00090', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-28 21:53:37,426 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-28 21:53:37,427 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-28 21:53:37,427 - 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-28 21:53:37,427 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-28 21:53:37,445 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-28 21:53:37,446 - 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': 'a2f3e164-b29b-4f2d-905c-162c8a988624', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6', 'flavor_name': 'rally-tiny-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6', '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-28 21:58:57,204 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b3e500b1-2fcd-4a80-87a6-bcfa88aa0b51 2018-04-28 21:58:57,204 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b3e500b1-2fcd-4a80-87a6-bcfa88aa0b51'] 2018-04-28 21:58:58,257 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b3e500b1-2fcd-4a80-87a6-bcfa88aa0b51: 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 b3e500b1-2fcd-4a80-87a6-bcfa88aa0b51 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.05 | 1.05 | 1.05 | 1.05 | 1.05 | 1.05 | 100.0% | 1 | | neutron.delete_network | 1.103 | 1.103 | 1.103 | 1.103 | 1.103 | 1.103 | 100.0% | 1 | | total | 2.153 | 2.153 | 2.153 | 2.153 | 2.153 | 2.153 | 100.0% | 1 | | -> duration | 2.153 | 2.153 | 2.153 | 2.153 | 2.153 | 2.153 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.152664 Full duration: 15.332536 -------------------------------------------------------------------------------- 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 b3e500b1-2fcd-4a80-87a6-bcfa88aa0b51 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.28 | 1.28 | 1.28 | 1.28 | 1.28 | 1.28 | 100.0% | 1 | | neutron.delete_port | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | total | 1.912 | 1.912 | 1.912 | 1.912 | 1.912 | 1.912 | 100.0% | 1 | | -> duration | 1.912 | 1.912 | 1.912 | 1.912 | 1.912 | 1.912 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.912104 Full duration: 29.454866 -------------------------------------------------------------------------------- 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 b3e500b1-2fcd-4a80-87a6-bcfa88aa0b51 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.806 | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 100.0% | 1 | | neutron.create_subnet | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | neutron.create_router | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 100.0% | 1 | | neutron.add_interface_router | 1.435 | 1.435 | 1.435 | 1.435 | 1.435 | 1.435 | 100.0% | 1 | | neutron.remove_interface_router | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 100.0% | 1 | | neutron.delete_router | 0.437 | 0.437 | 0.437 | 0.437 | 0.437 | 0.437 | 100.0% | 1 | | total | 4.754 | 4.754 | 4.754 | 4.754 | 4.754 | 4.754 | 100.0% | 1 | | -> duration | 4.754 | 4.754 | 4.754 | 4.754 | 4.754 | 4.754 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.754175 Full duration: 36.998429 -------------------------------------------------------------------------------- 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 b3e500b1-2fcd-4a80-87a6-bcfa88aa0b51 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.274 | 1.274 | 1.274 | 1.274 | 1.274 | 1.274 | 100.0% | 1 | | neutron.delete_subnet | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 100.0% | 1 | | total | 1.987 | 1.987 | 1.987 | 1.987 | 1.987 | 1.987 | 100.0% | 1 | | -> duration | 1.987 | 1.987 | 1.987 | 1.987 | 1.987 | 1.987 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.987051 Full duration: 30.916559 -------------------------------------------------------------------------------- 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 b3e500b1-2fcd-4a80-87a6-bcfa88aa0b51 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.995 | 0.995 | 0.995 | 0.995 | 0.995 | 0.995 | 100.0% | 1 | | neutron.list_networks | 0.366 | 0.366 | 0.366 | 0.366 | 0.366 | 0.366 | 100.0% | 1 | | total | 1.361 | 1.361 | 1.361 | 1.361 | 1.361 | 1.361 | 100.0% | 1 | | -> duration | 1.361 | 1.361 | 1.361 | 1.361 | 1.361 | 1.361 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.361166 Full duration: 17.080336 -------------------------------------------------------------------------------- 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 b3e500b1-2fcd-4a80-87a6-bcfa88aa0b51 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.432 | 1.432 | 1.432 | 1.432 | 1.432 | 1.432 | 100.0% | 1 | | neutron.list_ports | 0.245 | 0.245 | 0.245 | 0.245 | 0.245 | 0.245 | 100.0% | 1 | | total | 1.677 | 1.677 | 1.677 | 1.677 | 1.677 | 1.677 | 100.0% | 1 | | -> duration | 1.677 | 1.677 | 1.677 | 1.677 | 1.677 | 1.677 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.676733 Full duration: 30.980262 -------------------------------------------------------------------------------- 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 b3e500b1-2fcd-4a80-87a6-bcfa88aa0b51 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.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | neutron.create_subnet | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 100.0% | 1 | | neutron.create_router | 0.37 | 0.37 | 0.37 | 0.37 | 0.37 | 0.37 | 100.0% | 1 | | neutron.add_interface_router | 1.667 | 1.667 | 1.667 | 1.667 | 1.667 | 1.667 | 100.0% | 1 | | neutron.list_routers | 0.222 | 0.222 | 0.222 | 0.222 | 0.222 | 0.222 | 100.0% | 1 | | total | 3.814 | 3.814 | 3.814 | 3.814 | 3.814 | 3.814 | 100.0% | 1 | | -> duration | 3.814 | 3.814 | 3.814 | 3.814 | 3.814 | 3.814 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.814371 Full duration: 41.612039 -------------------------------------------------------------------------------- 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 b3e500b1-2fcd-4a80-87a6-bcfa88aa0b51 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.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | neutron.create_subnet | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | neutron.list_subnets | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 100.0% | 1 | | total | 1.733 | 1.733 | 1.733 | 1.733 | 1.733 | 1.733 | 100.0% | 1 | | -> duration | 1.733 | 1.733 | 1.733 | 1.733 | 1.733 | 1.733 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.733221 Full duration: 35.211436 -------------------------------------------------------------------------------- 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 b3e500b1-2fcd-4a80-87a6-bcfa88aa0b51 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.049 | 1.049 | 1.049 | 1.049 | 1.049 | 1.049 | 100.0% | 1 | | neutron.delete_security_group | 0.306 | 0.306 | 0.306 | 0.306 | 0.306 | 0.306 | 100.0% | 1 | | total | 1.355 | 1.355 | 1.355 | 1.355 | 1.355 | 1.355 | 100.0% | 1 | | -> duration | 1.355 | 1.355 | 1.355 | 1.355 | 1.355 | 1.355 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.355496 Full duration: 14.92125 -------------------------------------------------------------------------------- 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 b3e500b1-2fcd-4a80-87a6-bcfa88aa0b51 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 100.0% | 1 | | neutron.create_security_group_rule | 0.364 | 0.364 | 0.364 | 0.364 | 0.364 | 0.364 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.267 | 0.267 | 0.267 | 0.267 | 0.267 | 0.267 | 100.0% | 1 | | neutron.delete_security_group | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 100.0% | 1 | | total | 1.723 | 1.723 | 1.723 | 1.723 | 1.723 | 1.723 | 100.0% | 1 | | -> duration | 1.723 | 1.723 | 1.723 | 1.723 | 1.723 | 1.723 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.723083 Full duration: 14.77173 -------------------------------------------------------------------------------- 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 b3e500b1-2fcd-4a80-87a6-bcfa88aa0b51 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.993 | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 100.0% | 1 | | neutron.create_router | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 100.0% | 1 | | neutron.add_gateway_router | 1.178 | 1.178 | 1.178 | 1.178 | 1.178 | 1.178 | 100.0% | 1 | | neutron.remove_gateway_router | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 100.0% | 1 | | total | 3.47 | 3.47 | 3.47 | 3.47 | 3.47 | 3.47 | 100.0% | 1 | | -> duration | 3.47 | 3.47 | 3.47 | 3.47 | 3.47 | 3.47 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.470075 Full duration: 23.959181 HINTS: * To plot HTML graphics with this data, run: rally task report b3e500b1-2fcd-4a80-87a6-bcfa88aa0b51 --out output.html * To generate a JUnit report, run: rally task export b3e500b1-2fcd-4a80-87a6-bcfa88aa0b51 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b3e500b1-2fcd-4a80-87a6-bcfa88aa0b51 --json --out output.json 2018-04-28 21:58:58,257 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b3e500b1-2fcd-4a80-87a6-bcfa88aa0b51'] 2018-04-28 21:58:59,326 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-28 21:58:59,326 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b3e500b1-2fcd-4a80-87a6-bcfa88aa0b51', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-28 21:58:59,335 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-28 21:58:59,335 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-28 21:58:59,335 - 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-28 21:58:59,336 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-28 21:58:59,352 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-28 21:58:59,353 - 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': 'a2f3e164-b29b-4f2d-905c-162c8a988624', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6', 'flavor_name': 'rally-tiny-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6', '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-28 22:06:29,748 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d3118e06-0ce2-4c30-a843-cb65275809c4 2018-04-28 22:06:29,748 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'd3118e06-0ce2-4c30-a843-cb65275809c4'] 2018-04-28 22:06:30,763 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task d3118e06-0ce2-4c30-a843-cb65275809c4: finished -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6" }, "image": { "name": "Cirros-0.4.0-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6" }, "block_migration": false, "nics": [ { "net-id": "a2f3e164-b29b-4f2d-905c-162c8a988624" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task d3118e06-0ce2-4c30-a843-cb65275809c4 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.421 | 9.421 | 9.421 | 9.421 | 9.421 | 9.421 | 100.0% | 1 | | nova.find_host_to_migrate | 1.32 | 1.32 | 1.32 | 1.32 | 1.32 | 1.32 | 100.0% | 1 | | nova.live_migrate | 13.6 | 13.6 | 13.6 | 13.6 | 13.6 | 13.6 | 100.0% | 1 | | nova.delete_server | 2.682 | 2.682 | 2.682 | 2.682 | 2.682 | 2.682 | 100.0% | 1 | | total | 27.023 | 27.023 | 27.023 | 27.023 | 27.023 | 27.023 | 100.0% | 1 | | -> duration | 26.023 | 26.023 | 26.023 | 26.023 | 26.023 | 26.023 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 26.023132 Full duration: 36.627886 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_attach_created_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6" }, "image": { "name": "Cirros-0.4.0-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "a2f3e164-b29b-4f2d-905c-162c8a988624" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task d3118e06-0ce2-4c30-a843-cb65275809c4 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.614 | 9.614 | 9.614 | 9.614 | 9.614 | 9.614 | 100.0% | 1 | | cinder_v2.create_volume | 2.917 | 2.917 | 2.917 | 2.917 | 2.917 | 2.917 | 100.0% | 1 | | nova.attach_volume | 4.142 | 4.142 | 4.142 | 4.142 | 4.142 | 4.142 | 100.0% | 1 | | nova.find_host_to_migrate | 1.396 | 1.396 | 1.396 | 1.396 | 1.396 | 1.396 | 100.0% | 1 | | nova.live_migrate | 12.151 | 12.151 | 12.151 | 12.151 | 12.151 | 12.151 | 100.0% | 1 | | nova.detach_volume | 4.047 | 4.047 | 4.047 | 4.047 | 4.047 | 4.047 | 100.0% | 1 | | cinder_v2.delete_volume | 2.342 | 2.342 | 2.342 | 2.342 | 2.342 | 2.342 | 100.0% | 1 | | nova.delete_server | 2.673 | 2.673 | 2.673 | 2.673 | 2.673 | 2.673 | 100.0% | 1 | | total | 39.284 | 39.284 | 39.284 | 39.284 | 39.284 | 39.284 | 100.0% | 1 | | -> duration | 38.284 | 38.284 | 38.284 | 38.284 | 38.284 | 38.284 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 38.284157 Full duration: 51.858727 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6" }, "image": { "name": "Cirros-0.4.0-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "a2f3e164-b29b-4f2d-905c-162c8a988624" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task d3118e06-0ce2-4c30-a843-cb65275809c4 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 9.094 | 9.094 | 9.094 | 9.094 | 9.094 | 9.094 | 100.0% | 1 | | nova.boot_server | 9.366 | 9.366 | 9.366 | 9.366 | 9.366 | 9.366 | 100.0% | 1 | | nova.find_host_to_migrate | 1.559 | 1.559 | 1.559 | 1.559 | 1.559 | 1.559 | 100.0% | 1 | | nova.live_migrate | 11.119 | 11.119 | 11.119 | 11.119 | 11.119 | 11.119 | 100.0% | 1 | | nova.delete_server | 2.895 | 2.895 | 2.895 | 2.895 | 2.895 | 2.895 | 100.0% | 1 | | total | 34.034 | 34.034 | 34.034 | 34.034 | 34.034 | 34.034 | 100.0% | 1 | | -> duration | 33.034 | 33.034 | 33.034 | 33.034 | 33.034 | 33.034 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 33.033726 Full duration: 45.621188 -------------------------------------------------------------------------------- test scenario NovaKeypair.boot_and_delete_server_with_keypair args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6" }, "image": { "name": "Cirros-0.4.0-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6" }, "server_kwargs": { "nics": [ { "net-id": "a2f3e164-b29b-4f2d-905c-162c8a988624" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "key_pairs": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task d3118e06-0ce2-4c30-a843-cb65275809c4 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_keypair | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 100.0% | 1 | | nova.boot_server | 8.954 | 8.954 | 8.954 | 8.954 | 8.954 | 8.954 | 100.0% | 1 | | nova.delete_server | 2.917 | 2.917 | 2.917 | 2.917 | 2.917 | 2.917 | 100.0% | 1 | | nova.delete_keypair | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 100.0% | 1 | | total | 12.813 | 12.813 | 12.813 | 12.813 | 12.813 | 12.813 | 100.0% | 1 | | -> duration | 11.813 | 11.813 | 11.813 | 11.813 | 11.813 | 11.813 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.812805 Full duration: 37.37021 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6" }, "image": { "name": "Cirros-0.4.0-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6" }, "volume_size": 5, "nics": [ { "net-id": "a2f3e164-b29b-4f2d-905c-162c8a988624" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 }, "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task d3118e06-0ce2-4c30-a843-cb65275809c4 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 9.059 | 9.059 | 9.059 | 9.059 | 9.059 | 9.059 | 100.0% | 1 | | nova.boot_server | 9.284 | 9.284 | 9.284 | 9.284 | 9.284 | 9.284 | 100.0% | 1 | | nova.delete_server | 2.972 | 2.972 | 2.972 | 2.972 | 2.972 | 2.972 | 100.0% | 1 | | total | 21.315 | 21.315 | 21.315 | 21.315 | 21.315 | 21.315 | 100.0% | 1 | | -> duration | 20.315 | 20.315 | 20.315 | 20.315 | 20.315 | 20.315 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 20.315214 Full duration: 50.982664 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6" }, "image": { "name": "Cirros-0.4.0-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6" }, "force_delete": false, "nics": [ { "net-id": "a2f3e164-b29b-4f2d-905c-162c8a988624" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task d3118e06-0ce2-4c30-a843-cb65275809c4 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.276 | 9.276 | 9.276 | 9.276 | 9.276 | 9.276 | 100.0% | 1 | | nova.pause_server | 2.64 | 2.64 | 2.64 | 2.64 | 2.64 | 2.64 | 100.0% | 1 | | nova.unpause_server | 2.975 | 2.975 | 2.975 | 2.975 | 2.975 | 2.975 | 100.0% | 1 | | nova.delete_server | 2.837 | 2.837 | 2.837 | 2.837 | 2.837 | 2.837 | 100.0% | 1 | | total | 17.728 | 17.728 | 17.728 | 17.728 | 17.728 | 17.728 | 100.0% | 1 | | -> duration | 12.728 | 12.728 | 12.728 | 12.728 | 12.728 | 12.728 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.728142 Full duration: 42.826805 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6" }, "image": { "name": "Cirros-0.4.0-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6" }, "nics": [ { "net-id": "a2f3e164-b29b-4f2d-905c-162c8a988624" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task d3118e06-0ce2-4c30-a843-cb65275809c4 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.086 | 9.086 | 9.086 | 9.086 | 9.086 | 9.086 | 100.0% | 1 | | nova.migrate | 71.404 | 71.404 | 71.404 | 71.404 | 71.404 | 71.404 | 100.0% | 1 | | nova.resize_confirm | 8.073 | 8.073 | 8.073 | 8.073 | 8.073 | 8.073 | 100.0% | 1 | | nova.delete_server | 2.847 | 2.847 | 2.847 | 2.847 | 2.847 | 2.847 | 100.0% | 1 | | total | 91.411 | 91.411 | 91.411 | 91.411 | 91.411 | 91.411 | 100.0% | 1 | | -> duration | 90.411 | 90.411 | 90.411 | 90.411 | 90.411 | 90.411 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 90.41103 Full duration: 100.882308 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6" }, "image": { "name": "Cirros-0.4.0-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task d3118e06-0ce2-4c30-a843-cb65275809c4 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.717 | 9.717 | 9.717 | 9.717 | 9.717 | 9.717 | 100.0% | 1 | | nova.list_interfaces | 0.298 | 0.298 | 0.298 | 0.298 | 0.298 | 0.298 | 100.0% | 1 | | total | 10.015 | 10.015 | 10.015 | 10.015 | 10.015 | 10.015 | 100.0% | 1 | | -> duration | 9.015 | 9.015 | 9.015 | 9.015 | 9.015 | 9.015 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.01481 Full duration: 38.397413 -------------------------------------------------------------------------------- test scenario NovaServerGroups.create_and_delete_server_group args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "policies": [ "affinity" ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task d3118e06-0ce2-4c30-a843-cb65275809c4 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_server_group | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 100.0% | 1 | | nova.delete_server_group | 0.068 | 0.068 | 0.068 | 0.068 | 0.068 | 0.068 | 100.0% | 1 | | total | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | -> duration | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.695341 Full duration: 9.487249 HINTS: * To plot HTML graphics with this data, run: rally task report d3118e06-0ce2-4c30-a843-cb65275809c4 --out output.html * To generate a JUnit report, run: rally task export d3118e06-0ce2-4c30-a843-cb65275809c4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d3118e06-0ce2-4c30-a843-cb65275809c4 --json --out output.json 2018-04-28 22:06:30,764 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'd3118e06-0ce2-4c30-a843-cb65275809c4'] 2018-04-28 22:06:31,721 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-28 22:06:31,721 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'd3118e06-0ce2-4c30-a843-cb65275809c4', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-28 22:06:31,728 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-04-28 22:06:31,728 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-28 22:06:31,729 - 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-28 22:06:31,729 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-28 22:06:31,745 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-28 22:06:31,746 - 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': 'a2f3e164-b29b-4f2d-905c-162c8a988624', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6', 'flavor_name': 'rally-tiny-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-5e009ae6-a9e8-4d8b-b495-e3c2e7f047f6', '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-28 22:07:25,300 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 23c5bf79-4c47-445a-950a-79df7d174a36 2018-04-28 22:07:25,300 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '23c5bf79-4c47-445a-950a-79df7d174a36'] 2018-04-28 22:07:26,363 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 23c5bf79-4c47-445a-950a-79df7d174a36: 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 23c5bf79-4c47-445a-950a-79df7d174a36 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.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | quotas.delete_quotas | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 100.0% | 1 | | total | 0.968 | 0.968 | 0.968 | 0.968 | 0.968 | 0.968 | 100.0% | 1 | | -> duration | 0.968 | 0.968 | 0.968 | 0.968 | 0.968 | 0.968 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.967599 Full duration: 8.589662 -------------------------------------------------------------------------------- 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 23c5bf79-4c47-445a-950a-79df7d174a36 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.693 | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 100.0% | 1 | | total | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 100.0% | 1 | | -> duration | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.693006 Full duration: 8.725474 -------------------------------------------------------------------------------- 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 23c5bf79-4c47-445a-950a-79df7d174a36 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.307 | 0.307 | 0.307 | 0.307 | 0.307 | 0.307 | 100.0% | 1 | | total | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 100.0% | 1 | | -> duration | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.714952 Full duration: 8.690925 -------------------------------------------------------------------------------- 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 23c5bf79-4c47-445a-950a-79df7d174a36 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.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | total | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | -> duration | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.923908 Full duration: 8.735521 HINTS: * To plot HTML graphics with this data, run: rally task report 23c5bf79-4c47-445a-950a-79df7d174a36 --out output.html * To generate a JUnit report, run: rally task export 23c5bf79-4c47-445a-950a-79df7d174a36 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 23c5bf79-4c47-445a-950a-79df7d174a36 --json --out output.json 2018-04-28 22:07:26,363 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '23c5bf79-4c47-445a-950a-79df7d174a36'] 2018-04-28 22:07:27,351 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-28 22:07:27,351 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '23c5bf79-4c47-445a-950a-79df7d174a36', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-28 22:07:27,358 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-28 22:07:27,362 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:45 | 6 | 100.00% | | glance | 01:21 | 4 | 100.00% | | cinder | 02:51 | 10 | 100.00% | | heat | 01:04 | 4 | 100.00% | | keystone | 02:48 | 11 | 100.00% | | neutron | 04:51 | 11 | 100.00% | | nova | 06:54 | 9 | 100.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:21:12 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-04-28 22:07:27,362 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-04-28 22:07:37,900 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-28 22:07:37,900 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-28 22:07:38,460 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-28 22:07:38,460 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 25:13 | PASS | +----------------------+------------------+------------------+----------------+ 2018-04-28 22:07:38,464 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-28 22:07:38,551 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-28 22:07:40,864 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-28 22:07:40.651 11234 INFO rally.deployment.engine [-] Deployment fbf65b12-7a3c-42b5-b1bd-854c8992d3f3 | Starting: Destroy cloud and free allocated resources. 2018-04-28 22:07:40.721 11234 INFO rally.deployment.engine [-] Deployment fbf65b12-7a3c-42b5-b1bd-854c8992d3f3 | Completed: Destroy cloud and free allocated resources. 2018-04-28 22:07:40.730 11234 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=86d9149d-eab8-4f28-8021-7032aaad30c6). 2018-04-28 22:07:40.732 11234 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-28 22:07:43,145 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-28 22:07:42.931 11237 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=fedcc2ed-91a4-4f26-89d9-80bc6dfdb5ac) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | fedcc2ed-91a4-4f26-89d9-80bc6dfdb5ac | 2018-04-28T22:07:42 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: fedcc2ed-91a4-4f26-89d9-80bc6dfdb5ac ~/.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-28 22:07:46,402 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-28 22:07:46,402 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-28 22:07:48,798 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-28 22:07:48.517 11243 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=86d9149d-eab8-4f28-8021-7032aaad30c6). 2018-04-28 22:07:48.637 11243 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-28 22:07:52,257 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-28 22:07:50.857 11246 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-28 22:07:50.988 11246 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-28 22:07:52.042 11246 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=542e57e2-7c5a-42a0-a761-86ca4f7fd9c7) has been successfully created! Using verifier 'opnfv-tempest' (UUID=542e57e2-7c5a-42a0-a761-86ca4f7fd9c7) as the default verifier for the future CLI operations. 2018-04-28 22:07:55,146 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-28 22:08:00,077 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-28 22:08:10,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-28 22:08:15,558 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-28 22:08:14.510 11265 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=542e57e2-7c5a-42a0-a761-86ca4f7fd9c7) for deployment 'opnfv-rally' (UUID=fedcc2ed-91a4-4f26-89d9-80bc6dfdb5ac). 2018-04-28 22:08:15.394 11265 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=542e57e2-7c5a-42a0-a761-86ca4f7fd9c7) has been successfully configured for deployment 'opnfv-rally' (UUID=fedcc2ed-91a4-4f26-89d9-80bc6dfdb5ac)! 2018-04-28 22:08:15,558 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-28 22:08:15,558 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-28 22:08:15,561 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-28 22:08:17,855 - 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-28 22:08:19,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:08:19.987 11277 INFO rally.api [-] Starting verification (UUID=6cf2ff1a-cc9c-4ac0-aa56-606a05c3c73e) for deployment 'opnfv-rally' (UUID=fedcc2ed-91a4-4f26-89d9-80bc6dfdb5ac) by verifier 'opnfv-tempest' (UUID=542e57e2-7c5a-42a0-a761-86ca4f7fd9c7). 2018-04-28 22:08:19,988 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 6cf2ff1a-cc9c-4ac0-aa56-606a05c3c73e 2018-04-28 22:08:30,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:08:30.547 11277 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2018-04-28 22:08:30,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:08:30.770 11277 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.235s] 2018-04-28 22:08:30,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:08:30.790 11277 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.312s] 2018-04-28 22:08:32,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:08:32.009 11277 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.390s] 2018-04-28 22:08:33,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:08:33.308 11277 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [0.978s] 2018-04-28 22:08:35,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:08:35.347 11277 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [2.038s] 2018-04-28 22:08:35,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:08:35.679 11277 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.670s] 2018-04-28 22:08:37,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:08:37.028 11277 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.681s] 2018-04-28 22:08:38,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:08:38.130 11277 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.207s] 2018-04-28 22:08:41,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:08:41.061 11277 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [3.370s] 2018-04-28 22:08:43,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:08:43.243 11277 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [5.112s] 2018-04-28 22:08:45,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:08:45.607 11277 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.390s] 2018-04-28 22:08:45,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:08:45.963 11277 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.719s] 2018-04-28 22:08:45,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:08:45.977 11277 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.203s] 2018-04-28 22:08:46,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:08:46.174 11277 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.197s] 2018-04-28 22:08:47,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:08:47.284 11277 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.675s] 2018-04-28 22:08:48,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:08:48.404 11277 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.440s] 2018-04-28 22:08:51,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:08:51.349 11277 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.943s] 2018-04-28 22:08:54,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:08:54.498 11277 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.065s] 2018-04-28 22:08:59,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:08:59.228 11277 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [7.878s] 2018-04-28 22:09:02,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:02.462 11277 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [3.234s] 2018-04-28 22:09:02,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:02.536 11277 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.075s] 2018-04-28 22:09:02,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:02.560 11277 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.023s] 2018-04-28 22:09:02,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:02.583 11277 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.023s] 2018-04-28 22:09:02,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:02.743 11277 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.158s] 2018-04-28 22:09:03,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:03.917 11277 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.552s] 2018-04-28 22:09:04,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:04.228 11277 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.309s] 2018-04-28 22:09:04,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:04.879 11277 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.651s] 2018-04-28 22:09:05,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:05.470 11277 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.591s] 2018-04-28 22:09:05,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:05.786 11277 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [11.285s] 2018-04-28 22:09:05,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:05.972 11277 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.501s] 2018-04-28 22:09:06,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:06.054 11277 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.083s] 2018-04-28 22:09:06,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:06.132 11277 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.077s] 2018-04-28 22:09:06,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:06.387 11277 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.254s] 2018-04-28 22:09:06,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:06.436 11277 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [36.301s] 2018-04-28 22:09:06,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:06.473 11277 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.086s] 2018-04-28 22:09:06,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:06.553 11277 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.079s] 2018-04-28 22:09:06,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:06.700 11277 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.147s] 2018-04-28 22:09:06,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:06.934 11277 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.071s] 2018-04-28 22:09:06,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:06.945 11277 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-28 22:09:07,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:07.102 11277 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.156s] 2018-04-28 22:09:07,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:07.114 11277 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.012s] 2018-04-28 22:09:07,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:07.126 11277 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-04-28 22:09:07,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:07.163 11277 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.036s] 2018-04-28 22:09:07,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:07.224 11277 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.061s] 2018-04-28 22:09:07,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:07.319 11277 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.094s] 2018-04-28 22:09:07,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:07.809 11277 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.488s] 2018-04-28 22:09:07,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:07.823 11277 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-04-28 22:09:07,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:07.903 11277 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.080s] 2018-04-28 22:09:19,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:19.630 11277 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [2.620s] 2018-04-28 22:09:22,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:22.687 11277 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.165s] 2018-04-28 22:09:28,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:28.193 11277 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.675s] 2018-04-28 22:09:30,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:30.136 11277 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.941s] 2018-04-28 22:09:31,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:31.327 11277 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.191s] 2018-04-28 22:09:32,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:32.234 11277 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.959s] 2018-04-28 22:09:32,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:32.823 11277 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.495s] 2018-04-28 22:09:34,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:34.509 11277 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.685s] 2018-04-28 22:09:36,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:36.120 11277 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.610s] 2018-04-28 22:09:36,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:36.845 11277 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.725s] 2018-04-28 22:09:37,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:37.420 11277 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.575s] 2018-04-28 22:09:37,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:37.937 11277 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.516s] 2018-04-28 22:09:38,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:38.491 11277 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.256s] 2018-04-28 22:09:39,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:39.419 11277 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.480s] 2018-04-28 22:09:39,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:39.471 11277 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [43.875s] 2018-04-28 22:09:39,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:39.791 11277 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.372s] 2018-04-28 22:09:40,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:40.380 11277 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.888s] 2018-04-28 22:09:40,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:40.440 11277 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.061s] 2018-04-28 22:09:40,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:40.495 11277 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.704s] 2018-04-28 22:09:40,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:40.569 11277 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.102s] 2018-04-28 22:09:40,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:40.652 11277 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.211s] 2018-04-28 22:09:40,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:40.858 11277 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.206s] 2018-04-28 22:09:40,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:40.907 11277 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.048s] 2018-04-28 22:09:41,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:41.039 11277 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.541s] 2018-04-28 22:09:42,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:42.324 11277 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.285s] 2018-04-28 22:09:43,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:43.015 11277 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.691s] 2018-04-28 22:09:43,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:43.574 11277 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.558s] 2018-04-28 22:09:43,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:43.739 11277 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [66.703s] 2018-04-28 22:09:44,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:44.083 11277 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.507s] 2018-04-28 22:09:44,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:44.318 11277 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.236s] 2018-04-28 22:09:51,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:51.833 11277 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.295s] 2018-04-28 22:09:54,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:54.835 11277 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk ... fail 2018-04-28 22:09:56,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:56.416 11277 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.581s] 2018-04-28 22:09:56,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:56.931 11277 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.177s] 2018-04-28 22:09:59,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:09:59.629 11277 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.383s] 2018-04-28 22:10:00,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:10:00.151 11277 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.522s] 2018-04-28 22:10:01,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:10:01.153 11277 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.737s] 2018-04-28 22:10:05,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:10:05.265 11277 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.111s] 2018-04-28 22:10:09,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:10:09.188 11277 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.922s] 2018-04-28 22:10:13,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:10:13.449 11277 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.260s] 2018-04-28 22:10:16,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:10:16.586 11277 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.137s] 2018-04-28 22:10:18,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:10:18.440 11277 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [67.251s] 2018-04-28 22:10:23,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:10:23.447 11277 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.859s] 2018-04-28 22:10:27,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:10:27.517 11277 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.069s] 2018-04-28 22:10:27,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:10:27.928 11277 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.412s] 2018-04-28 22:10:28,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:10:28.035 11277 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.107s] 2018-04-28 22:10:28,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:10:28.250 11277 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.214s] 2018-04-28 22:10:28,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:10:28.550 11277 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.300s] 2018-04-28 22:10:28,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:10:28.657 11277 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.107s] 2018-04-28 22:10:28,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:10:28.783 11277 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.124s] 2018-04-28 22:10:28,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:10:28.878 11277 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.095s] 2018-04-28 22:10:29,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:10:29.113 11277 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.234s] 2018-04-28 22:10:35,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:10:35.836 11277 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.721s] 2018-04-28 22:10:50,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:10:50.026 11277 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.977s] 2018-04-28 22:10:56,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:10:56.377 11277 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.349s] 2018-04-28 22:12:17,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:12:17.869 11277 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [187.259s] 2018-04-28 22:12:17,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:12:17.937 11277 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.071s] 2018-04-28 22:12:18,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:12:18.175 11277 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.237s] 2018-04-28 22:12:21,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:12:21.797 11277 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [213.643s] 2018-04-28 22:12:30,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:12:30.251 11277 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [131.813s] 2018-04-28 22:12:53,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:12:53.719 11277 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [31.915s] 2018-04-28 22:13:02,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:13:02.161 11277 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [31.907s] 2018-04-28 22:13:09,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:13:09.110 11277 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.014s] 2018-04-28 22:13:09,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:13:09.290 11277 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.179s] 2018-04-28 22:13:09,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:13:09.628 11277 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.338s] 2018-04-28 22:13:09,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:13:09.796 11277 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.167s] 2018-04-28 22:13:09,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:13:09.810 11277 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.014s] 2018-04-28 22:13:09,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:13:09.823 11277 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.012s] 2018-04-28 22:13:09,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:13:09.881 11277 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.058s] 2018-04-28 22:13:10,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:13:10.066 11277 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.184s] 2018-04-28 22:13:10,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:13:10.222 11277 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.155s] 2018-04-28 22:13:10,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:13:10.797 11277 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.574s] 2018-04-28 22:13:10,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:13:10.807 11277 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2018-04-28 22:13:10,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:13:10.850 11277 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.043s] 2018-04-28 22:13:10,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:13:10.892 11277 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.042s] 2018-04-28 22:13:11,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:13:11.075 11277 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.182s] 2018-04-28 22:13:11,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:13:11.263 11277 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.187s] 2018-04-28 22:13:11,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:13:11.591 11277 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.327s] 2018-04-28 22:13:11,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:13:11.624 11277 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.033s] 2018-04-28 22:13:11,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:13:11.655 11277 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.032s] 2018-04-28 22:13:11,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:13:11.663 11277 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.008s] 2018-04-28 22:13:11,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:13:11.853 11277 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.189s] 2018-04-28 22:13:12,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:13:12.028 11277 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.174s] 2018-04-28 22:13:12,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:13:12.058 11277 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.031s] 2018-04-28 22:13:12,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:13:12.090 11277 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.031s] 2018-04-28 22:13:19,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:13:19.802 11277 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [17.641s] 2018-04-28 22:13:42,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:13:42.221 11277 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.002s] 2018-04-28 22:13:51,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:13:51.595 11277 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [9.370s] 2018-04-28 22:14:07,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:14:07.454 11277 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [15.858s] 2018-04-28 22:15:25,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:15:25.608 11277 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [187.422s] 2018-04-28 22:15:25,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:15:25.609 11277 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-28 22:15:47,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:15:47.369 11277 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.386s] 2018-04-28 22:15:47,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:15:47.594 11277 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.225s] 2018-04-28 22:15:48,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:15:48.041 11277 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.445s] 2018-04-28 22:15:48,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:15:48.420 11277 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.378s] 2018-04-28 22:15:48,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:15:48.835 11277 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.414s] 2018-04-28 22:15:49,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:15:49.243 11277 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.407s] 2018-04-28 22:15:56,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:15:56.212 11277 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.455s] 2018-04-28 22:15:57,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:15:57.619 11277 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.407s] 2018-04-28 22:16:01,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:16:01.862 11277 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.238s] 2018-04-28 22:16:02,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:16:02.911 11277 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.053s] 2018-04-28 22:16:04,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:16:04.872 11277 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.958s] 2018-04-28 22:16:06,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:16:06.157 11277 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.286s] 2018-04-28 22:16:08,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:16:08.143 11277 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.982s] 2018-04-28 22:16:08,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:16:08.233 11277 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.093s] 2018-04-28 22:16:11,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '6cf2ff1a-cc9c-4ac0-aa56-606a05c3c73e']'. 2018-04-28 22:16:12,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-28 22:16:12,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-28 22:16:12,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-28 22:16:12,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 6cf2ff1a-cc9c-4ac0-aa56-606a05c3c73e | 2018-04-28 22:16:12,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-28 22:16:12,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-28 22:08:19 | 2018-04-28 22:16:12,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-28 22:16:10 | 2018-04-28 22:16:12,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:07:51 | 2018-04-28 22:16:12,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-28 22:16:12,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-28 22:16:12,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 542e57e2-7c5a-42a0-a761-86ca4f7fd9c7) | 2018-04-28 22:16:12,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-28 22:16:12,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: fedcc2ed-91a4-4f26-89d9-80bc6dfdb5ac) | 2018-04-28 22:16:12,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 158 | 2018-04-28 22:16:12,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 460.073 | 2018-04-28 22:16:12,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 150 | 2018-04-28 22:16:12,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-28 22:16:12,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-28 22:16:12,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-28 22:16:12,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 8 | 2018-04-28 22:16:12,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-28 22:16:12,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-28 22:16:12,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 94.9367088608% 2018-04-28 22:16:19,083 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-28 22:16:19,083 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 08:24 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-04-28 22:16:19,087 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-04-28 22:16:19,088 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-28 22:16:19,175 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-28 22:16:21,573 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-28 22:16:21.260 11375 INFO rally.deployment.engine [-] Deployment fedcc2ed-91a4-4f26-89d9-80bc6dfdb5ac | Starting: Destroy cloud and free allocated resources. 2018-04-28 22:16:21.318 11375 INFO rally.deployment.engine [-] Deployment fedcc2ed-91a4-4f26-89d9-80bc6dfdb5ac | Completed: Destroy cloud and free allocated resources. 2018-04-28 22:16:21.346 11375 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=542e57e2-7c5a-42a0-a761-86ca4f7fd9c7) for deployment 'opnfv-rally'. 2018-04-28 22:16:21.362 11375 INFO rally.api [-] Deleting verification (UUID=6cf2ff1a-cc9c-4ac0-aa56-606a05c3c73e). 2018-04-28 22:16:21.397 11375 INFO rally.api [-] Verification has been successfully deleted! 2018-04-28 22:16:21.397 11375 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=542e57e2-7c5a-42a0-a761-86ca4f7fd9c7). 2018-04-28 22:16:21.406 11375 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-28 22:16:23,976 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-28 22:16:23.751 11378 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f9dda3d6-0688-4e47-b28e-3dc16b48138b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f9dda3d6-0688-4e47-b28e-3dc16b48138b | 2018-04-28T22:16:23 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f9dda3d6-0688-4e47-b28e-3dc16b48138b ~/.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-28 22:16:27,403 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-28 22:16:27,403 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-28 22:16:29,692 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-28 22:16:29.449 11384 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=542e57e2-7c5a-42a0-a761-86ca4f7fd9c7). 2018-04-28 22:16:29.568 11384 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-28 22:16:32,881 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-28 22:16:31.549 11387 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-28 22:16:31.678 11387 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-28 22:16:32.732 11387 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fc301b9a-3e0c-4552-9c31-05e3e4a215a2) has been successfully created! Using verifier 'opnfv-tempest' (UUID=fc301b9a-3e0c-4552-9c31-05e3e4a215a2) as the default verifier for the future CLI operations. 2018-04-28 22:16:35,782 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-28 22:16:38,396 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-28 22:16:46,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-28 22:16:52,193 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-28 22:16:51.184 11406 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=fc301b9a-3e0c-4552-9c31-05e3e4a215a2) for deployment 'opnfv-rally' (UUID=f9dda3d6-0688-4e47-b28e-3dc16b48138b). 2018-04-28 22:16:52.037 11406 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fc301b9a-3e0c-4552-9c31-05e3e4a215a2) has been successfully configured for deployment 'opnfv-rally' (UUID=f9dda3d6-0688-4e47-b28e-3dc16b48138b)! 2018-04-28 22:16:52,193 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-28 22:16:52,194 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-28 22:16:52,196 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-28 22:16:52,210 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-28 22:16:55,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-fc301b9a-3e0c-4552-9c31-05e3e4a215a2/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-28 22:16:55,460 - 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-28 22:16:57,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 22:16:57.624 11415 INFO rally.api [-] Starting verification (UUID=387cbde1-be01-4ca2-8356-a393cde0fde4) for deployment 'opnfv-rally' (UUID=f9dda3d6-0688-4e47-b28e-3dc16b48138b) by verifier 'opnfv-tempest' (UUID=fc301b9a-3e0c-4552-9c31-05e3e4a215a2). 2018-04-28 22:16:57,626 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 387cbde1-be01-4ca2-8356-a393cde0fde4 2018-04-28 22:19:40,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '387cbde1-be01-4ca2-8356-a393cde0fde4']'. 2018-04-28 22:19:40,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-28 22:19:40,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-28 22:19:40,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-28 22:19:40,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 387cbde1-be01-4ca2-8356-a393cde0fde4 | 2018-04-28 22:19:40,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-28 22:19:40,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-28 22:16:57 | 2018-04-28 22:19:40,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-28 22:19:39 | 2018-04-28 22:19:40,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:42 | 2018-04-28 22:19:40,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-28 22:19:40,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-28 22:19:40,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: fc301b9a-3e0c-4552-9c31-05e3e4a215a2) | 2018-04-28 22:19:40,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-28 22:19:40,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: f9dda3d6-0688-4e47-b28e-3dc16b48138b) | 2018-04-28 22:19:40,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-28 22:19:40,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 152.369 | 2018-04-28 22:19:40,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-04-28 22:19:40,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-04-28 22:19:40,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-28 22:19:40,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-28 22:19:40,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-28 22:19:40,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-28 22:19:40,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-28 22:19:41,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-28 22:19:46,905 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-28 22:19:46,905 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:11 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-28 22:19:46,909 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-04-28 22:20:07,264 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-04-28 22:20:07,265 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-04-28 22:20:07,297 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-04-28 22:20:07,413 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-28 22:20:07,413 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-28 22:20:07,417 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-28 22:20:08,374 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-28 23:20:29,042 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-28 23:20:29,042 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 60:20 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-28 23:20:29,045 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-28 23:20:29,045 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-28 23:20:29,103 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-28 23:20:31,516 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-28 23:20:31.223 11505 INFO rally.deployment.engine [-] Deployment f9dda3d6-0688-4e47-b28e-3dc16b48138b | Starting: Destroy cloud and free allocated resources. 2018-04-28 23:20:31.286 11505 INFO rally.deployment.engine [-] Deployment f9dda3d6-0688-4e47-b28e-3dc16b48138b | Completed: Destroy cloud and free allocated resources. 2018-04-28 23:20:31.312 11505 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=fc301b9a-3e0c-4552-9c31-05e3e4a215a2) for deployment 'opnfv-rally'. 2018-04-28 23:20:31.329 11505 INFO rally.api [-] Deleting verification (UUID=387cbde1-be01-4ca2-8356-a393cde0fde4). 2018-04-28 23:20:31.365 11505 INFO rally.api [-] Verification has been successfully deleted! 2018-04-28 23:20:31.365 11505 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=fc301b9a-3e0c-4552-9c31-05e3e4a215a2). 2018-04-28 23:20:31.370 11505 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-28 23:20:33,736 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-28 23:20:33.496 11508 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=3101ee80-36ec-4918-b2c8-cba868cdf7f3) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 3101ee80-36ec-4918-b2c8-cba868cdf7f3 | 2018-04-28T23:20:33 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 3101ee80-36ec-4918-b2c8-cba868cdf7f3 ~/.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-28 23:20:37,047 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-28 23:20:37,047 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-28 23:20:39,289 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-28 23:20:39.018 11514 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=fc301b9a-3e0c-4552-9c31-05e3e4a215a2). 2018-04-28 23:20:39.141 11514 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-28 23:20:42,763 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-28 23:20:41.374 11517 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-28 23:20:41.496 11517 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-28 23:20:42.532 11517 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b173fcce-adfb-4729-b638-b4bfaee3253b) has been successfully created! Using verifier 'opnfv-tempest' (UUID=b173fcce-adfb-4729-b638-b4bfaee3253b) as the default verifier for the future CLI operations. 2018-04-28 23:20:54,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-28 23:21:00,058 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-28 23:20:59.045 11536 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b173fcce-adfb-4729-b638-b4bfaee3253b) for deployment 'opnfv-rally' (UUID=3101ee80-36ec-4918-b2c8-cba868cdf7f3). 2018-04-28 23:20:59.893 11536 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b173fcce-adfb-4729-b638-b4bfaee3253b) has been successfully configured for deployment 'opnfv-rally' (UUID=3101ee80-36ec-4918-b2c8-cba868cdf7f3)! 2018-04-28 23:21:02,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-b173fcce-adfb-4729-b638-b4bfaee3253b/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-28 23:21:02,791 - 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-28 23:21:04,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 23:21:04.759 11545 INFO rally.api [-] Starting verification (UUID=61f00b80-e6a3-457c-ab28-259cd72fbb11) for deployment 'opnfv-rally' (UUID=3101ee80-36ec-4918-b2c8-cba868cdf7f3) by verifier 'opnfv-tempest' (UUID=b173fcce-adfb-4729-b638-b4bfaee3253b). 2018-04-28 23:22:57,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '61f00b80-e6a3-457c-ab28-259cd72fbb11']'. 2018-04-28 23:22:58,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-28 23:22:58,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-28 23:22:58,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-28 23:22:58,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 61f00b80-e6a3-457c-ab28-259cd72fbb11 | 2018-04-28 23:22:58,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-28 23:22:58,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-28 23:21:04 | 2018-04-28 23:22:58,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-28 23:22:57 | 2018-04-28 23:22:58,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:53 | 2018-04-28 23:22:58,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-28 23:22:58,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-28 23:22:58,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: b173fcce-adfb-4729-b638-b4bfaee3253b) | 2018-04-28 23:22:58,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-28 23:22:58,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 3101ee80-36ec-4918-b2c8-cba868cdf7f3) | 2018-04-28 23:22:58,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-28 23:22:58,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 100.562 | 2018-04-28 23:22:58,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-04-28 23:22:58,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-04-28 23:22:58,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-28 23:22:58,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-28 23:22:58,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-04-28 23:22:58,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-28 23:22:58,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-28 23:22:58,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-04-28 23:23:04,532 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-28 23:23:04,532 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:19 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-04-28 23:23:04,537 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-04-28 23:23:04,537 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:58 | PASS | | vping_userdata | functest | smoke | 00:41 | PASS | | tempest_smoke_serial | functest | smoke | 17:15 | PASS | | rally_sanity | functest | smoke | 25:13 | PASS | | refstack_defcore | functest | smoke | 08:24 | FAIL | | patrole | functest | smoke | 03:11 | PASS | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 60:20 | FAIL | | neutron_trunk | functest | smoke | 02:19 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-28 23:23:04,544 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-28 23:23:07,796 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-61 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-28 23:23:07,798 - 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=mXkxzbQwVzRJJqsc8hF2bcNMd export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.9 export OS_REGION_NAME=regionOne 2018-04-28 23:23:07,798 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-28 23:23:07,799 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification bgpvpn | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ 2018-04-28 23:23:07,800 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-28 23:23:07,800 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-04-28 23:27:28,275 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-04-28 23:27:28,400 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-28 23:27:28,400 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:20 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-04-28 23:27:28,404 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-04-28 23:59:09,435 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-28 23:59:17,115 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-28 23:59:16.844 151 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=ec18d883-c44c-4a4f-8807-7232bb043495) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | ec18d883-c44c-4a4f-8807-7232bb043495 | 2018-04-28T23:59:16 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: ec18d883-c44c-4a4f-8807-7232bb043495 ~/.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-28 23:59:20,397 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-28 23:59:20,398 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-28 23:59:26,036 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-28 23:59:24.379 160 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-28 23:59:24.507 160 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-28 23:59:25.902 160 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c42c131d-fe72-40e4-94a6-3bebc397636f) has been successfully created! Using verifier 'opnfv-tempest' (UUID=c42c131d-fe72-40e4-94a6-3bebc397636f) as the default verifier for the future CLI operations. 2018-04-28 23:59:31,765 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-28 23:59:30.752 179 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c42c131d-fe72-40e4-94a6-3bebc397636f) for deployment 'opnfv-rally' (UUID=ec18d883-c44c-4a4f-8807-7232bb043495). 2018-04-28 23:59:31.614 179 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c42c131d-fe72-40e4-94a6-3bebc397636f) has been successfully configured for deployment 'opnfv-rally' (UUID=ec18d883-c44c-4a4f-8807-7232bb043495)! 2018-04-28 23:59:31,765 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-29 00:04:13,047 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-04-29 00:04:18,257 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-04-29 00:04:18,273 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-2.tar.gz --strip-components=1' 2018-04-29 00:04:26,262 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-04-29 00:04:26,276 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-0.tar.gz --strip-components=1' 2018-04-29 00:04:26,817 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-04-29 00:04:26,833 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-0.tar.gz --strip-components=1' 2018-04-29 00:04:33,505 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-04-29 00:04:33,522 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-1.tar.gz --strip-components=1' 2018-04-29 00:04:34,000 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-04-29 00:04:34,012 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-1.tar.gz --strip-components=1' 2018-04-29 00:04:34,032 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-04-29 00:04:35,822 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/bgpvpn.log' 2018-04-29 00:04:35,958 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-29 00:04:35,958 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 37:06 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-04-29 00:04:35,962 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-04-29 00:04:35,963 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:20 | PASS | | bgpvpn | sdnvpn | features | 37:06 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-29 00:04:35,967 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-29 00:04:41,440 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-61 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-29 00:04:41,445 - 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=mXkxzbQwVzRJJqsc8hF2bcNMd export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.9 export OS_REGION_NAME=regionOne 2018-04-29 00:04:41,445 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-29 00:04:41,445 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-29 00:04:41,446 - 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-29 00:04:41,448 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-29 00:04:44,631 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-61 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-29 00:04:44,636 - 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=mXkxzbQwVzRJJqsc8hF2bcNMd export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.9 export OS_REGION_NAME=regionOne 2018-04-29 00:04:44,636 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-29 00:04:44,636 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-29 00:04:44,637 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-29 00:04:44,638 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK