2018-05-21 08:25:13,324 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-139 | | 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-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-21 08:25:13,326 - 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=QpRx7HxQUbpKCpUGBwtggaDWT export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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-21 08:25:13,326 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-21 08:25:13,327 - 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-21 08:25:13,328 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-21 08:25:13,328 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-21 08:25:15,335 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-21 08:25:24,302 - 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 8.956s OK 2018-05-21 08:25:24,427 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-21 08:25:24,428 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-21 08:25:24,431 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-21 08:25:25,806 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-21 08:34:39,868 - 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 554.009s OK 2018-05-21 08:34:39,984 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-21 08:34:39,984 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 09:14 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-21 08:34:39,987 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-21 08:34:40,662 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-21 08:35:09,013 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 28.349s OK 2018-05-21 08:35:09,125 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-21 08:35:09,126 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:28 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-21 08:35:09,129 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | api_check | functest | healthcheck | 09:14 | PASS | | snaps_health_check | functest | healthcheck | 00:28 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-21 08:35:09,132 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-21 08:35:11,780 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-139 | | 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-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-21 08:35:11,784 - 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=QpRx7HxQUbpKCpUGBwtggaDWT export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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-21 08:35:11,784 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-21 08:35:11,785 - 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-21 08:35:11,787 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-21 08:35:11,788 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-21 08:35:12,694 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-21 08:35:12,694 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-21 08:35:13,147 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-21 08:35:13,147 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-21 08:35:13,539 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-21 08:35:13,539 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-21 08:35:13' 2018-05-21 08:35:13,540 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--10ad0b4f-df71-4a73-a675-bcd33a0180e2' 2018-05-21 08:35:15,083 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-10ad0b4f-df71-4a73-a675-bcd33a0180e2' 2018-05-21 08:35:17,287 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-10ad0b4f-df71-4a73-a675-bcd33a0180e2' 2018-05-21 08:35:22,152 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-10ad0b4f-df71-4a73-a675-bcd33a0180e2' 2018-05-21 08:35:22,778 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-10ad0b4f-df71-4a73-a675-bcd33a0180e2' 2018-05-21 08:35:23,465 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-10ad0b4f-df71-4a73-a675-bcd33a0180e2' 2018-05-21 08:35:27,721 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-10ad0b4f-df71-4a73-a675-bcd33a0180e2' 2018-05-21 08:35:29,630 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-10ad0b4f-df71-4a73-a675-bcd33a0180e2' 2018-05-21 08:35:45,061 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-21 08:35:52,476 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-05-21 08:35:52,614 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-21 08:35:53,621 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-21 08:35:53,622 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-21 08:35:53,622 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-21 08:35:54,186 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-21 08:35:54,186 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:40 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-21 08:36:09,095 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-21 08:36:09,184 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-21 08:36:09,185 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-21 08:36:09' 2018-05-21 08:36:09,185 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--a8880f03-c5a5-45c1-b5b4-bedc6fb1c1e7' 2018-05-21 08:36:11,076 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-a8880f03-c5a5-45c1-b5b4-bedc6fb1c1e7' 2018-05-21 08:36:13,041 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-a8880f03-c5a5-45c1-b5b4-bedc6fb1c1e7' 2018-05-21 08:36:17,756 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-a8880f03-c5a5-45c1-b5b4-bedc6fb1c1e7' 2018-05-21 08:36:18,402 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-a8880f03-c5a5-45c1-b5b4-bedc6fb1c1e7' 2018-05-21 08:36:22,880 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-a8880f03-c5a5-45c1-b5b4-bedc6fb1c1e7' 2018-05-21 08:36:27,782 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-21 08:36:35,935 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-21 08:36:38,436 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.4. Waiting for response... 2018-05-21 08:36:40,922 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-21 08:36:41,033 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-21 08:36:41,034 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:32 | PASS | +------------------------+------------------+------------------+----------------+ 2018-05-21 08:36:57,270 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-21 08:36:57,361 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-21 08:37:01,720 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-21 08:37:01.456 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=7d502724-d13c-4335-9bfe-25e493460bdf) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 7d502724-d13c-4335-9bfe-25e493460bdf | 2018-05-21T08:37:01 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 7d502724-d13c-4335-9bfe-25e493460bdf ~/.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-21 08:37:04,951 - 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-21 08:37:04,952 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-21 08:37:10,460 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-21 08:37:09.166 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-21 08:37:09.292 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-21 08:37:10.274 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7d0ebd97-73bd-4a72-bb1b-febe1ca83719) has been successfully created! Using verifier 'opnfv-tempest' (UUID=7d0ebd97-73bd-4a72-bb1b-febe1ca83719) as the default verifier for the future CLI operations. 2018-05-21 08:37:13,572 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-21 08:37:15,233 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-21 08:37:19,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-21 08:37:24,129 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-21 08:37:23.300 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=7d0ebd97-73bd-4a72-bb1b-febe1ca83719) for deployment 'opnfv-rally' (UUID=7d502724-d13c-4335-9bfe-25e493460bdf). 2018-05-21 08:37:23.977 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7d0ebd97-73bd-4a72-bb1b-febe1ca83719) has been successfully configured for deployment 'opnfv-rally' (UUID=7d502724-d13c-4335-9bfe-25e493460bdf)! 2018-05-21 08:37:24,129 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-21 08:37:24,129 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-21 08:37:24,131 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-21 08:37:24,134 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-21 08:37:27,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-7d0ebd97-73bd-4a72-bb1b-febe1ca83719/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-21 08:37:27,001 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-21 08:37:27,003 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-21 08:37:27,003 - 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-21 08:37:29,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:37:29.158 55 INFO rally.api [-] Starting verification (UUID=7a809ff1-0358-49cc-8d5a-8cd62ce05925) for deployment 'opnfv-rally' (UUID=7d502724-d13c-4335-9bfe-25e493460bdf) by verifier 'opnfv-tempest' (UUID=7d0ebd97-73bd-4a72-bb1b-febe1ca83719). 2018-05-21 08:37:29,159 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 7a809ff1-0358-49cc-8d5a-8cd62ce05925 2018-05-21 08:37:35,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:37:35.525 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.162s] 2018-05-21 08:37:35,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:37:35.580 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.055s] 2018-05-21 08:37:40,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:37:40.399 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.839s] 2018-05-21 08:37:41,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:37:41.964 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.563s] 2018-05-21 08:37:49,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:37:49.269 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.407s] 2018-05-21 08:38:01,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:38:01.564 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [7.501s] 2018-05-21 08:38:31,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:38:31.181 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.209s] 2018-05-21 08:38:31,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:38:31.182 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2018-05-21 08:38:57,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:38:57.056 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.066s] 2018-05-21 08:38:57,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:38:57.057 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-05-21 08:39:20,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:39:20.868 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.066s] 2018-05-21 08:39:20,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:39:20.869 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-05-21 08:39:56,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:39:56.794 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [12.113s] 2018-05-21 08:40:15,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:40:15.080 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.049s] 2018-05-21 08:40:15,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:40:15.174 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.093s] 2018-05-21 08:40:22,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:40:22.204 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.764s] 2018-05-21 08:40:22,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:40:22.213 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-05-21 08:40:23,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:40:23.288 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-21 08:40:23,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:40:23.289 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-21 08:40:26,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:40:26.958 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.334s] 2018-05-21 08:40:32,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:40:32.097 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.071s] 2018-05-21 08:40:37,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:40:37.505 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.599s] 2018-05-21 08:40:43,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:40:43.717 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.609s] 2018-05-21 08:40:51,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:40:51.859 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.849s] 2018-05-21 08:40:57,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:40:57.184 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.347s] 2018-05-21 08:41:02,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:41:02.046 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.182s] 2018-05-21 08:41:08,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:41:08.249 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.418s] 2018-05-21 08:41:14,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:41:14.195 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.429s] 2018-05-21 08:41:21,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:41:21.059 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.524s] 2018-05-21 08:41:22,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:41:22.722 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-21 08:41:24,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:41:24.559 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.063s] 2018-05-21 08:41:24,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:41:24.628 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.068s] 2018-05-21 08:41:24,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:41:24.695 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.066s] 2018-05-21 08:41:24,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:41:24.701 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-05-21 08:41:27,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:41:27.833 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.362s] 2018-05-21 08:41:28,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:41:28.857 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.023s] 2018-05-21 08:41:29,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:41:29.702 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.845s] 2018-05-21 08:41:35,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:41:35.220 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-05-21 08:41:39,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:41:39.699 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.656s] 2018-05-21 08:41:50,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:41:50.605 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.598s] 2018-05-21 08:41:53,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:41:53.568 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [2.961s] 2018-05-21 08:42:03,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:42:03.690 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.293s] 2018-05-21 08:42:06,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:42:06.322 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.630s] 2018-05-21 08:42:11,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:42:11.606 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [5.284s] 2018-05-21 08:42:19,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:42:19.678 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.535s] 2018-05-21 08:42:22,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:42:22.353 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.674s] 2018-05-21 08:42:25,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:42:25.637 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.283s] 2018-05-21 08:42:38,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:42:38.662 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.235s] 2018-05-21 08:42:38,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:42:38.832 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.169s] 2018-05-21 08:42:38,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:42:38.935 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.102s] 2018-05-21 08:42:38,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:42:38.988 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.052s] 2018-05-21 08:42:39,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:42:39.085 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.097s] 2018-05-21 08:42:39,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:42:39.137 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.051s] 2018-05-21 08:42:48,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:42:48.590 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [3.523s] 2018-05-21 08:42:48,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:42:48.981 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.391s] 2018-05-21 08:42:49,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:42:49.221 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.239s] 2018-05-21 08:42:49,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:42:49.412 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.191s] 2018-05-21 08:42:49,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:42:49.507 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.095s] 2018-05-21 08:42:49,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:42:49.561 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.054s] 2018-05-21 08:42:58,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:42:58.389 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [2.861s] 2018-05-21 08:43:02,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:43:02.125 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [3.735s] 2018-05-21 08:43:03,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:43:03.506 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.379s] 2018-05-21 08:43:03,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:43:03.559 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.053s] 2018-05-21 08:43:03,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:43:03.621 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.061s] 2018-05-21 08:43:13,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:43:13.193 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.544s] 2018-05-21 08:43:17,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:43:17.277 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.083s] 2018-05-21 08:43:18,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:43:18.859 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.582s] 2018-05-21 08:43:18,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:43:18.933 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.074s] 2018-05-21 08:43:18,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:43:18.986 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.053s] 2018-05-21 08:43:30,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:43:30.966 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [7.541s] 2018-05-21 08:43:35,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:43:35.875 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [4.908s] 2018-05-21 08:43:39,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:43:39.773 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [3.897s] 2018-05-21 08:43:42,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:43:42.383 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.608s] 2018-05-21 08:44:00,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:44:00.464 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [8.652s] 2018-05-21 08:44:04,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:44:04.931 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.466s] 2018-05-21 08:44:08,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:44:08.740 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [3.809s] 2018-05-21 08:44:11,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:44:11.528 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.787s] 2018-05-21 08:44:21,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:44:21.900 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.177s] 2018-05-21 08:44:23,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:44:23.034 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.131s] 2018-05-21 08:44:23,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:44:23.203 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.171s] 2018-05-21 08:44:26,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:44:26.793 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.890s] 2018-05-21 08:44:28,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:44:28.355 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.558s] 2018-05-21 08:44:28,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:44:28.401 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.049s] 2018-05-21 08:44:31,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:44:31.824 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.735s] 2018-05-21 08:44:34,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:44:34.662 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-05-21 08:44:35,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:44:35.686 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-21 08:44:35,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:44:35.688 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-21 08:44:35,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:44:35.690 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-21 08:44:35,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:44:35.691 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-21 08:44:35,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:44:35.692 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-21 08:44:37,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:44:37.628 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.008s] 2018-05-21 08:44:50,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:44:50.096 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [7.815s] 2018-05-21 08:45:00,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:45:00.007 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.535s] 2018-05-21 08:45:10,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:45:10.780 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.770s] 2018-05-21 08:45:18,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:45:18.835 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.044s] 2018-05-21 08:46:16,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:46:16.279 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [51.993s] 2018-05-21 08:46:45,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:46:45.191 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [21.678s] 2018-05-21 08:47:22,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 08:47:22.843 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [22.731s] 2018-05-21 08:47:33,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '7a809ff1-0358-49cc-8d5a-8cd62ce05925']'. 2018-05-21 08:47:34,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-21 08:47:34,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-21 08:47:34,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-21 08:47:34,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 7a809ff1-0358-49cc-8d5a-8cd62ce05925 | 2018-05-21 08:47:34,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-21 08:47:34,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-21 08:37:29 | 2018-05-21 08:47:34,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-21 08:47:33 | 2018-05-21 08:47:34,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:10:04 | 2018-05-21 08:47:34,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-21 08:47:34,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-21 08:47:34,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-21 08:47:34,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 7d0ebd97-73bd-4a72-bb1b-febe1ca83719) | 2018-05-21 08:47:34,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-21 08:47:34,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 7d502724-d13c-4335-9bfe-25e493460bdf) | 2018-05-21 08:47:34,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-21 08:47:34,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 589.395 | 2018-05-21 08:47:34,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-05-21 08:47:34,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-21 08:47:34,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-21 08:47:34,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-21 08:47:34,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-21 08:47:34,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-21 08:47:34,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-21 08:47:34,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-05-21 08:47:39,716 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-21 08:47:39,716 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 10:26 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-05-21 08:47:39,722 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-21 08:47:39,809 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-21 08:47:40,243 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-21 08:47:40,243 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-21 08:47:40,630 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-21 08:47:43,108 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-21 08:47:42.747 115 INFO rally.deployment.engine [-] Deployment 7d502724-d13c-4335-9bfe-25e493460bdf | Starting: Destroy cloud and free allocated resources. 2018-05-21 08:47:42.817 115 INFO rally.deployment.engine [-] Deployment 7d502724-d13c-4335-9bfe-25e493460bdf | Completed: Destroy cloud and free allocated resources. 2018-05-21 08:47:42.857 115 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=7d0ebd97-73bd-4a72-bb1b-febe1ca83719) for deployment 'opnfv-rally'. 2018-05-21 08:47:42.873 115 INFO rally.api [-] Deleting verification (UUID=7a809ff1-0358-49cc-8d5a-8cd62ce05925). 2018-05-21 08:47:42.908 115 INFO rally.api [-] Verification has been successfully deleted! 2018-05-21 08:47:42.909 115 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=7d0ebd97-73bd-4a72-bb1b-febe1ca83719). 2018-05-21 08:47:42.919 115 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-21 08:47:45,376 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-21 08:47:45.151 118 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=25ab30fc-3954-4292-b643-b16872d006ef) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 25ab30fc-3954-4292-b643-b16872d006ef | 2018-05-21T08:47:45 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 25ab30fc-3954-4292-b643-b16872d006ef ~/.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-21 08:47:48,662 - 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-21 08:47:48,662 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-21 08:47:50,046 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-3870656d-dd6f-4a55-8af2-870004472298'... 2018-05-21 08:47:52,076 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-3870656d-dd6f-4a55-8af2-870004472298'... 2018-05-21 08:47:53,764 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-3870656d-dd6f-4a55-8af2-870004472298'... 2018-05-21 08:47:57,991 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-3870656d-dd6f-4a55-8af2-870004472298'... 2018-05-21 08:47:58,799 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-3870656d-dd6f-4a55-8af2-870004472298'... 2018-05-21 08:47:59,487 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-21 08:47:59,488 - 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-21 08:47:59,489 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-21 08:47:59,507 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-21 08:47:59,508 - 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': '17f8c4ca-1ab6-466a-8f9f-7839aeaa374c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-3870656d-dd6f-4a55-8af2-870004472298', 'flavor_name': 'rally-tiny-3870656d-dd6f-4a55-8af2-870004472298', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-3870656d-dd6f-4a55-8af2-870004472298', '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-21 08:48:58,534 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 49ece4e4-3c95-4397-bfcd-819ce35d2da1 2018-05-21 08:48:58,535 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-21 08:48:58,535 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '49ece4e4-3c95-4397-bfcd-819ce35d2da1'] 2018-05-21 08:48:59,610 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 49ece4e4-3c95-4397-bfcd-819ce35d2da1: 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 49ece4e4-3c95-4397-bfcd-819ce35d2da1 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.453 | 0.453 | 0.453 | 0.453 | 0.453 | 0.453 | 100.0% | 1 | | total | 0.453 | 0.453 | 0.453 | 0.453 | 0.453 | 0.453 | 100.0% | 1 | | -> duration | 0.453 | 0.453 | 0.453 | 0.453 | 0.453 | 0.453 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.45312 Full duration: 6.306521 -------------------------------------------------------------------------------- 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 49ece4e4-3c95-4397-bfcd-819ce35d2da1 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.305 | 0.305 | 0.305 | 0.305 | 0.305 | 0.305 | 100.0% | 1 | | total | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 100.0% | 1 | | -> duration | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.80125 Full duration: 6.811176 -------------------------------------------------------------------------------- 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 49ece4e4-3c95-4397-bfcd-819ce35d2da1 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.205 | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 100.0% | 1 | | total | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | -> duration | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.677728 Full duration: 6.746209 -------------------------------------------------------------------------------- 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 49ece4e4-3c95-4397-bfcd-819ce35d2da1 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.313 | 0.313 | 0.313 | 0.313 | 0.313 | 0.313 | 100.0% | 1 | | total | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | -> duration | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.733627 Full duration: 6.558104 -------------------------------------------------------------------------------- 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 49ece4e4-3c95-4397-bfcd-819ce35d2da1 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.36 | 0.36 | 0.36 | 0.36 | 0.36 | 0.36 | 100.0% | 1 | | total | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | -> duration | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.747642 Full duration: 6.863817 -------------------------------------------------------------------------------- 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 49ece4e4-3c95-4397-bfcd-819ce35d2da1 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.28 | 0.28 | 0.28 | 0.28 | 0.28 | 0.28 | 100.0% | 1 | | total | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 100.0% | 1 | | -> duration | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.716557 Full duration: 6.716708 HINTS: * To plot HTML graphics with this data, run: rally task report 49ece4e4-3c95-4397-bfcd-819ce35d2da1 --out output.html * To generate a JUnit report, run: rally task export 49ece4e4-3c95-4397-bfcd-819ce35d2da1 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 49ece4e4-3c95-4397-bfcd-819ce35d2da1 --json --out output.json 2018-05-21 08:48:59,610 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '49ece4e4-3c95-4397-bfcd-819ce35d2da1'] 2018-05-21 08:49:00,620 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-21 08:49:00,621 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '49ece4e4-3c95-4397-bfcd-819ce35d2da1', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-21 08:49:00,626 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-21 08:49:00,626 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-21 08:49:00,627 - 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-21 08:49:00,627 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-21 08:49:00,644 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-21 08:49:00,644 - 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': '17f8c4ca-1ab6-466a-8f9f-7839aeaa374c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-3870656d-dd6f-4a55-8af2-870004472298', 'flavor_name': 'rally-tiny-3870656d-dd6f-4a55-8af2-870004472298', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-3870656d-dd6f-4a55-8af2-870004472298', '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-21 08:50:19,454 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 11eecc23-e6a3-417a-afd5-55b2f099e83b 2018-05-21 08:50:19,454 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '11eecc23-e6a3-417a-afd5-55b2f099e83b'] 2018-05-21 08:50:20,457 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 11eecc23-e6a3-417a-afd5-55b2f099e83b: 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 11eecc23-e6a3-417a-afd5-55b2f099e83b has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.144 | 3.144 | 3.144 | 3.144 | 3.144 | 3.144 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 100.0% | 1 | | -> glance_v2.upload_data | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 100.0% | 1 | | glance_v2.delete_image | 1.345 | 1.345 | 1.345 | 1.345 | 1.345 | 1.345 | 100.0% | 1 | | total | 4.489 | 4.489 | 4.489 | 4.489 | 4.489 | 4.489 | 100.0% | 1 | | -> duration | 4.489 | 4.489 | 4.489 | 4.489 | 4.489 | 4.489 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.489253 Full duration: 11.903857 -------------------------------------------------------------------------------- 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 11eecc23-e6a3-417a-afd5-55b2f099e83b has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.423 | 3.423 | 3.423 | 3.423 | 3.423 | 3.423 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 100.0% | 1 | | -> glance_v2.upload_data | 1.122 | 1.122 | 1.122 | 1.122 | 1.122 | 1.122 | 100.0% | 1 | | glance_v2.list_images | 0.031 | 0.031 | 0.031 | 0.031 | 0.031 | 0.031 | 100.0% | 1 | | total | 3.455 | 3.455 | 3.455 | 3.455 | 3.455 | 3.455 | 100.0% | 1 | | -> duration | 3.455 | 3.455 | 3.455 | 3.455 | 3.455 | 3.455 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.45466 Full duration: 13.794863 -------------------------------------------------------------------------------- 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 11eecc23-e6a3-417a-afd5-55b2f099e83b 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.189 | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 100.0% | 1 | | total | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 100.0% | 1 | | -> duration | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.189066 Full duration: 6.943801 -------------------------------------------------------------------------------- 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-3870656d-dd6f-4a55-8af2-870004472298" }, "number_instances": 2, "nics": [ { "net-id": "17f8c4ca-1ab6-466a-8f9f-7839aeaa374c" } ] }, "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 11eecc23-e6a3-417a-afd5-55b2f099e83b 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 | 2.997 | 2.997 | 2.997 | 2.997 | 2.997 | 2.997 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 100.0% | 1 | | -> glance_v2.upload_data | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | nova.boot_servers | 9.314 | 9.314 | 9.314 | 9.314 | 9.314 | 9.314 | 100.0% | 1 | | total | 12.312 | 12.312 | 12.312 | 12.312 | 12.312 | 12.312 | 100.0% | 1 | | -> duration | 11.312 | 11.312 | 11.312 | 11.312 | 11.312 | 11.312 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.311974 Full duration: 30.349265 HINTS: * To plot HTML graphics with this data, run: rally task report 11eecc23-e6a3-417a-afd5-55b2f099e83b --out output.html * To generate a JUnit report, run: rally task export 11eecc23-e6a3-417a-afd5-55b2f099e83b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 11eecc23-e6a3-417a-afd5-55b2f099e83b --json --out output.json 2018-05-21 08:50:20,457 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '11eecc23-e6a3-417a-afd5-55b2f099e83b'] 2018-05-21 08:50:21,472 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-21 08:50:21,472 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '11eecc23-e6a3-417a-afd5-55b2f099e83b', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-21 08:50:21,478 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-21 08:50:21,478 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-21 08:50:21,478 - 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-21 08:50:21,478 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-21 08:50:21,485 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-21 08:50:21,486 - 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': '17f8c4ca-1ab6-466a-8f9f-7839aeaa374c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-3870656d-dd6f-4a55-8af2-870004472298', 'flavor_name': 'rally-tiny-3870656d-dd6f-4a55-8af2-870004472298', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-3870656d-dd6f-4a55-8af2-870004472298', '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-21 08:53:20,647 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 716687ed-b6ab-4852-ba4d-38bd4706afd6 2018-05-21 08:53:20,648 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '716687ed-b6ab-4852-ba4d-38bd4706afd6'] 2018-05-21 08:53:21,755 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 716687ed-b6ab-4852-ba4d-38bd4706afd6: 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 716687ed-b6ab-4852-ba4d-38bd4706afd6 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.046 | 3.046 | 3.046 | 3.046 | 3.046 | 3.046 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.258 | 2.258 | 2.258 | 2.258 | 2.258 | 2.258 | 100.0% | 1 | | total | 5.304 | 5.304 | 5.304 | 5.304 | 5.304 | 5.304 | 100.0% | 1 | | -> duration | 5.304 | 5.304 | 5.304 | 5.304 | 5.304 | 5.304 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.30443 Full duration: 20.847751 -------------------------------------------------------------------------------- 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 716687ed-b6ab-4852-ba4d-38bd4706afd6 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.099 | 3.099 | 3.099 | 3.099 | 3.099 | 3.099 | 100.0% | 1 | | cinder_v2.delete_volume | 2.223 | 2.223 | 2.223 | 2.223 | 2.223 | 2.223 | 100.0% | 1 | | total | 5.322 | 5.322 | 5.322 | 5.322 | 5.322 | 5.322 | 100.0% | 1 | | -> duration | 5.322 | 5.322 | 5.322 | 5.322 | 5.322 | 5.322 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.322317 Full duration: 14.355148 -------------------------------------------------------------------------------- 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-3870656d-dd6f-4a55-8af2-870004472298" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 716687ed-b6ab-4852-ba4d-38bd4706afd6 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 | 7.633 | 7.633 | 7.633 | 7.633 | 7.633 | 7.633 | 100.0% | 1 | | cinder_v2.delete_volume | 2.449 | 2.449 | 2.449 | 2.449 | 2.449 | 2.449 | 100.0% | 1 | | total | 10.082 | 10.082 | 10.082 | 10.082 | 10.082 | 10.082 | 100.0% | 1 | | -> duration | 10.082 | 10.082 | 10.082 | 10.082 | 10.082 | 10.082 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.082067 Full duration: 19.538956 -------------------------------------------------------------------------------- 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 716687ed-b6ab-4852-ba4d-38bd4706afd6 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.046 | 3.046 | 3.046 | 3.046 | 3.046 | 3.046 | 100.0% | 1 | | cinder_v2.delete_volume | 2.285 | 2.285 | 2.285 | 2.285 | 2.285 | 2.285 | 100.0% | 1 | | total | 5.332 | 5.332 | 5.332 | 5.332 | 5.332 | 5.332 | 100.0% | 1 | | -> duration | 5.332 | 5.332 | 5.332 | 5.332 | 5.332 | 5.332 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.331739 Full duration: 14.542709 -------------------------------------------------------------------------------- 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 716687ed-b6ab-4852-ba4d-38bd4706afd6 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.038 | 3.038 | 3.038 | 3.038 | 3.038 | 3.038 | 100.0% | 1 | | cinder_v2.extend_volume | 2.681 | 2.681 | 2.681 | 2.681 | 2.681 | 2.681 | 100.0% | 1 | | cinder_v2.delete_volume | 2.32 | 2.32 | 2.32 | 2.32 | 2.32 | 2.32 | 100.0% | 1 | | total | 8.038 | 8.038 | 8.038 | 8.038 | 8.038 | 8.038 | 100.0% | 1 | | -> duration | 8.038 | 8.038 | 8.038 | 8.038 | 8.038 | 8.038 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.038426 Full duration: 16.911531 -------------------------------------------------------------------------------- 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 716687ed-b6ab-4852-ba4d-38bd4706afd6 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.395 | 3.395 | 3.395 | 3.395 | 3.395 | 3.395 | 100.0% | 1 | | cinder_v2.delete_volume | 2.276 | 2.276 | 2.276 | 2.276 | 2.276 | 2.276 | 100.0% | 1 | | total | 5.671 | 5.671 | 5.671 | 5.671 | 5.671 | 5.671 | 100.0% | 1 | | -> duration | 5.671 | 5.671 | 5.671 | 5.671 | 5.671 | 5.671 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.670842 Full duration: 21.161913 -------------------------------------------------------------------------------- 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 716687ed-b6ab-4852-ba4d-38bd4706afd6 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.606 | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 100.0% | 1 | | cinder_v2.list_qos | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 100.0% | 1 | | total | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> duration | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.758883 Full duration: 10.892661 -------------------------------------------------------------------------------- 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 716687ed-b6ab-4852-ba4d-38bd4706afd6 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.548 | 0.548 | 0.548 | 0.548 | 0.548 | 0.548 | 100.0% | 1 | | cinder_v2.set_qos | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | total | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | -> duration | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.728469 Full duration: 10.818268 -------------------------------------------------------------------------------- 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 716687ed-b6ab-4852-ba4d-38bd4706afd6 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.569 | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 100.0% | 1 | | cinder_v2.list_types | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 100.0% | 1 | | total | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 100.0% | 1 | | -> duration | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.72036 Full duration: 10.737998 -------------------------------------------------------------------------------- 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 716687ed-b6ab-4852-ba4d-38bd4706afd6 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.586 | 0.586 | 0.586 | 0.586 | 0.586 | 0.586 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.233 | 0.233 | 0.233 | 0.233 | 0.233 | 0.233 | 100.0% | 1 | | total | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | -> duration | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.819695 Full duration: 11.243125 HINTS: * To plot HTML graphics with this data, run: rally task report 716687ed-b6ab-4852-ba4d-38bd4706afd6 --out output.html * To generate a JUnit report, run: rally task export 716687ed-b6ab-4852-ba4d-38bd4706afd6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 716687ed-b6ab-4852-ba4d-38bd4706afd6 --json --out output.json 2018-05-21 08:53:21,756 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '716687ed-b6ab-4852-ba4d-38bd4706afd6'] 2018-05-21 08:53:22,956 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-21 08:53:22,957 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '716687ed-b6ab-4852-ba4d-38bd4706afd6', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-21 08:53:22,966 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-21 08:53:22,966 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-21 08:53:22,967 - 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-21 08:53:22,967 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-21 08:53:22,985 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-21 08:53:22,985 - 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': '17f8c4ca-1ab6-466a-8f9f-7839aeaa374c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-3870656d-dd6f-4a55-8af2-870004472298', 'flavor_name': 'rally-tiny-3870656d-dd6f-4a55-8af2-870004472298', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-3870656d-dd6f-4a55-8af2-870004472298', '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-21 08:54:36,880 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5b04007d-200d-4f0b-b2ce-f19f5a63f0c4 2018-05-21 08:54:36,880 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '5b04007d-200d-4f0b-b2ce-f19f5a63f0c4'] 2018-05-21 08:54:37,945 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 5b04007d-200d-4f0b-b2ce-f19f5a63f0c4: 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 5b04007d-200d-4f0b-b2ce-f19f5a63f0c4 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.277 | 4.277 | 4.277 | 4.277 | 4.277 | 4.277 | 100.0% | 1 | | heat.update_stack | 2.531 | 2.531 | 2.531 | 2.531 | 2.531 | 2.531 | 100.0% | 1 | | heat.delete_stack | 2.781 | 2.781 | 2.781 | 2.781 | 2.781 | 2.781 | 100.0% | 1 | | total | 9.588 | 9.588 | 9.588 | 9.588 | 9.588 | 9.588 | 100.0% | 1 | | -> duration | 5.588 | 5.588 | 5.588 | 5.588 | 5.588 | 5.588 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.588147 Full duration: 17.044776 -------------------------------------------------------------------------------- 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 5b04007d-200d-4f0b-b2ce-f19f5a63f0c4 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.153 | 4.153 | 4.153 | 4.153 | 4.153 | 4.153 | 100.0% | 1 | | heat.check_stack | 0.309 | 0.309 | 0.309 | 0.309 | 0.309 | 0.309 | 100.0% | 1 | | heat.delete_stack | 1.292 | 1.292 | 1.292 | 1.292 | 1.292 | 1.292 | 100.0% | 1 | | total | 5.754 | 5.754 | 5.754 | 5.754 | 5.754 | 5.754 | 100.0% | 1 | | -> duration | 3.754 | 3.754 | 3.754 | 3.754 | 3.754 | 3.754 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.753968 Full duration: 14.50597 -------------------------------------------------------------------------------- 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 5b04007d-200d-4f0b-b2ce-f19f5a63f0c4 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.315 | 4.315 | 4.315 | 4.315 | 4.315 | 4.315 | 100.0% | 1 | | heat.suspend_stack | 1.277 | 1.277 | 1.277 | 1.277 | 1.277 | 1.277 | 100.0% | 1 | | heat.resume_stack | 1.517 | 1.517 | 1.517 | 1.517 | 1.517 | 1.517 | 100.0% | 1 | | heat.delete_stack | 1.407 | 1.407 | 1.407 | 1.407 | 1.407 | 1.407 | 100.0% | 1 | | total | 8.516 | 8.516 | 8.516 | 8.516 | 8.516 | 8.516 | 100.0% | 1 | | -> duration | 6.516 | 6.516 | 6.516 | 6.516 | 6.516 | 6.516 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.515611 Full duration: 17.40943 -------------------------------------------------------------------------------- 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 5b04007d-200d-4f0b-b2ce-f19f5a63f0c4 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.544 | 0.544 | 0.544 | 0.544 | 0.544 | 0.544 | 100.0% | 1 | | total | 0.544 | 0.544 | 0.544 | 0.544 | 0.544 | 0.544 | 100.0% | 1 | | -> duration | 0.544 | 0.544 | 0.544 | 0.544 | 0.544 | 0.544 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.543642 Full duration: 7.335079 HINTS: * To plot HTML graphics with this data, run: rally task report 5b04007d-200d-4f0b-b2ce-f19f5a63f0c4 --out output.html * To generate a JUnit report, run: rally task export 5b04007d-200d-4f0b-b2ce-f19f5a63f0c4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5b04007d-200d-4f0b-b2ce-f19f5a63f0c4 --json --out output.json 2018-05-21 08:54:37,946 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '5b04007d-200d-4f0b-b2ce-f19f5a63f0c4'] 2018-05-21 08:54:39,029 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-21 08:54:39,030 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '5b04007d-200d-4f0b-b2ce-f19f5a63f0c4', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-21 08:54:39,036 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-21 08:54:39,036 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-21 08:54:39,037 - 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-21 08:54:39,037 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-21 08:54:39,053 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-21 08:54:39,054 - 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': '17f8c4ca-1ab6-466a-8f9f-7839aeaa374c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-3870656d-dd6f-4a55-8af2-870004472298', 'flavor_name': 'rally-tiny-3870656d-dd6f-4a55-8af2-870004472298', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-3870656d-dd6f-4a55-8af2-870004472298', '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-21 08:57:34,346 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1b369b0a-f6dd-4d21-b72b-25984df75e96 2018-05-21 08:57:34,346 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '1b369b0a-f6dd-4d21-b72b-25984df75e96'] 2018-05-21 08:57:35,350 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 1b369b0a-f6dd-4d21-b72b-25984df75e96: 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 1b369b0a-f6dd-4d21-b72b-25984df75e96 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 100.0% | 1 | | keystone_v3.add_role | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | keystone_v3.revoke_role | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | total | 0.698 | 0.698 | 0.698 | 0.698 | 0.698 | 0.698 | 100.0% | 1 | | -> duration | 0.698 | 0.698 | 0.698 | 0.698 | 0.698 | 0.698 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.697954 Full duration: 13.023951 -------------------------------------------------------------------------------- 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 1b369b0a-f6dd-4d21-b72b-25984df75e96 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.479 | 0.479 | 0.479 | 0.479 | 0.479 | 0.479 | 100.0% | 1 | | keystone_v3.add_role | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | keystone_v3.list_roles | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | total | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | -> duration | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.678875 Full duration: 13.011694 -------------------------------------------------------------------------------- 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 1b369b0a-f6dd-4d21-b72b-25984df75e96 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.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | keystone_v3.list_projects | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 100.0% | 1 | | total | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 100.0% | 1 | | -> duration | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.696508 Full duration: 13.31306 -------------------------------------------------------------------------------- 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 1b369b0a-f6dd-4d21-b72b-25984df75e96 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.468 | 0.468 | 0.468 | 0.468 | 0.468 | 0.468 | 100.0% | 1 | | keystone_v3.delete_role | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | total | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 100.0% | 1 | | -> duration | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.563322 Full duration: 11.102636 -------------------------------------------------------------------------------- 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 1b369b0a-f6dd-4d21-b72b-25984df75e96 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.459 | 0.459 | 0.459 | 0.459 | 0.459 | 0.459 | 100.0% | 1 | | keystone_v3.delete_service | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | total | 0.549 | 0.549 | 0.549 | 0.549 | 0.549 | 0.549 | 100.0% | 1 | | -> duration | 0.549 | 0.549 | 0.549 | 0.549 | 0.549 | 0.549 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.549117 Full duration: 10.976744 -------------------------------------------------------------------------------- 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 1b369b0a-f6dd-4d21-b72b-25984df75e96 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.57 | 0.57 | 0.57 | 0.57 | 0.57 | 0.57 | 100.0% | 1 | | keystone_v3.create_user | 0.41 | 0.41 | 0.41 | 0.41 | 0.41 | 0.41 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.071 | 0.071 | 0.071 | 0.071 | 0.071 | 0.071 | 100.0% | 1 | | -> keystone_v3.add_role | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | keystone_v3.create_role | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | keystone_v3.get_project | 0.071 | 0.071 | 0.071 | 0.071 | 0.071 | 0.071 | 100.0% | 1 | | keystone_v3.get_user | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | keystone_v3.get_role | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 100.0% | 1 | | keystone_v3.list_services | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 100.0% | 1 | | keystone_v3.get_services | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 100.0% | 1 | | total | 1.531 | 1.531 | 1.531 | 1.531 | 1.531 | 1.531 | 100.0% | 1 | | -> duration | 1.531 | 1.531 | 1.531 | 1.531 | 1.531 | 1.531 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.531316 Full duration: 18.085761 -------------------------------------------------------------------------------- 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 1b369b0a-f6dd-4d21-b72b-25984df75e96 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.615 | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 100.0% | 1 | | keystone_v3.update_project | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 100.0% | 1 | | keystone_v3.delete_project | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | total | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 100.0% | 1 | | -> duration | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.922044 Full duration: 11.500841 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 1b369b0a-f6dd-4d21-b72b-25984df75e96 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.623 | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 100.0% | 1 | | total | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | -> duration | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.710976 Full duration: 13.215795 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 1b369b0a-f6dd-4d21-b72b-25984df75e96 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.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | total | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | -> duration | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.622034 Full duration: 13.140457 -------------------------------------------------------------------------------- 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 1b369b0a-f6dd-4d21-b72b-25984df75e96 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.634 | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 100.0% | 1 | | keystone_v3.list_users | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | total | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 100.0% | 1 | | -> duration | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.806816 Full duration: 13.392246 -------------------------------------------------------------------------------- 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 1b369b0a-f6dd-4d21-b72b-25984df75e96 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.619 | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 100.0% | 1 | | keystone_v3.create_users | 4.225 | 4.225 | 4.225 | 4.225 | 4.225 | 4.225 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.224 | 4.224 | 4.224 | 4.224 | 4.224 | 4.224 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.071 | 1.071 | 1.071 | 1.071 | 1.071 | 1.071 | 100.0% | 1 | | total | 5.713 | 5.713 | 5.713 | 5.713 | 5.713 | 5.713 | 100.0% | 1 | | -> duration | 5.713 | 5.713 | 5.713 | 5.713 | 5.713 | 5.713 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.712816 Full duration: 22.766236 HINTS: * To plot HTML graphics with this data, run: rally task report 1b369b0a-f6dd-4d21-b72b-25984df75e96 --out output.html * To generate a JUnit report, run: rally task export 1b369b0a-f6dd-4d21-b72b-25984df75e96 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1b369b0a-f6dd-4d21-b72b-25984df75e96 --json --out output.json 2018-05-21 08:57:35,351 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '1b369b0a-f6dd-4d21-b72b-25984df75e96'] 2018-05-21 08:57:36,462 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-21 08:57:36,463 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '1b369b0a-f6dd-4d21-b72b-25984df75e96', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-21 08:57:36,470 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-21 08:57:36,471 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-21 08:57:36,471 - 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-21 08:57:36,471 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-21 08:57:36,488 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-21 08:57:36,489 - 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': '17f8c4ca-1ab6-466a-8f9f-7839aeaa374c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-3870656d-dd6f-4a55-8af2-870004472298', 'flavor_name': 'rally-tiny-3870656d-dd6f-4a55-8af2-870004472298', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-3870656d-dd6f-4a55-8af2-870004472298', '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-21 09:02:04,029 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7c5c9209-a418-4841-8671-b986b5c65660 2018-05-21 09:02:04,030 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '7c5c9209-a418-4841-8671-b986b5c65660'] 2018-05-21 09:02:05,076 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 7c5c9209-a418-4841-8671-b986b5c65660: 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 7c5c9209-a418-4841-8671-b986b5c65660 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.988 | 0.988 | 0.988 | 0.988 | 0.988 | 0.988 | 100.0% | 1 | | neutron.delete_network | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 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.643126 Full duration: 13.473728 -------------------------------------------------------------------------------- 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 7c5c9209-a418-4841-8671-b986b5c65660 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.397 | 1.397 | 1.397 | 1.397 | 1.397 | 1.397 | 100.0% | 1 | | neutron.delete_port | 0.403 | 0.403 | 0.403 | 0.403 | 0.403 | 0.403 | 100.0% | 1 | | total | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 100.0% | 1 | | -> duration | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.800033 Full duration: 25.048169 -------------------------------------------------------------------------------- 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 7c5c9209-a418-4841-8671-b986b5c65660 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.764 | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 100.0% | 1 | | neutron.create_subnet | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 100.0% | 1 | | neutron.create_router | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | neutron.add_interface_router | 1.519 | 1.519 | 1.519 | 1.519 | 1.519 | 1.519 | 100.0% | 1 | | neutron.remove_interface_router | 1.177 | 1.177 | 1.177 | 1.177 | 1.177 | 1.177 | 100.0% | 1 | | neutron.delete_router | 0.22 | 0.22 | 0.22 | 0.22 | 0.22 | 0.22 | 100.0% | 1 | | total | 4.376 | 4.376 | 4.376 | 4.376 | 4.376 | 4.376 | 100.0% | 1 | | -> duration | 4.376 | 4.376 | 4.376 | 4.376 | 4.376 | 4.376 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.376376 Full duration: 31.831053 -------------------------------------------------------------------------------- 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 7c5c9209-a418-4841-8671-b986b5c65660 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.035 | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 100.0% | 1 | | neutron.delete_subnet | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 100.0% | 1 | | total | 1.372 | 1.372 | 1.372 | 1.372 | 1.372 | 1.372 | 100.0% | 1 | | -> duration | 1.372 | 1.372 | 1.372 | 1.372 | 1.372 | 1.372 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.372486 Full duration: 23.300456 -------------------------------------------------------------------------------- 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 7c5c9209-a418-4841-8671-b986b5c65660 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.879 | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 100.0% | 1 | | neutron.list_networks | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 100.0% | 1 | | total | 1.012 | 1.012 | 1.012 | 1.012 | 1.012 | 1.012 | 100.0% | 1 | | -> duration | 1.012 | 1.012 | 1.012 | 1.012 | 1.012 | 1.012 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.011762 Full duration: 15.238207 -------------------------------------------------------------------------------- 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 7c5c9209-a418-4841-8671-b986b5c65660 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.35 | 1.35 | 1.35 | 1.35 | 1.35 | 1.35 | 100.0% | 1 | | neutron.list_ports | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 100.0% | 1 | | total | 1.47 | 1.47 | 1.47 | 1.47 | 1.47 | 1.47 | 100.0% | 1 | | -> duration | 1.47 | 1.47 | 1.47 | 1.47 | 1.47 | 1.47 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.470132 Full duration: 23.427182 -------------------------------------------------------------------------------- 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 7c5c9209-a418-4841-8671-b986b5c65660 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.754 | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 100.0% | 1 | | neutron.create_subnet | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 100.0% | 1 | | neutron.create_router | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | neutron.add_interface_router | 1.453 | 1.453 | 1.453 | 1.453 | 1.453 | 1.453 | 100.0% | 1 | | neutron.list_routers | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 100.0% | 1 | | total | 2.991 | 2.991 | 2.991 | 2.991 | 2.991 | 2.991 | 100.0% | 1 | | -> duration | 2.991 | 2.991 | 2.991 | 2.991 | 2.991 | 2.991 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.991288 Full duration: 32.883588 -------------------------------------------------------------------------------- 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 7c5c9209-a418-4841-8671-b986b5c65660 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.742 | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 100.0% | 1 | | neutron.create_subnet | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 100.0% | 1 | | neutron.list_subnets | 0.072 | 0.072 | 0.072 | 0.072 | 0.072 | 0.072 | 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.383096 Full duration: 28.128011 -------------------------------------------------------------------------------- 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 7c5c9209-a418-4841-8671-b986b5c65660 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.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | neutron.delete_security_group | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | total | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 100.0% | 1 | | -> duration | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.929271 Full duration: 13.059826 -------------------------------------------------------------------------------- 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 7c5c9209-a418-4841-8671-b986b5c65660 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.801 | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 100.0% | 1 | | neutron.create_security_group_rule | 0.142 | 0.142 | 0.142 | 0.142 | 0.142 | 0.142 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | neutron.delete_security_group | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | total | 1.131 | 1.131 | 1.131 | 1.131 | 1.131 | 1.131 | 100.0% | 1 | | -> duration | 1.131 | 1.131 | 1.131 | 1.131 | 1.131 | 1.131 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.131141 Full duration: 12.74529 -------------------------------------------------------------------------------- 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 7c5c9209-a418-4841-8671-b986b5c65660 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 100.0% | 1 | | neutron.create_router | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 100.0% | 1 | | neutron.add_gateway_router | 1.497 | 1.497 | 1.497 | 1.497 | 1.497 | 1.497 | 100.0% | 1 | | neutron.remove_gateway_router | 2.092 | 2.092 | 2.092 | 2.092 | 2.092 | 2.092 | 100.0% | 1 | | total | 4.511 | 4.511 | 4.511 | 4.511 | 4.511 | 4.511 | 100.0% | 1 | | -> duration | 4.511 | 4.511 | 4.511 | 4.511 | 4.511 | 4.511 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.511411 Full duration: 23.391604 HINTS: * To plot HTML graphics with this data, run: rally task report 7c5c9209-a418-4841-8671-b986b5c65660 --out output.html * To generate a JUnit report, run: rally task export 7c5c9209-a418-4841-8671-b986b5c65660 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7c5c9209-a418-4841-8671-b986b5c65660 --json --out output.json 2018-05-21 09:02:05,076 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '7c5c9209-a418-4841-8671-b986b5c65660'] 2018-05-21 09:02:06,084 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-21 09:02:06,084 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '7c5c9209-a418-4841-8671-b986b5c65660', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-21 09:02:06,092 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-21 09:02:06,093 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-21 09:02:06,093 - 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-21 09:02:06,093 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-21 09:02:06,110 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-21 09:02:06,111 - 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': '17f8c4ca-1ab6-466a-8f9f-7839aeaa374c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-3870656d-dd6f-4a55-8af2-870004472298', 'flavor_name': 'rally-tiny-3870656d-dd6f-4a55-8af2-870004472298', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-3870656d-dd6f-4a55-8af2-870004472298', '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-21 09:07:37,168 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1d3bf141-e9ff-43c6-8d52-cc8552e2f55c 2018-05-21 09:07:37,168 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '1d3bf141-e9ff-43c6-8d52-cc8552e2f55c'] 2018-05-21 09:07:38,299 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 1d3bf141-e9ff-43c6-8d52-cc8552e2f55c: 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-3870656d-dd6f-4a55-8af2-870004472298" }, "image": { "name": "Cirros-0.4.0-3870656d-dd6f-4a55-8af2-870004472298" }, "block_migration": false, "nics": [ { "net-id": "17f8c4ca-1ab6-466a-8f9f-7839aeaa374c" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 1d3bf141-e9ff-43c6-8d52-cc8552e2f55c has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 10.087 | 10.087 | 10.087 | 10.087 | 10.087 | 10.087 | 100.0% | 1 | | nova.find_host_to_migrate | 1.004 | 1.004 | 1.004 | 1.004 | 1.004 | 1.004 | 100.0% | 1 | | nova.live_migrate | 11.58 | 11.58 | 11.58 | 11.58 | 11.58 | 11.58 | 100.0% | 1 | | nova.delete_server | 2.355 | 2.355 | 2.355 | 2.355 | 2.355 | 2.355 | 100.0% | 1 | | total | 25.027 | 25.027 | 25.027 | 25.027 | 25.027 | 25.027 | 100.0% | 1 | | -> duration | 24.027 | 24.027 | 24.027 | 24.027 | 24.027 | 24.027 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 24.026717 Full duration: 33.34701 -------------------------------------------------------------------------------- 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-3870656d-dd6f-4a55-8af2-870004472298" }, "image": { "name": "Cirros-0.4.0-3870656d-dd6f-4a55-8af2-870004472298" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "17f8c4ca-1ab6-466a-8f9f-7839aeaa374c" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 1d3bf141-e9ff-43c6-8d52-cc8552e2f55c has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.934 | 9.934 | 9.934 | 9.934 | 9.934 | 9.934 | 100.0% | 1 | | cinder_v2.create_volume | 2.736 | 2.736 | 2.736 | 2.736 | 2.736 | 2.736 | 100.0% | 1 | | nova.attach_volume | 3.976 | 3.976 | 3.976 | 3.976 | 3.976 | 3.976 | 100.0% | 1 | | nova.find_host_to_migrate | 1.017 | 1.017 | 1.017 | 1.017 | 1.017 | 1.017 | 100.0% | 1 | | nova.live_migrate | 8.313 | 8.313 | 8.313 | 8.313 | 8.313 | 8.313 | 100.0% | 1 | | nova.detach_volume | 3.599 | 3.599 | 3.599 | 3.599 | 3.599 | 3.599 | 100.0% | 1 | | cinder_v2.delete_volume | 2.157 | 2.157 | 2.157 | 2.157 | 2.157 | 2.157 | 100.0% | 1 | | nova.delete_server | 2.658 | 2.658 | 2.658 | 2.658 | 2.658 | 2.658 | 100.0% | 1 | | total | 34.391 | 34.391 | 34.391 | 34.391 | 34.391 | 34.391 | 100.0% | 1 | | -> duration | 33.391 | 33.391 | 33.391 | 33.391 | 33.391 | 33.391 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 33.390536 Full duration: 45.035509 -------------------------------------------------------------------------------- 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-3870656d-dd6f-4a55-8af2-870004472298" }, "image": { "name": "Cirros-0.4.0-3870656d-dd6f-4a55-8af2-870004472298" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "17f8c4ca-1ab6-466a-8f9f-7839aeaa374c" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 1d3bf141-e9ff-43c6-8d52-cc8552e2f55c 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 | 7.433 | 7.433 | 7.433 | 7.433 | 7.433 | 7.433 | 100.0% | 1 | | nova.boot_server | 7.991 | 7.991 | 7.991 | 7.991 | 7.991 | 7.991 | 100.0% | 1 | | nova.find_host_to_migrate | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | | nova.live_migrate | 13.241 | 13.241 | 13.241 | 13.241 | 13.241 | 13.241 | 100.0% | 1 | | nova.delete_server | 4.9 | 4.9 | 4.9 | 4.9 | 4.9 | 4.9 | 100.0% | 1 | | total | 34.566 | 34.566 | 34.566 | 34.566 | 34.566 | 34.566 | 100.0% | 1 | | -> duration | 33.566 | 33.566 | 33.566 | 33.566 | 33.566 | 33.566 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 33.566029 Full duration: 45.287989 -------------------------------------------------------------------------------- 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-3870656d-dd6f-4a55-8af2-870004472298" }, "image": { "name": "Cirros-0.4.0-3870656d-dd6f-4a55-8af2-870004472298" }, "server_kwargs": { "nics": [ { "net-id": "17f8c4ca-1ab6-466a-8f9f-7839aeaa374c" } ] } }, "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 1d3bf141-e9ff-43c6-8d52-cc8552e2f55c has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_keypair | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 100.0% | 1 | | nova.boot_server | 7.025 | 7.025 | 7.025 | 7.025 | 7.025 | 7.025 | 100.0% | 1 | | nova.delete_server | 2.757 | 2.757 | 2.757 | 2.757 | 2.757 | 2.757 | 100.0% | 1 | | nova.delete_keypair | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 100.0% | 1 | | total | 10.632 | 10.632 | 10.632 | 10.632 | 10.632 | 10.632 | 100.0% | 1 | | -> duration | 9.632 | 9.632 | 9.632 | 9.632 | 9.632 | 9.632 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.632313 Full duration: 28.618184 -------------------------------------------------------------------------------- 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-3870656d-dd6f-4a55-8af2-870004472298" }, "image": { "name": "Cirros-0.4.0-3870656d-dd6f-4a55-8af2-870004472298" }, "volume_size": 5, "nics": [ { "net-id": "17f8c4ca-1ab6-466a-8f9f-7839aeaa374c" } ] }, "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 1d3bf141-e9ff-43c6-8d52-cc8552e2f55c 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 | 7.651 | 7.651 | 7.651 | 7.651 | 7.651 | 7.651 | 100.0% | 1 | | nova.boot_server | 7.89 | 7.89 | 7.89 | 7.89 | 7.89 | 7.89 | 100.0% | 1 | | nova.delete_server | 2.344 | 2.344 | 2.344 | 2.344 | 2.344 | 2.344 | 100.0% | 1 | | total | 17.884 | 17.884 | 17.884 | 17.884 | 17.884 | 17.884 | 100.0% | 1 | | -> duration | 16.884 | 16.884 | 16.884 | 16.884 | 16.884 | 16.884 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.884485 Full duration: 38.55515 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-3870656d-dd6f-4a55-8af2-870004472298" }, "image": { "name": "Cirros-0.4.0-3870656d-dd6f-4a55-8af2-870004472298" }, "force_delete": false, "nics": [ { "net-id": "17f8c4ca-1ab6-466a-8f9f-7839aeaa374c" } ] }, "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 1d3bf141-e9ff-43c6-8d52-cc8552e2f55c has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.54 | 7.54 | 7.54 | 7.54 | 7.54 | 7.54 | 100.0% | 1 | | nova.pause_server | 2.449 | 2.449 | 2.449 | 2.449 | 2.449 | 2.449 | 100.0% | 1 | | nova.unpause_server | 2.313 | 2.313 | 2.313 | 2.313 | 2.313 | 2.313 | 100.0% | 1 | | nova.delete_server | 7.305 | 7.305 | 7.305 | 7.305 | 7.305 | 7.305 | 100.0% | 1 | | total | 19.607 | 19.607 | 19.607 | 19.607 | 19.607 | 19.607 | 100.0% | 1 | | -> duration | 14.607 | 14.607 | 14.607 | 14.607 | 14.607 | 14.607 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.606838 Full duration: 37.931448 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-3870656d-dd6f-4a55-8af2-870004472298" }, "image": { "name": "Cirros-0.4.0-3870656d-dd6f-4a55-8af2-870004472298" }, "nics": [ { "net-id": "17f8c4ca-1ab6-466a-8f9f-7839aeaa374c" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 1d3bf141-e9ff-43c6-8d52-cc8552e2f55c has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.63 | 7.63 | 7.63 | 7.63 | 7.63 | 7.63 | 100.0% | 1 | | nova.migrate | 11.296 | 11.296 | 11.296 | 11.296 | 11.296 | 11.296 | 100.0% | 1 | | nova.resize_confirm | 2.711 | 2.711 | 2.711 | 2.711 | 2.711 | 2.711 | 100.0% | 1 | | nova.delete_server | 2.694 | 2.694 | 2.694 | 2.694 | 2.694 | 2.694 | 100.0% | 1 | | total | 24.333 | 24.333 | 24.333 | 24.333 | 24.333 | 24.333 | 100.0% | 1 | | -> duration | 23.333 | 23.333 | 23.333 | 23.333 | 23.333 | 23.333 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 23.332791 Full duration: 32.714408 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-3870656d-dd6f-4a55-8af2-870004472298" }, "image": { "name": "Cirros-0.4.0-3870656d-dd6f-4a55-8af2-870004472298" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 1d3bf141-e9ff-43c6-8d52-cc8552e2f55c has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.954 | 7.954 | 7.954 | 7.954 | 7.954 | 7.954 | 100.0% | 1 | | nova.list_interfaces | 0.238 | 0.238 | 0.238 | 0.238 | 0.238 | 0.238 | 100.0% | 1 | | total | 8.192 | 8.192 | 8.192 | 8.192 | 8.192 | 8.192 | 100.0% | 1 | | -> duration | 7.192 | 7.192 | 7.192 | 7.192 | 7.192 | 7.192 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.192326 Full duration: 29.469237 -------------------------------------------------------------------------------- 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 1d3bf141-e9ff-43c6-8d52-cc8552e2f55c 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.606 | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 100.0% | 1 | | nova.delete_server_group | 0.056 | 0.056 | 0.056 | 0.056 | 0.056 | 0.056 | 100.0% | 1 | | total | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 100.0% | 1 | | -> duration | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.662213 Full duration: 8.482732 HINTS: * To plot HTML graphics with this data, run: rally task report 1d3bf141-e9ff-43c6-8d52-cc8552e2f55c --out output.html * To generate a JUnit report, run: rally task export 1d3bf141-e9ff-43c6-8d52-cc8552e2f55c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1d3bf141-e9ff-43c6-8d52-cc8552e2f55c --json --out output.json 2018-05-21 09:07:38,300 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '1d3bf141-e9ff-43c6-8d52-cc8552e2f55c'] 2018-05-21 09:07:39,339 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-21 09:07:39,339 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '1d3bf141-e9ff-43c6-8d52-cc8552e2f55c', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-21 09:07:39,348 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-21 09:07:39,349 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-21 09:07:39,349 - 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-21 09:07:39,349 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-21 09:07:39,368 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-21 09:07:39,369 - 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': '17f8c4ca-1ab6-466a-8f9f-7839aeaa374c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-3870656d-dd6f-4a55-8af2-870004472298', 'flavor_name': 'rally-tiny-3870656d-dd6f-4a55-8af2-870004472298', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-3870656d-dd6f-4a55-8af2-870004472298', '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-21 09:08:29,558 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5db82016-f66f-4efb-abd1-52e6878c2204 2018-05-21 09:08:29,558 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '5db82016-f66f-4efb-abd1-52e6878c2204'] 2018-05-21 09:08:30,553 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 5db82016-f66f-4efb-abd1-52e6878c2204: 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 5db82016-f66f-4efb-abd1-52e6878c2204 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.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | quotas.delete_quotas | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 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.924108 Full duration: 7.707934 -------------------------------------------------------------------------------- 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 5db82016-f66f-4efb-abd1-52e6878c2204 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.646 | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 100.0% | 1 | | total | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 100.0% | 1 | | -> duration | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.645653 Full duration: 7.424995 -------------------------------------------------------------------------------- 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 5db82016-f66f-4efb-abd1-52e6878c2204 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.348 | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 100.0% | 1 | | total | 1.873 | 1.873 | 1.873 | 1.873 | 1.873 | 1.873 | 100.0% | 1 | | -> duration | 1.873 | 1.873 | 1.873 | 1.873 | 1.873 | 1.873 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.873254 Full duration: 10.071922 -------------------------------------------------------------------------------- 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 5db82016-f66f-4efb-abd1-52e6878c2204 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.115 | 1.115 | 1.115 | 1.115 | 1.115 | 1.115 | 100.0% | 1 | | total | 1.115 | 1.115 | 1.115 | 1.115 | 1.115 | 1.115 | 100.0% | 1 | | -> duration | 1.115 | 1.115 | 1.115 | 1.115 | 1.115 | 1.115 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.115049 Full duration: 8.301754 HINTS: * To plot HTML graphics with this data, run: rally task report 5db82016-f66f-4efb-abd1-52e6878c2204 --out output.html * To generate a JUnit report, run: rally task export 5db82016-f66f-4efb-abd1-52e6878c2204 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5db82016-f66f-4efb-abd1-52e6878c2204 --json --out output.json 2018-05-21 09:08:30,553 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '5db82016-f66f-4efb-abd1-52e6878c2204'] 2018-05-21 09:08:31,640 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-21 09:08:31,640 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '5db82016-f66f-4efb-abd1-52e6878c2204', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-21 09:08:31,647 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-21 09:08:31,650 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:40 | 6 | 100.00% | | glance | 01:02 | 4 | 100.00% | | cinder | 02:31 | 10 | 100.00% | | heat | 00:56 | 4 | 100.00% | | keystone | 02:33 | 11 | 100.00% | | neutron | 04:02 | 11 | 100.00% | | nova | 04:59 | 9 | 100.00% | | quotas | 00:33 | 4 | 100.00% | | | | | | | TOTAL: | 00:17:19 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-21 09:08:31,651 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-21 09:08:38,418 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-21 09:08:38,418 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-21 09:08:39,192 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-21 09:08:39,193 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 20:58 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-21 09:08:39,197 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-21 09:08:39,284 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-21 09:08:41,830 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-21 09:08:41.493 11194 INFO rally.deployment.engine [-] Deployment 25ab30fc-3954-4292-b643-b16872d006ef | Starting: Destroy cloud and free allocated resources. 2018-05-21 09:08:41.575 11194 INFO rally.deployment.engine [-] Deployment 25ab30fc-3954-4292-b643-b16872d006ef | Completed: Destroy cloud and free allocated resources. 2018-05-21 09:08:41.594 11194 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=7d0ebd97-73bd-4a72-bb1b-febe1ca83719). 2018-05-21 09:08:41.598 11194 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-21 09:08:44,166 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-21 09:08:43.890 11197 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=669a80af-caa2-4445-89ba-952e1e10322b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 669a80af-caa2-4445-89ba-952e1e10322b | 2018-05-21T09:08:43 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 669a80af-caa2-4445-89ba-952e1e10322b ~/.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-21 09:08:47,554 - 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-21 09:08:47,554 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-21 09:08:49,846 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-21 09:08:49.575 11203 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=7d0ebd97-73bd-4a72-bb1b-febe1ca83719). 2018-05-21 09:08:49.697 11203 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-21 09:08:53,696 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-21 09:08:51.727 11206 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-21 09:08:51.841 11206 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-21 09:08:53.512 11206 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=19ba6939-f806-4223-a22b-1a7eabd8c24a) has been successfully created! Using verifier 'opnfv-tempest' (UUID=19ba6939-f806-4223-a22b-1a7eabd8c24a) as the default verifier for the future CLI operations. 2018-05-21 09:08:56,759 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-21 09:08:58,304 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-21 09:09:02,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-21 09:09:07,365 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-21 09:09:06.527 11225 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=19ba6939-f806-4223-a22b-1a7eabd8c24a) for deployment 'opnfv-rally' (UUID=669a80af-caa2-4445-89ba-952e1e10322b). 2018-05-21 09:09:07.197 11225 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=19ba6939-f806-4223-a22b-1a7eabd8c24a) has been successfully configured for deployment 'opnfv-rally' (UUID=669a80af-caa2-4445-89ba-952e1e10322b)! 2018-05-21 09:09:07,366 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-21 09:09:07,366 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-21 09:09:07,368 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-21 09:09:09,454 - 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-21 09:09:11,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:11.585 11237 INFO rally.api [-] Starting verification (UUID=0cd06f55-854d-4515-9b57-ee70fa35e324) for deployment 'opnfv-rally' (UUID=669a80af-caa2-4445-89ba-952e1e10322b) by verifier 'opnfv-tempest' (UUID=19ba6939-f806-4223-a22b-1a7eabd8c24a). 2018-05-21 09:09:11,586 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 0cd06f55-854d-4515-9b57-ee70fa35e324 2018-05-21 09:09:20,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:20.939 11237 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.411s] 2018-05-21 09:09:21,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:21.047 11237 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.419s] 2018-05-21 09:09:21,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:21.125 11237 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.014s] 2018-05-21 09:09:21,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:21.139 11237 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.091s] 2018-05-21 09:09:21,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:21.522 11237 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.423s] 2018-05-21 09:09:21,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:21.574 11237 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.004s] 2018-05-21 09:09:21,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:21.806 11237 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.274s] 2018-05-21 09:09:21,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:21.829 11237 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.022s] 2018-05-21 09:09:22,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:22.387 11237 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.812s] 2018-05-21 09:09:24,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:24.613 11237 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.729s] 2018-05-21 09:09:26,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:26.065 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [5.071s] 2018-05-21 09:09:26,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:26.173 11237 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.560s] 2018-05-21 09:09:27,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:27.075 11237 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.901s] 2018-05-21 09:09:28,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:28.307 11237 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.236s] 2018-05-21 09:09:28,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:28.747 11237 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.439s] 2018-05-21 09:09:29,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:29.146 11237 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.399s] 2018-05-21 09:09:30,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:30.186 11237 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.443s] 2018-05-21 09:09:33,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:33.388 11237 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.760s] 2018-05-21 09:09:34,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:34.054 11237 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.666s] 2018-05-21 09:09:34,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:34.678 11237 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [4.614s] 2018-05-21 09:09:34,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:34.738 11237 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.550s] 2018-05-21 09:09:36,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:36.049 11237 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.644s] 2018-05-21 09:09:36,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:36.341 11237 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.602s] 2018-05-21 09:09:37,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:37.080 11237 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.030s] 2018-05-21 09:09:37,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:37.430 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.119s] 2018-05-21 09:09:37,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:37.886 11237 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.544s] 2018-05-21 09:09:37,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:37.989 11237 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.282s] 2018-05-21 09:09:38,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:38.011 11237 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.022s] 2018-05-21 09:09:38,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:38.837 11237 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.825s] 2018-05-21 09:09:38,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:38.845 11237 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.008s] 2018-05-21 09:09:38,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:38.859 11237 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.013s] 2018-05-21 09:09:38,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:38.983 11237 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.096s] 2018-05-21 09:09:40,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:40.290 11237 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.305s] 2018-05-21 09:09:42,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:42.563 11237 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [2.273s] 2018-05-21 09:09:42,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:42.886 11237 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.323s] 2018-05-21 09:09:42,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:42.965 11237 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.077s] 2018-05-21 09:09:42,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:42.992 11237 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.027s] 2018-05-21 09:09:43,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:43.013 11237 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.021s] 2018-05-21 09:09:43,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:43.192 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.762s] 2018-05-21 09:09:43,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:43.593 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [2.890s] 2018-05-21 09:09:44,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:44.110 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.517s] 2018-05-21 09:09:47,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:47.523 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [26.482s] 2018-05-21 09:09:55,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:55.439 11237 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.321s] 2018-05-21 09:09:55,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:55.785 11237 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.345s] 2018-05-21 09:09:56,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:56.118 11237 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.332s] 2018-05-21 09:09:56,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:56.440 11237 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.039s] 2018-05-21 09:09:56,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:56.464 11237 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.345s] 2018-05-21 09:09:56,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:56.815 11237 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.351s] 2018-05-21 09:09:56,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:56.905 11237 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.090s] 2018-05-21 09:09:56,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:56.981 11237 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.074s] 2018-05-21 09:09:57,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:57.075 11237 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.093s] 2018-05-21 09:09:57,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:57.161 11237 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.086s] 2018-05-21 09:09:57,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:57.239 11237 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.077s] 2018-05-21 09:09:57,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:57.417 11237 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.178s] 2018-05-21 09:09:57,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:57.941 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [31.868s] 2018-05-21 09:09:57,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:57.966 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.149s] 2018-05-21 09:09:57,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:57.981 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.014s] 2018-05-21 09:09:58,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:58.159 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.177s] 2018-05-21 09:09:58,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:58.174 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.015s] 2018-05-21 09:09:58,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:58.185 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.010s] 2018-05-21 09:09:58,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:58.218 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.032s] 2018-05-21 09:09:58,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:58.288 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.070s] 2018-05-21 09:09:58,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:58.355 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.065s] 2018-05-21 09:09:58,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:58.514 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.159s] 2018-05-21 09:09:58,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:58.528 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.013s] 2018-05-21 09:09:58,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:09:58.692 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.163s] 2018-05-21 09:10:03,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:03.164 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.068s] 2018-05-21 09:10:03,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:03.242 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.077s] 2018-05-21 09:10:03,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:03.537 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.294s] 2018-05-21 09:10:04,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:04.099 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.561s] 2018-05-21 09:10:04,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:04.240 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.141s] 2018-05-21 09:10:04,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:04.564 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.323s] 2018-05-21 09:10:04,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:04.602 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.038s] 2018-05-21 09:10:04,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:04.805 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.202s] 2018-05-21 09:10:04,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:04.859 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.054s] 2018-05-21 09:10:04,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:04.906 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.047s] 2018-05-21 09:10:05,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:05.101 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.194s] 2018-05-21 09:10:05,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:05.193 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.092s] 2018-05-21 09:10:05,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:05.285 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.090s] 2018-05-21 09:10:05,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:05.349 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.064s] 2018-05-21 09:10:05,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:05.403 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.054s] 2018-05-21 09:10:05,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:05.835 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [9.609s] 2018-05-21 09:10:05,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:05.905 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.070s] 2018-05-21 09:10:06,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:06.340 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.434s] 2018-05-21 09:10:06,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:06.436 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.095s] 2018-05-21 09:10:06,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:06.437 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-05-21 09:10:06,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:06.600 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.521s] 2018-05-21 09:10:09,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:09.428 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.236s] 2018-05-21 09:10:11,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:11.002 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.571s] 2018-05-21 09:10:12,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:12.177 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.175s] 2018-05-21 09:10:13,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:13.188 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.587s] 2018-05-21 09:10:13,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:13.614 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.436s] 2018-05-21 09:10:15,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:15.898 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [2.283s] 2018-05-21 09:10:16,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:16.994 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.094s] 2018-05-21 09:10:17,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:17.215 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.222s] 2018-05-21 09:10:17,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:17.396 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [4.207s] 2018-05-21 09:10:17,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:17.456 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.240s] 2018-05-21 09:10:17,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:17.616 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.220s] 2018-05-21 09:10:17,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:17.737 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.279s] 2018-05-21 09:10:17,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:17.797 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.179s] 2018-05-21 09:10:17,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:17.852 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.056s] 2018-05-21 09:10:18,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:18.062 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.208s] 2018-05-21 09:10:19,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:19.137 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.399s] 2018-05-21 09:10:19,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:19.434 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.298s] 2018-05-21 09:10:19,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:19.686 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.251s] 2018-05-21 09:10:19,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:19.923 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.236s] 2018-05-21 09:10:21,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:21.061 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.136s] 2018-05-21 09:10:21,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:21.304 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.243s] 2018-05-21 09:10:21,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:21.667 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.362s] 2018-05-21 09:10:21,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:21.929 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.261s] 2018-05-21 09:10:22,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:22.160 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.230s] 2018-05-21 09:10:33,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:33.672 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [35.726s] 2018-05-21 09:10:37,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:37.866 11237 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.168s] 2018-05-21 09:10:41,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:41.525 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [6.291s] 2018-05-21 09:10:46,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:46.543 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [5.017s] 2018-05-21 09:10:46,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:46.622 11237 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [69.803s] 2018-05-21 09:10:46,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:46.760 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [13.088s] 2018-05-21 09:10:47,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:47.613 11237 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.995s] 2018-05-21 09:10:50,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:50.288 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.745s] 2018-05-21 09:10:52,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:52.847 11237 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [26.333s] 2018-05-21 09:10:54,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:54.257 11237 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [87.166s] 2018-05-21 09:10:54,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:54.532 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.910s] 2018-05-21 09:10:54,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:54.974 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.441s] 2018-05-21 09:10:55,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:55.024 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.736s] 2018-05-21 09:10:55,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:55.073 11237 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [81.217s] 2018-05-21 09:10:55,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:55.241 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.267s] 2018-05-21 09:10:55,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:55.705 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.463s] 2018-05-21 09:10:56,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:56.082 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.377s] 2018-05-21 09:10:57,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:57.197 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [1.113s] 2018-05-21 09:10:59,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:10:59.010 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.984s] 2018-05-21 09:11:00,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:00.735 11237 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [7.888s] 2018-05-21 09:11:03,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:03.492 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.481s] 2018-05-21 09:11:04,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:04.431 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.561s] 2018-05-21 09:11:05,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:05.951 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.519s] 2018-05-21 09:11:05,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:05.997 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [2.504s] 2018-05-21 09:11:07,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:07.690 11237 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.869s] 2018-05-21 09:11:07,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:07.771 11237 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.080s] 2018-05-21 09:11:11,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:11.419 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [5.465s] 2018-05-21 09:11:12,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:12.253 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.836s] 2018-05-21 09:11:12,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:12.508 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.511s] 2018-05-21 09:11:14,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:14.641 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.385s] 2018-05-21 09:11:15,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:15.953 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.311s] 2018-05-21 09:11:16,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:16.692 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.183s] 2018-05-21 09:11:16,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:16.813 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.121s] 2018-05-21 09:11:17,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:17.171 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.356s] 2018-05-21 09:11:17,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:17.273 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.101s] 2018-05-21 09:11:17,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:17.369 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.097s] 2018-05-21 09:11:17,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:17.489 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.118s] 2018-05-21 09:11:17,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:17.555 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.601s] 2018-05-21 09:11:17,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:17.624 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.069s] 2018-05-21 09:11:17,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:17.626 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.136s] 2018-05-21 09:11:17,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:17.695 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.069s] 2018-05-21 09:11:17,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:17.744 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.049s] 2018-05-21 09:11:22,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:22.134 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.387s] 2018-05-21 09:11:27,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:27.585 11237 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [10.472s] 2018-05-21 09:11:27,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:27.653 11237 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.068s] 2018-05-21 09:11:27,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:27.909 11237 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.255s] 2018-05-21 09:11:28,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:28.044 11237 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.133s] 2018-05-21 09:11:28,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:28.045 11237 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-21 09:11:28,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:28.888 11237 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [33.804s] 2018-05-21 09:11:30,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:30.235 11237 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [29.493s] 2018-05-21 09:11:32,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:32.889 11237 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [3.326s] 2018-05-21 09:11:40,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:40.097 11237 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.207s] 2018-05-21 09:11:41,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:41.870 11237 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.149s] 2018-05-21 09:11:45,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:45.197 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.161s] 2018-05-21 09:11:45,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:45.223 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.025s] 2018-05-21 09:11:45,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:45.395 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.172s] 2018-05-21 09:11:45,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:45.542 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.145s] 2018-05-21 09:11:45,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:45.691 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.149s] 2018-05-21 09:11:45,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:45.836 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.144s] 2018-05-21 09:11:45,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:45.882 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.046s] 2018-05-21 09:11:45,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:45.922 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.039s] 2018-05-21 09:11:45,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:45.932 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.009s] 2018-05-21 09:11:45,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:45.969 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.035s] 2018-05-21 09:11:45,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:45.979 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.010s] 2018-05-21 09:11:46,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:46.158 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.179s] 2018-05-21 09:11:46,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:46.422 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.263s] 2018-05-21 09:11:46,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:46.457 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.035s] 2018-05-21 09:11:46,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:46.490 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.032s] 2018-05-21 09:11:46,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:46.647 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.156s] 2018-05-21 09:11:46,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:46.801 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.153s] 2018-05-21 09:11:46,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:46.966 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.164s] 2018-05-21 09:11:46,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:46.979 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.013s] 2018-05-21 09:11:47,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:47.154 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.174s] 2018-05-21 09:11:47,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:47.186 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.031s] 2018-05-21 09:11:47,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:47.222 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.035s] 2018-05-21 09:11:47,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:47.253 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.031s] 2018-05-21 09:11:49,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:49.592 11237 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [19.354s] 2018-05-21 09:11:50,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:50.070 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [63.292s] 2018-05-21 09:11:53,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:53.832 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.294s] 2018-05-21 09:11:54,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:11:54.100 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.268s] 2018-05-21 09:12:03,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:12:03.124 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.008s] 2018-05-21 09:12:03,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:12:03.292 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.167s] 2018-05-21 09:12:03,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:12:03.333 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.040s] 2018-05-21 09:12:03,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:12:03.366 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.032s] 2018-05-21 09:12:03,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:12:03.398 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.031s] 2018-05-21 09:12:03,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:12:03.448 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.049s] 2018-05-21 09:12:03,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:12:03.659 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.211s] 2018-05-21 09:12:03,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:12:03.837 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.177s] 2018-05-21 09:12:03,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:12:03.875 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.037s] 2018-05-21 09:12:03,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:12:03.917 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.043s] 2018-05-21 09:12:06,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:12:06.110 11237 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.735s] 2018-05-21 09:12:14,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:12:14.324 11237 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.211s] 2018-05-21 09:12:24,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:12:24.436 11237 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.109s] 2018-05-21 09:12:28,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '0cd06f55-854d-4515-9b57-ee70fa35e324']'. 2018-05-21 09:12:29,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-21 09:12:29,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-21 09:12:29,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-21 09:12:29,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 0cd06f55-854d-4515-9b57-ee70fa35e324 | 2018-05-21 09:12:29,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-21 09:12:29,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-21 09:09:11 | 2018-05-21 09:12:29,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-21 09:12:27 | 2018-05-21 09:12:29,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:16 | 2018-05-21 09:12:29,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-21 09:12:29,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-21 09:12:29,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 19ba6939-f806-4223-a22b-1a7eabd8c24a) | 2018-05-21 09:12:29,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-21 09:12:29,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 669a80af-caa2-4445-89ba-952e1e10322b) | 2018-05-21 09:12:29,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 204 | 2018-05-21 09:12:29,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 186.667 | 2018-05-21 09:12:29,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 204 | 2018-05-21 09:12:29,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-21 09:12:29,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-21 09:12:29,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-21 09:12:29,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-21 09:12:29,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-21 09:12:29,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-21 09:12:29,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-05-21 09:12:33,548 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-21 09:12:33,549 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 03:37 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-21 09:12:33,553 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-21 09:12:33,640 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-21 09:12:36,338 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-21 09:12:35.939 11349 INFO rally.deployment.engine [-] Deployment 669a80af-caa2-4445-89ba-952e1e10322b | Starting: Destroy cloud and free allocated resources. 2018-05-21 09:12:36.013 11349 INFO rally.deployment.engine [-] Deployment 669a80af-caa2-4445-89ba-952e1e10322b | Completed: Destroy cloud and free allocated resources. 2018-05-21 09:12:36.057 11349 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=19ba6939-f806-4223-a22b-1a7eabd8c24a) for deployment 'opnfv-rally'. 2018-05-21 09:12:36.078 11349 INFO rally.api [-] Deleting verification (UUID=0cd06f55-854d-4515-9b57-ee70fa35e324). 2018-05-21 09:12:36.115 11349 INFO rally.api [-] Verification has been successfully deleted! 2018-05-21 09:12:36.116 11349 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=19ba6939-f806-4223-a22b-1a7eabd8c24a). 2018-05-21 09:12:36.125 11349 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-21 09:12:38,748 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-21 09:12:38.479 11352 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=b84cea19-4303-4a1f-bee3-05ad2c7b9279) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | b84cea19-4303-4a1f-bee3-05ad2c7b9279 | 2018-05-21T09:12:38 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: b84cea19-4303-4a1f-bee3-05ad2c7b9279 ~/.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-21 09:12:42,004 - 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-21 09:12:42,005 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-21 09:12:44,285 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-21 09:12:44.022 11358 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=19ba6939-f806-4223-a22b-1a7eabd8c24a). 2018-05-21 09:12:44.142 11358 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-21 09:12:47,806 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-21 09:12:46.362 11361 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-21 09:12:46.490 11361 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-21 09:12:47.639 11361 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ee95e50d-4260-4652-84e1-ea29a24b2d8b) has been successfully created! Using verifier 'opnfv-tempest' (UUID=ee95e50d-4260-4652-84e1-ea29a24b2d8b) as the default verifier for the future CLI operations. 2018-05-21 09:12:50,792 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-21 09:12:52,268 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-21 09:12:55,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-21 09:13:00,439 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-21 09:12:59.643 11380 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ee95e50d-4260-4652-84e1-ea29a24b2d8b) for deployment 'opnfv-rally' (UUID=b84cea19-4303-4a1f-bee3-05ad2c7b9279). 2018-05-21 09:13:00.289 11380 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ee95e50d-4260-4652-84e1-ea29a24b2d8b) has been successfully configured for deployment 'opnfv-rally' (UUID=b84cea19-4303-4a1f-bee3-05ad2c7b9279)! 2018-05-21 09:13:00,439 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-21 09:13:00,439 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-21 09:13:00,441 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-21 09:13:00,455 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-21 09:13:03,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-ee95e50d-4260-4652-84e1-ea29a24b2d8b/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-21 09:13:03,708 - 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-21 09:13:05,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:13:05.840 11389 INFO rally.api [-] Starting verification (UUID=04b4bc77-c436-49cc-9372-8dbc2504994a) for deployment 'opnfv-rally' (UUID=b84cea19-4303-4a1f-bee3-05ad2c7b9279) by verifier 'opnfv-tempest' (UUID=ee95e50d-4260-4652-84e1-ea29a24b2d8b). 2018-05-21 09:13:05,841 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 04b4bc77-c436-49cc-9372-8dbc2504994a 2018-05-21 09:15:35,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '04b4bc77-c436-49cc-9372-8dbc2504994a']'. 2018-05-21 09:15:36,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-21 09:15:36,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-21 09:15:36,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-21 09:15:36,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 04b4bc77-c436-49cc-9372-8dbc2504994a | 2018-05-21 09:15:36,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-21 09:15:36,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-21 09:13:05 | 2018-05-21 09:15:36,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-21 09:15:34 | 2018-05-21 09:15:36,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:29 | 2018-05-21 09:15:36,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-21 09:15:36,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-21 09:15:36,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: ee95e50d-4260-4652-84e1-ea29a24b2d8b) | 2018-05-21 09:15:36,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-21 09:15:36,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: b84cea19-4303-4a1f-bee3-05ad2c7b9279) | 2018-05-21 09:15:36,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-21 09:15:36,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 141.102 | 2018-05-21 09:15:36,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-05-21 09:15:36,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-05-21 09:15:36,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-21 09:15:36,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-21 09:15:36,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-21 09:15:36,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-21 09:15:36,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-21 09:15:36,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-05-21 09:15:40,562 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-21 09:15:40,562 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:50 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-21 09:15:40,566 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-21 09:15:41,357 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-21 09:57:47,605 - 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 506, 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 2526.175s FAILED (errors=1) 2018-05-21 09:57:47,752 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-21 09:57:47,753 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 42:06 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-05-21 09:57:47,757 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-05-21 09:57:47,757 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-21 09:57:47,844 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-21 09:57:50,277 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-21 09:57:49.916 11616 INFO rally.deployment.engine [-] Deployment b84cea19-4303-4a1f-bee3-05ad2c7b9279 | Starting: Destroy cloud and free allocated resources. 2018-05-21 09:57:49.996 11616 INFO rally.deployment.engine [-] Deployment b84cea19-4303-4a1f-bee3-05ad2c7b9279 | Completed: Destroy cloud and free allocated resources. 2018-05-21 09:57:50.030 11616 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=ee95e50d-4260-4652-84e1-ea29a24b2d8b) for deployment 'opnfv-rally'. 2018-05-21 09:57:50.052 11616 INFO rally.api [-] Deleting verification (UUID=04b4bc77-c436-49cc-9372-8dbc2504994a). 2018-05-21 09:57:50.095 11616 INFO rally.api [-] Verification has been successfully deleted! 2018-05-21 09:57:50.095 11616 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=ee95e50d-4260-4652-84e1-ea29a24b2d8b). 2018-05-21 09:57:50.103 11616 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-21 09:57:52,813 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-21 09:57:52.567 11619 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=d84b7d7b-6359-4251-9554-ee64f9d6bede) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | d84b7d7b-6359-4251-9554-ee64f9d6bede | 2018-05-21T09:57:52 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: d84b7d7b-6359-4251-9554-ee64f9d6bede ~/.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-21 09:57:56,244 - 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-21 09:57:56,244 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-21 09:57:58,553 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-21 09:57:58.279 11625 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=ee95e50d-4260-4652-84e1-ea29a24b2d8b). 2018-05-21 09:57:58.397 11625 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-21 09:58:02,344 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-21 09:58:00.436 11628 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-21 09:58:01.140 11628 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-21 09:58:02.176 11628 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f4d356a3-6c7a-4ca4-8fd9-c300976185a3) has been successfully created! Using verifier 'opnfv-tempest' (UUID=f4d356a3-6c7a-4ca4-8fd9-c300976185a3) as the default verifier for the future CLI operations. 2018-05-21 09:58:05,384 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-21 09:58:07,074 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-21 09:58:11,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-21 09:58:16,380 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-21 09:58:15.548 11647 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f4d356a3-6c7a-4ca4-8fd9-c300976185a3) for deployment 'opnfv-rally' (UUID=d84b7d7b-6359-4251-9554-ee64f9d6bede). 2018-05-21 09:58:16.220 11647 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f4d356a3-6c7a-4ca4-8fd9-c300976185a3) has been successfully configured for deployment 'opnfv-rally' (UUID=d84b7d7b-6359-4251-9554-ee64f9d6bede)! 2018-05-21 09:58:16,380 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-21 09:58:16,380 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-21 09:58:16,383 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-21 09:58:16,393 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-21 09:58:19,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-f4d356a3-6c7a-4ca4-8fd9-c300976185a3/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-21 09:58:19,283 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-21 09:58:19,285 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-21 09:58:19,285 - 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-21 09:58:21,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-21 09:58:21.344 11656 INFO rally.api [-] Starting verification (UUID=94466227-87d8-4431-8af1-9a9f4206a6d2) for deployment 'opnfv-rally' (UUID=d84b7d7b-6359-4251-9554-ee64f9d6bede) by verifier 'opnfv-tempest' (UUID=f4d356a3-6c7a-4ca4-8fd9-c300976185a3). 2018-05-21 09:58:21,346 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 94466227-87d8-4431-8af1-9a9f4206a6d2 2018-05-21 10:00:09,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '94466227-87d8-4431-8af1-9a9f4206a6d2']'. 2018-05-21 10:00:10,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-21 10:00:10,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-21 10:00:10,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-21 10:00:10,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 94466227-87d8-4431-8af1-9a9f4206a6d2 | 2018-05-21 10:00:10,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-21 10:00:10,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-21 09:58:21 | 2018-05-21 10:00:10,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-21 10:00:08 | 2018-05-21 10:00:10,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:47 | 2018-05-21 10:00:10,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-21 10:00:10,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-21 10:00:10,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: f4d356a3-6c7a-4ca4-8fd9-c300976185a3) | 2018-05-21 10:00:10,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-21 10:00:10,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: d84b7d7b-6359-4251-9554-ee64f9d6bede) | 2018-05-21 10:00:10,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-21 10:00:10,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 93.134 | 2018-05-21 10:00:10,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-05-21 10:00:10,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-05-21 10:00:10,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-21 10:00:10,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-21 10:00:10,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-21 10:00:10,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-21 10:00:10,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-21 10:00:10,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-05-21 10:00:14,864 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-21 10:00:14,864 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:09 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-05-21 10:00:14,869 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:40 | PASS | | vping_userdata | functest | smoke | 00:32 | PASS | | tempest_smoke_serial | functest | smoke | 10:26 | PASS | | rally_sanity | functest | smoke | 20:58 | PASS | | refstack_defcore | functest | smoke | 03:37 | PASS | | patrole | functest | smoke | 02:50 | PASS | | snaps_smoke | functest | smoke | 42:06 | FAIL | | neutron_trunk | functest | smoke | 02:09 | PASS | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-21 10:00:14,876 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-21 10:00:53,123 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-139 | | 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-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-21 10:00:53,125 - 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=QpRx7HxQUbpKCpUGBwtggaDWT export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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-21 10:00:53,125 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-21 10:00:53,126 - 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 | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ 2018-05-21 10:00:53,127 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-05-21 10:00:53,127 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-05-21 10:04:51,338 - xtesting.core.feature - ERROR - Execute command: doctor-test failed 2018-05-21 10:04:51,339 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-05-21 10:04:51,455 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-21 10:04:51,455 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:58 | FAIL | +-----------------------------+-----------------+------------------+----------------+ 2018-05-21 10:04:51,458 - xtesting.ci.run_tests - ERROR - The test case 'doctor-notification' failed. 2018-05-21 10:04:51,459 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:58 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-05-21 10:04:51,463 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-21 10:04:54,037 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-139 | | 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-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-21 10:04:54,039 - 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=QpRx7HxQUbpKCpUGBwtggaDWT export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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-21 10:04:54,039 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-21 10:04:54,039 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-21 10:04:54,039 - 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-21 10:04:54,040 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-21 10:04:56,450 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-139 | | 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-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-21 10:04:56,452 - 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=QpRx7HxQUbpKCpUGBwtggaDWT export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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-21 10:04:56,452 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-21 10:04:56,453 - 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-21 10:04:56,453 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-05-21 10:04:56,454 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-05-21 10:07:17,345 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-05-21 10:07:17,461 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-21 10:07:17,462 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 02:21 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-05-21 10:07:17,464 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 02:21 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-21 10:07:17,464 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK