2018-03-26 09:38:56,185 - functest.ci.check_deployment - DEBUG - 172.30.9.27:5000 is reachable! 2018-03-26 09:38:56,186 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.27:5000/v3 ...OK 2018-03-26 09:38:56,588 - functest.ci.check_deployment - INFO - Got token ...OK 2018-03-26 09:38:56,973 - functest.ci.check_deployment - DEBUG - 172.30.9.27:5000 is reachable! 2018-03-26 09:38:56,974 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.27:5000 ...OK 2018-03-26 09:38:57,432 - functest.ci.check_deployment - DEBUG - 172.30.9.27:8774 is reachable! 2018-03-26 09:38:57,433 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.27:8774/v2.1 ...OK 2018-03-26 09:38:57,818 - functest.ci.check_deployment - DEBUG - 172.30.9.27:9696 is reachable! 2018-03-26 09:38:57,819 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.27:9696 ...OK 2018-03-26 09:38:58,194 - functest.ci.check_deployment - DEBUG - 172.30.9.27:9292 is reachable! 2018-03-26 09:38:58,194 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.27:9292 ...OK 2018-03-26 09:38:59,626 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-03-26 09:39:01,267 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-03-26 09:39:01,308 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-03-26 09:39:02,874 - functest.ci.check_deployment - INFO - External network found: external 2018-03-26 09:39:10,423 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-57 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-26 09:39:10,427 - 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=e9qyBRKURQXEEHyWBqFCm7JfM export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-03-26 09:39:10,427 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-26 09:39:10,429 - 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-03-26 09:39:10,430 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-03-26 09:39:10,430 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-03-26 09:39:12,914 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-26 09:39:21,793 - 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.869s OK 2018-03-26 09:39:21,921 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-26 09:39:21,922 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-26 09:39:21,925 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-03-26 09:39:23,679 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-26 09:52:19,303 - 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 775.572s OK 2018-03-26 09:52:19,428 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-26 09:52:19,428 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:56 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-26 09:52:19,433 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-03-26 09:52:20,297 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-26 09:53:58,707 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 98.409s OK 2018-03-26 09:53:58,845 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-26 09:53:58,845 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 01:38 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-03-26 09:53:58,849 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | api_check | functest | healthcheck | 12:56 | PASS | | snaps_health_check | functest | healthcheck | 01:38 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-03-26 09:53:58,852 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-26 09:54:01,869 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-57 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-26 09:54:01,871 - 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=e9qyBRKURQXEEHyWBqFCm7JfM export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-03-26 09:54:01,871 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-26 09:54:01,872 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole odl snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ 2018-03-26 09:54:01,873 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-03-26 09:54:01,873 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-03-26 09:54:02,717 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-03-26 09:54:02,718 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-03-26 09:54:03,150 - xtesting.energy.energy - DEBUG - Starting recording 2018-03-26 09:54:03,150 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-03-26 09:54:03,555 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-26 09:54:03,555 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-26 09:54:03' 2018-03-26 09:54:03,555 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--cac7e968-d198-4a19-a3ba-0e17b388d352' 2018-03-26 09:54:06,283 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-cac7e968-d198-4a19-a3ba-0e17b388d352' 2018-03-26 09:54:09,355 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-cac7e968-d198-4a19-a3ba-0e17b388d352' 2018-03-26 09:54:15,555 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-cac7e968-d198-4a19-a3ba-0e17b388d352' 2018-03-26 09:54:16,380 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-cac7e968-d198-4a19-a3ba-0e17b388d352' 2018-03-26 09:54:17,126 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-cac7e968-d198-4a19-a3ba-0e17b388d352' 2018-03-26 09:54:23,657 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-cac7e968-d198-4a19-a3ba-0e17b388d352' 2018-03-26 09:54:28,368 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-cac7e968-d198-4a19-a3ba-0e17b388d352' 2018-03-26 09:54:49,488 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-26 09:54:54,838 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-03-26 09:54:54,975 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-26 09:54:55,982 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-26 09:55:14,730 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-03-26 09:55:14,730 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-03-26 09:55:15,241 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-26 09:55:15,242 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:52 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-26 09:55:15,245 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-03-26 09:55:15,336 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-26 09:55:15,336 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-26 09:55:15' 2018-03-26 09:55:15,336 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--360fda76-94eb-41b5-837d-0c3de178d914' 2018-03-26 09:55:18,637 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-360fda76-94eb-41b5-837d-0c3de178d914' 2018-03-26 09:55:21,159 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-360fda76-94eb-41b5-837d-0c3de178d914' 2018-03-26 09:55:27,556 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-360fda76-94eb-41b5-837d-0c3de178d914' 2018-03-26 09:55:28,286 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-360fda76-94eb-41b5-837d-0c3de178d914' 2018-03-26 09:55:34,415 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-360fda76-94eb-41b5-837d-0c3de178d914' 2018-03-26 09:55:41,911 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-26 09:55:52,981 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-26 09:55:55,697 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-26 09:56:15,496 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-26 09:56:15,497 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:40 | PASS | +------------------------+------------------+------------------+----------------+ 2018-03-26 09:56:15,501 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-03-26 09:56:15,599 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-26 09:56:20,885 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-26 09:56:20.630 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=db524fdc-9018-43f0-9ee5-c6cdaa60e497) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | db524fdc-9018-43f0-9ee5-c6cdaa60e497 | 2018-03-26T09:56:20 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: db524fdc-9018-43f0-9ee5-c6cdaa60e497 ~/.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-03-26 09:56:24,174 - 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__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-03-26 09:56:24,174 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-26 09:56:29,943 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-26 09:56:28.360 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-26 09:56:28.477 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-26 09:56:29.781 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6d31a15a-f90d-421b-a6c5-d9b857fbf7c2) has been successfully created! Using verifier 'opnfv-tempest' (UUID=6d31a15a-f90d-421b-a6c5-d9b857fbf7c2) as the default verifier for the future CLI operations. 2018-03-26 09:56:32,882 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-26 09:56:35,631 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-26 09:56:42,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-26 09:56:47,296 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-26 09:56:46.297 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=6d31a15a-f90d-421b-a6c5-d9b857fbf7c2) for deployment 'opnfv-rally' (UUID=db524fdc-9018-43f0-9ee5-c6cdaa60e497). 2018-03-26 09:56:47.125 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6d31a15a-f90d-421b-a6c5-d9b857fbf7c2) has been successfully configured for deployment 'opnfv-rally' (UUID=db524fdc-9018-43f0-9ee5-c6cdaa60e497)! 2018-03-26 09:56:47,296 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-26 09:56:47,297 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-26 09:56:47,299 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-26 09:56:47,303 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-26 09:56:50,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-6d31a15a-f90d-421b-a6c5-d9b857fbf7c2/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-03-26 09:56:50,818 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-26 09:56:50,821 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-26 09:56:50,821 - 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-03-26 09:56:52,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 09:56:52.980 55 INFO rally.api [-] Starting verification (UUID=61d52a55-91ad-4641-b436-c441b751fcd0) for deployment 'opnfv-rally' (UUID=db524fdc-9018-43f0-9ee5-c6cdaa60e497) by verifier 'opnfv-tempest' (UUID=6d31a15a-f90d-421b-a6c5-d9b857fbf7c2). 2018-03-26 09:56:52,982 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 61d52a55-91ad-4641-b436-c441b751fcd0 2018-03-26 09:57:00,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 09:57:00.584 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.182s] 2018-03-26 09:57:00,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 09:57:00.649 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.065s] 2018-03-26 09:57:07,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 09:57:07.424 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.558s] 2018-03-26 09:57:10,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 09:57:10.446 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.022s] 2018-03-26 09:57:24,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 09:57:24.102 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.267s] 2018-03-26 09:57:41,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 09:57:41.362 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.642s] 2018-03-26 09:58:18,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 09:58:18.975 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.084s] 2018-03-26 09:58:18,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 09:58:18.977 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2018-03-26 09:58:49,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 09:58:49.485 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.072s] 2018-03-26 09:58:49,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 09:58:49.486 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-26 09:59:19,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 09:59:19.021 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.075s] 2018-03-26 09:59:19,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 09:59:19.022 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-03-26 10:00:03,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:00:03.479 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [14.395s] 2018-03-26 10:00:27,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:00:27.448 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.049s] 2018-03-26 10:00:27,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:00:27.554 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.105s] 2018-03-26 10:00:35,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:00:35.615 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.678s] 2018-03-26 10:00:35,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:00:35.625 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-03-26 10:00:37,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:00:37.018 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-03-26 10:00:37,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:00:37.018 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-03-26 10:00:41,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:00:41.008 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.370s] 2018-03-26 10:00:47,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:00:47.613 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.085s] 2018-03-26 10:00:54,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:00:54.473 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.685s] 2018-03-26 10:01:02,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:01:02.614 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.615s] 2018-03-26 10:01:12,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:01:12.704 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.321s] 2018-03-26 10:01:19,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:01:19.359 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.393s] 2018-03-26 10:01:25,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:01:25.771 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.205s] 2018-03-26 10:01:33,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:01:33.149 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.714s] 2018-03-26 10:01:40,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:01:40.104 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.520s] 2018-03-26 10:01:48,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:01:48.929 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.930s] 2018-03-26 10:01:51,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:01:51.322 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-03-26 10:01:53,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:01:53.185 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.074s] 2018-03-26 10:01:53,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:01:53.259 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.074s] 2018-03-26 10:01:53,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:01:53.343 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.083s] 2018-03-26 10:01:53,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:01:53.350 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-03-26 10:01:57,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:01:57.474 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.806s] 2018-03-26 10:01:59,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:01:59.177 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.702s] 2018-03-26 10:02:01,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:02:01.408 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.231s] 2018-03-26 10:02:08,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:02:08.016 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-03-26 10:02:15,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:02:15.287 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.817s] 2018-03-26 10:02:29,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:02:29.957 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.524s] 2018-03-26 10:02:33,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:02:33.364 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.405s] 2018-03-26 10:02:44,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:02:44.669 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.768s] 2018-03-26 10:02:48,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:02:48.808 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.138s] 2018-03-26 10:02:58,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:02:58.420 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.610s] 2018-03-26 10:03:08,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:03:08.379 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.140s] 2018-03-26 10:03:11,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:03:11.872 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.492s] 2018-03-26 10:03:17,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:03:17.810 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [5.937s] 2018-03-26 10:03:34,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:03:34.359 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.647s] 2018-03-26 10:03:34,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:03:34.808 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.449s] 2018-03-26 10:03:34,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:03:34.943 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.135s] 2018-03-26 10:03:35,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:03:35.158 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.214s] 2018-03-26 10:03:35,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:03:35.420 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.262s] 2018-03-26 10:03:35,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:03:35.630 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.209s] 2018-03-26 10:03:51,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:03:51.941 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.330s] 2018-03-26 10:03:52,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:03:52.380 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.439s] 2018-03-26 10:03:52,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:03:52.655 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.274s] 2018-03-26 10:03:52,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:03:52.855 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.199s] 2018-03-26 10:03:52,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:03:52.966 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.110s] 2018-03-26 10:03:53,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:03:53.022 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.056s] 2018-03-26 10:04:06,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:04:06.613 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.974s] 2018-03-26 10:04:12,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:04:12.253 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.638s] 2018-03-26 10:04:14,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:04:14.058 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.804s] 2018-03-26 10:04:14,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:04:14.114 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.056s] 2018-03-26 10:04:14,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:04:14.178 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.063s] 2018-03-26 10:04:26,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:04:26.757 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.221s] 2018-03-26 10:04:33,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:04:33.871 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [7.113s] 2018-03-26 10:04:35,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:04:35.930 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.058s] 2018-03-26 10:04:36,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:04:36.124 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.194s] 2018-03-26 10:04:36,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:04:36.324 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.200s] 2018-03-26 10:04:50,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:04:50.824 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.097s] 2018-03-26 10:04:56,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:04:56.516 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.692s] 2018-03-26 10:05:01,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:05:01.590 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [5.072s] 2018-03-26 10:05:04,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:05:04.703 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.113s] 2018-03-26 10:05:29,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:05:29.032 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.068s] 2018-03-26 10:05:34,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:05:34.440 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.406s] 2018-03-26 10:05:38,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:05:38.896 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.455s] 2018-03-26 10:05:42,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:05:42.966 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.070s] 2018-03-26 10:05:59,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:05:59.843 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.262s] 2018-03-26 10:06:02,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:06:02.614 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.768s] 2018-03-26 10:06:02,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:06:02.661 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.049s] 2018-03-26 10:06:07,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:06:07.683 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.833s] 2018-03-26 10:06:09,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:06:09.996 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.310s] 2018-03-26 10:06:10,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:06:10.070 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.075s] 2018-03-26 10:06:14,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:06:14.557 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.270s] 2018-03-26 10:06:17,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:06:17.751 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-03-26 10:06:19,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:06:19.584 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-03-26 10:06:19,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:06:19.585 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-03-26 10:06:19,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:06:19.586 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-03-26 10:06:19,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:06:19.586 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-03-26 10:06:19,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:06:19.587 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-03-26 10:06:21,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:06:21.566 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-03-26 10:06:37,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:06:37.539 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.658s] 2018-03-26 10:06:48,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:06:48.899 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.319s] 2018-03-26 10:07:01,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:07:01.708 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.807s] 2018-03-26 10:07:11,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:07:11.264 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.044s] 2018-03-26 10:09:19,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:09:19.345 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [122.245s] 2018-03-26 10:10:57,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:10:57.435 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [88.637s] 2018-03-26 10:11:40,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:11:40.585 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [23.864s] 2018-03-26 10:11:57,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '61d52a55-91ad-4641-b436-c441b751fcd0']'. 2018-03-26 10:11:58,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-26 10:11:58,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-26 10:11:58,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-26 10:11:58,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 61d52a55-91ad-4641-b436-c441b751fcd0 | 2018-03-26 10:11:58,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-26 10:11:58,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-26 09:56:52 | 2018-03-26 10:11:58,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-26 10:11:57 | 2018-03-26 10:11:58,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:15:05 | 2018-03-26 10:11:58,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-03-26 10:11:58,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-26 10:11:58,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-26 10:11:58,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 6d31a15a-f90d-421b-a6c5-d9b857fbf7c2) | 2018-03-26 10:11:58,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-26 10:11:58,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: db524fdc-9018-43f0-9ee5-c6cdaa60e497) | 2018-03-26 10:11:58,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-03-26 10:11:58,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 882.364 | 2018-03-26 10:11:58,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-03-26 10:11:58,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-03-26 10:11:58,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-26 10:11:58,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-26 10:11:58,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-26 10:11:58,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-26 10:11:58,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-26 10:11:58,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-03-26 10:12:05,365 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-26 10:12:05,366 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 15:32 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-03-26 10:12:05,370 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-03-26 10:12:05,469 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-03-26 10:12:05,882 - xtesting.energy.energy - DEBUG - Starting recording 2018-03-26 10:12:05,882 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-03-26 10:12:06,283 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-26 10:12:08,742 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-26 10:12:08.374 153 INFO rally.deployment.engine [-] Deployment db524fdc-9018-43f0-9ee5-c6cdaa60e497 | Starting: Destroy cloud and free allocated resources. 2018-03-26 10:12:08.443 153 INFO rally.deployment.engine [-] Deployment db524fdc-9018-43f0-9ee5-c6cdaa60e497 | Completed: Destroy cloud and free allocated resources. 2018-03-26 10:12:08.485 153 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=6d31a15a-f90d-421b-a6c5-d9b857fbf7c2) for deployment 'opnfv-rally'. 2018-03-26 10:12:08.502 153 INFO rally.api [-] Deleting verification (UUID=61d52a55-91ad-4641-b436-c441b751fcd0). 2018-03-26 10:12:08.534 153 INFO rally.api [-] Verification has been successfully deleted! 2018-03-26 10:12:08.534 153 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=6d31a15a-f90d-421b-a6c5-d9b857fbf7c2). 2018-03-26 10:12:08.546 153 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-26 10:12:11,173 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-26 10:12:10.896 156 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f8f7f75b-8b73-4f3f-8969-b1041466f3da) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f8f7f75b-8b73-4f3f-8969-b1041466f3da | 2018-03-26T10:12:10 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f8f7f75b-8b73-4f3f-8969-b1041466f3da ~/.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-03-26 10:12:14,498 - 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__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-03-26 10:12:14,498 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-03-26 10:12:15,989 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-ffcd1d26-9744-4bb2-970f-978276fdd3c3'... 2018-03-26 10:12:19,165 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-ffcd1d26-9744-4bb2-970f-978276fdd3c3'... 2018-03-26 10:12:21,945 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-ffcd1d26-9744-4bb2-970f-978276fdd3c3'... 2018-03-26 10:12:27,449 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-ffcd1d26-9744-4bb2-970f-978276fdd3c3'... 2018-03-26 10:12:28,165 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-ffcd1d26-9744-4bb2-970f-978276fdd3c3'... 2018-03-26 10:12:28,820 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-03-26 10:12:28,821 - 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-03-26 10:12:28,822 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-26 10:12:28,867 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-26 10:12:28,873 - 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': 'bce2face-b971-4de3-b4dc-684f1407318a', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-ffcd1d26-9744-4bb2-970f-978276fdd3c3', 'flavor_name': 'rally-tiny-ffcd1d26-9744-4bb2-970f-978276fdd3c3', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-ffcd1d26-9744-4bb2-970f-978276fdd3c3', '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-03-26 10:13:30,809 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : be3ed685-0919-457f-bf83-3fd35c5406df 2018-03-26 10:13:30,809 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-03-26 10:13:30,811 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'be3ed685-0919-457f-bf83-3fd35c5406df'] 2018-03-26 10:13:31,801 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task be3ed685-0919-457f-bf83-3fd35c5406df: 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 be3ed685-0919-457f-bf83-3fd35c5406df 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.479 | 0.479 | 0.479 | 0.479 | 0.479 | 0.479 | 100.0% | 1 | | total | 0.479 | 0.479 | 0.479 | 0.479 | 0.479 | 0.479 | 100.0% | 1 | | -> duration | 0.479 | 0.479 | 0.479 | 0.479 | 0.479 | 0.479 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.479285 Full duration: 7.679284 -------------------------------------------------------------------------------- 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 be3ed685-0919-457f-bf83-3fd35c5406df 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.941 | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 100.0% | 1 | | total | 1.396 | 1.396 | 1.396 | 1.396 | 1.396 | 1.396 | 100.0% | 1 | | -> duration | 1.396 | 1.396 | 1.396 | 1.396 | 1.396 | 1.396 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.396306 Full duration: 8.357324 -------------------------------------------------------------------------------- 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 be3ed685-0919-457f-bf83-3fd35c5406df 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.535 | 0.535 | 0.535 | 0.535 | 0.535 | 0.535 | 100.0% | 1 | | total | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 100.0% | 1 | | -> duration | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.944932 Full duration: 7.722322 -------------------------------------------------------------------------------- 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 be3ed685-0919-457f-bf83-3fd35c5406df 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.366 | 0.366 | 0.366 | 0.366 | 0.366 | 0.366 | 100.0% | 1 | | total | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 100.0% | 1 | | -> duration | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.798333 Full duration: 7.500816 -------------------------------------------------------------------------------- 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 be3ed685-0919-457f-bf83-3fd35c5406df 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.542 | 0.542 | 0.542 | 0.542 | 0.542 | 0.542 | 100.0% | 1 | | total | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 100.0% | 1 | | -> duration | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.939826 Full duration: 7.958856 -------------------------------------------------------------------------------- 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 be3ed685-0919-457f-bf83-3fd35c5406df 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.303 | 0.303 | 0.303 | 0.303 | 0.303 | 0.303 | 100.0% | 1 | | total | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 100.0% | 1 | | -> duration | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.752211 Full duration: 7.71498 HINTS: * To plot HTML graphics with this data, run: rally task report be3ed685-0919-457f-bf83-3fd35c5406df --out output.html * To generate a JUnit report, run: rally task export be3ed685-0919-457f-bf83-3fd35c5406df --type junit --to output.xml * To get raw JSON output of task results, run: rally task report be3ed685-0919-457f-bf83-3fd35c5406df --json --out output.json 2018-03-26 10:13:31,801 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'be3ed685-0919-457f-bf83-3fd35c5406df'] 2018-03-26 10:13:32,774 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-26 10:13:32,775 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'be3ed685-0919-457f-bf83-3fd35c5406df', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-03-26 10:13:32,782 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-03-26 10:13:32,783 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-03-26 10:13:32,783 - 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-03-26 10:13:32,783 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-26 10:13:32,821 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-26 10:13:32,823 - 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': 'bce2face-b971-4de3-b4dc-684f1407318a', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-ffcd1d26-9744-4bb2-970f-978276fdd3c3', 'flavor_name': 'rally-tiny-ffcd1d26-9744-4bb2-970f-978276fdd3c3', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-ffcd1d26-9744-4bb2-970f-978276fdd3c3', '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-03-26 10:15:10,485 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 68089387-1c28-429a-b66c-e8c1e9426b0c 2018-03-26 10:15:10,486 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '68089387-1c28-429a-b66c-e8c1e9426b0c'] 2018-03-26 10:15:11,403 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 68089387-1c28-429a-b66c-e8c1e9426b0c: 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 68089387-1c28-429a-b66c-e8c1e9426b0c has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.182 | 4.182 | 4.182 | 4.182 | 4.182 | 4.182 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.449 | 0.449 | 0.449 | 0.449 | 0.449 | 0.449 | 100.0% | 1 | | -> glance_v2.upload_data | 1.246 | 1.246 | 1.246 | 1.246 | 1.246 | 1.246 | 100.0% | 1 | | glance_v2.delete_image | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 100.0% | 1 | | total | 5.162 | 5.162 | 5.162 | 5.162 | 5.162 | 5.162 | 100.0% | 1 | | -> duration | 5.162 | 5.162 | 5.162 | 5.162 | 5.162 | 5.162 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.162138 Full duration: 13.972569 -------------------------------------------------------------------------------- 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 68089387-1c28-429a-b66c-e8c1e9426b0c 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.988 | 3.988 | 3.988 | 3.988 | 3.988 | 3.988 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.517 | 0.517 | 0.517 | 0.517 | 0.517 | 0.517 | 100.0% | 1 | | -> glance_v2.upload_data | 1.039 | 1.039 | 1.039 | 1.039 | 1.039 | 1.039 | 100.0% | 1 | | glance_v2.list_images | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 100.0% | 1 | | total | 4.178 | 4.178 | 4.178 | 4.178 | 4.178 | 4.178 | 100.0% | 1 | | -> duration | 4.178 | 4.178 | 4.178 | 4.178 | 4.178 | 4.178 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.177649 Full duration: 16.309217 -------------------------------------------------------------------------------- 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 68089387-1c28-429a-b66c-e8c1e9426b0c 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.36 | 0.36 | 0.36 | 0.36 | 0.36 | 0.36 | 100.0% | 1 | | total | 0.36 | 0.36 | 0.36 | 0.36 | 0.36 | 0.36 | 100.0% | 1 | | -> duration | 0.36 | 0.36 | 0.36 | 0.36 | 0.36 | 0.36 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.35994 Full duration: 7.979057 -------------------------------------------------------------------------------- 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-ffcd1d26-9744-4bb2-970f-978276fdd3c3" }, "number_instances": 2, "nics": [ { "net-id": "bce2face-b971-4de3-b4dc-684f1407318a" } ] }, "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 68089387-1c28-429a-b66c-e8c1e9426b0c has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.21 | 4.21 | 4.21 | 4.21 | 4.21 | 4.21 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 100.0% | 1 | | -> glance_v2.upload_data | 1.166 | 1.166 | 1.166 | 1.166 | 1.166 | 1.166 | 100.0% | 1 | | nova.boot_servers | 14.074 | 14.074 | 14.074 | 14.074 | 14.074 | 14.074 | 100.0% | 1 | | total | 18.284 | 18.284 | 18.284 | 18.284 | 18.284 | 18.284 | 100.0% | 1 | | -> duration | 17.284 | 17.284 | 17.284 | 17.284 | 17.284 | 17.284 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.284402 Full duration: 43.553482 HINTS: * To plot HTML graphics with this data, run: rally task report 68089387-1c28-429a-b66c-e8c1e9426b0c --out output.html * To generate a JUnit report, run: rally task export 68089387-1c28-429a-b66c-e8c1e9426b0c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 68089387-1c28-429a-b66c-e8c1e9426b0c --json --out output.json 2018-03-26 10:15:11,403 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '68089387-1c28-429a-b66c-e8c1e9426b0c'] 2018-03-26 10:15:12,393 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-26 10:15:12,394 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '68089387-1c28-429a-b66c-e8c1e9426b0c', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-03-26 10:15:12,400 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-03-26 10:15:12,401 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-03-26 10:15:12,401 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-ceilometer.yaml 2018-03-26 10:15:12,402 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-26 10:15:12,437 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-26 10:15:12,438 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-03-26 10:15:12,438 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-03-26 10:15:12,438 - 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-03-26 10:15:12,438 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-26 10:15:12,461 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-26 10:15:12,464 - 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': 'bce2face-b971-4de3-b4dc-684f1407318a', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-ffcd1d26-9744-4bb2-970f-978276fdd3c3', 'flavor_name': 'rally-tiny-ffcd1d26-9744-4bb2-970f-978276fdd3c3', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-ffcd1d26-9744-4bb2-970f-978276fdd3c3', '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-03-26 10:18:33,573 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7e03e3b9-d0de-401e-97bf-e38ac416e45e 2018-03-26 10:18:33,574 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '7e03e3b9-d0de-401e-97bf-e38ac416e45e'] 2018-03-26 10:18:34,584 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 7e03e3b9-d0de-401e-97bf-e38ac416e45e: 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 7e03e3b9-d0de-401e-97bf-e38ac416e45e 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.164 | 3.164 | 3.164 | 3.164 | 3.164 | 3.164 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.721 | 2.721 | 2.721 | 2.721 | 2.721 | 2.721 | 100.0% | 1 | | total | 5.885 | 5.885 | 5.885 | 5.885 | 5.885 | 5.885 | 100.0% | 1 | | -> duration | 5.885 | 5.885 | 5.885 | 5.885 | 5.885 | 5.885 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.885499 Full duration: 23.322171 -------------------------------------------------------------------------------- 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 7e03e3b9-d0de-401e-97bf-e38ac416e45e 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.358 | 3.358 | 3.358 | 3.358 | 3.358 | 3.358 | 100.0% | 1 | | cinder_v2.delete_volume | 2.456 | 2.456 | 2.456 | 2.456 | 2.456 | 2.456 | 100.0% | 1 | | total | 5.815 | 5.815 | 5.815 | 5.815 | 5.815 | 5.815 | 100.0% | 1 | | -> duration | 5.815 | 5.815 | 5.815 | 5.815 | 5.815 | 5.815 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.814874 Full duration: 16.764226 -------------------------------------------------------------------------------- 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-ffcd1d26-9744-4bb2-970f-978276fdd3c3" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 7e03e3b9-d0de-401e-97bf-e38ac416e45e has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 9.215 | 9.215 | 9.215 | 9.215 | 9.215 | 9.215 | 100.0% | 1 | | cinder_v2.delete_volume | 2.653 | 2.653 | 2.653 | 2.653 | 2.653 | 2.653 | 100.0% | 1 | | total | 11.868 | 11.868 | 11.868 | 11.868 | 11.868 | 11.868 | 100.0% | 1 | | -> duration | 11.868 | 11.868 | 11.868 | 11.868 | 11.868 | 11.868 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.868419 Full duration: 22.88159 -------------------------------------------------------------------------------- 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 7e03e3b9-d0de-401e-97bf-e38ac416e45e 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.152 | 3.152 | 3.152 | 3.152 | 3.152 | 3.152 | 100.0% | 1 | | cinder_v2.delete_volume | 2.487 | 2.487 | 2.487 | 2.487 | 2.487 | 2.487 | 100.0% | 1 | | total | 5.64 | 5.64 | 5.64 | 5.64 | 5.64 | 5.64 | 100.0% | 1 | | -> duration | 5.64 | 5.64 | 5.64 | 5.64 | 5.64 | 5.64 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.639735 Full duration: 15.76511 -------------------------------------------------------------------------------- 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 7e03e3b9-d0de-401e-97bf-e38ac416e45e 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.198 | 3.198 | 3.198 | 3.198 | 3.198 | 3.198 | 100.0% | 1 | | cinder_v2.extend_volume | 2.366 | 2.366 | 2.366 | 2.366 | 2.366 | 2.366 | 100.0% | 1 | | cinder_v2.delete_volume | 2.451 | 2.451 | 2.451 | 2.451 | 2.451 | 2.451 | 100.0% | 1 | | total | 8.017 | 8.017 | 8.017 | 8.017 | 8.017 | 8.017 | 100.0% | 1 | | -> duration | 8.017 | 8.017 | 8.017 | 8.017 | 8.017 | 8.017 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.01653 Full duration: 18.112132 -------------------------------------------------------------------------------- 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 7e03e3b9-d0de-401e-97bf-e38ac416e45e 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.185 | 3.185 | 3.185 | 3.185 | 3.185 | 3.185 | 100.0% | 1 | | cinder_v2.delete_volume | 2.667 | 2.667 | 2.667 | 2.667 | 2.667 | 2.667 | 100.0% | 1 | | total | 5.852 | 5.852 | 5.852 | 5.852 | 5.852 | 5.852 | 100.0% | 1 | | -> duration | 5.852 | 5.852 | 5.852 | 5.852 | 5.852 | 5.852 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.852485 Full duration: 23.712144 -------------------------------------------------------------------------------- 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 7e03e3b9-d0de-401e-97bf-e38ac416e45e 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.588 | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 100.0% | 1 | | cinder_v2.list_qos | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 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.759413 Full duration: 12.361642 -------------------------------------------------------------------------------- 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 7e03e3b9-d0de-401e-97bf-e38ac416e45e 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.602 | 0.602 | 0.602 | 0.602 | 0.602 | 0.602 | 100.0% | 1 | | cinder_v2.set_qos | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | total | 1.285 | 1.285 | 1.285 | 1.285 | 1.285 | 1.285 | 100.0% | 1 | | -> duration | 1.285 | 1.285 | 1.285 | 1.285 | 1.285 | 1.285 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.284684 Full duration: 12.795735 -------------------------------------------------------------------------------- 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 7e03e3b9-d0de-401e-97bf-e38ac416e45e has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | cinder_v2.list_types | 0.668 | 0.668 | 0.668 | 0.668 | 0.668 | 0.668 | 100.0% | 1 | | total | 1.296 | 1.296 | 1.296 | 1.296 | 1.296 | 1.296 | 100.0% | 1 | | -> duration | 1.296 | 1.296 | 1.296 | 1.296 | 1.296 | 1.296 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.29566 Full duration: 12.92512 -------------------------------------------------------------------------------- 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 7e03e3b9-d0de-401e-97bf-e38ac416e45e 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.631 | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.362 | 0.362 | 0.362 | 0.362 | 0.362 | 0.362 | 100.0% | 1 | | total | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 100.0% | 1 | | -> duration | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.993184 Full duration: 12.6664 HINTS: * To plot HTML graphics with this data, run: rally task report 7e03e3b9-d0de-401e-97bf-e38ac416e45e --out output.html * To generate a JUnit report, run: rally task export 7e03e3b9-d0de-401e-97bf-e38ac416e45e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7e03e3b9-d0de-401e-97bf-e38ac416e45e --json --out output.json 2018-03-26 10:18:34,585 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '7e03e3b9-d0de-401e-97bf-e38ac416e45e'] 2018-03-26 10:18:35,606 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-26 10:18:35,607 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '7e03e3b9-d0de-401e-97bf-e38ac416e45e', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-03-26 10:18:35,615 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-03-26 10:18:35,615 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-03-26 10:18:35,615 - 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-03-26 10:18:35,616 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-26 10:18:35,657 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-26 10:18:35,659 - 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': 'bce2face-b971-4de3-b4dc-684f1407318a', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-ffcd1d26-9744-4bb2-970f-978276fdd3c3', 'flavor_name': 'rally-tiny-ffcd1d26-9744-4bb2-970f-978276fdd3c3', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-ffcd1d26-9744-4bb2-970f-978276fdd3c3', '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-03-26 10:19:58,351 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 20d99a78-e0bb-4c43-a48a-43debda1d084 2018-03-26 10:19:58,352 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '20d99a78-e0bb-4c43-a48a-43debda1d084'] 2018-03-26 10:19:59,416 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 20d99a78-e0bb-4c43-a48a-43debda1d084: 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 20d99a78-e0bb-4c43-a48a-43debda1d084 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.638 | 4.638 | 4.638 | 4.638 | 4.638 | 4.638 | 100.0% | 1 | | heat.update_stack | 2.591 | 2.591 | 2.591 | 2.591 | 2.591 | 2.591 | 100.0% | 1 | | heat.delete_stack | 2.669 | 2.669 | 2.669 | 2.669 | 2.669 | 2.669 | 100.0% | 1 | | total | 9.898 | 9.898 | 9.898 | 9.898 | 9.898 | 9.898 | 100.0% | 1 | | -> duration | 5.898 | 5.898 | 5.898 | 5.898 | 5.898 | 5.898 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.897518 Full duration: 19.847566 -------------------------------------------------------------------------------- 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 20d99a78-e0bb-4c43-a48a-43debda1d084 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.56 | 4.56 | 4.56 | 4.56 | 4.56 | 4.56 | 100.0% | 1 | | heat.check_stack | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 100.0% | 1 | | heat.delete_stack | 1.699 | 1.699 | 1.699 | 1.699 | 1.699 | 1.699 | 100.0% | 1 | | total | 6.921 | 6.921 | 6.921 | 6.921 | 6.921 | 6.921 | 100.0% | 1 | | -> duration | 4.921 | 4.921 | 4.921 | 4.921 | 4.921 | 4.921 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.921447 Full duration: 16.961869 -------------------------------------------------------------------------------- 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 20d99a78-e0bb-4c43-a48a-43debda1d084 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.763 | 4.763 | 4.763 | 4.763 | 4.763 | 4.763 | 100.0% | 1 | | heat.suspend_stack | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 100.0% | 1 | | heat.resume_stack | 1.397 | 1.397 | 1.397 | 1.397 | 1.397 | 1.397 | 100.0% | 1 | | heat.delete_stack | 1.608 | 1.608 | 1.608 | 1.608 | 1.608 | 1.608 | 100.0% | 1 | | total | 8.724 | 8.724 | 8.724 | 8.724 | 8.724 | 8.724 | 100.0% | 1 | | -> duration | 6.724 | 6.724 | 6.724 | 6.724 | 6.724 | 6.724 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.724181 Full duration: 18.75753 -------------------------------------------------------------------------------- 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 20d99a78-e0bb-4c43-a48a-43debda1d084 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.593 | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 100.0% | 1 | | total | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 100.0% | 1 | | -> duration | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.593323 Full duration: 8.361742 HINTS: * To plot HTML graphics with this data, run: rally task report 20d99a78-e0bb-4c43-a48a-43debda1d084 --out output.html * To generate a JUnit report, run: rally task export 20d99a78-e0bb-4c43-a48a-43debda1d084 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 20d99a78-e0bb-4c43-a48a-43debda1d084 --json --out output.json 2018-03-26 10:19:59,416 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '20d99a78-e0bb-4c43-a48a-43debda1d084'] 2018-03-26 10:20:00,483 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-26 10:20:00,483 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '20d99a78-e0bb-4c43-a48a-43debda1d084', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-03-26 10:20:00,490 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-03-26 10:20:00,490 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-03-26 10:20:00,491 - 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-03-26 10:20:00,491 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-26 10:20:00,534 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-26 10:20:00,537 - 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': 'bce2face-b971-4de3-b4dc-684f1407318a', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-ffcd1d26-9744-4bb2-970f-978276fdd3c3', 'flavor_name': 'rally-tiny-ffcd1d26-9744-4bb2-970f-978276fdd3c3', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-ffcd1d26-9744-4bb2-970f-978276fdd3c3', '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-03-26 10:23:16,111 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 6c4bdc78-a81c-4097-8744-ae16d56c93d2 2018-03-26 10:23:16,111 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '6c4bdc78-a81c-4097-8744-ae16d56c93d2'] 2018-03-26 10:23:17,228 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 6c4bdc78-a81c-4097-8744-ae16d56c93d2: 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 6c4bdc78-a81c-4097-8744-ae16d56c93d2 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | keystone_v3.add_role | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 100.0% | 1 | | keystone_v3.revoke_role | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 100.0% | 1 | | total | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 100.0% | 1 | | -> duration | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.86822 Full duration: 14.859687 -------------------------------------------------------------------------------- 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 6c4bdc78-a81c-4097-8744-ae16d56c93d2 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.494 | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 100.0% | 1 | | keystone_v3.add_role | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 100.0% | 1 | | keystone_v3.list_roles | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | total | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 100.0% | 1 | | -> duration | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.714105 Full duration: 14.665876 -------------------------------------------------------------------------------- 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 6c4bdc78-a81c-4097-8744-ae16d56c93d2 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 100.0% | 1 | | keystone_v3.list_projects | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 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.759039 Full duration: 14.817744 -------------------------------------------------------------------------------- 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 6c4bdc78-a81c-4097-8744-ae16d56c93d2 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.507 | 0.507 | 0.507 | 0.507 | 0.507 | 0.507 | 100.0% | 1 | | keystone_v3.delete_role | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | -> duration | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.609228 Full duration: 12.33836 -------------------------------------------------------------------------------- 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 6c4bdc78-a81c-4097-8744-ae16d56c93d2 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.491 | 0.491 | 0.491 | 0.491 | 0.491 | 0.491 | 100.0% | 1 | | keystone_v3.delete_service | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | total | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 100.0% | 1 | | -> duration | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.606796 Full duration: 12.422568 -------------------------------------------------------------------------------- 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 6c4bdc78-a81c-4097-8744-ae16d56c93d2 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.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | keystone_v3.create_user | 0.56 | 0.56 | 0.56 | 0.56 | 0.56 | 0.56 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 100.0% | 1 | | -> keystone_v3.add_role | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 100.0% | 1 | | keystone_v3.create_role | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | keystone_v3.get_project | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | keystone_v3.get_user | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | keystone_v3.get_role | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | keystone_v3.list_services | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | keystone_v3.get_services | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | total | 1.878 | 1.878 | 1.878 | 1.878 | 1.878 | 1.878 | 100.0% | 1 | | -> duration | 1.878 | 1.878 | 1.878 | 1.878 | 1.878 | 1.878 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.877553 Full duration: 19.782711 -------------------------------------------------------------------------------- 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 6c4bdc78-a81c-4097-8744-ae16d56c93d2 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.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | keystone_v3.update_project | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 100.0% | 1 | | keystone_v3.delete_project | 0.145 | 0.145 | 0.145 | 0.145 | 0.145 | 0.145 | 100.0% | 1 | | total | 0.976 | 0.976 | 0.976 | 0.976 | 0.976 | 0.976 | 100.0% | 1 | | -> duration | 0.976 | 0.976 | 0.976 | 0.976 | 0.976 | 0.976 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.975942 Full duration: 12.99617 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 6c4bdc78-a81c-4097-8744-ae16d56c93d2 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.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | total | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 100.0% | 1 | | -> duration | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.763793 Full duration: 14.687318 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 6c4bdc78-a81c-4097-8744-ae16d56c93d2 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | total | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | -> duration | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.680208 Full duration: 14.531099 -------------------------------------------------------------------------------- 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 6c4bdc78-a81c-4097-8744-ae16d56c93d2 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.686 | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 100.0% | 1 | | keystone_v3.list_users | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 100.0% | 1 | | total | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 100.0% | 1 | | -> duration | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.878925 Full duration: 15.079567 -------------------------------------------------------------------------------- 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 6c4bdc78-a81c-4097-8744-ae16d56c93d2 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 100.0% | 1 | | keystone_v3.create_users | 5.099 | 5.099 | 5.099 | 5.099 | 5.099 | 5.099 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.099 | 5.099 | 5.099 | 5.099 | 5.099 | 5.099 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.317 | 1.317 | 1.317 | 1.317 | 1.317 | 1.317 | 100.0% | 1 | | total | 6.75 | 6.75 | 6.75 | 6.75 | 6.75 | 6.75 | 100.0% | 1 | | -> duration | 6.75 | 6.75 | 6.75 | 6.75 | 6.75 | 6.75 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.750368 Full duration: 23.087036 HINTS: * To plot HTML graphics with this data, run: rally task report 6c4bdc78-a81c-4097-8744-ae16d56c93d2 --out output.html * To generate a JUnit report, run: rally task export 6c4bdc78-a81c-4097-8744-ae16d56c93d2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 6c4bdc78-a81c-4097-8744-ae16d56c93d2 --json --out output.json 2018-03-26 10:23:17,229 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '6c4bdc78-a81c-4097-8744-ae16d56c93d2'] 2018-03-26 10:23:18,335 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-26 10:23:18,336 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '6c4bdc78-a81c-4097-8744-ae16d56c93d2', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-03-26 10:23:18,344 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-03-26 10:23:18,345 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-03-26 10:23:18,345 - 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-03-26 10:23:18,345 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-26 10:23:18,387 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-26 10:23:18,395 - 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': 'bce2face-b971-4de3-b4dc-684f1407318a', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-ffcd1d26-9744-4bb2-970f-978276fdd3c3', 'flavor_name': 'rally-tiny-ffcd1d26-9744-4bb2-970f-978276fdd3c3', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-ffcd1d26-9744-4bb2-970f-978276fdd3c3', '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-03-26 10:28:29,580 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 314f1614-edd6-413e-8c59-5c2ee38c8d09 2018-03-26 10:28:29,580 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '314f1614-edd6-413e-8c59-5c2ee38c8d09'] 2018-03-26 10:28:30,553 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 314f1614-edd6-413e-8c59-5c2ee38c8d09: 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 314f1614-edd6-413e-8c59-5c2ee38c8d09 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.946 | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 100.0% | 1 | | neutron.delete_network | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 100.0% | 1 | | total | 1.86 | 1.86 | 1.86 | 1.86 | 1.86 | 1.86 | 100.0% | 1 | | -> duration | 1.86 | 1.86 | 1.86 | 1.86 | 1.86 | 1.86 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.859787 Full duration: 15.013011 -------------------------------------------------------------------------------- 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 314f1614-edd6-413e-8c59-5c2ee38c8d09 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.525 | 1.525 | 1.525 | 1.525 | 1.525 | 1.525 | 100.0% | 1 | | neutron.delete_port | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | total | 2.241 | 2.241 | 2.241 | 2.241 | 2.241 | 2.241 | 100.0% | 1 | | -> duration | 2.241 | 2.241 | 2.241 | 2.241 | 2.241 | 2.241 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.240727 Full duration: 30.313145 -------------------------------------------------------------------------------- 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 314f1614-edd6-413e-8c59-5c2ee38c8d09 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.947 | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 100.0% | 1 | | neutron.create_subnet | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | neutron.create_router | 0.296 | 0.296 | 0.296 | 0.296 | 0.296 | 0.296 | 100.0% | 1 | | neutron.add_interface_router | 1.591 | 1.591 | 1.591 | 1.591 | 1.591 | 1.591 | 100.0% | 1 | | neutron.remove_interface_router | 0.984 | 0.984 | 0.984 | 0.984 | 0.984 | 0.984 | 100.0% | 1 | | neutron.delete_router | 0.421 | 0.421 | 0.421 | 0.421 | 0.421 | 0.421 | 100.0% | 1 | | total | 4.946 | 4.946 | 4.946 | 4.946 | 4.946 | 4.946 | 100.0% | 1 | | -> duration | 4.946 | 4.946 | 4.946 | 4.946 | 4.946 | 4.946 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.945566 Full duration: 36.570679 -------------------------------------------------------------------------------- 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 314f1614-edd6-413e-8c59-5c2ee38c8d09 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.328 | 1.328 | 1.328 | 1.328 | 1.328 | 1.328 | 100.0% | 1 | | neutron.delete_subnet | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 100.0% | 1 | | total | 1.956 | 1.956 | 1.956 | 1.956 | 1.956 | 1.956 | 100.0% | 1 | | -> duration | 1.956 | 1.956 | 1.956 | 1.956 | 1.956 | 1.956 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.955692 Full duration: 28.604787 -------------------------------------------------------------------------------- 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 314f1614-edd6-413e-8c59-5c2ee38c8d09 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.003 | 1.003 | 1.003 | 1.003 | 1.003 | 1.003 | 100.0% | 1 | | neutron.list_networks | 0.369 | 0.369 | 0.369 | 0.369 | 0.369 | 0.369 | 100.0% | 1 | | total | 1.373 | 1.373 | 1.373 | 1.373 | 1.373 | 1.373 | 100.0% | 1 | | -> duration | 1.373 | 1.373 | 1.373 | 1.373 | 1.373 | 1.373 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.372691 Full duration: 16.831934 -------------------------------------------------------------------------------- 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 314f1614-edd6-413e-8c59-5c2ee38c8d09 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.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 100.0% | 1 | | neutron.list_ports | 0.25 | 0.25 | 0.25 | 0.25 | 0.25 | 0.25 | 100.0% | 1 | | total | 1.55 | 1.55 | 1.55 | 1.55 | 1.55 | 1.55 | 100.0% | 1 | | -> duration | 1.55 | 1.55 | 1.55 | 1.55 | 1.55 | 1.55 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.549633 Full duration: 27.76524 -------------------------------------------------------------------------------- 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 314f1614-edd6-413e-8c59-5c2ee38c8d09 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.843 | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 100.0% | 1 | | neutron.create_subnet | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 100.0% | 1 | | neutron.create_router | 0.321 | 0.321 | 0.321 | 0.321 | 0.321 | 0.321 | 100.0% | 1 | | neutron.add_interface_router | 1.433 | 1.433 | 1.433 | 1.433 | 1.433 | 1.433 | 100.0% | 1 | | neutron.list_routers | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 100.0% | 1 | | total | 3.493 | 3.493 | 3.493 | 3.493 | 3.493 | 3.493 | 100.0% | 1 | | -> duration | 3.493 | 3.493 | 3.493 | 3.493 | 3.493 | 3.493 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.492939 Full duration: 36.86061 -------------------------------------------------------------------------------- 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 314f1614-edd6-413e-8c59-5c2ee38c8d09 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.809 | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 100.0% | 1 | | neutron.create_subnet | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 100.0% | 1 | | neutron.list_subnets | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 100.0% | 1 | | total | 1.878 | 1.878 | 1.878 | 1.878 | 1.878 | 1.878 | 100.0% | 1 | | -> duration | 1.878 | 1.878 | 1.878 | 1.878 | 1.878 | 1.878 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.878428 Full duration: 35.806029 -------------------------------------------------------------------------------- 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 314f1614-edd6-413e-8c59-5c2ee38c8d09 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.996 | 0.996 | 0.996 | 0.996 | 0.996 | 0.996 | 100.0% | 1 | | neutron.delete_security_group | 0.294 | 0.294 | 0.294 | 0.294 | 0.294 | 0.294 | 100.0% | 1 | | total | 1.29 | 1.29 | 1.29 | 1.29 | 1.29 | 1.29 | 100.0% | 1 | | -> duration | 1.29 | 1.29 | 1.29 | 1.29 | 1.29 | 1.29 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.289841 Full duration: 14.644807 -------------------------------------------------------------------------------- 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 314f1614-edd6-413e-8c59-5c2ee38c8d09 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.981 | 0.981 | 0.981 | 0.981 | 0.981 | 0.981 | 100.0% | 1 | | neutron.create_security_group_rule | 0.364 | 0.364 | 0.364 | 0.364 | 0.364 | 0.364 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.266 | 0.266 | 0.266 | 0.266 | 0.266 | 0.266 | 100.0% | 1 | | neutron.delete_security_group | 0.291 | 0.291 | 0.291 | 0.291 | 0.291 | 0.291 | 100.0% | 1 | | total | 1.902 | 1.902 | 1.902 | 1.902 | 1.902 | 1.902 | 100.0% | 1 | | -> duration | 1.902 | 1.902 | 1.902 | 1.902 | 1.902 | 1.902 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.901994 Full duration: 14.907931 -------------------------------------------------------------------------------- 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 314f1614-edd6-413e-8c59-5c2ee38c8d09 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.964 | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 100.0% | 1 | | neutron.create_router | 0.368 | 0.368 | 0.368 | 0.368 | 0.368 | 0.368 | 100.0% | 1 | | neutron.add_gateway_router | 2.076 | 2.076 | 2.076 | 2.076 | 2.076 | 2.076 | 100.0% | 1 | | neutron.remove_gateway_router | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 100.0% | 1 | | total | 4.33 | 4.33 | 4.33 | 4.33 | 4.33 | 4.33 | 100.0% | 1 | | -> duration | 4.33 | 4.33 | 4.33 | 4.33 | 4.33 | 4.33 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.330115 Full duration: 24.740709 HINTS: * To plot HTML graphics with this data, run: rally task report 314f1614-edd6-413e-8c59-5c2ee38c8d09 --out output.html * To generate a JUnit report, run: rally task export 314f1614-edd6-413e-8c59-5c2ee38c8d09 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 314f1614-edd6-413e-8c59-5c2ee38c8d09 --json --out output.json 2018-03-26 10:28:30,553 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '314f1614-edd6-413e-8c59-5c2ee38c8d09'] 2018-03-26 10:28:31,637 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-26 10:28:31,638 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '314f1614-edd6-413e-8c59-5c2ee38c8d09', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-03-26 10:28:31,647 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-03-26 10:28:31,647 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-03-26 10:28:31,648 - 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-03-26 10:28:31,648 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-26 10:28:31,688 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-26 10:28:31,694 - 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': 'bce2face-b971-4de3-b4dc-684f1407318a', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-ffcd1d26-9744-4bb2-970f-978276fdd3c3', 'flavor_name': 'rally-tiny-ffcd1d26-9744-4bb2-970f-978276fdd3c3', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-ffcd1d26-9744-4bb2-970f-978276fdd3c3', '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-03-26 10:31:38,720 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2d1de526-dcb5-466f-a2be-59f91b2b4a00 2018-03-26 10:31:38,721 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '2d1de526-dcb5-466f-a2be-59f91b2b4a00'] 2018-03-26 10:31:39,713 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2d1de526-dcb5-466f-a2be-59f91b2b4a00: aborted -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-ffcd1d26-9744-4bb2-970f-978276fdd3c3" }, "image": { "name": "Cirros-0.4.0-ffcd1d26-9744-4bb2-970f-978276fdd3c3" }, "block_migration": false, "nics": [ { "net-id": "bce2face-b971-4de3-b4dc-684f1407318a" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2d1de526-dcb5-466f-a2be-59f91b2b4a00 has 1 error(s) -------------------------------------------------------------------------------- RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/servers.py", line 722, in run block_migration, disk_over_commit) File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 87, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/utils.py", line 770, in _live_migrate "but instance did not change host: %s" % host_pre_migrate) RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.871 | 9.871 | 9.871 | 9.871 | 9.871 | 9.871 | 100.0% | 1 | | nova.find_host_to_migrate | 1.488 | 1.488 | 1.488 | 1.488 | 1.488 | 1.488 | 100.0% | 1 | | nova.live_migrate | 135.942 | 135.942 | 135.942 | 135.942 | 135.942 | 135.942 | 0.0% | 1 | | total | 147.301 | 147.301 | 147.301 | 147.301 | 147.301 | 147.301 | 0.0% | 1 | | -> duration | 146.301 | 146.301 | 146.301 | 146.301 | 146.301 | 146.301 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 146.30109 Full duration: 162.257051 HINTS: * To plot HTML graphics with this data, run: rally task report 2d1de526-dcb5-466f-a2be-59f91b2b4a00 --out output.html * To generate a JUnit report, run: rally task export 2d1de526-dcb5-466f-a2be-59f91b2b4a00 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2d1de526-dcb5-466f-a2be-59f91b2b4a00 --json --out output.json 2018-03-26 10:31:39,714 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2d1de526-dcb5-466f-a2be-59f91b2b4a00'] 2018-03-26 10:31:40,647 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-26 10:31:40,647 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2d1de526-dcb5-466f-a2be-59f91b2b4a00', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-03-26 10:31:40,652 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-03-26 10:31:40,653 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-03-26 10:31:40,653 - 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-03-26 10:31:40,653 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-26 10:31:40,685 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-26 10:31:40,686 - 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': 'bce2face-b971-4de3-b4dc-684f1407318a', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-ffcd1d26-9744-4bb2-970f-978276fdd3c3', 'flavor_name': 'rally-tiny-ffcd1d26-9744-4bb2-970f-978276fdd3c3', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-ffcd1d26-9744-4bb2-970f-978276fdd3c3', '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-03-26 10:32:34,424 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5c838294-f7fb-4515-a98b-da41c32584fe 2018-03-26 10:32:34,424 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '5c838294-f7fb-4515-a98b-da41c32584fe'] 2018-03-26 10:32:35,372 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 5c838294-f7fb-4515-a98b-da41c32584fe: 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 5c838294-f7fb-4515-a98b-da41c32584fe 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.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | quotas.delete_quotas | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 100.0% | 1 | | total | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 100.0% | 1 | | -> duration | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.902434 Full duration: 8.81013 -------------------------------------------------------------------------------- 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 5c838294-f7fb-4515-a98b-da41c32584fe 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.714 | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 100.0% | 1 | | total | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 100.0% | 1 | | -> duration | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.714224 Full duration: 8.76558 -------------------------------------------------------------------------------- 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 5c838294-f7fb-4515-a98b-da41c32584fe 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.317 | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 100.0% | 1 | | total | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 100.0% | 1 | | -> duration | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.71546 Full duration: 8.793655 -------------------------------------------------------------------------------- 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 5c838294-f7fb-4515-a98b-da41c32584fe 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.931 | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 100.0% | 1 | | total | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 100.0% | 1 | | -> duration | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.930735 Full duration: 8.904144 HINTS: * To plot HTML graphics with this data, run: rally task report 5c838294-f7fb-4515-a98b-da41c32584fe --out output.html * To generate a JUnit report, run: rally task export 5c838294-f7fb-4515-a98b-da41c32584fe --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5c838294-f7fb-4515-a98b-da41c32584fe --json --out output.json 2018-03-26 10:32:35,372 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '5c838294-f7fb-4515-a98b-da41c32584fe'] 2018-03-26 10:32:36,326 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-26 10:32:36,326 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '5c838294-f7fb-4515-a98b-da41c32584fe', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-03-26 10:32:36,334 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-03-26 10:32:36,337 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:21 | 4 | 100.00% | | cinder | 02:51 | 10 | 100.00% | | heat | 01:03 | 4 | 100.00% | | keystone | 02:49 | 11 | 100.00% | | neutron | 04:42 | 11 | 100.00% | | nova | 02:42 | 1 | 0.00% | | quotas | 00:35 | 4 | 100.00% | | | | | | | TOTAL: | 00:16:52 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-03-26 10:32:36,337 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-03-26 10:32:44,602 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-03-26 10:32:44,603 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-03-26 10:32:45,130 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-26 10:32:45,130 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 20:38 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-03-26 10:32:45,135 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-03-26 10:32:45,135 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-03-26 10:32:45,235 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-26 10:32:47,605 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-26 10:32:47.337 9824 INFO rally.deployment.engine [-] Deployment f8f7f75b-8b73-4f3f-8969-b1041466f3da | Starting: Destroy cloud and free allocated resources. 2018-03-26 10:32:47.397 9824 INFO rally.deployment.engine [-] Deployment f8f7f75b-8b73-4f3f-8969-b1041466f3da | Completed: Destroy cloud and free allocated resources. 2018-03-26 10:32:47.419 9824 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=6d31a15a-f90d-421b-a6c5-d9b857fbf7c2). 2018-03-26 10:32:47.423 9824 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-26 10:32:49,924 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-26 10:32:49.674 9827 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=3f535756-367a-4f9d-81be-8be6d78b9160) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 3f535756-367a-4f9d-81be-8be6d78b9160 | 2018-03-26T10:32:49 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 3f535756-367a-4f9d-81be-8be6d78b9160 ~/.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-03-26 10:32:53,096 - 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__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-03-26 10:32:53,097 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-26 10:32:55,380 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-26 10:32:55.128 9833 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=6d31a15a-f90d-421b-a6c5-d9b857fbf7c2). 2018-03-26 10:32:55.240 9833 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-26 10:32:58,709 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-26 10:32:57.347 9836 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-26 10:32:57.475 9836 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-26 10:32:58.516 9836 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=91fc4f50-22c9-4632-9afd-67e69d29355b) has been successfully created! Using verifier 'opnfv-tempest' (UUID=91fc4f50-22c9-4632-9afd-67e69d29355b) as the default verifier for the future CLI operations. 2018-03-26 10:33:01,725 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-26 10:33:04,410 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-26 10:33:11,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-26 10:33:16,233 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-26 10:33:15.177 9855 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=91fc4f50-22c9-4632-9afd-67e69d29355b) for deployment 'opnfv-rally' (UUID=3f535756-367a-4f9d-81be-8be6d78b9160). 2018-03-26 10:33:16.100 9855 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=91fc4f50-22c9-4632-9afd-67e69d29355b) has been successfully configured for deployment 'opnfv-rally' (UUID=3f535756-367a-4f9d-81be-8be6d78b9160)! 2018-03-26 10:33:16,233 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-26 10:33:16,233 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-26 10:33:16,235 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-26 10:33:19,861 - 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-03-26 10:33:22,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:33:22.011 9867 INFO rally.api [-] Starting verification (UUID=3554237e-4e18-445c-b2bc-84fbc3b450f6) for deployment 'opnfv-rally' (UUID=3f535756-367a-4f9d-81be-8be6d78b9160) by verifier 'opnfv-tempest' (UUID=91fc4f50-22c9-4632-9afd-67e69d29355b). 2018-03-26 10:33:22,013 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 3554237e-4e18-445c-b2bc-84fbc3b450f6 2018-03-26 10:33:30,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:33:30.745 9867 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-03-26 10:33:31,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:33:31.185 9867 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.219s] 2018-03-26 10:33:31,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:33:31.244 9867 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.059s] 2018-03-26 10:33:31,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:33:31.598 9867 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.891s] 2018-03-26 10:33:33,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:33:33.832 9867 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.233s] 2018-03-26 10:33:34,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:33:34.312 9867 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.413s] 2018-03-26 10:33:35,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:33:35.673 9867 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.200s] 2018-03-26 10:33:37,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:33:37.172 9867 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.066s] 2018-03-26 10:33:37,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:33:37.247 9867 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.074s] 2018-03-26 10:33:37,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:33:37.333 9867 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.086s] 2018-03-26 10:33:39,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:33:39.108 9867 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [3.433s] 2018-03-26 10:33:41,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:33:41.386 9867 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.278s] 2018-03-26 10:33:42,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:33:42.360 9867 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.190s] 2018-03-26 10:33:42,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:33:42.549 9867 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.189s] 2018-03-26 10:33:44,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:33:44.087 9867 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.699s] 2018-03-26 10:33:44,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:33:44.858 9867 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.180s] 2018-03-26 10:33:45,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:33:45.075 9867 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.218s] 2018-03-26 10:33:46,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:33:46.169 9867 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.081s] 2018-03-26 10:33:46,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:33:46.372 9867 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.058s] 2018-03-26 10:33:47,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:33:47.431 9867 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [2.354s] 2018-03-26 10:33:47,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:33:47.580 9867 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.148s] 2018-03-26 10:33:47,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:33:47.762 9867 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.180s] 2018-03-26 10:33:51,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:33:51.700 9867 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.325s] 2018-03-26 10:33:52,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:33:52.536 9867 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [6.364s] 2018-03-26 10:33:56,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:33:56.414 9867 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [3.877s] 2018-03-26 10:33:56,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:33:56.917 9867 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.504s] 2018-03-26 10:33:57,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:33:57.085 9867 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.166s] 2018-03-26 10:33:57,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:33:57.106 9867 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.021s] 2018-03-26 10:33:57,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:33:57.362 9867 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.256s] 2018-03-26 10:34:02,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:02.583 9867 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.063s] 2018-03-26 10:34:02,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:02.596 9867 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.013s] 2018-03-26 10:34:02,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:02.748 9867 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.151s] 2018-03-26 10:34:02,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:02.760 9867 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-03-26 10:34:02,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:02.772 9867 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-03-26 10:34:02,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:02.802 9867 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.031s] 2018-03-26 10:34:02,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:02.871 9867 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.068s] 2018-03-26 10:34:02,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:02.939 9867 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.068s] 2018-03-26 10:34:03,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:03.116 9867 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.176s] 2018-03-26 10:34:03,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:03.136 9867 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.019s] 2018-03-26 10:34:03,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:03.197 9867 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [28.876s] 2018-03-26 10:34:03,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:03.204 9867 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.068s] 2018-03-26 10:34:03,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:03.829 9867 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.509s] 2018-03-26 10:34:04,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:04.415 9867 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.585s] 2018-03-26 10:34:05,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:05.106 9867 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.691s] 2018-03-26 10:34:05,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:05.999 9867 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.890s] 2018-03-26 10:34:06,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:06.521 9867 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.522s] 2018-03-26 10:34:06,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:06.611 9867 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.090s] 2018-03-26 10:34:06,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:06.687 9867 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.076s] 2018-03-26 10:34:06,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:06.772 9867 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.083s] 2018-03-26 10:34:06,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:06.840 9867 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.066s] 2018-03-26 10:34:06,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:06.908 9867 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.068s] 2018-03-26 10:34:07,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:07.056 9867 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.146s] 2018-03-26 10:34:08,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:08.452 9867 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [3.169s] 2018-03-26 10:34:21,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:21.566 9867 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.161s] 2018-03-26 10:34:21,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:21.894 9867 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [5.097s] 2018-03-26 10:34:27,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:27.615 9867 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [9.518s] 2018-03-26 10:34:28,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:28.075 9867 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [24.875s] 2018-03-26 10:34:29,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:29.280 9867 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.385s] 2018-03-26 10:34:31,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:31.830 9867 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.547s] 2018-03-26 10:34:31,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:31.906 9867 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [45.866s] 2018-03-26 10:34:31,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:31.941 9867 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.111s] 2018-03-26 10:34:32,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:32.139 9867 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.198s] 2018-03-26 10:34:32,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:32.334 9867 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.193s] 2018-03-26 10:34:32,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:32.383 9867 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.049s] 2018-03-26 10:34:32,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:32.546 9867 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.931s] 2018-03-26 10:34:32,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:32.921 9867 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.020s] 2018-03-26 10:34:36,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:36.426 9867 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.878s] 2018-03-26 10:34:38,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:38.916 9867 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [10.841s] 2018-03-26 10:34:40,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:40.576 9867 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.150s] 2018-03-26 10:34:44,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:44.286 9867 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.709s] 2018-03-26 10:34:47,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:47.887 9867 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.600s] 2018-03-26 10:34:52,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:34:52.517 9867 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.629s] 2018-03-26 10:35:00,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:00.270 9867 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.751s] 2018-03-26 10:35:02,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:02.099 9867 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [2.614s] 2018-03-26 10:35:02,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:02.170 9867 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.070s] 2018-03-26 10:35:02,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:02.865 9867 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.695s] 2018-03-26 10:35:02,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:02.962 9867 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.095s] 2018-03-26 10:35:02,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:02.963 9867 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-03-26 10:35:05,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:05.409 9867 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [5.137s] 2018-03-26 10:35:05,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:05.551 9867 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.142s] 2018-03-26 10:35:05,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:05.827 9867 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.274s] 2018-03-26 10:35:05,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:05.888 9867 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.062s] 2018-03-26 10:35:05,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:05.953 9867 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.065s] 2018-03-26 10:35:06,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:06.192 9867 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.237s] 2018-03-26 10:35:06,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:06.441 9867 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.248s] 2018-03-26 10:35:06,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:06.648 9867 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.206s] 2018-03-26 10:35:06,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:06.844 9867 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.196s] 2018-03-26 10:35:15,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:15.060 9867 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [8.215s] 2018-03-26 10:35:20,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:20.832 9867 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [74.130s] 2018-03-26 10:35:20,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:20.903 9867 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.071s] 2018-03-26 10:35:21,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:21.093 9867 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [76.241s] 2018-03-26 10:35:21,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:21.223 9867 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.169s] 2018-03-26 10:35:21,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:21.296 9867 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.392s] 2018-03-26 10:35:21,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:21.389 9867 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.091s] 2018-03-26 10:35:21,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:21.390 9867 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-26 10:35:33,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:33.110 9867 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [8.059s] 2018-03-26 10:35:39,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:39.176 9867 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.065s] 2018-03-26 10:35:40,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:40.156 9867 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [61.226s] 2018-03-26 10:35:43,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:43.286 9867 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.627s] 2018-03-26 10:35:43,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:43.525 9867 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.238s] 2018-03-26 10:35:43,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:43.742 9867 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.215s] 2018-03-26 10:35:44,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:44.312 9867 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.569s] 2018-03-26 10:35:44,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:44.745 9867 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.432s] 2018-03-26 10:35:45,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:45.131 9867 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.276s] 2018-03-26 10:35:45,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:45.137 9867 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.393s] 2018-03-26 10:35:45,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:45.500 9867 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.368s] 2018-03-26 10:35:52,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:52.333 9867 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.708s] 2018-03-26 10:35:53,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:53.642 9867 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... fail [1.303s] 2018-03-26 10:35:58,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:58.200 9867 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.556s] 2018-03-26 10:35:59,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:35:59.719 9867 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.524s] 2018-03-26 10:36:01,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:36:01.939 9867 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.216s] 2018-03-26 10:36:02,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:36:02.077 9867 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.010s] 2018-03-26 10:36:02,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:36:02.254 9867 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.177s] 2018-03-26 10:36:02,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:36:02.466 9867 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.211s] 2018-03-26 10:36:02,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:36:02.664 9867 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.199s] 2018-03-26 10:36:02,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:36:02.695 9867 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.030s] 2018-03-26 10:36:03,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:36:03.117 9867 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.420s] 2018-03-26 10:36:03,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:36:03.187 9867 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.248s] 2018-03-26 10:36:03,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:36:03.455 9867 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.338s] 2018-03-26 10:36:03,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:36:03.665 9867 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.209s] 2018-03-26 10:36:03,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:36:03.707 9867 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.041s] 2018-03-26 10:36:03,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:36:03.754 9867 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.046s] 2018-03-26 10:36:05,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:36:05.265 9867 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.075s] 2018-03-26 10:36:05,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:36:05.323 9867 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.060s] 2018-03-26 10:36:31,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:36:31.342 9867 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [70.250s] 2018-03-26 10:36:57,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:36:57.164 9867 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [25.816s] 2018-03-26 10:37:16,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:37:16.513 9867 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [19.348s] 2018-03-26 10:37:37,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:37:37.531 9867 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.729s] 2018-03-26 10:37:47,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:37:47.865 9867 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [10.329s] 2018-03-26 10:38:00,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:38:00.340 9867 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.475s] 2018-03-26 10:38:05,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '3554237e-4e18-445c-b2bc-84fbc3b450f6']'. 2018-03-26 10:38:06,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-26 10:38:06,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-26 10:38:06,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-26 10:38:06,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 3554237e-4e18-445c-b2bc-84fbc3b450f6 | 2018-03-26 10:38:06,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-03-26 10:38:06,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-26 10:33:21 | 2018-03-26 10:38:06,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-26 10:38:04 | 2018-03-26 10:38:06,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:43 | 2018-03-26 10:38:06,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-26 10:38:06,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-26 10:38:06,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 91fc4f50-22c9-4632-9afd-67e69d29355b) | 2018-03-26 10:38:06,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-26 10:38:06,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 3f535756-367a-4f9d-81be-8be6d78b9160) | 2018-03-26 10:38:06,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 130 | 2018-03-26 10:38:06,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 271.678 | 2018-03-26 10:38:06,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 129 | 2018-03-26 10:38:06,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-03-26 10:38:06,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-26 10:38:06,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-26 10:38:06,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-03-26 10:38:06,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-26 10:38:06,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-26 10:38:06,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 99.2307692308% 2018-03-26 10:38:13,557 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-26 10:38:13,557 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 05:12 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-03-26 10:38:13,561 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-03-26 10:38:13,561 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-03-26 10:38:13,663 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-26 10:38:16,130 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-26 10:38:15.749 9973 INFO rally.deployment.engine [-] Deployment 3f535756-367a-4f9d-81be-8be6d78b9160 | Starting: Destroy cloud and free allocated resources. 2018-03-26 10:38:15.824 9973 INFO rally.deployment.engine [-] Deployment 3f535756-367a-4f9d-81be-8be6d78b9160 | Completed: Destroy cloud and free allocated resources. 2018-03-26 10:38:15.865 9973 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=91fc4f50-22c9-4632-9afd-67e69d29355b) for deployment 'opnfv-rally'. 2018-03-26 10:38:15.885 9973 INFO rally.api [-] Deleting verification (UUID=3554237e-4e18-445c-b2bc-84fbc3b450f6). 2018-03-26 10:38:15.914 9973 INFO rally.api [-] Verification has been successfully deleted! 2018-03-26 10:38:15.914 9973 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=91fc4f50-22c9-4632-9afd-67e69d29355b). 2018-03-26 10:38:15.926 9973 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-26 10:38:18,324 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-26 10:38:18.051 9976 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=26c5ac7d-b98c-4648-8944-2c1470e4736c) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 26c5ac7d-b98c-4648-8944-2c1470e4736c | 2018-03-26T10:38:18 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 26c5ac7d-b98c-4648-8944-2c1470e4736c ~/.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-03-26 10:38:21,771 - 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__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-03-26 10:38:21,771 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-26 10:38:23,986 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-26 10:38:23.719 9982 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=91fc4f50-22c9-4632-9afd-67e69d29355b). 2018-03-26 10:38:23.829 9982 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-26 10:38:27,433 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-26 10:38:26.111 9985 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-26 10:38:26.231 9985 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-26 10:38:27.248 9985 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=19192962-cc01-4d4c-a5ff-04661cf4e0a3) has been successfully created! Using verifier 'opnfv-tempest' (UUID=19192962-cc01-4d4c-a5ff-04661cf4e0a3) as the default verifier for the future CLI operations. 2018-03-26 10:38:30,475 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-26 10:38:33,844 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-26 10:38:41,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-26 10:38:47,489 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-26 10:38:45.545 10004 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=19192962-cc01-4d4c-a5ff-04661cf4e0a3) for deployment 'opnfv-rally' (UUID=26c5ac7d-b98c-4648-8944-2c1470e4736c). 2018-03-26 10:38:47.321 10004 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=19192962-cc01-4d4c-a5ff-04661cf4e0a3) has been successfully configured for deployment 'opnfv-rally' (UUID=26c5ac7d-b98c-4648-8944-2c1470e4736c)! 2018-03-26 10:38:47,489 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-26 10:38:47,489 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-26 10:38:47,492 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-26 10:38:47,501 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-26 10:38:50,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-19192962-cc01-4d4c-a5ff-04661cf4e0a3/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-03-26 10:38:50,655 - 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-03-26 10:38:52,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 10:38:52.730 10013 INFO rally.api [-] Starting verification (UUID=7ca32a15-cb9d-4203-bb31-f616fd20f248) for deployment 'opnfv-rally' (UUID=26c5ac7d-b98c-4648-8944-2c1470e4736c) by verifier 'opnfv-tempest' (UUID=19192962-cc01-4d4c-a5ff-04661cf4e0a3). 2018-03-26 10:38:52,731 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 7ca32a15-cb9d-4203-bb31-f616fd20f248 2018-03-26 10:41:32,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '7ca32a15-cb9d-4203-bb31-f616fd20f248']'. 2018-03-26 10:41:33,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-26 10:41:33,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-26 10:41:33,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-26 10:41:33,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 7ca32a15-cb9d-4203-bb31-f616fd20f248 | 2018-03-26 10:41:33,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-03-26 10:41:33,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-26 10:38:52 | 2018-03-26 10:41:33,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-26 10:41:32 | 2018-03-26 10:41:33,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:40 | 2018-03-26 10:41:33,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-26 10:41:33,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-26 10:41:33,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 19192962-cc01-4d4c-a5ff-04661cf4e0a3) | 2018-03-26 10:41:33,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-26 10:41:33,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 26c5ac7d-b98c-4648-8944-2c1470e4736c) | 2018-03-26 10:41:33,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-03-26 10:41:33,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 148.733 | 2018-03-26 10:41:33,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 122 | 2018-03-26 10:41:33,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-03-26 10:41:33,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-26 10:41:33,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-26 10:41:33,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-03-26 10:41:33,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-26 10:41:33,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-26 10:41:33,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 98.3870967742% 2018-03-26 10:41:39,560 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-26 10:41:39,561 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:09 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-03-26 10:41:39,565 - xtesting.ci.run_tests - ERROR - The test case 'patrole' failed. 2018-03-26 10:41:39,565 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-03-26 10:42:00,150 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-03-26 10:42:00,150 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-03-26 10:42:00,201 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-03-26 10:42:00,317 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-26 10:42:00,317 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:19 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-26 10:42:00,321 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-03-26 10:42:01,307 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-26 12:02:28,200 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-26 12:02:28,201 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 80:27 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-03-26 12:02:28,206 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-03-26 12:02:28,206 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-03-26 12:02:28,302 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-26 12:02:30,908 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-26 12:02:30.472 10131 INFO rally.deployment.engine [-] Deployment 26c5ac7d-b98c-4648-8944-2c1470e4736c | Starting: Destroy cloud and free allocated resources. 2018-03-26 12:02:30.544 10131 INFO rally.deployment.engine [-] Deployment 26c5ac7d-b98c-4648-8944-2c1470e4736c | Completed: Destroy cloud and free allocated resources. 2018-03-26 12:02:30.603 10131 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=19192962-cc01-4d4c-a5ff-04661cf4e0a3) for deployment 'opnfv-rally'. 2018-03-26 12:02:30.635 10131 INFO rally.api [-] Deleting verification (UUID=7ca32a15-cb9d-4203-bb31-f616fd20f248). 2018-03-26 12:02:30.669 10131 INFO rally.api [-] Verification has been successfully deleted! 2018-03-26 12:02:30.669 10131 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=19192962-cc01-4d4c-a5ff-04661cf4e0a3). 2018-03-26 12:02:30.678 10131 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-26 12:02:33,257 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-26 12:02:32.991 10134 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=6bb6d0f5-101c-469a-a7bb-b1c7dbd68b04) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 6bb6d0f5-101c-469a-a7bb-b1c7dbd68b04 | 2018-03-26T12:02:32 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 6bb6d0f5-101c-469a-a7bb-b1c7dbd68b04 ~/.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-03-26 12:02:36,469 - 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__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-03-26 12:02:36,470 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-26 12:02:38,823 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-26 12:02:38.582 10140 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=19192962-cc01-4d4c-a5ff-04661cf4e0a3). 2018-03-26 12:02:38.706 10140 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-26 12:02:42,252 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-26 12:02:40.875 10143 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-26 12:02:41.006 10143 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-26 12:02:42.077 10143 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=165039fc-e8ff-4326-9ebf-944b2105def5) has been successfully created! Using verifier 'opnfv-tempest' (UUID=165039fc-e8ff-4326-9ebf-944b2105def5) as the default verifier for the future CLI operations. 2018-03-26 12:02:56,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-26 12:03:02,045 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-26 12:03:01.015 10162 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=165039fc-e8ff-4326-9ebf-944b2105def5) for deployment 'opnfv-rally' (UUID=6bb6d0f5-101c-469a-a7bb-b1c7dbd68b04). 2018-03-26 12:03:01.859 10162 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=165039fc-e8ff-4326-9ebf-944b2105def5) has been successfully configured for deployment 'opnfv-rally' (UUID=6bb6d0f5-101c-469a-a7bb-b1c7dbd68b04)! 2018-03-26 12:03:05,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-165039fc-e8ff-4326-9ebf-944b2105def5/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-03-26 12:03:05,062 - 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-03-26 12:03:07,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 12:03:07.104 10171 INFO rally.api [-] Starting verification (UUID=d3331424-bec0-4e6b-b925-a565d56b4b81) for deployment 'opnfv-rally' (UUID=6bb6d0f5-101c-469a-a7bb-b1c7dbd68b04) by verifier 'opnfv-tempest' (UUID=165039fc-e8ff-4326-9ebf-944b2105def5). 2018-03-26 12:06:16,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd3331424-bec0-4e6b-b925-a565d56b4b81']'. 2018-03-26 12:06:17,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-26 12:06:17,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-26 12:06:17,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-26 12:06:17,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d3331424-bec0-4e6b-b925-a565d56b4b81 | 2018-03-26 12:06:17,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-03-26 12:06:17,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-26 12:03:07 | 2018-03-26 12:06:17,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-26 12:06:16 | 2018-03-26 12:06:17,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:09 | 2018-03-26 12:06:17,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-26 12:06:17,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-26 12:06:17,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 165039fc-e8ff-4326-9ebf-944b2105def5) | 2018-03-26 12:06:17,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-26 12:06:17,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 6bb6d0f5-101c-469a-a7bb-b1c7dbd68b04) | 2018-03-26 12:06:17,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-03-26 12:06:17,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 171.192 | 2018-03-26 12:06:17,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-03-26 12:06:17,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-03-26 12:06:17,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-26 12:06:17,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-26 12:06:17,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-03-26 12:06:17,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-26 12:06:17,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-26 12:06:17,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 97.6744186047% 2018-03-26 12:06:25,177 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-26 12:06:25,177 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:40 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-03-26 12:06:25,181 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-03-26 12:06:25,182 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:52 | PASS | | vping_userdata | functest | smoke | 00:40 | PASS | | tempest_smoke_serial | functest | smoke | 15:32 | PASS | | rally_sanity | functest | smoke | 20:38 | FAIL | | refstack_defcore | functest | smoke | 05:12 | FAIL | | patrole | functest | smoke | 03:09 | FAIL | | odl | functest | smoke | 00:19 | PASS | | snaps_smoke | functest | smoke | 80:27 | FAIL | | neutron_trunk | functest | smoke | 03:40 | FAIL | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-03-26 12:06:25,189 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-26 12:06:28,435 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-57 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-26 12:06:28,439 - 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=e9qyBRKURQXEEHyWBqFCm7JfM export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-03-26 12:06:28,439 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-26 12:06:28,440 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-26 12:06:28,441 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | 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-03-26 12:06:28,445 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-26 12:06:30,812 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-57 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-26 12:06:30,817 - 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=e9qyBRKURQXEEHyWBqFCm7JfM export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-03-26 12:06:30,817 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-26 12:06:30,817 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-26 12:06:30,818 - 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-03-26 12:06:30,820 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-26 12:06:33,275 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-57 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-26 12:06:33,277 - 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=e9qyBRKURQXEEHyWBqFCm7JfM export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-03-26 12:06:33,277 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-26 12:06:33,277 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-26 12:06:33,277 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-03-26 12:06:33,278 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK