2018-05-02 16:41:10,829 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-77 | | 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-05-02 16:41:10,834 - 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=vdAbThgYrhsDEmsHZUcpnwjnF export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-05-02 16:41:10,834 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-02 16:41:10,836 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-05-02 16:41:10,839 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-02 16:41:10,839 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-02 16:41:13,680 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-02 16:41:23,199 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 9.508s OK 2018-05-02 16:41:23,320 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-02 16:41:23,321 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-02 16:41:23,324 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-02 16:41:25,486 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-02 16:57:31,001 - 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 965.463s OK 2018-05-02 16:57:31,126 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-02 16:57:31,127 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 16:05 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-02 16:57:31,131 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-02 16:57:32,095 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-02 16:58:34,324 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 62.229s OK 2018-05-02 16:58:34,444 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-02 16:58:34,444 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 01:02 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-02 16:58:34,448 - 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:05 | PASS | | snaps_health_check | functest | healthcheck | 01:02 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-02 16:58:34,451 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-02 16:59:25,059 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-77 | | 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-05-02 16:59:25,062 - 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=vdAbThgYrhsDEmsHZUcpnwjnF export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-05-02 16:59:25,062 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-02 16:59:25,063 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-05-02 16:59:25,065 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-02 16:59:25,065 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-02 16:59:25,987 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-02 16:59:25,987 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-02 16:59:26,410 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-02 16:59:26,410 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-02 16:59:26,798 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-02 16:59:26,798 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-02 16:59:26' 2018-05-02 16:59:26,798 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--6b9fa62f-b4b0-480c-b939-eee6632234ab' 2018-05-02 16:59:31,216 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-6b9fa62f-b4b0-480c-b939-eee6632234ab' 2018-05-02 16:59:35,897 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-6b9fa62f-b4b0-480c-b939-eee6632234ab' 2018-05-02 16:59:48,880 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-6b9fa62f-b4b0-480c-b939-eee6632234ab' 2018-05-02 16:59:50,031 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-6b9fa62f-b4b0-480c-b939-eee6632234ab' 2018-05-02 16:59:50,816 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-6b9fa62f-b4b0-480c-b939-eee6632234ab' 2018-05-02 16:59:58,628 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-6b9fa62f-b4b0-480c-b939-eee6632234ab' 2018-05-02 17:00:03,252 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-6b9fa62f-b4b0-480c-b939-eee6632234ab' 2018-05-02 17:00:36,134 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-02 17:00:47,013 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-05-02 17:00:47,150 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-02 17:00:48,157 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-02 17:00:48,157 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-02 17:00:48,157 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-02 17:00:48,706 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-02 17:00:48,706 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:21 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-02 17:01:18,284 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-02 17:01:18,376 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-02 17:01:18,376 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-02 17:01:18' 2018-05-02 17:01:18,376 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--bbd0b51b-314c-4698-a43d-058e925eb5b8' 2018-05-02 17:01:24,847 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-bbd0b51b-314c-4698-a43d-058e925eb5b8' 2018-05-02 17:01:27,409 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-bbd0b51b-314c-4698-a43d-058e925eb5b8' 2018-05-02 17:01:40,443 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-bbd0b51b-314c-4698-a43d-058e925eb5b8' 2018-05-02 17:01:41,150 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-bbd0b51b-314c-4698-a43d-058e925eb5b8' 2018-05-02 17:01:48,149 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-bbd0b51b-314c-4698-a43d-058e925eb5b8' 2018-05-02 17:01:55,413 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-02 17:02:09,920 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-02 17:02:12,604 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.14. Waiting for response... 2018-05-02 17:02:15,491 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-02 17:02:15,611 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-02 17:02:15,611 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:57 | PASS | +------------------------+------------------+------------------+----------------+ 2018-05-02 17:03:00,050 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-02 17:03:00,141 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-02 17:03:04,998 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-02 17:03:04.711 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=c08e3601-5e23-4d19-9d67-4ccd6392625a) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | c08e3601-5e23-4d19-9d67-4ccd6392625a | 2018-05-02T17:03:04 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: c08e3601-5e23-4d19-9d67-4ccd6392625a ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-02 17:03:08,234 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-02 17:03:08,234 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-02 17:03:13,760 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-02 17:03:12.440 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-02 17:03:12.577 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-02 17:03:13.624 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=09047b9c-a135-4022-97c0-8ea10cd0b2ef) has been successfully created! Using verifier 'opnfv-tempest' (UUID=09047b9c-a135-4022-97c0-8ea10cd0b2ef) as the default verifier for the future CLI operations. 2018-05-02 17:03:16,638 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-02 17:03:19,411 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-02 17:03:30,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-02 17:03:36,010 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-02 17:03:34.996 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=09047b9c-a135-4022-97c0-8ea10cd0b2ef) for deployment 'opnfv-rally' (UUID=c08e3601-5e23-4d19-9d67-4ccd6392625a). 2018-05-02 17:03:35.828 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=09047b9c-a135-4022-97c0-8ea10cd0b2ef) has been successfully configured for deployment 'opnfv-rally' (UUID=c08e3601-5e23-4d19-9d67-4ccd6392625a)! 2018-05-02 17:03:36,011 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-02 17:03:36,011 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-02 17:03:36,013 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-02 17:03:36,016 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-02 17:03:39,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-09047b9c-a135-4022-97c0-8ea10cd0b2ef/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-02 17:03:39,640 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-02 17:03:39,642 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-02 17:03:39,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-05-02 17:03:41,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:03:41.623 55 INFO rally.api [-] Starting verification (UUID=e28671e3-5ce8-457e-b48c-625e1a99227d) for deployment 'opnfv-rally' (UUID=c08e3601-5e23-4d19-9d67-4ccd6392625a) by verifier 'opnfv-tempest' (UUID=09047b9c-a135-4022-97c0-8ea10cd0b2ef). 2018-05-02 17:03:41,625 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: e28671e3-5ce8-457e-b48c-625e1a99227d 2018-05-02 17:03:49,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:03:49.939 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.186s] 2018-05-02 17:03:50,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:03:50.004 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.065s] 2018-05-02 17:03:58,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:03:58.378 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [2.114s] 2018-05-02 17:04:01,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:04:01.529 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.149s] 2018-05-02 17:04:16,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:04:16.956 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.529s] 2018-05-02 17:04:42,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:04:42.990 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [19.290s] 2018-05-02 17:05:37,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:05:36.999 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.078s] 2018-05-02 17:05:37,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:05:37.002 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2018-05-02 17:06:24,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:06:24.951 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.077s] 2018-05-02 17:06:24,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:06:24.954 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-05-02 17:07:13,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:07:13.045 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.088s] 2018-05-02 17:07:13,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:07:13.048 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-05-02 17:08:21,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:08:21.854 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [20.900s] 2018-05-02 17:08:56,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:08:56.820 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.051s] 2018-05-02 17:08:56,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:08:56.920 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.099s] 2018-05-02 17:09:07,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:09:07.892 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.650s] 2018-05-02 17:09:07,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:09:07.902 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-05-02 17:09:10,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:09:10.321 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-02 17:09:10,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:09:10.322 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-02 17:09:14,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:09:14.351 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.411s] 2018-05-02 17:09:21,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:09:21.132 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.078s] 2018-05-02 17:09:29,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:09:29.712 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.759s] 2018-05-02 17:09:37,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:09:37.322 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.579s] 2018-05-02 17:09:48,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:09:48.305 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.800s] 2018-05-02 17:09:55,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:09:55.917 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.369s] 2018-05-02 17:10:02,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:10:02.558 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.247s] 2018-05-02 17:10:11,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:10:11.611 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [1.000s] 2018-05-02 17:10:19,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:10:19.645 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.706s] 2018-05-02 17:10:29,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:10:29.124 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.011s] 2018-05-02 17:10:31,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:10:31.445 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-02 17:10:34,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:10:34.223 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.086s] 2018-05-02 17:10:34,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:10:34.300 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.077s] 2018-05-02 17:10:34,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:10:34.384 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.083s] 2018-05-02 17:10:34,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:10:34.391 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-05-02 17:10:38,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:10:38.594 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.764s] 2018-05-02 17:10:43,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:10:43.520 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [4.925s] 2018-05-02 17:10:47,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:10:47.644 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [4.122s] 2018-05-02 17:11:01,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:11:01.675 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-05-02 17:11:09,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:11:09.405 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.566s] 2018-05-02 17:11:29,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:11:29.317 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.019s] 2018-05-02 17:11:34,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:11:34.003 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.686s] 2018-05-02 17:11:49,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:11:49.559 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.091s] 2018-05-02 17:11:53,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:11:53.911 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.351s] 2018-05-02 17:12:00,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:12:00.255 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.344s] 2018-05-02 17:12:11,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:12:11.607 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.769s] 2018-05-02 17:12:16,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:12:16.206 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.598s] 2018-05-02 17:12:22,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:12:22.904 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.697s] 2018-05-02 17:12:40,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:12:40.398 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.822s] 2018-05-02 17:12:40,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:12:40.846 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.448s] 2018-05-02 17:12:41,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:12:41.089 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.242s] 2018-05-02 17:12:41,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:12:41.147 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.058s] 2018-05-02 17:12:41,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:12:41.509 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.361s] 2018-05-02 17:12:41,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:12:41.716 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.207s] 2018-05-02 17:12:58,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:12:58.179 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.868s] 2018-05-02 17:12:58,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:12:58.753 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.573s] 2018-05-02 17:12:58,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:12:58.957 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.204s] 2018-05-02 17:12:59,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:12:59.161 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.203s] 2018-05-02 17:12:59,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:12:59.280 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.119s] 2018-05-02 17:12:59,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:12:59.480 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.200s] 2018-05-02 17:13:14,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:13:14.536 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.944s] 2018-05-02 17:13:21,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:13:21.208 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.671s] 2018-05-02 17:13:23,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:13:23.594 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.384s] 2018-05-02 17:13:23,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:13:23.810 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.216s] 2018-05-02 17:13:23,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:13:23.865 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.055s] 2018-05-02 17:13:37,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:13:37.509 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.616s] 2018-05-02 17:13:44,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:13:44.483 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.974s] 2018-05-02 17:13:46,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:13:46.246 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.762s] 2018-05-02 17:13:46,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:13:46.465 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.218s] 2018-05-02 17:13:46,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:13:46.520 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.055s] 2018-05-02 17:14:13,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:14:13.648 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [20.275s] 2018-05-02 17:14:26,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:14:26.262 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [12.614s] 2018-05-02 17:14:38,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:14:38.890 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [12.627s] 2018-05-02 17:14:49,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:14:49.729 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [10.837s] 2018-05-02 17:15:25,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:15:25.085 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [19.393s] 2018-05-02 17:15:38,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:15:38.363 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [13.277s] 2018-05-02 17:15:51,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:15:51.156 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [12.793s] 2018-05-02 17:16:02,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:16:02.744 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [11.587s] 2018-05-02 17:16:20,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:16:20.802 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.881s] 2018-05-02 17:16:24,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:16:24.509 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [3.706s] 2018-05-02 17:16:24,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:16:24.603 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.096s] 2018-05-02 17:16:30,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:16:30.153 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.318s] 2018-05-02 17:16:32,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:16:32.633 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.478s] 2018-05-02 17:16:32,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:16:32.685 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.054s] 2018-05-02 17:16:37,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:16:37.272 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.304s] 2018-05-02 17:16:41,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:16:41.123 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-05-02 17:16:42,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:16:42.375 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-02 17:16:42,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:16:42.378 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-02 17:16:42,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:16:42.378 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-02 17:16:42,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:16:42.379 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-02 17:16:42,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:16:42.380 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-02 17:16:44,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:16:44.289 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-05-02 17:17:05,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:17:05.864 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [14.167s] 2018-05-02 17:17:24,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:17:24.361 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [11.110s] 2018-05-02 17:17:44,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:17:44.676 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [20.312s] 2018-05-02 17:17:56,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:17:56.750 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.042s] 2018-05-02 17:19:32,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:19:32.720 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [87.805s] 2018-05-02 17:20:30,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:20:30.623 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [42.335s] 2018-05-02 17:21:44,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:21:44.454 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [38.557s] 2018-05-02 17:22:07,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'e28671e3-5ce8-457e-b48c-625e1a99227d']'. 2018-05-02 17:22:08,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-02 17:22:08,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-02 17:22:08,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-02 17:22:08,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | e28671e3-5ce8-457e-b48c-625e1a99227d | 2018-05-02 17:22:08,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-02 17:22:08,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-02 17:03:41 | 2018-05-02 17:22:08,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-02 17:22:07 | 2018-05-02 17:22:08,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:18:26 | 2018-05-02 17:22:08,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-02 17:22:08,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-02 17:22:08,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-02 17:22:08,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 09047b9c-a135-4022-97c0-8ea10cd0b2ef) | 2018-05-02 17:22:08,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-02 17:22:08,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: c08e3601-5e23-4d19-9d67-4ccd6392625a) | 2018-05-02 17:22:08,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-02 17:22:08,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1076.992 | 2018-05-02 17:22:08,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-05-02 17:22:08,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-02 17:22:08,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-02 17:22:08,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-02 17:22:08,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-02 17:22:08,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-02 17:22:08,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-02 17:22:08,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-05-02 17:22:23,940 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-02 17:22:23,941 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 19:07 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-05-02 17:22:23,945 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-02 17:22:24,032 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-02 17:22:24,449 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-02 17:22:24,449 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-02 17:22:24,834 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-02 17:22:27,262 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-02 17:22:26.949 119 INFO rally.deployment.engine [-] Deployment c08e3601-5e23-4d19-9d67-4ccd6392625a | Starting: Destroy cloud and free allocated resources. 2018-05-02 17:22:27.016 119 INFO rally.deployment.engine [-] Deployment c08e3601-5e23-4d19-9d67-4ccd6392625a | Completed: Destroy cloud and free allocated resources. 2018-05-02 17:22:27.038 119 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=09047b9c-a135-4022-97c0-8ea10cd0b2ef) for deployment 'opnfv-rally'. 2018-05-02 17:22:27.049 119 INFO rally.api [-] Deleting verification (UUID=e28671e3-5ce8-457e-b48c-625e1a99227d). 2018-05-02 17:22:27.084 119 INFO rally.api [-] Verification has been successfully deleted! 2018-05-02 17:22:27.084 119 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=09047b9c-a135-4022-97c0-8ea10cd0b2ef). 2018-05-02 17:22:27.090 119 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-02 17:22:29,708 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-02 17:22:29.424 122 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9b574b12-d3a3-4a87-9dc3-61871f9b08d8) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9b574b12-d3a3-4a87-9dc3-61871f9b08d8 | 2018-05-02T17:22:29 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9b574b12-d3a3-4a87-9dc3-61871f9b08d8 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-02 17:22:33,123 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-02 17:22:33,124 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-02 17:22:34,579 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-cb1c4272-168f-4a57-a8e7-142482e1447c'... 2018-05-02 17:22:40,943 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-cb1c4272-168f-4a57-a8e7-142482e1447c'... 2018-05-02 17:22:44,381 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-cb1c4272-168f-4a57-a8e7-142482e1447c'... 2018-05-02 17:22:57,223 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-cb1c4272-168f-4a57-a8e7-142482e1447c'... 2018-05-02 17:22:57,932 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-cb1c4272-168f-4a57-a8e7-142482e1447c'... 2018-05-02 17:22:58,646 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-02 17:22:58,646 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-05-02 17:22:58,647 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-02 17:22:58,665 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-02 17:22:58,666 - 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': '9f25a85a-9a52-4555-923c-5d3667679803', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-cb1c4272-168f-4a57-a8e7-142482e1447c', 'flavor_name': 'rally-tiny-cb1c4272-168f-4a57-a8e7-142482e1447c', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-cb1c4272-168f-4a57-a8e7-142482e1447c', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-02 17:24:04,811 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a663c127-3a4f-4a08-8f94-5bbd4ba91c4a 2018-05-02 17:24:04,812 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-02 17:24:04,812 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a663c127-3a4f-4a08-8f94-5bbd4ba91c4a'] 2018-05-02 17:24:05,885 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a663c127-3a4f-4a08-8f94-5bbd4ba91c4a: 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 a663c127-3a4f-4a08-8f94-5bbd4ba91c4a 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.472 | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 100.0% | 1 | | total | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 100.0% | 1 | | -> duration | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.472233 Full duration: 8.059453 -------------------------------------------------------------------------------- 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 a663c127-3a4f-4a08-8f94-5bbd4ba91c4a 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.365 | 0.365 | 0.365 | 0.365 | 0.365 | 0.365 | 100.0% | 1 | | total | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 100.0% | 1 | | -> duration | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.802259 Full duration: 7.791052 -------------------------------------------------------------------------------- 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 a663c127-3a4f-4a08-8f94-5bbd4ba91c4a 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.562 | 0.562 | 0.562 | 0.562 | 0.562 | 0.562 | 100.0% | 1 | | total | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 100.0% | 1 | | -> duration | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.979582 Full duration: 7.576287 -------------------------------------------------------------------------------- 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 a663c127-3a4f-4a08-8f94-5bbd4ba91c4a 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.339 | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 100.0% | 1 | | total | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 100.0% | 1 | | -> duration | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.849484 Full duration: 8.227464 -------------------------------------------------------------------------------- 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 a663c127-3a4f-4a08-8f94-5bbd4ba91c4a 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.66 | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 100.0% | 1 | | total | 1.062 | 1.062 | 1.062 | 1.062 | 1.062 | 1.062 | 100.0% | 1 | | -> duration | 1.062 | 1.062 | 1.062 | 1.062 | 1.062 | 1.062 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.062242 Full duration: 9.550752 -------------------------------------------------------------------------------- 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 a663c127-3a4f-4a08-8f94-5bbd4ba91c4a 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.217 | 0.217 | 0.217 | 0.217 | 0.217 | 0.217 | 100.0% | 1 | | total | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 100.0% | 1 | | -> duration | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.675098 Full duration: 7.368379 HINTS: * To plot HTML graphics with this data, run: rally task report a663c127-3a4f-4a08-8f94-5bbd4ba91c4a --out output.html * To generate a JUnit report, run: rally task export a663c127-3a4f-4a08-8f94-5bbd4ba91c4a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a663c127-3a4f-4a08-8f94-5bbd4ba91c4a --json --out output.json 2018-05-02 17:24:05,886 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a663c127-3a4f-4a08-8f94-5bbd4ba91c4a'] 2018-05-02 17:24:06,818 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-02 17:24:06,818 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a663c127-3a4f-4a08-8f94-5bbd4ba91c4a', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-02 17:24:06,826 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-02 17:24:06,826 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-02 17:24:06,827 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-05-02 17:24:06,827 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-02 17:24:06,844 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-02 17:24:06,844 - 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': '9f25a85a-9a52-4555-923c-5d3667679803', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-cb1c4272-168f-4a57-a8e7-142482e1447c', 'flavor_name': 'rally-tiny-cb1c4272-168f-4a57-a8e7-142482e1447c', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-cb1c4272-168f-4a57-a8e7-142482e1447c', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-02 17:26:07,076 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 57c595db-1a5e-4e85-a135-aa6e13439ec4 2018-05-02 17:26:07,076 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '57c595db-1a5e-4e85-a135-aa6e13439ec4'] 2018-05-02 17:26:08,087 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 57c595db-1a5e-4e85-a135-aa6e13439ec4: 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 57c595db-1a5e-4e85-a135-aa6e13439ec4 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 | 8.219 | 8.219 | 8.219 | 8.219 | 8.219 | 8.219 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 100.0% | 1 | | -> glance_v2.upload_data | 3.833 | 3.833 | 3.833 | 3.833 | 3.833 | 3.833 | 100.0% | 1 | | glance_v2.delete_image | 3.302 | 3.302 | 3.302 | 3.302 | 3.302 | 3.302 | 100.0% | 1 | | total | 11.522 | 11.522 | 11.522 | 11.522 | 11.522 | 11.522 | 100.0% | 1 | | -> duration | 11.522 | 11.522 | 11.522 | 11.522 | 11.522 | 11.522 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.521515 Full duration: 19.774516 -------------------------------------------------------------------------------- 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 57c595db-1a5e-4e85-a135-aa6e13439ec4 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.758 | 6.758 | 6.758 | 6.758 | 6.758 | 6.758 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.512 | 0.512 | 0.512 | 0.512 | 0.512 | 0.512 | 100.0% | 1 | | -> glance_v2.upload_data | 3.837 | 3.837 | 3.837 | 3.837 | 3.837 | 3.837 | 100.0% | 1 | | glance_v2.list_images | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 100.0% | 1 | | total | 6.935 | 6.935 | 6.935 | 6.935 | 6.935 | 6.935 | 100.0% | 1 | | -> duration | 6.935 | 6.935 | 6.935 | 6.935 | 6.935 | 6.935 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.935464 Full duration: 22.02499 -------------------------------------------------------------------------------- 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 57c595db-1a5e-4e85-a135-aa6e13439ec4 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.338 | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 100.0% | 1 | | total | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 100.0% | 1 | | -> duration | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.337748 Full duration: 7.881063 -------------------------------------------------------------------------------- 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-cb1c4272-168f-4a57-a8e7-142482e1447c" }, "number_instances": 2, "nics": [ { "net-id": "9f25a85a-9a52-4555-923c-5d3667679803" } ] }, "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 57c595db-1a5e-4e85-a135-aa6e13439ec4 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 | 9.831 | 9.831 | 9.831 | 9.831 | 9.831 | 9.831 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.503 | 0.503 | 0.503 | 0.503 | 0.503 | 0.503 | 100.0% | 1 | | -> glance_v2.upload_data | 6.841 | 6.841 | 6.841 | 6.841 | 6.841 | 6.841 | 100.0% | 1 | | nova.boot_servers | 19.231 | 19.231 | 19.231 | 19.231 | 19.231 | 19.231 | 100.0% | 1 | | total | 29.063 | 29.063 | 29.063 | 29.063 | 29.063 | 29.063 | 100.0% | 1 | | -> duration | 28.063 | 28.063 | 28.063 | 28.063 | 28.063 | 28.063 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 28.062501 Full duration: 54.707091 HINTS: * To plot HTML graphics with this data, run: rally task report 57c595db-1a5e-4e85-a135-aa6e13439ec4 --out output.html * To generate a JUnit report, run: rally task export 57c595db-1a5e-4e85-a135-aa6e13439ec4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 57c595db-1a5e-4e85-a135-aa6e13439ec4 --json --out output.json 2018-05-02 17:26:08,087 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '57c595db-1a5e-4e85-a135-aa6e13439ec4'] 2018-05-02 17:26:08,986 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-02 17:26:08,986 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '57c595db-1a5e-4e85-a135-aa6e13439ec4', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-02 17:26:08,991 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-02 17:26:08,991 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-02 17:26:08,992 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-05-02 17:26:08,992 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-02 17:26:08,999 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-02 17:26:08,999 - 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': '9f25a85a-9a52-4555-923c-5d3667679803', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-cb1c4272-168f-4a57-a8e7-142482e1447c', 'flavor_name': 'rally-tiny-cb1c4272-168f-4a57-a8e7-142482e1447c', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-cb1c4272-168f-4a57-a8e7-142482e1447c', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-02 17:29:44,552 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 023d3a41-0e5a-4df4-9247-da4a628130c2 2018-05-02 17:29:44,552 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '023d3a41-0e5a-4df4-9247-da4a628130c2'] 2018-05-02 17:29:45,642 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 023d3a41-0e5a-4df4-9247-da4a628130c2: 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 023d3a41-0e5a-4df4-9247-da4a628130c2 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.456 | 3.456 | 3.456 | 3.456 | 3.456 | 3.456 | 100.0% | 1 | | cinder_v2.delete_snapshot | 4.463 | 4.463 | 4.463 | 4.463 | 4.463 | 4.463 | 100.0% | 1 | | total | 7.919 | 7.919 | 7.919 | 7.919 | 7.919 | 7.919 | 100.0% | 1 | | -> duration | 7.919 | 7.919 | 7.919 | 7.919 | 7.919 | 7.919 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.918993 Full duration: 28.449432 -------------------------------------------------------------------------------- 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 023d3a41-0e5a-4df4-9247-da4a628130c2 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.209 | 3.209 | 3.209 | 3.209 | 3.209 | 3.209 | 100.0% | 1 | | cinder_v2.delete_volume | 2.641 | 2.641 | 2.641 | 2.641 | 2.641 | 2.641 | 100.0% | 1 | | total | 5.85 | 5.85 | 5.85 | 5.85 | 5.85 | 5.85 | 100.0% | 1 | | -> duration | 5.85 | 5.85 | 5.85 | 5.85 | 5.85 | 5.85 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.850487 Full duration: 16.737423 -------------------------------------------------------------------------------- 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-cb1c4272-168f-4a57-a8e7-142482e1447c" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 023d3a41-0e5a-4df4-9247-da4a628130c2 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 11.186 | 11.186 | 11.186 | 11.186 | 11.186 | 11.186 | 100.0% | 1 | | cinder_v2.delete_volume | 2.545 | 2.545 | 2.545 | 2.545 | 2.545 | 2.545 | 100.0% | 1 | | total | 13.732 | 13.732 | 13.732 | 13.732 | 13.732 | 13.732 | 100.0% | 1 | | -> duration | 13.732 | 13.732 | 13.732 | 13.732 | 13.732 | 13.732 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.731579 Full duration: 24.532291 -------------------------------------------------------------------------------- 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 023d3a41-0e5a-4df4-9247-da4a628130c2 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.881 | 3.881 | 3.881 | 3.881 | 3.881 | 3.881 | 100.0% | 1 | | cinder_v2.delete_volume | 3.057 | 3.057 | 3.057 | 3.057 | 3.057 | 3.057 | 100.0% | 1 | | total | 6.938 | 6.938 | 6.938 | 6.938 | 6.938 | 6.938 | 100.0% | 1 | | -> duration | 6.938 | 6.938 | 6.938 | 6.938 | 6.938 | 6.938 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.938058 Full duration: 17.456103 -------------------------------------------------------------------------------- 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 023d3a41-0e5a-4df4-9247-da4a628130c2 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.266 | 3.266 | 3.266 | 3.266 | 3.266 | 3.266 | 100.0% | 1 | | cinder_v2.extend_volume | 2.511 | 2.511 | 2.511 | 2.511 | 2.511 | 2.511 | 100.0% | 1 | | cinder_v2.delete_volume | 2.644 | 2.644 | 2.644 | 2.644 | 2.644 | 2.644 | 100.0% | 1 | | total | 8.421 | 8.421 | 8.421 | 8.421 | 8.421 | 8.421 | 100.0% | 1 | | -> duration | 8.421 | 8.421 | 8.421 | 8.421 | 8.421 | 8.421 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.421016 Full duration: 18.635165 -------------------------------------------------------------------------------- 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 023d3a41-0e5a-4df4-9247-da4a628130c2 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.589 | 5.589 | 5.589 | 5.589 | 5.589 | 5.589 | 100.0% | 1 | | cinder_v2.delete_volume | 4.821 | 4.821 | 4.821 | 4.821 | 4.821 | 4.821 | 100.0% | 1 | | total | 10.41 | 10.41 | 10.41 | 10.41 | 10.41 | 10.41 | 100.0% | 1 | | -> duration | 10.41 | 10.41 | 10.41 | 10.41 | 10.41 | 10.41 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.410189 Full duration: 27.218896 -------------------------------------------------------------------------------- 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 023d3a41-0e5a-4df4-9247-da4a628130c2 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.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | cinder_v2.list_qos | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 100.0% | 1 | | total | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 100.0% | 1 | | -> duration | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.775887 Full duration: 13.12239 -------------------------------------------------------------------------------- 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 023d3a41-0e5a-4df4-9247-da4a628130c2 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.742 | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 100.0% | 1 | | cinder_v2.set_qos | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 100.0% | 1 | | total | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 100.0% | 1 | | -> duration | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.9399 Full duration: 13.180774 -------------------------------------------------------------------------------- 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 023d3a41-0e5a-4df4-9247-da4a628130c2 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.649 | 0.649 | 0.649 | 0.649 | 0.649 | 0.649 | 100.0% | 1 | | cinder_v2.list_types | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 100.0% | 1 | | total | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 100.0% | 1 | | -> duration | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.823057 Full duration: 12.695878 -------------------------------------------------------------------------------- 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 023d3a41-0e5a-4df4-9247-da4a628130c2 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 | 1.133 | 1.133 | 1.133 | 1.133 | 1.133 | 1.133 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.23 | 0.23 | 0.23 | 0.23 | 0.23 | 0.23 | 100.0% | 1 | | total | 1.363 | 1.363 | 1.363 | 1.363 | 1.363 | 1.363 | 100.0% | 1 | | -> duration | 1.363 | 1.363 | 1.363 | 1.363 | 1.363 | 1.363 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.362891 Full duration: 12.863452 HINTS: * To plot HTML graphics with this data, run: rally task report 023d3a41-0e5a-4df4-9247-da4a628130c2 --out output.html * To generate a JUnit report, run: rally task export 023d3a41-0e5a-4df4-9247-da4a628130c2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 023d3a41-0e5a-4df4-9247-da4a628130c2 --json --out output.json 2018-05-02 17:29:45,642 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '023d3a41-0e5a-4df4-9247-da4a628130c2'] 2018-05-02 17:29:46,730 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-02 17:29:46,731 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '023d3a41-0e5a-4df4-9247-da4a628130c2', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-02 17:29:46,738 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-02 17:29:46,738 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-02 17:29:46,738 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-05-02 17:29:46,738 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-02 17:29:46,754 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-02 17:29:46,754 - 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': '9f25a85a-9a52-4555-923c-5d3667679803', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-cb1c4272-168f-4a57-a8e7-142482e1447c', 'flavor_name': 'rally-tiny-cb1c4272-168f-4a57-a8e7-142482e1447c', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-cb1c4272-168f-4a57-a8e7-142482e1447c', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-02 17:31:14,497 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ab002abf-6abc-4912-8f5f-48c0f925d0da 2018-05-02 17:31:14,498 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'ab002abf-6abc-4912-8f5f-48c0f925d0da'] 2018-05-02 17:31:15,456 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task ab002abf-6abc-4912-8f5f-48c0f925d0da: 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 ab002abf-6abc-4912-8f5f-48c0f925d0da 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 | 6.001 | 6.001 | 6.001 | 6.001 | 6.001 | 6.001 | 100.0% | 1 | | heat.update_stack | 2.932 | 2.932 | 2.932 | 2.932 | 2.932 | 2.932 | 100.0% | 1 | | heat.delete_stack | 4.002 | 4.002 | 4.002 | 4.002 | 4.002 | 4.002 | 100.0% | 1 | | total | 12.935 | 12.935 | 12.935 | 12.935 | 12.935 | 12.935 | 100.0% | 1 | | -> duration | 8.935 | 8.935 | 8.935 | 8.935 | 8.935 | 8.935 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.935082 Full duration: 21.379315 -------------------------------------------------------------------------------- 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 ab002abf-6abc-4912-8f5f-48c0f925d0da 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.723 | 4.723 | 4.723 | 4.723 | 4.723 | 4.723 | 100.0% | 1 | | heat.check_stack | 2.195 | 2.195 | 2.195 | 2.195 | 2.195 | 2.195 | 100.0% | 1 | | heat.delete_stack | 2.78 | 2.78 | 2.78 | 2.78 | 2.78 | 2.78 | 100.0% | 1 | | total | 9.699 | 9.699 | 9.699 | 9.699 | 9.699 | 9.699 | 100.0% | 1 | | -> duration | 7.699 | 7.699 | 7.699 | 7.699 | 7.699 | 7.699 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.698819 Full duration: 19.081612 -------------------------------------------------------------------------------- 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 ab002abf-6abc-4912-8f5f-48c0f925d0da 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.932 | 4.932 | 4.932 | 4.932 | 4.932 | 4.932 | 100.0% | 1 | | heat.suspend_stack | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | heat.resume_stack | 1.746 | 1.746 | 1.746 | 1.746 | 1.746 | 1.746 | 100.0% | 1 | | heat.delete_stack | 2.779 | 2.779 | 2.779 | 2.779 | 2.779 | 2.779 | 100.0% | 1 | | total | 10.246 | 10.246 | 10.246 | 10.246 | 10.246 | 10.246 | 100.0% | 1 | | -> duration | 8.246 | 8.246 | 8.246 | 8.246 | 8.246 | 8.246 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.246095 Full duration: 19.623297 -------------------------------------------------------------------------------- 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 ab002abf-6abc-4912-8f5f-48c0f925d0da 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.587 | 0.587 | 0.587 | 0.587 | 0.587 | 0.587 | 100.0% | 1 | | total | 0.587 | 0.587 | 0.587 | 0.587 | 0.587 | 0.587 | 100.0% | 1 | | -> duration | 0.587 | 0.587 | 0.587 | 0.587 | 0.587 | 0.587 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.587078 Full duration: 8.38947 HINTS: * To plot HTML graphics with this data, run: rally task report ab002abf-6abc-4912-8f5f-48c0f925d0da --out output.html * To generate a JUnit report, run: rally task export ab002abf-6abc-4912-8f5f-48c0f925d0da --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ab002abf-6abc-4912-8f5f-48c0f925d0da --json --out output.json 2018-05-02 17:31:15,457 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'ab002abf-6abc-4912-8f5f-48c0f925d0da'] 2018-05-02 17:31:16,473 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-02 17:31:16,473 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'ab002abf-6abc-4912-8f5f-48c0f925d0da', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-02 17:31:16,480 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-02 17:31:16,481 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-02 17:31:16,481 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-05-02 17:31:16,481 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-02 17:31:16,498 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-02 17:31:16,498 - 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': '9f25a85a-9a52-4555-923c-5d3667679803', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-cb1c4272-168f-4a57-a8e7-142482e1447c', 'flavor_name': 'rally-tiny-cb1c4272-168f-4a57-a8e7-142482e1447c', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-cb1c4272-168f-4a57-a8e7-142482e1447c', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-02 17:34:39,087 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ca0f183a-4930-43b4-ac4b-4452e03031af 2018-05-02 17:34:39,088 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'ca0f183a-4930-43b4-ac4b-4452e03031af'] 2018-05-02 17:34:40,194 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task ca0f183a-4930-43b4-ac4b-4452e03031af: 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 ca0f183a-4930-43b4-ac4b-4452e03031af 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.604 | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 100.0% | 1 | | keystone_v3.add_role | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 100.0% | 1 | | keystone_v3.revoke_role | 0.149 | 0.149 | 0.149 | 0.149 | 0.149 | 0.149 | 100.0% | 1 | | total | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 100.0% | 1 | | -> duration | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.894097 Full duration: 15.133739 -------------------------------------------------------------------------------- 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 ca0f183a-4930-43b4-ac4b-4452e03031af has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.507 | 0.507 | 0.507 | 0.507 | 0.507 | 0.507 | 100.0% | 1 | | keystone_v3.add_role | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 100.0% | 1 | | keystone_v3.list_roles | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | total | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> duration | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.779009 Full duration: 14.808297 -------------------------------------------------------------------------------- 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 ca0f183a-4930-43b4-ac4b-4452e03031af 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.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | keystone_v3.list_projects | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | total | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 100.0% | 1 | | -> duration | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.907478 Full duration: 15.937192 -------------------------------------------------------------------------------- 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 ca0f183a-4930-43b4-ac4b-4452e03031af 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.5 | 0.5 | 0.5 | 0.5 | 0.5 | 0.5 | 100.0% | 1 | | keystone_v3.delete_role | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 100.0% | 1 | | total | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | -> duration | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.637989 Full duration: 12.760137 -------------------------------------------------------------------------------- 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 ca0f183a-4930-43b4-ac4b-4452e03031af 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.51 | 0.51 | 0.51 | 0.51 | 0.51 | 0.51 | 100.0% | 1 | | keystone_v3.delete_service | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | total | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | -> duration | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.637679 Full duration: 12.247105 -------------------------------------------------------------------------------- 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 ca0f183a-4930-43b4-ac4b-4452e03031af 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.712 | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 100.0% | 1 | | keystone_v3.create_user | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | -> keystone_v3.add_role | 0.143 | 0.143 | 0.143 | 0.143 | 0.143 | 0.143 | 100.0% | 1 | | keystone_v3.create_role | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | keystone_v3.get_project | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | keystone_v3.get_user | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | keystone_v3.get_role | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | keystone_v3.list_services | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | keystone_v3.get_services | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | total | 1.839 | 1.839 | 1.839 | 1.839 | 1.839 | 1.839 | 100.0% | 1 | | -> duration | 1.839 | 1.839 | 1.839 | 1.839 | 1.839 | 1.839 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.838771 Full duration: 21.030664 -------------------------------------------------------------------------------- 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 ca0f183a-4930-43b4-ac4b-4452e03031af 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.675 | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 100.0% | 1 | | keystone_v3.update_project | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | keystone_v3.delete_project | 0.153 | 0.153 | 0.153 | 0.153 | 0.153 | 0.153 | 100.0% | 1 | | total | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | -> duration | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.923992 Full duration: 13.88584 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task ca0f183a-4930-43b4-ac4b-4452e03031af 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.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | total | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 100.0% | 1 | | -> duration | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.835269 Full duration: 14.571905 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task ca0f183a-4930-43b4-ac4b-4452e03031af 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.666 | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 100.0% | 1 | | -> duration | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.665555 Full duration: 14.700725 -------------------------------------------------------------------------------- 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 ca0f183a-4930-43b4-ac4b-4452e03031af 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.718 | 0.718 | 0.718 | 0.718 | 0.718 | 0.718 | 100.0% | 1 | | keystone_v3.list_users | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | total | 0.926 | 0.926 | 0.926 | 0.926 | 0.926 | 0.926 | 100.0% | 1 | | -> duration | 0.926 | 0.926 | 0.926 | 0.926 | 0.926 | 0.926 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.926004 Full duration: 15.675617 -------------------------------------------------------------------------------- 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 ca0f183a-4930-43b4-ac4b-4452e03031af 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.754 | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 100.0% | 1 | | keystone_v3.create_users | 6.428 | 6.428 | 6.428 | 6.428 | 6.428 | 6.428 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 6.428 | 6.428 | 6.428 | 6.428 | 6.428 | 6.428 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.769 | 1.769 | 1.769 | 1.769 | 1.769 | 1.769 | 100.0% | 1 | | total | 8.338 | 8.338 | 8.338 | 8.338 | 8.338 | 8.338 | 100.0% | 1 | | -> duration | 8.338 | 8.338 | 8.338 | 8.338 | 8.338 | 8.338 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.338485 Full duration: 26.432022 HINTS: * To plot HTML graphics with this data, run: rally task report ca0f183a-4930-43b4-ac4b-4452e03031af --out output.html * To generate a JUnit report, run: rally task export ca0f183a-4930-43b4-ac4b-4452e03031af --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ca0f183a-4930-43b4-ac4b-4452e03031af --json --out output.json 2018-05-02 17:34:40,194 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'ca0f183a-4930-43b4-ac4b-4452e03031af'] 2018-05-02 17:34:41,210 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-02 17:34:41,211 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'ca0f183a-4930-43b4-ac4b-4452e03031af', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-02 17:34:41,219 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-02 17:34:41,219 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-02 17:34:41,220 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-05-02 17:34:41,220 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-02 17:34:41,247 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-02 17:34:41,248 - 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': '9f25a85a-9a52-4555-923c-5d3667679803', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-cb1c4272-168f-4a57-a8e7-142482e1447c', 'flavor_name': 'rally-tiny-cb1c4272-168f-4a57-a8e7-142482e1447c', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-cb1c4272-168f-4a57-a8e7-142482e1447c', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-02 17:41:39,780 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 52d4ebd4-debd-40f6-92fa-170c885f8592 2018-05-02 17:41:39,780 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '52d4ebd4-debd-40f6-92fa-170c885f8592'] 2018-05-02 17:41:40,818 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 52d4ebd4-debd-40f6-92fa-170c885f8592: 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 52d4ebd4-debd-40f6-92fa-170c885f8592 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.06 | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 100.0% | 1 | | neutron.delete_network | 1.174 | 1.174 | 1.174 | 1.174 | 1.174 | 1.174 | 100.0% | 1 | | total | 2.234 | 2.234 | 2.234 | 2.234 | 2.234 | 2.234 | 100.0% | 1 | | -> duration | 2.234 | 2.234 | 2.234 | 2.234 | 2.234 | 2.234 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.233829 Full duration: 15.492214 -------------------------------------------------------------------------------- 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 52d4ebd4-debd-40f6-92fa-170c885f8592 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.711 | 1.711 | 1.711 | 1.711 | 1.711 | 1.711 | 100.0% | 1 | | neutron.delete_port | 1.308 | 1.308 | 1.308 | 1.308 | 1.308 | 1.308 | 100.0% | 1 | | total | 3.02 | 3.02 | 3.02 | 3.02 | 3.02 | 3.02 | 100.0% | 1 | | -> duration | 3.02 | 3.02 | 3.02 | 3.02 | 3.02 | 3.02 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.019949 Full duration: 43.209795 -------------------------------------------------------------------------------- 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 52d4ebd4-debd-40f6-92fa-170c885f8592 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.094 | 1.094 | 1.094 | 1.094 | 1.094 | 1.094 | 100.0% | 1 | | neutron.create_subnet | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 100.0% | 1 | | neutron.create_router | 3.302 | 3.302 | 3.302 | 3.302 | 3.302 | 3.302 | 100.0% | 1 | | neutron.add_interface_router | 3.14 | 3.14 | 3.14 | 3.14 | 3.14 | 3.14 | 100.0% | 1 | | neutron.remove_interface_router | 1.436 | 1.436 | 1.436 | 1.436 | 1.436 | 1.436 | 100.0% | 1 | | neutron.delete_router | 2.555 | 2.555 | 2.555 | 2.555 | 2.555 | 2.555 | 100.0% | 1 | | total | 12.395 | 12.395 | 12.395 | 12.395 | 12.395 | 12.395 | 100.0% | 1 | | -> duration | 12.395 | 12.395 | 12.395 | 12.395 | 12.395 | 12.395 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.394525 Full duration: 57.851862 -------------------------------------------------------------------------------- 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 52d4ebd4-debd-40f6-92fa-170c885f8592 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.458 | 1.458 | 1.458 | 1.458 | 1.458 | 1.458 | 100.0% | 1 | | neutron.delete_subnet | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | total | 2.215 | 2.215 | 2.215 | 2.215 | 2.215 | 2.215 | 100.0% | 1 | | -> duration | 2.215 | 2.215 | 2.215 | 2.215 | 2.215 | 2.215 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.214579 Full duration: 40.36754 -------------------------------------------------------------------------------- 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 52d4ebd4-debd-40f6-92fa-170c885f8592 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.043 | 1.043 | 1.043 | 1.043 | 1.043 | 1.043 | 100.0% | 1 | | neutron.list_networks | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 100.0% | 1 | | total | 1.383 | 1.383 | 1.383 | 1.383 | 1.383 | 1.383 | 100.0% | 1 | | -> duration | 1.383 | 1.383 | 1.383 | 1.383 | 1.383 | 1.383 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.383227 Full duration: 17.217288 -------------------------------------------------------------------------------- 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 52d4ebd4-debd-40f6-92fa-170c885f8592 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.468 | 1.468 | 1.468 | 1.468 | 1.468 | 1.468 | 100.0% | 1 | | neutron.list_ports | 0.395 | 0.395 | 0.395 | 0.395 | 0.395 | 0.395 | 100.0% | 1 | | total | 1.863 | 1.863 | 1.863 | 1.863 | 1.863 | 1.863 | 100.0% | 1 | | -> duration | 1.863 | 1.863 | 1.863 | 1.863 | 1.863 | 1.863 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.863081 Full duration: 39.812704 -------------------------------------------------------------------------------- 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 52d4ebd4-debd-40f6-92fa-170c885f8592 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.89 | 0.89 | 0.89 | 0.89 | 0.89 | 0.89 | 100.0% | 1 | | neutron.create_subnet | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 100.0% | 1 | | neutron.create_router | 4.333 | 4.333 | 4.333 | 4.333 | 4.333 | 4.333 | 100.0% | 1 | | neutron.add_interface_router | 2.131 | 2.131 | 2.131 | 2.131 | 2.131 | 2.131 | 100.0% | 1 | | neutron.list_routers | 0.214 | 0.214 | 0.214 | 0.214 | 0.214 | 0.214 | 100.0% | 1 | | total | 8.454 | 8.454 | 8.454 | 8.454 | 8.454 | 8.454 | 100.0% | 1 | | -> duration | 8.454 | 8.454 | 8.454 | 8.454 | 8.454 | 8.454 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.453961 Full duration: 58.971441 -------------------------------------------------------------------------------- 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 52d4ebd4-debd-40f6-92fa-170c885f8592 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.791 | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 100.0% | 1 | | neutron.create_subnet | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 100.0% | 1 | | neutron.list_subnets | 0.23 | 0.23 | 0.23 | 0.23 | 0.23 | 0.23 | 100.0% | 1 | | total | 1.803 | 1.803 | 1.803 | 1.803 | 1.803 | 1.803 | 100.0% | 1 | | -> duration | 1.803 | 1.803 | 1.803 | 1.803 | 1.803 | 1.803 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.802704 Full duration: 45.502128 -------------------------------------------------------------------------------- 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 52d4ebd4-debd-40f6-92fa-170c885f8592 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.372 | 1.372 | 1.372 | 1.372 | 1.372 | 1.372 | 100.0% | 1 | | neutron.delete_security_group | 0.272 | 0.272 | 0.272 | 0.272 | 0.272 | 0.272 | 100.0% | 1 | | total | 1.643 | 1.643 | 1.643 | 1.643 | 1.643 | 1.643 | 100.0% | 1 | | -> duration | 1.643 | 1.643 | 1.643 | 1.643 | 1.643 | 1.643 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.643428 Full duration: 16.847041 -------------------------------------------------------------------------------- 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 52d4ebd4-debd-40f6-92fa-170c885f8592 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 100.0% | 1 | | neutron.create_security_group_rule | 0.31 | 0.31 | 0.31 | 0.31 | 0.31 | 0.31 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.255 | 0.255 | 0.255 | 0.255 | 0.255 | 0.255 | 100.0% | 1 | | neutron.delete_security_group | 0.933 | 0.933 | 0.933 | 0.933 | 0.933 | 0.933 | 100.0% | 1 | | total | 2.403 | 2.403 | 2.403 | 2.403 | 2.403 | 2.403 | 100.0% | 1 | | -> duration | 2.403 | 2.403 | 2.403 | 2.403 | 2.403 | 2.403 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.403226 Full duration: 18.29973 -------------------------------------------------------------------------------- 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 52d4ebd4-debd-40f6-92fa-170c885f8592 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.007 | 1.007 | 1.007 | 1.007 | 1.007 | 1.007 | 100.0% | 1 | | neutron.create_router | 4.655 | 4.655 | 4.655 | 4.655 | 4.655 | 4.655 | 100.0% | 1 | | neutron.add_gateway_router | 2.23 | 2.23 | 2.23 | 2.23 | 2.23 | 2.23 | 100.0% | 1 | | neutron.remove_gateway_router | 1.345 | 1.345 | 1.345 | 1.345 | 1.345 | 1.345 | 100.0% | 1 | | total | 9.237 | 9.237 | 9.237 | 9.237 | 9.237 | 9.237 | 100.0% | 1 | | -> duration | 9.237 | 9.237 | 9.237 | 9.237 | 9.237 | 9.237 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.236845 Full duration: 35.327082 HINTS: * To plot HTML graphics with this data, run: rally task report 52d4ebd4-debd-40f6-92fa-170c885f8592 --out output.html * To generate a JUnit report, run: rally task export 52d4ebd4-debd-40f6-92fa-170c885f8592 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 52d4ebd4-debd-40f6-92fa-170c885f8592 --json --out output.json 2018-05-02 17:41:40,818 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '52d4ebd4-debd-40f6-92fa-170c885f8592'] 2018-05-02 17:41:41,834 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-02 17:41:41,834 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '52d4ebd4-debd-40f6-92fa-170c885f8592', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-02 17:41:41,842 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-02 17:41:41,843 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-02 17:41:41,843 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-05-02 17:41:41,843 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-02 17:41:41,859 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-02 17:41:41,860 - 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': '9f25a85a-9a52-4555-923c-5d3667679803', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-cb1c4272-168f-4a57-a8e7-142482e1447c', 'flavor_name': 'rally-tiny-cb1c4272-168f-4a57-a8e7-142482e1447c', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-cb1c4272-168f-4a57-a8e7-142482e1447c', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-02 17:51:00,897 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e629a04c-f6b0-4b4c-98e8-ed2f1b5e8b0c 2018-05-02 17:51:00,897 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e629a04c-f6b0-4b4c-98e8-ed2f1b5e8b0c'] 2018-05-02 17:51:01,989 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e629a04c-f6b0-4b4c-98e8-ed2f1b5e8b0c: finished -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-cb1c4272-168f-4a57-a8e7-142482e1447c" }, "image": { "name": "Cirros-0.4.0-cb1c4272-168f-4a57-a8e7-142482e1447c" }, "block_migration": false, "nics": [ { "net-id": "9f25a85a-9a52-4555-923c-5d3667679803" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task e629a04c-f6b0-4b4c-98e8-ed2f1b5e8b0c has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 15.251 | 15.251 | 15.251 | 15.251 | 15.251 | 15.251 | 100.0% | 1 | | nova.find_host_to_migrate | 1.264 | 1.264 | 1.264 | 1.264 | 1.264 | 1.264 | 100.0% | 1 | | nova.live_migrate | 17.774 | 17.774 | 17.774 | 17.774 | 17.774 | 17.774 | 100.0% | 1 | | nova.delete_server | 5.768 | 5.768 | 5.768 | 5.768 | 5.768 | 5.768 | 100.0% | 1 | | total | 40.057 | 40.057 | 40.057 | 40.057 | 40.057 | 40.057 | 100.0% | 1 | | -> duration | 39.057 | 39.057 | 39.057 | 39.057 | 39.057 | 39.057 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 39.056878 Full duration: 50.719646 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_attach_created_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-cb1c4272-168f-4a57-a8e7-142482e1447c" }, "image": { "name": "Cirros-0.4.0-cb1c4272-168f-4a57-a8e7-142482e1447c" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "9f25a85a-9a52-4555-923c-5d3667679803" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task e629a04c-f6b0-4b4c-98e8-ed2f1b5e8b0c has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 12.556 | 12.556 | 12.556 | 12.556 | 12.556 | 12.556 | 100.0% | 1 | | cinder_v2.create_volume | 4.149 | 4.149 | 4.149 | 4.149 | 4.149 | 4.149 | 100.0% | 1 | | nova.attach_volume | 4.004 | 4.004 | 4.004 | 4.004 | 4.004 | 4.004 | 100.0% | 1 | | nova.find_host_to_migrate | 1.699 | 1.699 | 1.699 | 1.699 | 1.699 | 1.699 | 100.0% | 1 | | nova.live_migrate | 13.745 | 13.745 | 13.745 | 13.745 | 13.745 | 13.745 | 100.0% | 1 | | nova.detach_volume | 4.017 | 4.017 | 4.017 | 4.017 | 4.017 | 4.017 | 100.0% | 1 | | cinder_v2.delete_volume | 2.337 | 2.337 | 2.337 | 2.337 | 2.337 | 2.337 | 100.0% | 1 | | nova.delete_server | 6.068 | 6.068 | 6.068 | 6.068 | 6.068 | 6.068 | 100.0% | 1 | | total | 48.574 | 48.574 | 48.574 | 48.574 | 48.574 | 48.574 | 100.0% | 1 | | -> duration | 47.574 | 47.574 | 47.574 | 47.574 | 47.574 | 47.574 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 47.573848 Full duration: 60.748549 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-cb1c4272-168f-4a57-a8e7-142482e1447c" }, "image": { "name": "Cirros-0.4.0-cb1c4272-168f-4a57-a8e7-142482e1447c" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "9f25a85a-9a52-4555-923c-5d3667679803" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task e629a04c-f6b0-4b4c-98e8-ed2f1b5e8b0c 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 | 18.841 | 18.841 | 18.841 | 18.841 | 18.841 | 18.841 | 100.0% | 1 | | nova.boot_server | 13.385 | 13.385 | 13.385 | 13.385 | 13.385 | 13.385 | 100.0% | 1 | | nova.find_host_to_migrate | 1.403 | 1.403 | 1.403 | 1.403 | 1.403 | 1.403 | 100.0% | 1 | | nova.live_migrate | 21.191 | 21.191 | 21.191 | 21.191 | 21.191 | 21.191 | 100.0% | 1 | | nova.delete_server | 10.875 | 10.875 | 10.875 | 10.875 | 10.875 | 10.875 | 100.0% | 1 | | total | 65.695 | 65.695 | 65.695 | 65.695 | 65.695 | 65.695 | 100.0% | 1 | | -> duration | 64.695 | 64.695 | 64.695 | 64.695 | 64.695 | 64.695 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 64.694717 Full duration: 79.363477 -------------------------------------------------------------------------------- test scenario NovaKeypair.boot_and_delete_server_with_keypair args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-cb1c4272-168f-4a57-a8e7-142482e1447c" }, "image": { "name": "Cirros-0.4.0-cb1c4272-168f-4a57-a8e7-142482e1447c" }, "server_kwargs": { "nics": [ { "net-id": "9f25a85a-9a52-4555-923c-5d3667679803" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "key_pairs": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task e629a04c-f6b0-4b4c-98e8-ed2f1b5e8b0c has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_keypair | 1.073 | 1.073 | 1.073 | 1.073 | 1.073 | 1.073 | 100.0% | 1 | | nova.boot_server | 14.256 | 14.256 | 14.256 | 14.256 | 14.256 | 14.256 | 100.0% | 1 | | nova.delete_server | 5.635 | 5.635 | 5.635 | 5.635 | 5.635 | 5.635 | 100.0% | 1 | | nova.delete_keypair | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 100.0% | 1 | | total | 21.013 | 21.013 | 21.013 | 21.013 | 21.013 | 21.013 | 100.0% | 1 | | -> duration | 20.013 | 20.013 | 20.013 | 20.013 | 20.013 | 20.013 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 20.012589 Full duration: 58.556858 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-cb1c4272-168f-4a57-a8e7-142482e1447c" }, "image": { "name": "Cirros-0.4.0-cb1c4272-168f-4a57-a8e7-142482e1447c" }, "volume_size": 5, "nics": [ { "net-id": "9f25a85a-9a52-4555-923c-5d3667679803" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 }, "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task e629a04c-f6b0-4b4c-98e8-ed2f1b5e8b0c 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.635 | 17.635 | 17.635 | 17.635 | 17.635 | 17.635 | 100.0% | 1 | | nova.boot_server | 8.915 | 8.915 | 8.915 | 8.915 | 8.915 | 8.915 | 100.0% | 1 | | nova.delete_server | 5.837 | 5.837 | 5.837 | 5.837 | 5.837 | 5.837 | 100.0% | 1 | | total | 32.388 | 32.388 | 32.388 | 32.388 | 32.388 | 32.388 | 100.0% | 1 | | -> duration | 31.388 | 31.388 | 31.388 | 31.388 | 31.388 | 31.388 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 31.387537 Full duration: 72.909362 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-cb1c4272-168f-4a57-a8e7-142482e1447c" }, "image": { "name": "Cirros-0.4.0-cb1c4272-168f-4a57-a8e7-142482e1447c" }, "force_delete": false, "nics": [ { "net-id": "9f25a85a-9a52-4555-923c-5d3667679803" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task e629a04c-f6b0-4b4c-98e8-ed2f1b5e8b0c has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 12.782 | 12.782 | 12.782 | 12.782 | 12.782 | 12.782 | 100.0% | 1 | | nova.pause_server | 2.975 | 2.975 | 2.975 | 2.975 | 2.975 | 2.975 | 100.0% | 1 | | nova.unpause_server | 3.245 | 3.245 | 3.245 | 3.245 | 3.245 | 3.245 | 100.0% | 1 | | nova.delete_server | 3.465 | 3.465 | 3.465 | 3.465 | 3.465 | 3.465 | 100.0% | 1 | | total | 22.468 | 22.468 | 22.468 | 22.468 | 22.468 | 22.468 | 100.0% | 1 | | -> duration | 17.468 | 17.468 | 17.468 | 17.468 | 17.468 | 17.468 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.46778 Full duration: 59.875387 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-cb1c4272-168f-4a57-a8e7-142482e1447c" }, "image": { "name": "Cirros-0.4.0-cb1c4272-168f-4a57-a8e7-142482e1447c" }, "nics": [ { "net-id": "9f25a85a-9a52-4555-923c-5d3667679803" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task e629a04c-f6b0-4b4c-98e8-ed2f1b5e8b0c has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 16.976 | 16.976 | 16.976 | 16.976 | 16.976 | 16.976 | 100.0% | 1 | | nova.migrate | 31.759 | 31.759 | 31.759 | 31.759 | 31.759 | 31.759 | 100.0% | 1 | | nova.resize_confirm | 5.449 | 5.449 | 5.449 | 5.449 | 5.449 | 5.449 | 100.0% | 1 | | nova.delete_server | 5.458 | 5.458 | 5.458 | 5.458 | 5.458 | 5.458 | 100.0% | 1 | | total | 59.643 | 59.643 | 59.643 | 59.643 | 59.643 | 59.643 | 100.0% | 1 | | -> duration | 58.643 | 58.643 | 58.643 | 58.643 | 58.643 | 58.643 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 58.642521 Full duration: 69.756638 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-cb1c4272-168f-4a57-a8e7-142482e1447c" }, "image": { "name": "Cirros-0.4.0-cb1c4272-168f-4a57-a8e7-142482e1447c" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task e629a04c-f6b0-4b4c-98e8-ed2f1b5e8b0c has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 12.669 | 12.669 | 12.669 | 12.669 | 12.669 | 12.669 | 100.0% | 1 | | nova.list_interfaces | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 100.0% | 1 | | total | 12.857 | 12.857 | 12.857 | 12.857 | 12.857 | 12.857 | 100.0% | 1 | | -> duration | 11.857 | 11.857 | 11.857 | 11.857 | 11.857 | 11.857 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.857029 Full duration: 53.614223 -------------------------------------------------------------------------------- test scenario NovaServerGroups.create_and_delete_server_group args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "policies": [ "affinity" ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task e629a04c-f6b0-4b4c-98e8-ed2f1b5e8b0c has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_server_group | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 100.0% | 1 | | nova.delete_server_group | 0.445 | 0.445 | 0.445 | 0.445 | 0.445 | 0.445 | 100.0% | 1 | | total | 1.199 | 1.199 | 1.199 | 1.199 | 1.199 | 1.199 | 100.0% | 1 | | -> duration | 1.199 | 1.199 | 1.199 | 1.199 | 1.199 | 1.199 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.198715 Full duration: 10.638785 HINTS: * To plot HTML graphics with this data, run: rally task report e629a04c-f6b0-4b4c-98e8-ed2f1b5e8b0c --out output.html * To generate a JUnit report, run: rally task export e629a04c-f6b0-4b4c-98e8-ed2f1b5e8b0c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e629a04c-f6b0-4b4c-98e8-ed2f1b5e8b0c --json --out output.json 2018-05-02 17:51:01,990 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e629a04c-f6b0-4b4c-98e8-ed2f1b5e8b0c'] 2018-05-02 17:51:03,051 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-02 17:51:03,052 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e629a04c-f6b0-4b4c-98e8-ed2f1b5e8b0c', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-02 17:51:03,059 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-02 17:51:03,059 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-02 17:51:03,059 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-05-02 17:51:03,059 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-02 17:51:03,075 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-02 17:51:03,075 - 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': '9f25a85a-9a52-4555-923c-5d3667679803', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-cb1c4272-168f-4a57-a8e7-142482e1447c', 'flavor_name': 'rally-tiny-cb1c4272-168f-4a57-a8e7-142482e1447c', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-cb1c4272-168f-4a57-a8e7-142482e1447c', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-02 17:52:02,033 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 15279cc1-f824-4703-b26f-fb5ecb110a35 2018-05-02 17:52:02,034 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '15279cc1-f824-4703-b26f-fb5ecb110a35'] 2018-05-02 17:52:03,040 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 15279cc1-f824-4703-b26f-fb5ecb110a35: 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 15279cc1-f824-4703-b26f-fb5ecb110a35 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.067 | 1.067 | 1.067 | 1.067 | 1.067 | 1.067 | 100.0% | 1 | | quotas.delete_quotas | 0.553 | 0.553 | 0.553 | 0.553 | 0.553 | 0.553 | 100.0% | 1 | | total | 1.62 | 1.62 | 1.62 | 1.62 | 1.62 | 1.62 | 100.0% | 1 | | -> duration | 1.62 | 1.62 | 1.62 | 1.62 | 1.62 | 1.62 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.619969 Full duration: 10.698222 -------------------------------------------------------------------------------- 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 15279cc1-f824-4703-b26f-fb5ecb110a35 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.062 | 1.062 | 1.062 | 1.062 | 1.062 | 1.062 | 100.0% | 1 | | total | 1.062 | 1.062 | 1.062 | 1.062 | 1.062 | 1.062 | 100.0% | 1 | | -> duration | 1.062 | 1.062 | 1.062 | 1.062 | 1.062 | 1.062 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.06185 Full duration: 10.131064 -------------------------------------------------------------------------------- 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 15279cc1-f824-4703-b26f-fb5ecb110a35 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.291 | 0.291 | 0.291 | 0.291 | 0.291 | 0.291 | 100.0% | 1 | | total | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | -> duration | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.693639 Full duration: 8.404415 -------------------------------------------------------------------------------- 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 15279cc1-f824-4703-b26f-fb5ecb110a35 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.422 | 1.422 | 1.422 | 1.422 | 1.422 | 1.422 | 100.0% | 1 | | total | 1.422 | 1.422 | 1.422 | 1.422 | 1.422 | 1.422 | 100.0% | 1 | | -> duration | 1.422 | 1.422 | 1.422 | 1.422 | 1.422 | 1.422 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.422499 Full duration: 10.226081 HINTS: * To plot HTML graphics with this data, run: rally task report 15279cc1-f824-4703-b26f-fb5ecb110a35 --out output.html * To generate a JUnit report, run: rally task export 15279cc1-f824-4703-b26f-fb5ecb110a35 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 15279cc1-f824-4703-b26f-fb5ecb110a35 --json --out output.json 2018-05-02 17:52:03,040 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '15279cc1-f824-4703-b26f-fb5ecb110a35'] 2018-05-02 17:52:03,932 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-02 17:52:03,932 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '15279cc1-f824-4703-b26f-fb5ecb110a35', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-02 17:52:03,939 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-02 17:52:03,945 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:48 | 6 | 100.00% | | glance | 01:44 | 4 | 100.00% | | cinder | 03:04 | 10 | 100.00% | | heat | 01:08 | 4 | 100.00% | | keystone | 02:57 | 11 | 100.00% | | neutron | 06:28 | 11 | 100.00% | | nova | 08:36 | 9 | 100.00% | | quotas | 00:39 | 4 | 100.00% | | | | | | | TOTAL: | 00:25:28 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-02 17:52:03,945 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-02 17:52:17,329 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-02 17:52:17,330 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-02 17:52:17,885 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-02 17:52:17,885 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 29:52 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-02 17:52:17,890 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-02 17:52:17,980 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-02 17:52:20,357 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-02 17:52:20.079 11198 INFO rally.deployment.engine [-] Deployment 9b574b12-d3a3-4a87-9dc3-61871f9b08d8 | Starting: Destroy cloud and free allocated resources. 2018-05-02 17:52:20.147 11198 INFO rally.deployment.engine [-] Deployment 9b574b12-d3a3-4a87-9dc3-61871f9b08d8 | Completed: Destroy cloud and free allocated resources. 2018-05-02 17:52:20.169 11198 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=09047b9c-a135-4022-97c0-8ea10cd0b2ef). 2018-05-02 17:52:20.174 11198 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-02 17:52:22,683 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-02 17:52:22.428 11201 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=b1ac9070-a05d-4ca4-88f8-88c55b101780) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | b1ac9070-a05d-4ca4-88f8-88c55b101780 | 2018-05-02T17:52:22 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: b1ac9070-a05d-4ca4-88f8-88c55b101780 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-02 17:52:25,910 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-02 17:52:25,911 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-02 17:52:28,293 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-02 17:52:28.035 11207 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=09047b9c-a135-4022-97c0-8ea10cd0b2ef). 2018-05-02 17:52:28.159 11207 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-02 17:52:31,710 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-02 17:52:30.315 11210 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-02 17:52:30.447 11210 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-02 17:52:31.488 11210 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e5cc6031-41ea-4a1d-96a5-1b32edc25b36) has been successfully created! Using verifier 'opnfv-tempest' (UUID=e5cc6031-41ea-4a1d-96a5-1b32edc25b36) as the default verifier for the future CLI operations. 2018-05-02 17:52:34,608 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-02 17:52:37,033 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-02 17:52:48,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-02 17:52:53,969 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-02 17:52:52.953 11229 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e5cc6031-41ea-4a1d-96a5-1b32edc25b36) for deployment 'opnfv-rally' (UUID=b1ac9070-a05d-4ca4-88f8-88c55b101780). 2018-05-02 17:52:53.820 11229 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e5cc6031-41ea-4a1d-96a5-1b32edc25b36) has been successfully configured for deployment 'opnfv-rally' (UUID=b1ac9070-a05d-4ca4-88f8-88c55b101780)! 2018-05-02 17:52:53,970 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-02 17:52:53,970 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-02 17:52:53,972 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-02 17:52:56,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-05-02 17:52:58,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:52:58.266 11241 INFO rally.api [-] Starting verification (UUID=18f8250f-3cf7-4a88-b136-318f1ea9d93f) for deployment 'opnfv-rally' (UUID=b1ac9070-a05d-4ca4-88f8-88c55b101780) by verifier 'opnfv-tempest' (UUID=e5cc6031-41ea-4a1d-96a5-1b32edc25b36). 2018-05-02 17:52:58,267 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 18f8250f-3cf7-4a88-b136-318f1ea9d93f 2018-05-02 17:53:08,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:08.617 11241 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2018-05-02 17:53:08,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:08.677 11241 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.221s] 2018-05-02 17:53:08,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:08.753 11241 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.320s] 2018-05-02 17:53:10,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:10.275 11241 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.606s] 2018-05-02 17:53:13,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:13.634 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.279s] 2018-05-02 17:53:14,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:14.192 11241 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.916s] 2018-05-02 17:53:17,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:17.426 11241 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [3.346s] 2018-05-02 17:53:18,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:18.762 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [5.127s] 2018-05-02 17:53:20,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:20.760 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.998s] 2018-05-02 17:53:22,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:22.495 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.734s] 2018-05-02 17:53:23,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:23.000 11241 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [4.901s] 2018-05-02 17:53:25,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:25.898 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [3.401s] 2018-05-02 17:53:27,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:27.928 11241 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [4.927s] 2018-05-02 17:53:32,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:32.493 11241 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.711s] 2018-05-02 17:53:32,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:32.585 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [6.685s] 2018-05-02 17:53:33,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:33.095 11241 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.601s] 2018-05-02 17:53:36,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:36.324 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [3.737s] 2018-05-02 17:53:37,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:37.374 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [1.051s] 2018-05-02 17:53:37,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:37.400 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.026s] 2018-05-02 17:53:37,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:37.527 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.125s] 2018-05-02 17:53:37,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:37.548 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.021s] 2018-05-02 17:53:38,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:38.220 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.057s] 2018-05-02 17:53:44,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:44.530 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [35.920s] 2018-05-02 17:53:45,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:45.826 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.315s] 2018-05-02 17:53:46,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:46.052 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [7.830s] 2018-05-02 17:53:46,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:46.279 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.452s] 2018-05-02 17:53:46,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:46.337 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.070s] 2018-05-02 17:53:46,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:46.353 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.015s] 2018-05-02 17:53:46,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:46.528 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.173s] 2018-05-02 17:53:46,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:46.542 11241 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-05-02 17:53:46,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:46.553 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-05-02 17:53:46,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:46.605 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.051s] 2018-05-02 17:53:46,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:46.678 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.071s] 2018-05-02 17:53:46,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:46.747 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.069s] 2018-05-02 17:53:46,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:46.818 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.539s] 2018-05-02 17:53:47,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:47.254 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.506s] 2018-05-02 17:53:47,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:47.271 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.017s] 2018-05-02 17:53:47,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:47.349 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.077s] 2018-05-02 17:53:47,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:47.668 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.849s] 2018-05-02 17:53:48,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:48.199 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.530s] 2018-05-02 17:53:48,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:48.271 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.071s] 2018-05-02 17:53:48,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:48.351 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.080s] 2018-05-02 17:53:48,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:48.421 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.069s] 2018-05-02 17:53:48,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:48.506 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.084s] 2018-05-02 17:53:48,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:48.588 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.081s] 2018-05-02 17:53:48,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:53:48.753 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.164s] 2018-05-02 17:54:00,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:00.986 11241 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [3.685s] 2018-05-02 17:54:08,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:08.345 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [5.498s] 2018-05-02 17:54:09,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:09.996 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.808s] 2018-05-02 17:54:10,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:10.499 11241 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.147s] 2018-05-02 17:54:11,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:11.766 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.768s] 2018-05-02 17:54:12,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:12.978 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.210s] 2018-05-02 17:54:13,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:13.172 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.826s] 2018-05-02 17:54:13,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:13.458 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [5.397s] 2018-05-02 17:54:14,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:14.467 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.488s] 2018-05-02 17:54:15,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:15.793 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.325s] 2018-05-02 17:54:17,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:17.134 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.961s] 2018-05-02 17:54:17,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:17.349 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.555s] 2018-05-02 17:54:17,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:17.719 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.370s] 2018-05-02 17:54:18,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:18.095 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.376s] 2018-05-02 17:54:18,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:18.809 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.712s] 2018-05-02 17:54:20,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:20.104 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.292s] 2018-05-02 17:54:20,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:20.590 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.130s] 2018-05-02 17:54:21,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:21.003 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.900s] 2018-05-02 17:54:21,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:21.549 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.545s] 2018-05-02 17:54:21,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:21.641 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.506s] 2018-05-02 17:54:21,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:21.948 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.398s] 2018-05-02 17:54:23,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:23.337 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.746s] 2018-05-02 17:54:23,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:23.521 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.571s] 2018-05-02 17:54:23,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:23.526 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.189s] 2018-05-02 17:54:23,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:23.715 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.188s] 2018-05-02 17:54:23,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:23.918 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.202s] 2018-05-02 17:54:23,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:23.982 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.460s] 2018-05-02 17:54:24,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:24.132 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.213s] 2018-05-02 17:54:24,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:24.264 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.280s] 2018-05-02 17:54:25,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:25.066 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.802s] 2018-05-02 17:54:25,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:25.484 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.417s] 2018-05-02 17:54:27,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:27.636 11241 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [24.144s] 2018-05-02 17:54:27,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:27.908 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [6.267s] 2018-05-02 17:54:33,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:33.230 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.320s] 2018-05-02 17:54:33,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:33.633 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [5.621s] 2018-05-02 17:54:33,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:33.702 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.068s] 2018-05-02 17:54:34,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:34.182 11241 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [56.861s] 2018-05-02 17:54:34,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:34.211 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.509s] 2018-05-02 17:54:34,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:34.311 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.099s] 2018-05-02 17:54:34,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:34.312 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-02 17:54:35,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:35.190 11241 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.011s] 2018-05-02 17:54:37,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:37.405 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.174s] 2018-05-02 17:54:37,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:37.722 11241 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [10.086s] 2018-05-02 17:54:44,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:44.939 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.533s] 2018-05-02 17:54:50,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:50.040 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [5.100s] 2018-05-02 17:54:50,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:50.331 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.291s] 2018-05-02 17:54:50,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:50.468 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.137s] 2018-05-02 17:54:50,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:50.821 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.352s] 2018-05-02 17:54:50,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:50.878 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.056s] 2018-05-02 17:54:51,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:51.018 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.140s] 2018-05-02 17:54:51,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:51.280 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.261s] 2018-05-02 17:54:51,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:51.334 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.053s] 2018-05-02 17:54:51,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:51.409 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.074s] 2018-05-02 17:54:58,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:54:58.214 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.804s] 2018-05-02 17:55:17,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:55:17.174 11241 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [8.117s] 2018-05-02 17:55:17,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:55:17.462 11241 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [5.622s] 2018-05-02 17:55:17,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:55:17.555 11241 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.092s] 2018-05-02 17:55:17,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:55:17.773 11241 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.218s] 2018-05-02 17:55:17,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:55:17.871 11241 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.097s] 2018-05-02 17:55:17,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:55:17.873 11241 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-02 17:55:26,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:55:26.054 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.402s] 2018-05-02 17:55:26,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:55:26.432 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.378s] 2018-05-02 17:55:26,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:55:26.644 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.211s] 2018-05-02 17:55:27,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:55:27.152 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.508s] 2018-05-02 17:55:27,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:55:27.853 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.700s] 2018-05-02 17:55:29,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:55:29.451 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [1.598s] 2018-05-02 17:55:30,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:55:30.626 11241 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [52.891s] 2018-05-02 17:55:33,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:55:33.895 11241 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [16.717s] 2018-05-02 17:55:40,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:55:40.688 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.774s] 2018-05-02 17:55:42,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:55:42.211 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.522s] 2018-05-02 17:55:47,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:55:47.122 11241 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.160s] 2018-05-02 17:55:47,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:55:47.476 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [5.262s] 2018-05-02 17:55:48,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:55:48.071 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.596s] 2018-05-02 17:55:50,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:55:50.668 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.594s] 2018-05-02 17:55:51,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:55:51.603 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.935s] 2018-05-02 17:55:54,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:55:54.731 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.123s] 2018-05-02 17:55:54,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:55:54.878 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.149s] 2018-05-02 17:55:56,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:55:56.011 11241 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [25.382s] 2018-05-02 17:56:27,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:56:27.306 11241 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [10.767s] 2018-05-02 17:56:45,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:56:45.737 11241 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [18.426s] 2018-05-02 17:57:06,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:57:06.504 11241 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [20.764s] 2018-05-02 17:57:11,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '18f8250f-3cf7-4a88-b136-318f1ea9d93f']'. 2018-05-02 17:57:12,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-02 17:57:12,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-02 17:57:12,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-02 17:57:12,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 18f8250f-3cf7-4a88-b136-318f1ea9d93f | 2018-05-02 17:57:12,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-02 17:57:12,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-02 17:52:58 | 2018-05-02 17:57:12,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-02 17:57:11 | 2018-05-02 17:57:12,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:13 | 2018-05-02 17:57:12,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-02 17:57:12,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-02 17:57:12,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: e5cc6031-41ea-4a1d-96a5-1b32edc25b36) | 2018-05-02 17:57:12,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-02 17:57:12,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: b1ac9070-a05d-4ca4-88f8-88c55b101780) | 2018-05-02 17:57:12,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 127 | 2018-05-02 17:57:12,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 240.106 | 2018-05-02 17:57:12,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 127 | 2018-05-02 17:57:12,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-02 17:57:12,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-02 17:57:12,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-02 17:57:12,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-02 17:57:12,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-02 17:57:12,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-02 17:57:12,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-05-02 17:57:24,157 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-02 17:57:24,157 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 04:49 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-02 17:57:24,161 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-02 17:57:24,254 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-02 17:57:26,632 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-02 17:57:26.266 11347 INFO rally.deployment.engine [-] Deployment b1ac9070-a05d-4ca4-88f8-88c55b101780 | Starting: Destroy cloud and free allocated resources. 2018-05-02 17:57:26.339 11347 INFO rally.deployment.engine [-] Deployment b1ac9070-a05d-4ca4-88f8-88c55b101780 | Completed: Destroy cloud and free allocated resources. 2018-05-02 17:57:26.368 11347 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=e5cc6031-41ea-4a1d-96a5-1b32edc25b36) for deployment 'opnfv-rally'. 2018-05-02 17:57:26.383 11347 INFO rally.api [-] Deleting verification (UUID=18f8250f-3cf7-4a88-b136-318f1ea9d93f). 2018-05-02 17:57:26.424 11347 INFO rally.api [-] Verification has been successfully deleted! 2018-05-02 17:57:26.425 11347 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=e5cc6031-41ea-4a1d-96a5-1b32edc25b36). 2018-05-02 17:57:26.436 11347 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-02 17:57:28,865 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-02 17:57:28.611 11350 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f139e7e0-b281-4f54-a554-81a59974afd1) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f139e7e0-b281-4f54-a554-81a59974afd1 | 2018-05-02T17:57:28 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f139e7e0-b281-4f54-a554-81a59974afd1 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-02 17:57:32,136 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-02 17:57:32,137 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-02 17:57:34,377 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-02 17:57:34.123 11356 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=e5cc6031-41ea-4a1d-96a5-1b32edc25b36). 2018-05-02 17:57:34.238 11356 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-02 17:57:37,845 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-02 17:57:36.445 11359 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-02 17:57:36.579 11359 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-02 17:57:37.651 11359 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=52b901d9-9d5d-4638-91bb-6b1f7569b663) has been successfully created! Using verifier 'opnfv-tempest' (UUID=52b901d9-9d5d-4638-91bb-6b1f7569b663) as the default verifier for the future CLI operations. 2018-05-02 17:57:40,701 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-02 17:57:43,679 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-02 17:57:55,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-02 17:58:00,295 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-02 17:57:59.297 11378 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=52b901d9-9d5d-4638-91bb-6b1f7569b663) for deployment 'opnfv-rally' (UUID=f139e7e0-b281-4f54-a554-81a59974afd1). 2018-05-02 17:58:00.131 11378 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=52b901d9-9d5d-4638-91bb-6b1f7569b663) has been successfully configured for deployment 'opnfv-rally' (UUID=f139e7e0-b281-4f54-a554-81a59974afd1)! 2018-05-02 17:58:00,296 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-02 17:58:00,296 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-02 17:58:00,299 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-02 17:58:00,312 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-02 17:58:03,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-52b901d9-9d5d-4638-91bb-6b1f7569b663/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-05-02 17:58:03,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-05-02 17:58:05,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 17:58:05.541 11387 INFO rally.api [-] Starting verification (UUID=2caba539-22e6-4cb7-9838-0b74e9b582ff) for deployment 'opnfv-rally' (UUID=f139e7e0-b281-4f54-a554-81a59974afd1) by verifier 'opnfv-tempest' (UUID=52b901d9-9d5d-4638-91bb-6b1f7569b663). 2018-05-02 17:58:05,542 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 2caba539-22e6-4cb7-9838-0b74e9b582ff 2018-05-02 18:01:26,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '2caba539-22e6-4cb7-9838-0b74e9b582ff']'. 2018-05-02 18:01:27,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-02 18:01:27,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-02 18:01:27,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-02 18:01:27,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 2caba539-22e6-4cb7-9838-0b74e9b582ff | 2018-05-02 18:01:27,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-02 18:01:27,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-02 17:58:05 | 2018-05-02 18:01:27,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-02 18:01:25 | 2018-05-02 18:01:27,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:20 | 2018-05-02 18:01:27,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-02 18:01:27,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-02 18:01:27,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 52b901d9-9d5d-4638-91bb-6b1f7569b663) | 2018-05-02 18:01:27,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-02 18:01:27,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: f139e7e0-b281-4f54-a554-81a59974afd1) | 2018-05-02 18:01:27,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-02 18:01:27,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 184.887 | 2018-05-02 18:01:27,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-05-02 18:01:27,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-05-02 18:01:27,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-02 18:01:27,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-02 18:01:27,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-02 18:01:27,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-02 18:01:27,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-02 18:01:27,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-05-02 18:01:38,683 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-02 18:01:38,684 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:58 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-02 18:01:38,688 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-02 18:01:39,622 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-02 19:23:46,949 - xtesting.core.unit - DEBUG - test_add_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_group (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_admin_user_to_new_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_new_user_to_admin_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_complex_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_simple_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_several_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_without_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_id (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_setting (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_file (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url_properties (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image_new_settings (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_bad_image_file (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_image_type (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_url (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_create_three_part_image_from_file_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_delete_keypair (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_from_file (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_large_key (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_both (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_pub_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_exist_files_delete (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_exist_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_1 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_2 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_delete_network (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_admin_user_to_new_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_new_user_to_admin_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_with_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_without_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_networks_same_name (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_delete_router (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_True (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_false (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_user_to_new_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_external_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_new_user_as_admin_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_private_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_vanilla (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ERROR test_create_router_admin_ports (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_invalid_gateway_name (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_noname (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_delete_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_same_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_delete_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_same_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_volume_type_with_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos_and_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_create_delete_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_same_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_simple (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_bad_image (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_size (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_type (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_bad_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_valid_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_valid_volume_image (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok test_ping_via_router (snaps.openstack.tests.create_instance_tests.CreateInstanceTwoNetTests) ... ok test_create_admin_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_create_delete_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_set_allowed_address_pairs (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_mac_and_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_two_subnets (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_add_invalid_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_same_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group_never_added (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ... ok test_create_instance_from_three_part_image (snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage) ... ok test_create_instance_with_one_volume (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_instance_with_two_volumes (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_delete_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_same_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_short_timeout (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_dict (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_file (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_network_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_vm_inst_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_volume_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_volume_type_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_flavor_creator (snaps.openstack.tests.create_stack_tests.CreateStackFlavorTests) ... ok test_retrieve_keypair_creator (snaps.openstack.tests.create_stack_tests.CreateStackKeypairTests) ... ok test_retrieve_security_group_creator (snaps.openstack.tests.create_stack_tests.CreateStackSecurityGroupTests) ... ok test_bad_stack_file (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_missing_dependencies (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_single_port_static (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_init (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_before_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_reverse_engineer (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_second_creator (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_connect_via_ssh_heat_vm_derived (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_apply_simple_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok ====================================================================== ERROR: test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_router_tests.py", line 398, in test_create_router_with_ext_port self.router_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_router.py", line 128, in create self._neutron, self._os_creds, port_setting) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/neutron_utils.py", line 498, in create_port json_body = port_settings.dict_for_neutron(neutron, os_creds) File "/usr/lib/python2.7/site-packages/snaps/config/network.py", line 469, in dict_for_neutron + ' in project - ' + str(project_name)) PortConfigError: Cannot locate network with name - external in project - admin ---------------------------------------------------------------------- Ran 119 tests in 4927.262s FAILED (errors=1) 2018-05-02 19:23:47,124 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-02 19:23:47,125 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 82:07 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-05-02 19:23:47,129 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-05-02 19:23:47,129 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-02 19:23:47,218 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-02 19:23:49,750 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-02 19:23:49.324 11614 INFO rally.deployment.engine [-] Deployment f139e7e0-b281-4f54-a554-81a59974afd1 | Starting: Destroy cloud and free allocated resources. 2018-05-02 19:23:49.395 11614 INFO rally.deployment.engine [-] Deployment f139e7e0-b281-4f54-a554-81a59974afd1 | Completed: Destroy cloud and free allocated resources. 2018-05-02 19:23:49.455 11614 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=52b901d9-9d5d-4638-91bb-6b1f7569b663) for deployment 'opnfv-rally'. 2018-05-02 19:23:49.487 11614 INFO rally.api [-] Deleting verification (UUID=2caba539-22e6-4cb7-9838-0b74e9b582ff). 2018-05-02 19:23:49.530 11614 INFO rally.api [-] Verification has been successfully deleted! 2018-05-02 19:23:49.531 11614 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=52b901d9-9d5d-4638-91bb-6b1f7569b663). 2018-05-02 19:23:49.544 11614 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-02 19:23:52,014 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-02 19:23:51.723 11617 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=8cc9a3e7-0a48-459e-96c3-08aeedc1ee6f) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 8cc9a3e7-0a48-459e-96c3-08aeedc1ee6f | 2018-05-02T19:23:51 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 8cc9a3e7-0a48-459e-96c3-08aeedc1ee6f ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-02 19:23:55,382 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-02 19:23:55,383 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-02 19:23:57,740 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-02 19:23:57.490 11623 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=52b901d9-9d5d-4638-91bb-6b1f7569b663). 2018-05-02 19:23:57.604 11623 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-02 19:24:01,992 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-02 19:23:59.738 11626 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-02 19:23:59.862 11626 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-02 19:24:01.820 11626 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d0dc272f-18cc-48d5-ac3e-e69e11e06cb4) has been successfully created! Using verifier 'opnfv-tempest' (UUID=d0dc272f-18cc-48d5-ac3e-e69e11e06cb4) as the default verifier for the future CLI operations. 2018-05-02 19:24:04,831 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-02 19:24:08,448 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-02 19:24:19,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-02 19:24:24,706 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-02 19:24:23.712 11645 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d0dc272f-18cc-48d5-ac3e-e69e11e06cb4) for deployment 'opnfv-rally' (UUID=8cc9a3e7-0a48-459e-96c3-08aeedc1ee6f). 2018-05-02 19:24:24.563 11645 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d0dc272f-18cc-48d5-ac3e-e69e11e06cb4) has been successfully configured for deployment 'opnfv-rally' (UUID=8cc9a3e7-0a48-459e-96c3-08aeedc1ee6f)! 2018-05-02 19:24:24,706 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-02 19:24:24,706 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-02 19:24:24,709 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-02 19:24:24,721 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-02 19:24:27,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-d0dc272f-18cc-48d5-ac3e-e69e11e06cb4/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-05-02 19:24:27,336 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-02 19:24:27,337 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-02 19:24:27,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-05-02 19:24:29,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 19:24:29.458 11654 INFO rally.api [-] Starting verification (UUID=9812481f-f5ff-4472-b55c-9f3c226f793b) for deployment 'opnfv-rally' (UUID=8cc9a3e7-0a48-459e-96c3-08aeedc1ee6f) by verifier 'opnfv-tempest' (UUID=d0dc272f-18cc-48d5-ac3e-e69e11e06cb4). 2018-05-02 19:24:29,460 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 9812481f-f5ff-4472-b55c-9f3c226f793b 2018-05-02 19:27:09,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '9812481f-f5ff-4472-b55c-9f3c226f793b']'. 2018-05-02 19:27:10,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-02 19:27:10,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-02 19:27:10,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-02 19:27:10,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 9812481f-f5ff-4472-b55c-9f3c226f793b | 2018-05-02 19:27:10,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-02 19:27:10,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-02 19:24:29 | 2018-05-02 19:27:10,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-02 19:27:09 | 2018-05-02 19:27:10,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:40 | 2018-05-02 19:27:10,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-02 19:27:10,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-02 19:27:10,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: d0dc272f-18cc-48d5-ac3e-e69e11e06cb4) | 2018-05-02 19:27:10,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-02 19:27:10,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 8cc9a3e7-0a48-459e-96c3-08aeedc1ee6f) | 2018-05-02 19:27:10,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-02 19:27:10,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 132.488 | 2018-05-02 19:27:10,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-05-02 19:27:10,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-05-02 19:27:10,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-02 19:27:10,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-02 19:27:10,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-02 19:27:10,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-02 19:27:10,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-02 19:27:10,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-05-02 19:27:24,935 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-02 19:27:24,936 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:20 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-05-02 19:27:24,940 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:21 | PASS | | vping_userdata | functest | smoke | 00:57 | PASS | | tempest_smoke_serial | functest | smoke | 19:07 | PASS | | rally_sanity | functest | smoke | 29:52 | PASS | | refstack_defcore | functest | smoke | 04:49 | PASS | | patrole | functest | smoke | 03:58 | PASS | | snaps_smoke | functest | smoke | 82:07 | FAIL | | neutron_trunk | functest | smoke | 03:20 | PASS | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-02 19:27:24,946 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-02 19:27:59,480 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-77 | | 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-05-02 19:27:59,483 - 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=vdAbThgYrhsDEmsHZUcpnwjnF export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-05-02 19:27:59,484 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-02 19:27:59,485 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification barometercollectd | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ 2018-05-02 19:27:59,486 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-05-02 19:27:59,486 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-05-02 19:32:31,182 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-05-02 19:32:31,311 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-02 19:32:31,311 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:32 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-05-02 19:32:31,315 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-05-02 20:24:16,513 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-05-02 20:24:16,678 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-02 20:24:16,680 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 51:45 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-05-02 20:24:16,689 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-05-02 20:24:16,689 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:32 | PASS | | barometercollectd | barometer | features | 51:45 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-05-02 20:24:16,700 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-02 20:27:17,620 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-77 | | 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-05-02 20:27:17,626 - 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=vdAbThgYrhsDEmsHZUcpnwjnF export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-05-02 20:27:17,626 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-02 20:27:17,626 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-02 20:27:17,627 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-05-02 20:27:17,630 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-02 20:27:29,660 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-77 | | 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-05-02 20:27:29,662 - 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=vdAbThgYrhsDEmsHZUcpnwjnF export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-05-02 20:27:29,662 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-02 20:27:29,663 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | parser-basics | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ 2018-05-02 20:27:29,664 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-05-02 20:27:29,664 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-05-02 20:31:33,601 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-05-02 20:31:33,720 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-02 20:31:33,720 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 04:04 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-05-02 20:31:33,724 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 04:04 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-02 20:31:33,725 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK