2018-04-14 17:35:26,880 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-12 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-14 17:35:26,883 - 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=te9zbWPCn6AqqYqsYtcN7wjGe export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-14 17:35:26,883 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-14 17:35:26,883 - 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-14 17:35:26,884 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-14 17:35:26,884 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-14 17:35:29,585 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-14 17:35:39,826 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 10.230s OK 2018-04-14 17:35:39,955 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-14 17:35:39,955 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-14 17:35:39,960 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-14 17:35:42,329 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-14 17:51:46,076 - 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 963.693s OK 2018-04-14 17:51:46,202 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-14 17:51:46,203 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 16:04 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-14 17:51:46,206 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-14 17:51:47,035 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-14 17:53:00,013 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 72.976s OK 2018-04-14 17:53:00,132 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-14 17:53:00,133 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 01:13 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-14 17:53:00,137 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 16:04 | PASS | | snaps_health_check | functest | healthcheck | 01:13 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-14 17:53:00,140 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-14 17:53:02,866 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-12 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-14 17:53:02,870 - 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=te9zbWPCn6AqqYqsYtcN7wjGe export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-14 17:53:02,870 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-14 17:53:02,872 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-04-14 17:53:02,874 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-14 17:53:02,874 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-14 17:53:03,806 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-14 17:53:03,806 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-14 17:53:04,204 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-14 17:53:04,205 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-04-14 17:53:05,574 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-14 17:53:05,574 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-14 17:53:05' 2018-04-14 17:53:05,574 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--8f8d1c8d-c5e2-4f9b-b472-326b9b8d0b56' 2018-04-14 17:53:12,536 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-8f8d1c8d-c5e2-4f9b-b472-326b9b8d0b56' 2018-04-14 17:53:16,048 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-8f8d1c8d-c5e2-4f9b-b472-326b9b8d0b56' 2018-04-14 17:53:29,650 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-8f8d1c8d-c5e2-4f9b-b472-326b9b8d0b56' 2018-04-14 17:53:30,555 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-8f8d1c8d-c5e2-4f9b-b472-326b9b8d0b56' 2018-04-14 17:53:31,899 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-8f8d1c8d-c5e2-4f9b-b472-326b9b8d0b56' 2018-04-14 17:53:38,683 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-8f8d1c8d-c5e2-4f9b-b472-326b9b8d0b56' 2018-04-14 17:53:42,365 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-8f8d1c8d-c5e2-4f9b-b472-326b9b8d0b56' 2018-04-14 17:54:12,101 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-14 17:54:24,844 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-14 17:54:24,989 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-14 17:54:25,996 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-14 17:54:55,435 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-14 17:54:55,435 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-14 17:54:55,914 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-14 17:54:55,914 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-14 17:54:55,918 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-14 17:54:56,017 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-14 17:54:56,017 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-14 17:54:56' 2018-04-14 17:54:56,017 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--bfeb6e7a-01de-4a23-9737-bbecf9f13517' 2018-04-14 17:55:02,840 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-bfeb6e7a-01de-4a23-9737-bbecf9f13517' 2018-04-14 17:55:05,332 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-bfeb6e7a-01de-4a23-9737-bbecf9f13517' 2018-04-14 17:55:18,145 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-bfeb6e7a-01de-4a23-9737-bbecf9f13517' 2018-04-14 17:55:18,878 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-bfeb6e7a-01de-4a23-9737-bbecf9f13517' 2018-04-14 17:55:26,825 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-bfeb6e7a-01de-4a23-9737-bbecf9f13517' 2018-04-14 17:55:33,878 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-14 17:55:51,374 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-14 17:55:53,801 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.11. Waiting for response... 2018-04-14 17:55:56,418 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-14 17:56:33,495 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-14 17:56:33,496 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 01:00 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-14 17:56:33,500 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-14 17:56:33,601 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-14 17:56:38,302 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-14 17:56:38.022 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=1b13249d-db5f-41da-999d-edb5881ffc4d) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 1b13249d-db5f-41da-999d-edb5881ffc4d | 2018-04-14T17:56:37 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 1b13249d-db5f-41da-999d-edb5881ffc4d ~/.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-14 17:56:41,537 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-14 17:56:41,538 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-14 17:56:47,296 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-14 17:56:45.693 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-14 17:56:45.855 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-14 17:56:47.106 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b99b96b2-d595-4bfb-96c1-63b716eb64f5) has been successfully created! Using verifier 'opnfv-tempest' (UUID=b99b96b2-d595-4bfb-96c1-63b716eb64f5) as the default verifier for the future CLI operations. 2018-04-14 17:56:50,201 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-14 17:56:53,763 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-14 17:57:07,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-14 17:57:12,841 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-14 17:57:11.815 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b99b96b2-d595-4bfb-96c1-63b716eb64f5) for deployment 'opnfv-rally' (UUID=1b13249d-db5f-41da-999d-edb5881ffc4d). 2018-04-14 17:57:12.680 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b99b96b2-d595-4bfb-96c1-63b716eb64f5) has been successfully configured for deployment 'opnfv-rally' (UUID=1b13249d-db5f-41da-999d-edb5881ffc4d)! 2018-04-14 17:57:12,842 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-14 17:57:12,842 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-14 17:57:12,845 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-14 17:57:12,848 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-14 17:57:15,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-b99b96b2-d595-4bfb-96c1-63b716eb64f5/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-14 17:57:15,812 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-14 17:57:15,813 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-14 17:57:15,813 - 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-14 17:57:17,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 17:57:17.855 55 INFO rally.api [-] Starting verification (UUID=6087d1ae-ec19-4af5-9a9a-16e6b3093628) for deployment 'opnfv-rally' (UUID=1b13249d-db5f-41da-999d-edb5881ffc4d) by verifier 'opnfv-tempest' (UUID=b99b96b2-d595-4bfb-96c1-63b716eb64f5). 2018-04-14 17:57:17,856 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 6087d1ae-ec19-4af5-9a9a-16e6b3093628 2018-04-14 17:57:25,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 17:57:25.664 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.190s] 2018-04-14 17:57:25,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 17:57:25.741 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.076s] 2018-04-14 17:57:33,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 17:57:33.340 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.734s] 2018-04-14 17:57:37,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 17:57:37.269 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.927s] 2018-04-14 17:57:52,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 17:57:52.316 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [7.019s] 2018-04-14 17:58:17,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 17:58:17.216 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [17.691s] 2018-04-14 17:59:09,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 17:59:09.207 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.092s] 2018-04-14 17:59:09,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 17:59:09.208 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-14 17:59:58,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 17:59:58.489 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.065s] 2018-04-14 17:59:58,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 17:59:58.490 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-14 18:00:44,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:00:44.784 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.076s] 2018-04-14 18:00:44,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:00:44.785 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-14 18:02:02,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:02:02.600 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [24.418s] 2018-04-14 18:02:38,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:02:38.345 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.050s] 2018-04-14 18:02:38,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:02:38.443 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.098s] 2018-04-14 18:02:47,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:02:47.860 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.703s] 2018-04-14 18:02:47,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:02:47.870 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-04-14 18:02:49,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:02:49.814 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-14 18:02:49,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:02:49.815 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-14 18:02:54,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:02:54.457 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.800s] 2018-04-14 18:03:01,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:03:01.865 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.081s] 2018-04-14 18:03:09,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:03:09.049 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.709s] 2018-04-14 18:03:18,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:03:18.541 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.735s] 2018-04-14 18:03:28,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:03:28.423 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.345s] 2018-04-14 18:03:36,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:03:36.735 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.396s] 2018-04-14 18:03:43,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:03:43.465 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.193s] 2018-04-14 18:03:51,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:03:51.751 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.479s] 2018-04-14 18:04:00,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:04:00.134 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [1.202s] 2018-04-14 18:04:09,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:04:09.084 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.807s] 2018-04-14 18:04:12,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:04:12.047 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-14 18:04:14,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:04:14.182 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.079s] 2018-04-14 18:04:14,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:04:14.258 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.075s] 2018-04-14 18:04:14,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:04:14.329 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.071s] 2018-04-14 18:04:14,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:04:14.336 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-04-14 18:04:19,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:04:19.265 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.081s] 2018-04-14 18:04:22,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:04:22.829 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [3.563s] 2018-04-14 18:04:28,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:04:28.408 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [5.579s] 2018-04-14 18:04:42,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:04:42.291 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-04-14 18:04:50,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:04:50.166 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.473s] 2018-04-14 18:05:09,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:05:09.497 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.877s] 2018-04-14 18:05:14,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:05:14.544 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.046s] 2018-04-14 18:05:29,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:05:29.670 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.563s] 2018-04-14 18:05:33,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:05:33.287 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.614s] 2018-04-14 18:05:43,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:05:43.341 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [10.054s] 2018-04-14 18:05:54,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:05:54.669 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.508s] 2018-04-14 18:05:59,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:05:59.016 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.344s] 2018-04-14 18:06:04,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:06:04.177 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [5.160s] 2018-04-14 18:06:21,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:06:21.440 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.770s] 2018-04-14 18:06:21,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:06:21.865 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.424s] 2018-04-14 18:06:22,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:06:22.193 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.328s] 2018-04-14 18:06:22,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:06:22.391 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.196s] 2018-04-14 18:06:22,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:06:22.649 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.258s] 2018-04-14 18:06:22,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:06:22.704 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.053s] 2018-04-14 18:06:39,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:06:39.338 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.490s] 2018-04-14 18:06:39,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:06:39.638 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.299s] 2018-04-14 18:06:39,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:06:39.794 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.156s] 2018-04-14 18:06:39,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:06:39.914 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.119s] 2018-04-14 18:06:40,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:06:40.015 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.100s] 2018-04-14 18:06:40,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:06:40.222 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.206s] 2018-04-14 18:06:55,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:06:55.605 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.834s] 2018-04-14 18:07:02,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:07:02.441 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.835s] 2018-04-14 18:07:04,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:07:04.412 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.969s] 2018-04-14 18:07:04,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:07:04.615 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.202s] 2018-04-14 18:07:04,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:07:04.829 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.214s] 2018-04-14 18:07:19,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:07:19.379 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.839s] 2018-04-14 18:07:27,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:07:27.352 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [7.973s] 2018-04-14 18:07:29,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:07:29.376 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.023s] 2018-04-14 18:07:29,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:07:29.581 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.205s] 2018-04-14 18:07:29,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:07:29.784 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.203s] 2018-04-14 18:07:54,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:07:54.741 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [19.197s] 2018-04-14 18:08:08,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:08:08.831 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [14.090s] 2018-04-14 18:08:20,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:08:20.574 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [11.741s] 2018-04-14 18:08:31,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:08:31.703 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [11.129s] 2018-04-14 18:09:07,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:09:07.336 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [18.783s] 2018-04-14 18:09:20,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:09:20.422 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [13.085s] 2018-04-14 18:09:33,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:09:33.384 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [12.961s] 2018-04-14 18:09:43,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:09:43.376 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [9.991s] 2018-04-14 18:10:02,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:10:02.106 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.863s] 2018-04-14 18:10:04,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:10:04.349 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.241s] 2018-04-14 18:10:04,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:10:04.538 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.190s] 2018-04-14 18:10:09,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:10:09.717 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.483s] 2018-04-14 18:10:12,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:10:12.222 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.502s] 2018-04-14 18:10:12,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:10:12.410 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.189s] 2018-04-14 18:10:16,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:10:16.915 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.396s] 2018-04-14 18:10:20,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:10:20.363 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-04-14 18:10:21,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:10:21.901 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-14 18:10:21,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:10:21.903 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-14 18:10:21,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:10:21.904 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-14 18:10:21,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:10:21.904 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-14 18:10:21,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:10:21.905 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-14 18:10:24,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:10:24.163 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-04-14 18:10:45,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:10:45.387 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [15.954s] 2018-04-14 18:11:03,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:11:03.218 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [12.490s] 2018-04-14 18:11:21,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:11:21.883 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [18.661s] 2018-04-14 18:11:31,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:11:31.421 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.038s] 2018-04-14 18:13:11,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:13:11.569 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [91.343s] 2018-04-14 18:14:08,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:14:08.351 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [40.911s] 2018-04-14 18:15:20,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:15:20.233 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [37.995s] 2018-04-14 18:15:42,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '6087d1ae-ec19-4af5-9a9a-16e6b3093628']'. 2018-04-14 18:15:43,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-14 18:15:43,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-14 18:15:43,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-14 18:15:43,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 6087d1ae-ec19-4af5-9a9a-16e6b3093628 | 2018-04-14 18:15:43,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-14 18:15:43,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-14 17:57:17 | 2018-04-14 18:15:43,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-14 18:15:42 | 2018-04-14 18:15:43,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:18:25 | 2018-04-14 18:15:43,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-14 18:15:43,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-14 18:15:43,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-14 18:15:43,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: b99b96b2-d595-4bfb-96c1-63b716eb64f5) | 2018-04-14 18:15:43,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-14 18:15:43,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 1b13249d-db5f-41da-999d-edb5881ffc4d) | 2018-04-14 18:15:43,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-14 18:15:43,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1076.774 | 2018-04-14 18:15:43,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-04-14 18:15:43,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-14 18:15:43,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-14 18:15:43,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-14 18:15:43,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-14 18:15:43,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-14 18:15:43,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-14 18:15:43,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-04-14 18:15:57,332 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-14 18:15:57,332 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 19:07 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-04-14 18:15:57,336 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-14 18:15:57,432 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-14 18:15:57,847 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-14 18:15:57,847 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-04-14 18:15:58,226 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-14 18:16:00,732 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-14 18:16:00.325 121 INFO rally.deployment.engine [-] Deployment 1b13249d-db5f-41da-999d-edb5881ffc4d | Starting: Destroy cloud and free allocated resources. 2018-04-14 18:16:00.412 121 INFO rally.deployment.engine [-] Deployment 1b13249d-db5f-41da-999d-edb5881ffc4d | Completed: Destroy cloud and free allocated resources. 2018-04-14 18:16:00.453 121 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=b99b96b2-d595-4bfb-96c1-63b716eb64f5) for deployment 'opnfv-rally'. 2018-04-14 18:16:00.470 121 INFO rally.api [-] Deleting verification (UUID=6087d1ae-ec19-4af5-9a9a-16e6b3093628). 2018-04-14 18:16:00.515 121 INFO rally.api [-] Verification has been successfully deleted! 2018-04-14 18:16:00.515 121 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=b99b96b2-d595-4bfb-96c1-63b716eb64f5). 2018-04-14 18:16:00.526 121 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-14 18:16:03,024 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-14 18:16:02.773 124 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=83b74265-5ebd-4f61-9793-8159420ad779) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 83b74265-5ebd-4f61-9793-8159420ad779 | 2018-04-14T18:16:02 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 83b74265-5ebd-4f61-9793-8159420ad779 ~/.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-14 18:16:06,241 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-14 18:16:06,241 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-14 18:16:07,703 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-0afd26e3-2c2d-4d01-aabe-acc1d07c80af'... 2018-04-14 18:16:12,691 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-0afd26e3-2c2d-4d01-aabe-acc1d07c80af'... 2018-04-14 18:16:15,550 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-0afd26e3-2c2d-4d01-aabe-acc1d07c80af'... 2018-04-14 18:16:28,027 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-0afd26e3-2c2d-4d01-aabe-acc1d07c80af'... 2018-04-14 18:16:28,842 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-0afd26e3-2c2d-4d01-aabe-acc1d07c80af'... 2018-04-14 18:16:29,559 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-14 18:16:29,559 - 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-14 18:16:29,561 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-14 18:16:29,578 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-14 18:16:29,579 - 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': 'd7a84a8b-144c-4601-9a3c-33edad519a45', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0afd26e3-2c2d-4d01-aabe-acc1d07c80af', 'flavor_name': 'rally-tiny-0afd26e3-2c2d-4d01-aabe-acc1d07c80af', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0afd26e3-2c2d-4d01-aabe-acc1d07c80af', '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-14 18:17:36,686 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2df445dc-ffb4-4031-9cbb-8409e7ada329 2018-04-14 18:17:36,686 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-14 18:17:36,687 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '2df445dc-ffb4-4031-9cbb-8409e7ada329'] 2018-04-14 18:17:37,690 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2df445dc-ffb4-4031-9cbb-8409e7ada329: 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 2df445dc-ffb4-4031-9cbb-8409e7ada329 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.474 | 0.474 | 0.474 | 0.474 | 0.474 | 0.474 | 100.0% | 1 | | total | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 100.0% | 1 | | -> duration | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.474584 Full duration: 7.509841 -------------------------------------------------------------------------------- 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 2df445dc-ffb4-4031-9cbb-8409e7ada329 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.359 | 0.359 | 0.359 | 0.359 | 0.359 | 0.359 | 100.0% | 1 | | total | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | -> duration | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.799259 Full duration: 8.390065 -------------------------------------------------------------------------------- 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 2df445dc-ffb4-4031-9cbb-8409e7ada329 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.565 | 0.565 | 0.565 | 0.565 | 0.565 | 0.565 | 100.0% | 1 | | total | 0.985 | 0.985 | 0.985 | 0.985 | 0.985 | 0.985 | 100.0% | 1 | | -> duration | 0.985 | 0.985 | 0.985 | 0.985 | 0.985 | 0.985 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.984892 Full duration: 8.328597 -------------------------------------------------------------------------------- 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 2df445dc-ffb4-4031-9cbb-8409e7ada329 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.417 | 0.417 | 0.417 | 0.417 | 0.417 | 0.417 | 100.0% | 1 | | total | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 100.0% | 1 | | -> duration | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.8439 Full duration: 8.548021 -------------------------------------------------------------------------------- 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 2df445dc-ffb4-4031-9cbb-8409e7ada329 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.516 | 0.516 | 0.516 | 0.516 | 0.516 | 0.516 | 100.0% | 1 | | total | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | -> duration | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.910212 Full duration: 7.879407 -------------------------------------------------------------------------------- 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 2df445dc-ffb4-4031-9cbb-8409e7ada329 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.204 | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 100.0% | 1 | | total | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 100.0% | 1 | | -> duration | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.661732 Full duration: 7.314266 HINTS: * To plot HTML graphics with this data, run: rally task report 2df445dc-ffb4-4031-9cbb-8409e7ada329 --out output.html * To generate a JUnit report, run: rally task export 2df445dc-ffb4-4031-9cbb-8409e7ada329 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2df445dc-ffb4-4031-9cbb-8409e7ada329 --json --out output.json 2018-04-14 18:17:37,690 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2df445dc-ffb4-4031-9cbb-8409e7ada329'] 2018-04-14 18:17:38,669 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-14 18:17:38,669 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2df445dc-ffb4-4031-9cbb-8409e7ada329', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-14 18:17:38,676 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-14 18:17:38,676 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-14 18:17:38,676 - 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-14 18:17:38,677 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-14 18:17:38,690 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-14 18:17:38,690 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['glance'], 'concurrency': 4, 'netid': 'd7a84a8b-144c-4601-9a3c-33edad519a45', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0afd26e3-2c2d-4d01-aabe-acc1d07c80af', 'flavor_name': 'rally-tiny-0afd26e3-2c2d-4d01-aabe-acc1d07c80af', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0afd26e3-2c2d-4d01-aabe-acc1d07c80af', '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-14 18:19:42,577 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5e6e43b8-e5c2-4a2f-88b6-713e0fed1be7 2018-04-14 18:19:42,578 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '5e6e43b8-e5c2-4a2f-88b6-713e0fed1be7'] 2018-04-14 18:19:43,662 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 5e6e43b8-e5c2-4a2f-88b6-713e0fed1be7: 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 5e6e43b8-e5c2-4a2f-88b6-713e0fed1be7 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 6.576 | 6.576 | 6.576 | 6.576 | 6.576 | 6.576 | 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 | 3.805 | 3.805 | 3.805 | 3.805 | 3.805 | 3.805 | 100.0% | 1 | | glance_v2.delete_image | 4.921 | 4.921 | 4.921 | 4.921 | 4.921 | 4.921 | 100.0% | 1 | | total | 11.498 | 11.498 | 11.498 | 11.498 | 11.498 | 11.498 | 100.0% | 1 | | -> duration | 11.498 | 11.498 | 11.498 | 11.498 | 11.498 | 11.498 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.498005 Full duration: 19.957467 -------------------------------------------------------------------------------- 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 5e6e43b8-e5c2-4a2f-88b6-713e0fed1be7 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.896 | 4.896 | 4.896 | 4.896 | 4.896 | 4.896 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.537 | 0.537 | 0.537 | 0.537 | 0.537 | 0.537 | 100.0% | 1 | | -> glance_v2.upload_data | 1.907 | 1.907 | 1.907 | 1.907 | 1.907 | 1.907 | 100.0% | 1 | | glance_v2.list_images | 0.191 | 0.191 | 0.191 | 0.191 | 0.191 | 0.191 | 100.0% | 1 | | total | 5.087 | 5.087 | 5.087 | 5.087 | 5.087 | 5.087 | 100.0% | 1 | | -> duration | 5.087 | 5.087 | 5.087 | 5.087 | 5.087 | 5.087 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.087393 Full duration: 19.822539 -------------------------------------------------------------------------------- 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 5e6e43b8-e5c2-4a2f-88b6-713e0fed1be7 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.334 | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 100.0% | 1 | | total | 0.335 | 0.335 | 0.335 | 0.335 | 0.335 | 0.335 | 100.0% | 1 | | -> duration | 0.335 | 0.335 | 0.335 | 0.335 | 0.335 | 0.335 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.334514 Full duration: 8.432097 -------------------------------------------------------------------------------- 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-0afd26e3-2c2d-4d01-aabe-acc1d07c80af" }, "number_instances": 2, "nics": [ { "net-id": "d7a84a8b-144c-4601-9a3c-33edad519a45" } ] }, "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 5e6e43b8-e5c2-4a2f-88b6-713e0fed1be7 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 7.501 | 7.501 | 7.501 | 7.501 | 7.501 | 7.501 | 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 | 4.547 | 4.547 | 4.547 | 4.547 | 4.547 | 4.547 | 100.0% | 1 | | nova.boot_servers | 22.416 | 22.416 | 22.416 | 22.416 | 22.416 | 22.416 | 100.0% | 1 | | total | 29.918 | 29.918 | 29.918 | 29.918 | 29.918 | 29.918 | 100.0% | 1 | | -> duration | 28.918 | 28.918 | 28.918 | 28.918 | 28.918 | 28.918 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 28.917607 Full duration: 58.721495 HINTS: * To plot HTML graphics with this data, run: rally task report 5e6e43b8-e5c2-4a2f-88b6-713e0fed1be7 --out output.html * To generate a JUnit report, run: rally task export 5e6e43b8-e5c2-4a2f-88b6-713e0fed1be7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5e6e43b8-e5c2-4a2f-88b6-713e0fed1be7 --json --out output.json 2018-04-14 18:19:43,663 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '5e6e43b8-e5c2-4a2f-88b6-713e0fed1be7'] 2018-04-14 18:19:44,691 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-14 18:19:44,691 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '5e6e43b8-e5c2-4a2f-88b6-713e0fed1be7', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-14 18:19:44,698 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-14 18:19:44,699 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-14 18:19:44,699 - 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-14 18:19:44,699 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-14 18:19:44,723 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-14 18:19:44,724 - 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': 'd7a84a8b-144c-4601-9a3c-33edad519a45', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0afd26e3-2c2d-4d01-aabe-acc1d07c80af', 'flavor_name': 'rally-tiny-0afd26e3-2c2d-4d01-aabe-acc1d07c80af', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0afd26e3-2c2d-4d01-aabe-acc1d07c80af', '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-14 18:23:27,024 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0507ac29-55ec-44a2-9b1f-1cb63890eb98 2018-04-14 18:23:27,024 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '0507ac29-55ec-44a2-9b1f-1cb63890eb98'] 2018-04-14 18:23:28,095 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 0507ac29-55ec-44a2-9b1f-1cb63890eb98: 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 0507ac29-55ec-44a2-9b1f-1cb63890eb98 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.983 | 3.983 | 3.983 | 3.983 | 3.983 | 3.983 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.612 | 2.612 | 2.612 | 2.612 | 2.612 | 2.612 | 100.0% | 1 | | total | 6.595 | 6.595 | 6.595 | 6.595 | 6.595 | 6.595 | 100.0% | 1 | | -> duration | 6.595 | 6.595 | 6.595 | 6.595 | 6.595 | 6.595 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.595384 Full duration: 24.759168 -------------------------------------------------------------------------------- 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 0507ac29-55ec-44a2-9b1f-1cb63890eb98 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.452 | 3.452 | 3.452 | 3.452 | 3.452 | 3.452 | 100.0% | 1 | | cinder_v2.delete_volume | 2.636 | 2.636 | 2.636 | 2.636 | 2.636 | 2.636 | 100.0% | 1 | | total | 6.088 | 6.088 | 6.088 | 6.088 | 6.088 | 6.088 | 100.0% | 1 | | -> duration | 6.088 | 6.088 | 6.088 | 6.088 | 6.088 | 6.088 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.087622 Full duration: 17.988828 -------------------------------------------------------------------------------- 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-0afd26e3-2c2d-4d01-aabe-acc1d07c80af" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 0507ac29-55ec-44a2-9b1f-1cb63890eb98 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 | 17.504 | 17.504 | 17.504 | 17.504 | 17.504 | 17.504 | 100.0% | 1 | | cinder_v2.delete_volume | 2.67 | 2.67 | 2.67 | 2.67 | 2.67 | 2.67 | 100.0% | 1 | | total | 20.175 | 20.175 | 20.175 | 20.175 | 20.175 | 20.175 | 100.0% | 1 | | -> duration | 20.175 | 20.175 | 20.175 | 20.175 | 20.175 | 20.175 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 20.174916 Full duration: 31.572269 -------------------------------------------------------------------------------- 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 0507ac29-55ec-44a2-9b1f-1cb63890eb98 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.162 | 3.162 | 3.162 | 3.162 | 3.162 | 3.162 | 100.0% | 1 | | cinder_v2.delete_volume | 2.651 | 2.651 | 2.651 | 2.651 | 2.651 | 2.651 | 100.0% | 1 | | total | 5.814 | 5.814 | 5.814 | 5.814 | 5.814 | 5.814 | 100.0% | 1 | | -> duration | 5.814 | 5.814 | 5.814 | 5.814 | 5.814 | 5.814 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.813693 Full duration: 17.59363 -------------------------------------------------------------------------------- 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 0507ac29-55ec-44a2-9b1f-1cb63890eb98 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.422 | 3.422 | 3.422 | 3.422 | 3.422 | 3.422 | 100.0% | 1 | | cinder_v2.extend_volume | 2.54 | 2.54 | 2.54 | 2.54 | 2.54 | 2.54 | 100.0% | 1 | | cinder_v2.delete_volume | 2.471 | 2.471 | 2.471 | 2.471 | 2.471 | 2.471 | 100.0% | 1 | | total | 8.433 | 8.433 | 8.433 | 8.433 | 8.433 | 8.433 | 100.0% | 1 | | -> duration | 8.433 | 8.433 | 8.433 | 8.433 | 8.433 | 8.433 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.433431 Full duration: 18.331105 -------------------------------------------------------------------------------- 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 0507ac29-55ec-44a2-9b1f-1cb63890eb98 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 | 5.404 | 5.404 | 5.404 | 5.404 | 5.404 | 5.404 | 100.0% | 1 | | cinder_v2.delete_volume | 4.676 | 4.676 | 4.676 | 4.676 | 4.676 | 4.676 | 100.0% | 1 | | total | 10.08 | 10.08 | 10.08 | 10.08 | 10.08 | 10.08 | 100.0% | 1 | | -> duration | 10.08 | 10.08 | 10.08 | 10.08 | 10.08 | 10.08 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.08025 Full duration: 31.658129 -------------------------------------------------------------------------------- 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 0507ac29-55ec-44a2-9b1f-1cb63890eb98 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.627 | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 100.0% | 1 | | cinder_v2.list_qos | 0.186 | 0.186 | 0.186 | 0.186 | 0.186 | 0.186 | 100.0% | 1 | | total | 0.813 | 0.813 | 0.813 | 0.813 | 0.813 | 0.813 | 100.0% | 1 | | -> duration | 0.813 | 0.813 | 0.813 | 0.813 | 0.813 | 0.813 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.813199 Full duration: 12.988323 -------------------------------------------------------------------------------- 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 0507ac29-55ec-44a2-9b1f-1cb63890eb98 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.631 | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 100.0% | 1 | | cinder_v2.set_qos | 0.235 | 0.235 | 0.235 | 0.235 | 0.235 | 0.235 | 100.0% | 1 | | total | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 100.0% | 1 | | -> duration | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.866542 Full duration: 13.371508 -------------------------------------------------------------------------------- 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 0507ac29-55ec-44a2-9b1f-1cb63890eb98 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.635 | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 100.0% | 1 | | cinder_v2.list_types | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 100.0% | 1 | | total | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | -> duration | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.814587 Full duration: 13.681532 -------------------------------------------------------------------------------- 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 0507ac29-55ec-44a2-9b1f-1cb63890eb98 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.702 | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.217 | 0.217 | 0.217 | 0.217 | 0.217 | 0.217 | 100.0% | 1 | | total | 0.919 | 0.919 | 0.919 | 0.919 | 0.919 | 0.919 | 100.0% | 1 | | -> duration | 0.919 | 0.919 | 0.919 | 0.919 | 0.919 | 0.919 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.919425 Full duration: 12.907118 HINTS: * To plot HTML graphics with this data, run: rally task report 0507ac29-55ec-44a2-9b1f-1cb63890eb98 --out output.html * To generate a JUnit report, run: rally task export 0507ac29-55ec-44a2-9b1f-1cb63890eb98 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0507ac29-55ec-44a2-9b1f-1cb63890eb98 --json --out output.json 2018-04-14 18:23:28,095 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '0507ac29-55ec-44a2-9b1f-1cb63890eb98'] 2018-04-14 18:23:29,117 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-14 18:23:29,117 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '0507ac29-55ec-44a2-9b1f-1cb63890eb98', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-14 18:23:29,125 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-14 18:23:29,125 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-14 18:23:29,125 - 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-14 18:23:29,125 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-14 18:23:29,142 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-14 18:23:29,142 - 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': 'd7a84a8b-144c-4601-9a3c-33edad519a45', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0afd26e3-2c2d-4d01-aabe-acc1d07c80af', 'flavor_name': 'rally-tiny-0afd26e3-2c2d-4d01-aabe-acc1d07c80af', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0afd26e3-2c2d-4d01-aabe-acc1d07c80af', '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-14 18:24:54,459 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 658ea961-ca09-4d75-9ea3-ae411bab7b48 2018-04-14 18:24:54,459 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '658ea961-ca09-4d75-9ea3-ae411bab7b48'] 2018-04-14 18:24:55,451 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 658ea961-ca09-4d75-9ea3-ae411bab7b48: 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 658ea961-ca09-4d75-9ea3-ae411bab7b48 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.835 | 5.835 | 5.835 | 5.835 | 5.835 | 5.835 | 100.0% | 1 | | heat.update_stack | 3.011 | 3.011 | 3.011 | 3.011 | 3.011 | 3.011 | 100.0% | 1 | | heat.delete_stack | 3.884 | 3.884 | 3.884 | 3.884 | 3.884 | 3.884 | 100.0% | 1 | | total | 12.731 | 12.731 | 12.731 | 12.731 | 12.731 | 12.731 | 100.0% | 1 | | -> duration | 8.731 | 8.731 | 8.731 | 8.731 | 8.731 | 8.731 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.730579 Full duration: 23.16093 -------------------------------------------------------------------------------- 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 658ea961-ca09-4d75-9ea3-ae411bab7b48 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.566 | 4.566 | 4.566 | 4.566 | 4.566 | 4.566 | 100.0% | 1 | | heat.check_stack | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 100.0% | 1 | | heat.delete_stack | 1.597 | 1.597 | 1.597 | 1.597 | 1.597 | 1.597 | 100.0% | 1 | | total | 6.84 | 6.84 | 6.84 | 6.84 | 6.84 | 6.84 | 100.0% | 1 | | -> duration | 4.84 | 4.84 | 4.84 | 4.84 | 4.84 | 4.84 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.839502 Full duration: 17.650134 -------------------------------------------------------------------------------- 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 658ea961-ca09-4d75-9ea3-ae411bab7b48 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.721 | 4.721 | 4.721 | 4.721 | 4.721 | 4.721 | 100.0% | 1 | | heat.suspend_stack | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 100.0% | 1 | | heat.resume_stack | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 100.0% | 1 | | heat.delete_stack | 1.601 | 1.601 | 1.601 | 1.601 | 1.601 | 1.601 | 100.0% | 1 | | total | 7.793 | 7.793 | 7.793 | 7.793 | 7.793 | 7.793 | 100.0% | 1 | | -> duration | 5.793 | 5.793 | 5.793 | 5.793 | 5.793 | 5.793 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.793445 Full duration: 17.938704 -------------------------------------------------------------------------------- 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 658ea961-ca09-4d75-9ea3-ae411bab7b48 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.582 | 0.582 | 0.582 | 0.582 | 0.582 | 0.582 | 100.0% | 1 | | total | 0.583 | 0.583 | 0.583 | 0.583 | 0.583 | 0.583 | 100.0% | 1 | | -> duration | 0.583 | 0.583 | 0.583 | 0.583 | 0.583 | 0.583 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.582588 Full duration: 8.897886 HINTS: * To plot HTML graphics with this data, run: rally task report 658ea961-ca09-4d75-9ea3-ae411bab7b48 --out output.html * To generate a JUnit report, run: rally task export 658ea961-ca09-4d75-9ea3-ae411bab7b48 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 658ea961-ca09-4d75-9ea3-ae411bab7b48 --json --out output.json 2018-04-14 18:24:55,452 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '658ea961-ca09-4d75-9ea3-ae411bab7b48'] 2018-04-14 18:24:56,297 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-14 18:24:56,298 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '658ea961-ca09-4d75-9ea3-ae411bab7b48', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-14 18:24:56,302 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-14 18:24:56,303 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-14 18:24:56,303 - 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-14 18:24:56,303 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-14 18:24:56,314 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-14 18:24:56,315 - 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': 'd7a84a8b-144c-4601-9a3c-33edad519a45', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0afd26e3-2c2d-4d01-aabe-acc1d07c80af', 'flavor_name': 'rally-tiny-0afd26e3-2c2d-4d01-aabe-acc1d07c80af', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0afd26e3-2c2d-4d01-aabe-acc1d07c80af', '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-14 18:28:21,110 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b9343501-ff50-4d68-8ba1-24e09f557eec 2018-04-14 18:28:21,111 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b9343501-ff50-4d68-8ba1-24e09f557eec'] 2018-04-14 18:28:22,215 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b9343501-ff50-4d68-8ba1-24e09f557eec: 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 b9343501-ff50-4d68-8ba1-24e09f557eec 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.504 | 0.504 | 0.504 | 0.504 | 0.504 | 0.504 | 100.0% | 1 | | keystone_v3.add_role | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | keystone_v3.revoke_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | total | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> duration | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.759472 Full duration: 15.256878 -------------------------------------------------------------------------------- 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 b9343501-ff50-4d68-8ba1-24e09f557eec 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.558 | 0.558 | 0.558 | 0.558 | 0.558 | 0.558 | 100.0% | 1 | | keystone_v3.add_role | 0.135 | 0.135 | 0.135 | 0.135 | 0.135 | 0.135 | 100.0% | 1 | | keystone_v3.list_roles | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | total | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 100.0% | 1 | | -> duration | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.805728 Full duration: 14.965785 -------------------------------------------------------------------------------- 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 b9343501-ff50-4d68-8ba1-24e09f557eec 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.87 | 0.87 | 0.87 | 0.87 | 0.87 | 0.87 | 100.0% | 1 | | keystone_v3.list_projects | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | total | 0.954 | 0.954 | 0.954 | 0.954 | 0.954 | 0.954 | 100.0% | 1 | | -> duration | 0.954 | 0.954 | 0.954 | 0.954 | 0.954 | 0.954 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.954447 Full duration: 16.94965 -------------------------------------------------------------------------------- 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 b9343501-ff50-4d68-8ba1-24e09f557eec 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.521 | 0.521 | 0.521 | 0.521 | 0.521 | 0.521 | 100.0% | 1 | | keystone_v3.delete_role | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | total | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 100.0% | 1 | | -> duration | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.64061 Full duration: 12.513138 -------------------------------------------------------------------------------- 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 b9343501-ff50-4d68-8ba1-24e09f557eec has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_service | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 100.0% | 1 | | keystone_v3.delete_service | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 100.0% | 1 | | total | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 100.0% | 1 | | -> duration | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.641646 Full duration: 12.506213 -------------------------------------------------------------------------------- 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 b9343501-ff50-4d68-8ba1-24e09f557eec 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.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | keystone_v3.create_user | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | -> keystone_v3.add_role | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 100.0% | 1 | | keystone_v3.create_role | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 100.0% | 1 | | keystone_v3.get_project | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 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.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | keystone_v3.list_services | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | keystone_v3.get_services | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | total | 2.75 | 2.75 | 2.75 | 2.75 | 2.75 | 2.75 | 100.0% | 1 | | -> duration | 2.75 | 2.75 | 2.75 | 2.75 | 2.75 | 2.75 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.750433 Full duration: 21.720962 -------------------------------------------------------------------------------- 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 b9343501-ff50-4d68-8ba1-24e09f557eec 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.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 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.182 | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 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.996732 Full duration: 13.180681 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task b9343501-ff50-4d68-8ba1-24e09f557eec 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.663 | 0.663 | 0.663 | 0.663 | 0.663 | 0.663 | 100.0% | 1 | | total | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | -> duration | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.757805 Full duration: 16.534439 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task b9343501-ff50-4d68-8ba1-24e09f557eec 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.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | total | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | -> duration | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.665447 Full duration: 15.318547 -------------------------------------------------------------------------------- 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 b9343501-ff50-4d68-8ba1-24e09f557eec 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.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | keystone_v3.list_users | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | total | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 100.0% | 1 | | -> duration | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.891571 Full duration: 15.407883 -------------------------------------------------------------------------------- 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 b9343501-ff50-4d68-8ba1-24e09f557eec 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.67 | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 100.0% | 1 | | keystone_v3.create_users | 6.514 | 6.514 | 6.514 | 6.514 | 6.514 | 6.514 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 6.514 | 6.514 | 6.514 | 6.514 | 6.514 | 6.514 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 2.714 | 2.714 | 2.714 | 2.714 | 2.714 | 2.714 | 100.0% | 1 | | total | 8.246 | 8.246 | 8.246 | 8.246 | 8.246 | 8.246 | 100.0% | 1 | | -> duration | 8.246 | 8.246 | 8.246 | 8.246 | 8.246 | 8.246 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.246481 Full duration: 25.97897 HINTS: * To plot HTML graphics with this data, run: rally task report b9343501-ff50-4d68-8ba1-24e09f557eec --out output.html * To generate a JUnit report, run: rally task export b9343501-ff50-4d68-8ba1-24e09f557eec --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b9343501-ff50-4d68-8ba1-24e09f557eec --json --out output.json 2018-04-14 18:28:22,215 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b9343501-ff50-4d68-8ba1-24e09f557eec'] 2018-04-14 18:28:23,252 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-14 18:28:23,252 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b9343501-ff50-4d68-8ba1-24e09f557eec', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-14 18:28:23,260 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-14 18:28:23,260 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-14 18:28:23,261 - 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-14 18:28:23,261 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-14 18:28:23,277 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-14 18:28:23,279 - 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': 'd7a84a8b-144c-4601-9a3c-33edad519a45', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0afd26e3-2c2d-4d01-aabe-acc1d07c80af', 'flavor_name': 'rally-tiny-0afd26e3-2c2d-4d01-aabe-acc1d07c80af', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0afd26e3-2c2d-4d01-aabe-acc1d07c80af', '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-14 18:35:20,567 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 21bb5f15-fb96-42f3-8c27-efcf93192478 2018-04-14 18:35:20,567 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '21bb5f15-fb96-42f3-8c27-efcf93192478'] 2018-04-14 18:35:21,683 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 21bb5f15-fb96-42f3-8c27-efcf93192478: 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 21bb5f15-fb96-42f3-8c27-efcf93192478 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.063 | 1.063 | 1.063 | 1.063 | 1.063 | 1.063 | 100.0% | 1 | | neutron.delete_network | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | total | 1.812 | 1.812 | 1.812 | 1.812 | 1.812 | 1.812 | 100.0% | 1 | | -> duration | 1.812 | 1.812 | 1.812 | 1.812 | 1.812 | 1.812 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.811533 Full duration: 15.500312 -------------------------------------------------------------------------------- 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 21bb5f15-fb96-42f3-8c27-efcf93192478 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.458 | 1.458 | 1.458 | 1.458 | 1.458 | 1.458 | 100.0% | 1 | | neutron.delete_port | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 100.0% | 1 | | total | 2.121 | 2.121 | 2.121 | 2.121 | 2.121 | 2.121 | 100.0% | 1 | | -> duration | 2.121 | 2.121 | 2.121 | 2.121 | 2.121 | 2.121 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.120664 Full duration: 41.094169 -------------------------------------------------------------------------------- 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 21bb5f15-fb96-42f3-8c27-efcf93192478 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.848 | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 100.0% | 1 | | neutron.create_subnet | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 100.0% | 1 | | neutron.create_router | 4.429 | 4.429 | 4.429 | 4.429 | 4.429 | 4.429 | 100.0% | 1 | | neutron.add_interface_router | 2.093 | 2.093 | 2.093 | 2.093 | 2.093 | 2.093 | 100.0% | 1 | | neutron.remove_interface_router | 1.463 | 1.463 | 1.463 | 1.463 | 1.463 | 1.463 | 100.0% | 1 | | neutron.delete_router | 3.478 | 3.478 | 3.478 | 3.478 | 3.478 | 3.478 | 100.0% | 1 | | total | 13.178 | 13.178 | 13.178 | 13.178 | 13.178 | 13.178 | 100.0% | 1 | | -> duration | 13.178 | 13.178 | 13.178 | 13.178 | 13.178 | 13.178 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.177904 Full duration: 58.548211 -------------------------------------------------------------------------------- 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 21bb5f15-fb96-42f3-8c27-efcf93192478 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.335 | 1.335 | 1.335 | 1.335 | 1.335 | 1.335 | 100.0% | 1 | | neutron.delete_subnet | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 100.0% | 1 | | total | 2.136 | 2.136 | 2.136 | 2.136 | 2.136 | 2.136 | 100.0% | 1 | | -> duration | 2.136 | 2.136 | 2.136 | 2.136 | 2.136 | 2.136 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.13605 Full duration: 39.476813 -------------------------------------------------------------------------------- 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 21bb5f15-fb96-42f3-8c27-efcf93192478 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.988 | 0.988 | 0.988 | 0.988 | 0.988 | 0.988 | 100.0% | 1 | | neutron.list_networks | 0.273 | 0.273 | 0.273 | 0.273 | 0.273 | 0.273 | 100.0% | 1 | | total | 1.261 | 1.261 | 1.261 | 1.261 | 1.261 | 1.261 | 100.0% | 1 | | -> duration | 1.261 | 1.261 | 1.261 | 1.261 | 1.261 | 1.261 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.260792 Full duration: 17.914465 -------------------------------------------------------------------------------- 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 21bb5f15-fb96-42f3-8c27-efcf93192478 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.571 | 1.571 | 1.571 | 1.571 | 1.571 | 1.571 | 100.0% | 1 | | neutron.list_ports | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 100.0% | 1 | | total | 1.908 | 1.908 | 1.908 | 1.908 | 1.908 | 1.908 | 100.0% | 1 | | -> duration | 1.908 | 1.908 | 1.908 | 1.908 | 1.908 | 1.908 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.90832 Full duration: 40.511349 -------------------------------------------------------------------------------- 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 21bb5f15-fb96-42f3-8c27-efcf93192478 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.909 | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 100.0% | 1 | | neutron.create_subnet | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | neutron.create_router | 3.53 | 3.53 | 3.53 | 3.53 | 3.53 | 3.53 | 100.0% | 1 | | neutron.add_interface_router | 2.012 | 2.012 | 2.012 | 2.012 | 2.012 | 2.012 | 100.0% | 1 | | neutron.list_routers | 0.252 | 0.252 | 0.252 | 0.252 | 0.252 | 0.252 | 100.0% | 1 | | total | 7.522 | 7.522 | 7.522 | 7.522 | 7.522 | 7.522 | 100.0% | 1 | | -> duration | 7.522 | 7.522 | 7.522 | 7.522 | 7.522 | 7.522 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.522415 Full duration: 55.99095 -------------------------------------------------------------------------------- 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 21bb5f15-fb96-42f3-8c27-efcf93192478 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.919 | 0.919 | 0.919 | 0.919 | 0.919 | 0.919 | 100.0% | 1 | | neutron.create_subnet | 0.651 | 0.651 | 0.651 | 0.651 | 0.651 | 0.651 | 100.0% | 1 | | neutron.list_subnets | 0.223 | 0.223 | 0.223 | 0.223 | 0.223 | 0.223 | 100.0% | 1 | | total | 1.793 | 1.793 | 1.793 | 1.793 | 1.793 | 1.793 | 100.0% | 1 | | -> duration | 1.793 | 1.793 | 1.793 | 1.793 | 1.793 | 1.793 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.792841 Full duration: 46.944722 -------------------------------------------------------------------------------- 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 21bb5f15-fb96-42f3-8c27-efcf93192478 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.298 | 1.298 | 1.298 | 1.298 | 1.298 | 1.298 | 100.0% | 1 | | neutron.delete_security_group | 1.02 | 1.02 | 1.02 | 1.02 | 1.02 | 1.02 | 100.0% | 1 | | total | 2.319 | 2.319 | 2.319 | 2.319 | 2.319 | 2.319 | 100.0% | 1 | | -> duration | 2.319 | 2.319 | 2.319 | 2.319 | 2.319 | 2.319 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.318842 Full duration: 16.673371 -------------------------------------------------------------------------------- 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 21bb5f15-fb96-42f3-8c27-efcf93192478 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.36 | 1.36 | 1.36 | 1.36 | 1.36 | 1.36 | 100.0% | 1 | | neutron.create_security_group_rule | 0.328 | 0.328 | 0.328 | 0.328 | 0.328 | 0.328 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.258 | 0.258 | 0.258 | 0.258 | 0.258 | 0.258 | 100.0% | 1 | | neutron.delete_security_group | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | total | 2.636 | 2.636 | 2.636 | 2.636 | 2.636 | 2.636 | 100.0% | 1 | | -> duration | 2.636 | 2.636 | 2.636 | 2.636 | 2.636 | 2.636 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.636251 Full duration: 17.710659 -------------------------------------------------------------------------------- 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 21bb5f15-fb96-42f3-8c27-efcf93192478 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.461 | 1.461 | 1.461 | 1.461 | 1.461 | 1.461 | 100.0% | 1 | | neutron.create_router | 5.004 | 5.004 | 5.004 | 5.004 | 5.004 | 5.004 | 100.0% | 1 | | neutron.add_gateway_router | 2.266 | 2.266 | 2.266 | 2.266 | 2.266 | 2.266 | 100.0% | 1 | | neutron.remove_gateway_router | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 100.0% | 1 | | total | 9.799 | 9.799 | 9.799 | 9.799 | 9.799 | 9.799 | 100.0% | 1 | | -> duration | 9.799 | 9.799 | 9.799 | 9.799 | 9.799 | 9.799 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.799399 Full duration: 37.509086 HINTS: * To plot HTML graphics with this data, run: rally task report 21bb5f15-fb96-42f3-8c27-efcf93192478 --out output.html * To generate a JUnit report, run: rally task export 21bb5f15-fb96-42f3-8c27-efcf93192478 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 21bb5f15-fb96-42f3-8c27-efcf93192478 --json --out output.json 2018-04-14 18:35:21,683 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '21bb5f15-fb96-42f3-8c27-efcf93192478'] 2018-04-14 18:35:22,757 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-14 18:35:22,758 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '21bb5f15-fb96-42f3-8c27-efcf93192478', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-14 18:35:22,766 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-14 18:35:22,767 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-14 18:35:22,767 - 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-14 18:35:22,767 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-14 18:35:22,783 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-14 18:35:22,784 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['nova'], 'concurrency': 4, 'netid': 'd7a84a8b-144c-4601-9a3c-33edad519a45', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0afd26e3-2c2d-4d01-aabe-acc1d07c80af', 'flavor_name': 'rally-tiny-0afd26e3-2c2d-4d01-aabe-acc1d07c80af', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0afd26e3-2c2d-4d01-aabe-acc1d07c80af', '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-14 18:38:49,579 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : df5b1d17-c987-45a7-92fb-addb55e908e3 2018-04-14 18:38:49,579 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'df5b1d17-c987-45a7-92fb-addb55e908e3'] 2018-04-14 18:38:50,627 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task df5b1d17-c987-45a7-92fb-addb55e908e3: aborted -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-0afd26e3-2c2d-4d01-aabe-acc1d07c80af" }, "image": { "name": "Cirros-0.4.0-0afd26e3-2c2d-4d01-aabe-acc1d07c80af" }, "block_migration": false, "nics": [ { "net-id": "d7a84a8b-144c-4601-9a3c-33edad519a45" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task df5b1d17-c987-45a7-92fb-addb55e908e3 has 1 error(s) -------------------------------------------------------------------------------- RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/servers.py", line 722, in run block_migration, disk_over_commit) File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 87, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/utils.py", line 770, in _live_migrate "but instance did not change host: %s" % host_pre_migrate) RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 19.568 | 19.568 | 19.568 | 19.568 | 19.568 | 19.568 | 100.0% | 1 | | nova.find_host_to_migrate | 1.296 | 1.296 | 1.296 | 1.296 | 1.296 | 1.296 | 100.0% | 1 | | nova.live_migrate | 135.454 | 135.454 | 135.454 | 135.454 | 135.454 | 135.454 | 0.0% | 1 | | total | 156.319 | 156.319 | 156.319 | 156.319 | 156.319 | 156.319 | 0.0% | 1 | | -> duration | 155.319 | 155.319 | 155.319 | 155.319 | 155.319 | 155.319 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 155.318596 Full duration: 177.368183 HINTS: * To plot HTML graphics with this data, run: rally task report df5b1d17-c987-45a7-92fb-addb55e908e3 --out output.html * To generate a JUnit report, run: rally task export df5b1d17-c987-45a7-92fb-addb55e908e3 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report df5b1d17-c987-45a7-92fb-addb55e908e3 --json --out output.json 2018-04-14 18:38:50,627 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'df5b1d17-c987-45a7-92fb-addb55e908e3'] 2018-04-14 18:38:51,581 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-14 18:38:51,581 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'df5b1d17-c987-45a7-92fb-addb55e908e3', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-14 18:38:51,586 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-04-14 18:38:51,586 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-14 18:38:51,586 - 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-14 18:38:51,587 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-14 18:38:51,604 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-14 18:38:51,604 - 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': 'd7a84a8b-144c-4601-9a3c-33edad519a45', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0afd26e3-2c2d-4d01-aabe-acc1d07c80af', 'flavor_name': 'rally-tiny-0afd26e3-2c2d-4d01-aabe-acc1d07c80af', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0afd26e3-2c2d-4d01-aabe-acc1d07c80af', '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-14 18:39:48,879 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d0a6ecac-9ded-4d6b-97b4-90aa31b9d792 2018-04-14 18:39:48,879 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'd0a6ecac-9ded-4d6b-97b4-90aa31b9d792'] 2018-04-14 18:39:49,910 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task d0a6ecac-9ded-4d6b-97b4-90aa31b9d792: 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 d0a6ecac-9ded-4d6b-97b4-90aa31b9d792 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.718 | 0.718 | 0.718 | 0.718 | 0.718 | 0.718 | 100.0% | 1 | | quotas.delete_quotas | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 100.0% | 1 | | total | 0.913 | 0.913 | 0.913 | 0.913 | 0.913 | 0.913 | 100.0% | 1 | | -> duration | 0.913 | 0.913 | 0.913 | 0.913 | 0.913 | 0.913 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.913008 Full duration: 10.740962 -------------------------------------------------------------------------------- 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 d0a6ecac-9ded-4d6b-97b4-90aa31b9d792 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.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | total | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | -> duration | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.710453 Full duration: 9.512821 -------------------------------------------------------------------------------- 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 d0a6ecac-9ded-4d6b-97b4-90aa31b9d792 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.339 | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 100.0% | 1 | | total | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | -> duration | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.743245 Full duration: 10.523251 -------------------------------------------------------------------------------- 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 d0a6ecac-9ded-4d6b-97b4-90aa31b9d792 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.941 | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 100.0% | 1 | | total | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 100.0% | 1 | | -> duration | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.940956 Full duration: 9.686227 HINTS: * To plot HTML graphics with this data, run: rally task report d0a6ecac-9ded-4d6b-97b4-90aa31b9d792 --out output.html * To generate a JUnit report, run: rally task export d0a6ecac-9ded-4d6b-97b4-90aa31b9d792 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d0a6ecac-9ded-4d6b-97b4-90aa31b9d792 --json --out output.json 2018-04-14 18:39:49,911 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'd0a6ecac-9ded-4d6b-97b4-90aa31b9d792'] 2018-04-14 18:39:50,929 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-14 18:39:50,929 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'd0a6ecac-9ded-4d6b-97b4-90aa31b9d792', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-14 18:39:50,936 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-14 18:39:50,938 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:47 | 6 | 100.00% | | glance | 01:46 | 4 | 100.00% | | cinder | 03:14 | 10 | 100.00% | | heat | 01:07 | 4 | 100.00% | | keystone | 03:00 | 11 | 100.00% | | neutron | 06:27 | 11 | 100.00% | | nova | 02:57 | 1 | 0.00% | | quotas | 00:40 | 4 | 100.00% | | | | | | | TOTAL: | 00:20:03 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-04-14 18:39:50,938 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-04-14 18:40:08,155 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-14 18:40:08,155 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-14 18:40:08,641 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-14 18:40:08,641 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 24:10 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-14 18:40:08,645 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-04-14 18:40:08,645 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-14 18:40:08,745 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-14 18:40:11,042 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-14 18:40:10.808 9792 INFO rally.deployment.engine [-] Deployment 83b74265-5ebd-4f61-9793-8159420ad779 | Starting: Destroy cloud and free allocated resources. 2018-04-14 18:40:10.874 9792 INFO rally.deployment.engine [-] Deployment 83b74265-5ebd-4f61-9793-8159420ad779 | Completed: Destroy cloud and free allocated resources. 2018-04-14 18:40:10.887 9792 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=b99b96b2-d595-4bfb-96c1-63b716eb64f5). 2018-04-14 18:40:10.890 9792 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-14 18:40:13,429 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-14 18:40:13.152 9795 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9db99e71-395b-4281-8c61-c8f55efb6e56) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9db99e71-395b-4281-8c61-c8f55efb6e56 | 2018-04-14T18:40:13 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9db99e71-395b-4281-8c61-c8f55efb6e56 ~/.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-14 18:40:16,613 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-14 18:40:16,614 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-14 18:40:18,816 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-14 18:40:18.576 9801 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=b99b96b2-d595-4bfb-96c1-63b716eb64f5). 2018-04-14 18:40:18.702 9801 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-14 18:40:22,085 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-14 18:40:20.844 9804 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-14 18:40:20.983 9804 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-14 18:40:21.935 9804 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c2007c17-c73a-4f71-9aae-9d75537ef341) has been successfully created! Using verifier 'opnfv-tempest' (UUID=c2007c17-c73a-4f71-9aae-9d75537ef341) as the default verifier for the future CLI operations. 2018-04-14 18:40:25,012 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-14 18:40:28,434 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-14 18:40:42,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-14 18:40:48,146 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-14 18:40:47.036 9823 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c2007c17-c73a-4f71-9aae-9d75537ef341) for deployment 'opnfv-rally' (UUID=9db99e71-395b-4281-8c61-c8f55efb6e56). 2018-04-14 18:40:47.970 9823 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c2007c17-c73a-4f71-9aae-9d75537ef341) has been successfully configured for deployment 'opnfv-rally' (UUID=9db99e71-395b-4281-8c61-c8f55efb6e56)! 2018-04-14 18:40:48,146 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-14 18:40:48,147 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-14 18:40:48,149 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-14 18:40:50,196 - 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-14 18:40:52,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:40:52.297 9835 INFO rally.api [-] Starting verification (UUID=f3087d15-b7df-44e2-a701-0eeb2060505e) for deployment 'opnfv-rally' (UUID=9db99e71-395b-4281-8c61-c8f55efb6e56) by verifier 'opnfv-tempest' (UUID=c2007c17-c73a-4f71-9aae-9d75537ef341). 2018-04-14 18:40:52,298 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: f3087d15-b7df-44e2-a701-0eeb2060505e 2018-04-14 18:41:03,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:41:03.167 9835 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-04-14 18:41:03,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:41:03.560 9835 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.325s] 2018-04-14 18:41:03,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:41:03.745 9835 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.658s] 2018-04-14 18:41:05,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:41:05.831 9835 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [2.400s] 2018-04-14 18:41:06,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:41:06.471 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.247s] 2018-04-14 18:41:06,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:41:06.489 9835 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.658s] 2018-04-14 18:41:09,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:41:09.100 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [2.397s] 2018-04-14 18:41:10,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:41:10.262 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.228s] 2018-04-14 18:41:10,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:41:10.844 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.742s] 2018-04-14 18:41:11,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:41:11.785 9835 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.165s] 2018-04-14 18:41:12,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:41:12.520 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.676s] 2018-04-14 18:41:16,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:41:16.760 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [6.496s] 2018-04-14 18:41:20,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:41:20.347 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [3.585s] 2018-04-14 18:41:21,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:41:21.198 9835 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [4.023s] 2018-04-14 18:41:22,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:41:22.111 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.764s] 2018-04-14 18:41:22,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:41:22.533 9835 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.335s] 2018-04-14 18:41:24,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:41:24.542 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.430s] 2018-04-14 18:41:34,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:41:34.371 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [10.063s] 2018-04-14 18:41:37,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:41:37.686 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [13.143s] 2018-04-14 18:41:38,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:41:38.389 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [4.017s] 2018-04-14 18:41:39,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:41:39.750 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [2.064s] 2018-04-14 18:41:40,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:41:40.032 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.282s] 2018-04-14 18:41:40,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:41:40.055 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.022s] 2018-04-14 18:41:40,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:41:40.074 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.019s] 2018-04-14 18:41:40,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:41:40.092 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.018s] 2018-04-14 18:41:42,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:41:42.204 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [39.104s] 2018-04-14 18:41:42,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:41:42.682 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [36.205s] 2018-04-14 18:42:00,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:00.164 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [3.521s] 2018-04-14 18:42:00,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:00.232 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.067s] 2018-04-14 18:42:00,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:00.863 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.631s] 2018-04-14 18:42:00,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:00.961 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.097s] 2018-04-14 18:42:00,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:00.962 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-14 18:42:02,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:02.874 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.186s] 2018-04-14 18:42:03,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:03.055 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.181s] 2018-04-14 18:42:03,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:03.379 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.322s] 2018-04-14 18:42:04,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:04.191 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.811s] 2018-04-14 18:42:04,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:04.440 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.249s] 2018-04-14 18:42:04,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:04.977 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.535s] 2018-04-14 18:42:05,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:05.166 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.189s] 2018-04-14 18:42:05,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:05.217 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.050s] 2018-04-14 18:42:05,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:05.277 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.059s] 2018-04-14 18:42:05,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:05.330 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.053s] 2018-04-14 18:42:05,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:05.372 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.042s] 2018-04-14 18:42:05,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:05.454 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.080s] 2018-04-14 18:42:05,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:05.537 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.082s] 2018-04-14 18:42:05,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:05.725 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.188s] 2018-04-14 18:42:05,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:05.910 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.185s] 2018-04-14 18:42:13,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:13.686 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.261s] 2018-04-14 18:42:14,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:14.124 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.436s] 2018-04-14 18:42:14,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:14.552 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.428s] 2018-04-14 18:42:14,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:14.733 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.552s] 2018-04-14 18:42:14,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:14.738 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.065s] 2018-04-14 18:42:14,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:14.750 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.012s] 2018-04-14 18:42:14,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:14.902 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.150s] 2018-04-14 18:42:14,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:14.916 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.014s] 2018-04-14 18:42:14,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:14.928 9835 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-14 18:42:14,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:14.963 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.035s] 2018-04-14 18:42:15,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:15.031 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.067s] 2018-04-14 18:42:15,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:15.095 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.064s] 2018-04-14 18:42:15,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:15.216 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.663s] 2018-04-14 18:42:15,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:15.401 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.305s] 2018-04-14 18:42:15,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:15.416 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-04-14 18:42:15,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:15.481 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.065s] 2018-04-14 18:42:15,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:15.694 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.478s] 2018-04-14 18:42:15,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:15.762 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.068s] 2018-04-14 18:42:15,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:15.833 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.070s] 2018-04-14 18:42:15,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:15.913 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.079s] 2018-04-14 18:42:15,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:15.979 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.066s] 2018-04-14 18:42:16,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:16.058 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.078s] 2018-04-14 18:42:16,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:16.120 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.386s] 2018-04-14 18:42:16,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:16.192 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.134s] 2018-04-14 18:42:17,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:17.320 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.199s] 2018-04-14 18:42:18,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:18.609 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [35.916s] 2018-04-14 18:42:18,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:18.992 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.671s] 2018-04-14 18:42:21,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:21.863 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [2.870s] 2018-04-14 18:42:23,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:23.000 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.136s] 2018-04-14 18:42:23,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:23.374 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.374s] 2018-04-14 18:42:23,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:23.986 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.611s] 2018-04-14 18:42:24,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:24.564 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.579s] 2018-04-14 18:42:25,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:25.827 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.260s] 2018-04-14 18:42:26,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:26.379 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.552s] 2018-04-14 18:42:27,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:27.017 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.637s] 2018-04-14 18:42:27,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:27.602 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.584s] 2018-04-14 18:42:29,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:29.045 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.442s] 2018-04-14 18:42:29,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:29.428 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.382s] 2018-04-14 18:42:30,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:30.178 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.749s] 2018-04-14 18:42:30,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:30.845 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.666s] 2018-04-14 18:42:31,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:31.639 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.794s] 2018-04-14 18:42:33,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:33.201 9835 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.171s] 2018-04-14 18:42:37,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:37.043 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [6.920s] 2018-04-14 18:42:38,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:38.454 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [69.742s] 2018-04-14 18:42:39,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:39.113 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.663s] 2018-04-14 18:42:40,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:40.693 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [3.649s] 2018-04-14 18:42:40,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:40.851 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [22.238s] 2018-04-14 18:42:44,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:44.345 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.651s] 2018-04-14 18:42:49,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:49.448 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [5.101s] 2018-04-14 18:42:55,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:55.404 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [5.956s] 2018-04-14 18:42:58,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:58.695 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.547s] 2018-04-14 18:42:59,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:59.104 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.409s] 2018-04-14 18:42:59,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:59.322 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.216s] 2018-04-14 18:42:59,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:59.480 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.075s] 2018-04-14 18:42:59,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:42:59.774 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.451s] 2018-04-14 18:43:00,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:00.750 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.975s] 2018-04-14 18:43:01,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:01.422 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.671s] 2018-04-14 18:43:04,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:04.157 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.676s] 2018-04-14 18:43:11,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:11.020 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [118.479s] 2018-04-14 18:43:11,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:11.069 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.911s] 2018-04-14 18:43:11,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:11.343 9835 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [91.996s] 2018-04-14 18:43:13,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:13.015 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.981s] 2018-04-14 18:43:16,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:16.250 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [3.235s] 2018-04-14 18:43:18,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:18.433 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [7.363s] 2018-04-14 18:43:18,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:18.762 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.329s] 2018-04-14 18:43:18,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:18.895 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.132s] 2018-04-14 18:43:19,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:19.108 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.212s] 2018-04-14 18:43:19,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:19.521 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.413s] 2018-04-14 18:43:19,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:19.773 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.251s] 2018-04-14 18:43:20,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:20.024 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.251s] 2018-04-14 18:43:20,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:20.439 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.414s] 2018-04-14 18:43:20,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:20.534 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.094s] 2018-04-14 18:43:24,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:24.151 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [7.896s] 2018-04-14 18:43:24,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:24.932 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [3.164s] 2018-04-14 18:43:25,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:25.003 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.071s] 2018-04-14 18:43:25,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:25.197 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.049s] 2018-04-14 18:43:25,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:25.497 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.493s] 2018-04-14 18:43:25,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:25.596 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.098s] 2018-04-14 18:43:25,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:25.597 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-14 18:43:28,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:28.740 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [3.540s] 2018-04-14 18:43:29,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:29.100 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [8.566s] 2018-04-14 18:43:30,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:30.838 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [2.098s] 2018-04-14 18:43:33,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:33.156 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.315s] 2018-04-14 18:43:33,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:33.209 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.056s] 2018-04-14 18:43:37,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:37.633 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.358s] 2018-04-14 18:43:37,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:37.843 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.210s] 2018-04-14 18:43:51,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:51.588 9835 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.162s] 2018-04-14 18:43:53,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:53.439 9835 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [42.087s] 2018-04-14 18:43:54,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:54.277 9835 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [11.821s] 2018-04-14 18:43:59,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:43:59.731 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [78.861s] 2018-04-14 18:44:04,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:04.633 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.322s] 2018-04-14 18:44:04,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:04.976 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.343s] 2018-04-14 18:44:10,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:10.029 9835 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [15.751s] 2018-04-14 18:44:14,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:14.820 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.164s] 2018-04-14 18:44:14,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:14.987 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.167s] 2018-04-14 18:44:15,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:15.169 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.181s] 2018-04-14 18:44:15,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:15.334 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.164s] 2018-04-14 18:44:15,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:15.347 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.014s] 2018-04-14 18:44:15,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:15.504 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.155s] 2018-04-14 18:44:15,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:15.557 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.052s] 2018-04-14 18:44:15,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:15.755 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.198s] 2018-04-14 18:44:15,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:15.766 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.009s] 2018-04-14 18:44:15,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:15.950 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.184s] 2018-04-14 18:44:16,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:16.105 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.154s] 2018-04-14 18:44:16,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:16.156 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.050s] 2018-04-14 18:44:16,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:16.356 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.200s] 2018-04-14 18:44:16,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:16.536 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.179s] 2018-04-14 18:44:16,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:16.577 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.041s] 2018-04-14 18:44:16,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:16.902 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.324s] 2018-04-14 18:44:17,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:17.078 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.176s] 2018-04-14 18:44:17,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:17.258 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.178s] 2018-04-14 18:44:17,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:17.413 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.155s] 2018-04-14 18:44:17,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:17.603 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.189s] 2018-04-14 18:44:17,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:17.772 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.169s] 2018-04-14 18:44:17,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:17.806 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.033s] 2018-04-14 18:44:17,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:17.839 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.033s] 2018-04-14 18:44:33,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:33.914 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.166s] 2018-04-14 18:44:34,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:34.075 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.160s] 2018-04-14 18:44:34,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:34.380 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.303s] 2018-04-14 18:44:34,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:34.557 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.177s] 2018-04-14 18:44:34,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:34.588 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.031s] 2018-04-14 18:44:34,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:34.641 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.052s] 2018-04-14 18:44:34,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:34.842 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.201s] 2018-04-14 18:44:35,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:35.048 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.203s] 2018-04-14 18:44:35,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:35.619 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.570s] 2018-04-14 18:44:36,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:44:36.192 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.572s] 2018-04-14 18:45:00,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'f3087d15-b7df-44e2-a701-0eeb2060505e']'. 2018-04-14 18:45:01,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-14 18:45:01,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-14 18:45:01,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-14 18:45:01,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | f3087d15-b7df-44e2-a701-0eeb2060505e | 2018-04-14 18:45:01,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-14 18:45:01,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-14 18:40:52 | 2018-04-14 18:45:01,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-14 18:45:00 | 2018-04-14 18:45:01,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:08 | 2018-04-14 18:45:01,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-14 18:45:01,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-14 18:45:01,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: c2007c17-c73a-4f71-9aae-9d75537ef341) | 2018-04-14 18:45:01,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-14 18:45:01,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9db99e71-395b-4281-8c61-c8f55efb6e56) | 2018-04-14 18:45:01,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 173 | 2018-04-14 18:45:01,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 216.196 | 2018-04-14 18:45:01,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 173 | 2018-04-14 18:45:01,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-14 18:45:01,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-14 18:45:01,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-14 18:45:01,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-14 18:45:01,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-14 18:45:01,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-14 18:45:01,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-04-14 18:45:14,087 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-14 18:45:14,088 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 04:49 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-14 18:45:14,092 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-14 18:45:14,187 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-14 18:45:16,580 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-14 18:45:16.237 9939 INFO rally.deployment.engine [-] Deployment 9db99e71-395b-4281-8c61-c8f55efb6e56 | Starting: Destroy cloud and free allocated resources. 2018-04-14 18:45:16.319 9939 INFO rally.deployment.engine [-] Deployment 9db99e71-395b-4281-8c61-c8f55efb6e56 | Completed: Destroy cloud and free allocated resources. 2018-04-14 18:45:16.349 9939 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=c2007c17-c73a-4f71-9aae-9d75537ef341) for deployment 'opnfv-rally'. 2018-04-14 18:45:16.366 9939 INFO rally.api [-] Deleting verification (UUID=f3087d15-b7df-44e2-a701-0eeb2060505e). 2018-04-14 18:45:16.408 9939 INFO rally.api [-] Verification has been successfully deleted! 2018-04-14 18:45:16.409 9939 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=c2007c17-c73a-4f71-9aae-9d75537ef341). 2018-04-14 18:45:16.416 9939 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-14 18:45:19,116 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-14 18:45:18.817 9942 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=85ef9c74-a6f1-42a5-8a0e-9485305c5d68) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 85ef9c74-a6f1-42a5-8a0e-9485305c5d68 | 2018-04-14T18:45:18 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 85ef9c74-a6f1-42a5-8a0e-9485305c5d68 ~/.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-14 18:45:22,405 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-14 18:45:22,405 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-14 18:45:24,801 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-14 18:45:24.513 9948 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=c2007c17-c73a-4f71-9aae-9d75537ef341). 2018-04-14 18:45:24.643 9948 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-14 18:45:28,281 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-14 18:45:26.907 9951 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-14 18:45:27.080 9951 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-14 18:45:28.098 9951 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=84348e3d-31b3-4584-aa0f-9dd63c27d5c5) has been successfully created! Using verifier 'opnfv-tempest' (UUID=84348e3d-31b3-4584-aa0f-9dd63c27d5c5) as the default verifier for the future CLI operations. 2018-04-14 18:45:31,309 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-14 18:45:34,754 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-14 18:45:47,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-14 18:45:52,498 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-14 18:45:51.264 9970 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=84348e3d-31b3-4584-aa0f-9dd63c27d5c5) for deployment 'opnfv-rally' (UUID=85ef9c74-a6f1-42a5-8a0e-9485305c5d68). 2018-04-14 18:45:52.328 9970 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=84348e3d-31b3-4584-aa0f-9dd63c27d5c5) has been successfully configured for deployment 'opnfv-rally' (UUID=85ef9c74-a6f1-42a5-8a0e-9485305c5d68)! 2018-04-14 18:45:52,498 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-14 18:45:52,499 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-14 18:45:52,501 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-14 18:45:52,512 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-14 18:45:55,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-84348e3d-31b3-4584-aa0f-9dd63c27d5c5/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-14 18:45:55,644 - 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-14 18:45:57,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 18:45:57.758 9979 INFO rally.api [-] Starting verification (UUID=8f17a2f9-33dd-49e3-b54a-5fe1b5b2652b) for deployment 'opnfv-rally' (UUID=85ef9c74-a6f1-42a5-8a0e-9485305c5d68) by verifier 'opnfv-tempest' (UUID=84348e3d-31b3-4584-aa0f-9dd63c27d5c5). 2018-04-14 18:45:57,759 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 8f17a2f9-33dd-49e3-b54a-5fe1b5b2652b 2018-04-14 18:49:12,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '8f17a2f9-33dd-49e3-b54a-5fe1b5b2652b']'. 2018-04-14 18:49:13,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-14 18:49:13,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-14 18:49:13,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-14 18:49:13,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 8f17a2f9-33dd-49e3-b54a-5fe1b5b2652b | 2018-04-14 18:49:13,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-14 18:49:13,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-14 18:45:57 | 2018-04-14 18:49:13,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-14 18:49:11 | 2018-04-14 18:49:13,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:14 | 2018-04-14 18:49:13,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-14 18:49:13,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-14 18:49:13,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 84348e3d-31b3-4584-aa0f-9dd63c27d5c5) | 2018-04-14 18:49:13,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-14 18:49:13,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 85ef9c74-a6f1-42a5-8a0e-9485305c5d68) | 2018-04-14 18:49:13,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-14 18:49:13,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 181.333 | 2018-04-14 18:49:13,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-04-14 18:49:13,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-04-14 18:49:13,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-14 18:49:13,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-14 18:49:13,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-14 18:49:13,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-14 18:49:13,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-14 18:49:13,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-14 18:49:24,152 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-14 18:49:24,152 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:53 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-14 18:49:24,156 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-14 18:49:25,115 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-14 20:10:18,940 - xtesting.core.unit - DEBUG - test_add_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_group (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_admin_user_to_new_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_new_user_to_admin_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_complex_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_simple_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_several_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_without_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_id (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_setting (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_file (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url_properties (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image_new_settings (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_bad_image_file (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_image_type (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_url (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_create_three_part_image_from_file_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_delete_keypair (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_from_file (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_large_key (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_both (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_pub_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_exist_files_delete (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_exist_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_1 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_2 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_delete_network (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_admin_user_to_new_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_new_user_to_admin_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_with_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_without_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_networks_same_name (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_delete_router (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_True (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_false (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_user_to_new_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_external_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_new_user_as_admin_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_private_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_vanilla (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... FAIL test_create_router_admin_ports (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_invalid_gateway_name (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_noname (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_delete_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_same_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_delete_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_same_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_volume_type_with_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos_and_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_create_delete_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_same_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_simple (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_bad_image (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_size (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_type (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_bad_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_valid_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_valid_volume_image (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok test_ping_via_router (snaps.openstack.tests.create_instance_tests.CreateInstanceTwoNetTests) ... ok test_create_admin_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_create_delete_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_set_allowed_address_pairs (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_mac_and_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_two_subnets (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_add_invalid_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_same_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group_never_added (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ... ok test_create_instance_from_three_part_image (snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage) ... ok test_create_instance_with_one_volume (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_instance_with_two_volumes (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_delete_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_same_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_short_timeout (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_dict (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_file (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_network_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_vm_inst_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_volume_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_volume_type_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_flavor_creator (snaps.openstack.tests.create_stack_tests.CreateStackFlavorTests) ... ok test_retrieve_keypair_creator (snaps.openstack.tests.create_stack_tests.CreateStackKeypairTests) ... ok test_retrieve_security_group_creator (snaps.openstack.tests.create_stack_tests.CreateStackSecurityGroupTests) ... ok test_bad_stack_file (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_missing_dependencies (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_single_port_static (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_init (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_before_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_reverse_engineer (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_second_creator (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_connect_via_ssh_heat_vm_derived (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_apply_simple_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok ====================================================================== FAIL: test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_router_tests.py", line 419, in test_create_router_with_ext_port self.assertEqual(ext_net.id, port.network_id) AssertionError: u'453f4ef3-e5cd-468d-9e4f-6875501a5ad5' != u'ea815afd-3cd2-4c15-ad69-1b73fe17b56c' - 453f4ef3-e5cd-468d-9e4f-6875501a5ad5 + ea815afd-3cd2-4c15-ad69-1b73fe17b56c ---------------------------------------------------------------------- Ran 119 tests in 4853.751s FAILED (failures=1) 2018-04-14 20:10:19,108 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-14 20:10:19,109 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 80:54 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-14 20:10:19,113 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-14 20:10:19,113 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-14 20:10:19,220 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-14 20:10:21,685 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-14 20:10:21.268 10206 INFO rally.deployment.engine [-] Deployment 85ef9c74-a6f1-42a5-8a0e-9485305c5d68 | Starting: Destroy cloud and free allocated resources. 2018-04-14 20:10:21.359 10206 INFO rally.deployment.engine [-] Deployment 85ef9c74-a6f1-42a5-8a0e-9485305c5d68 | Completed: Destroy cloud and free allocated resources. 2018-04-14 20:10:21.412 10206 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=84348e3d-31b3-4584-aa0f-9dd63c27d5c5) for deployment 'opnfv-rally'. 2018-04-14 20:10:21.441 10206 INFO rally.api [-] Deleting verification (UUID=8f17a2f9-33dd-49e3-b54a-5fe1b5b2652b). 2018-04-14 20:10:21.487 10206 INFO rally.api [-] Verification has been successfully deleted! 2018-04-14 20:10:21.488 10206 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=84348e3d-31b3-4584-aa0f-9dd63c27d5c5). 2018-04-14 20:10:21.500 10206 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-14 20:10:24,061 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-14 20:10:23.756 10209 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f9f45ac9-307d-4445-bafd-9a58592fa5ee) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f9f45ac9-307d-4445-bafd-9a58592fa5ee | 2018-04-14T20:10:23 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f9f45ac9-307d-4445-bafd-9a58592fa5ee ~/.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-14 20:10:27,295 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-14 20:10:27,295 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-14 20:10:29,667 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-14 20:10:29.411 10215 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=84348e3d-31b3-4584-aa0f-9dd63c27d5c5). 2018-04-14 20:10:29.538 10215 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-14 20:10:33,625 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-14 20:10:31.670 10218 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-14 20:10:31.838 10218 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-14 20:10:33.430 10218 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9df6b76e-4645-4da8-a701-34d973344a75) has been successfully created! Using verifier 'opnfv-tempest' (UUID=9df6b76e-4645-4da8-a701-34d973344a75) as the default verifier for the future CLI operations. 2018-04-14 20:10:36,540 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-14 20:10:39,840 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-14 20:10:53,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-14 20:10:59,113 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-14 20:10:57.726 10237 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=9df6b76e-4645-4da8-a701-34d973344a75) for deployment 'opnfv-rally' (UUID=f9f45ac9-307d-4445-bafd-9a58592fa5ee). 2018-04-14 20:10:58.949 10237 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9df6b76e-4645-4da8-a701-34d973344a75) has been successfully configured for deployment 'opnfv-rally' (UUID=f9f45ac9-307d-4445-bafd-9a58592fa5ee)! 2018-04-14 20:10:59,113 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-14 20:10:59,113 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-14 20:10:59,116 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-14 20:10:59,130 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-14 20:11:01,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-9df6b76e-4645-4da8-a701-34d973344a75/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-14 20:11:01,938 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-14 20:11:01,940 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-14 20:11:01,940 - 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-14 20:11:04,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 20:11:04.074 10246 INFO rally.api [-] Starting verification (UUID=70f72eda-d7f9-45b9-84fb-c71dcb6b584d) for deployment 'opnfv-rally' (UUID=f9f45ac9-307d-4445-bafd-9a58592fa5ee) by verifier 'opnfv-tempest' (UUID=9df6b76e-4645-4da8-a701-34d973344a75). 2018-04-14 20:11:04,075 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 70f72eda-d7f9-45b9-84fb-c71dcb6b584d 2018-04-14 20:13:22,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '70f72eda-d7f9-45b9-84fb-c71dcb6b584d']'. 2018-04-14 20:13:23,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-14 20:13:23,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-14 20:13:23,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-14 20:13:23,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 70f72eda-d7f9-45b9-84fb-c71dcb6b584d | 2018-04-14 20:13:23,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-14 20:13:23,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-14 20:11:04 | 2018-04-14 20:13:23,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-14 20:13:22 | 2018-04-14 20:13:23,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:18 | 2018-04-14 20:13:23,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-14 20:13:23,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-14 20:13:23,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 9df6b76e-4645-4da8-a701-34d973344a75) | 2018-04-14 20:13:23,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-14 20:13:23,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: f9f45ac9-307d-4445-bafd-9a58592fa5ee) | 2018-04-14 20:13:23,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-14 20:13:23,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 126.01 | 2018-04-14 20:13:23,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-04-14 20:13:23,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-04-14 20:13:23,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-14 20:13:23,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-14 20:13:23,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-14 20:13:23,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-14 20:13:23,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-14 20:13:23,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-04-14 20:13:33,644 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-14 20:13:33,645 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:57 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-04-14 20:13:33,650 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:20 | PASS | | vping_userdata | functest | smoke | 01:00 | PASS | | tempest_smoke_serial | functest | smoke | 19:07 | PASS | | rally_sanity | functest | smoke | 24:10 | FAIL | | refstack_defcore | functest | smoke | 04:49 | PASS | | patrole | functest | smoke | 03:53 | PASS | | snaps_smoke | functest | smoke | 80:54 | FAIL | | neutron_trunk | functest | smoke | 02:57 | PASS | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-14 20:13:33,657 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-14 20:14:07,296 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-12 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-14 20:14:07,298 - 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=te9zbWPCn6AqqYqsYtcN7wjGe export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-14 20:14:07,298 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-14 20:14:07,299 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification barometercollectd | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ 2018-04-14 20:14:07,300 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-14 20:14:07,300 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-04-14 20:18:02,423 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-04-14 20:18:02,570 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-14 20:18:02,570 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:55 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-04-14 20:18:02,574 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-04-14 21:07:07,739 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-04-14 21:07:07,899 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-14 21:07:07,900 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 49:05 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-04-14 21:07:07,913 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-04-14 21:07:07,913 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:55 | PASS | | barometercollectd | barometer | features | 49:05 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-14 21:07:07,917 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-14 21:09:58,310 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-12 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-14 21:09:58,312 - 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=te9zbWPCn6AqqYqsYtcN7wjGe export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-14 21:09:58,313 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-14 21:09:58,313 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-14 21:09:58,313 - 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-14 21:09:58,314 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-14 21:10:19,100 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-12 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-14 21:10:19,105 - 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=te9zbWPCn6AqqYqsYtcN7wjGe export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-14 21:10:19,105 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-14 21:10:19,107 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | parser-basics | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ 2018-04-14 21:10:19,108 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-14 21:10:19,108 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-04-14 21:14:11,327 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-04-14 21:14:11,461 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-14 21:14:11,462 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 03:52 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-04-14 21:14:11,465 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 03:52 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-14 21:14:11,467 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK