2018-04-04 00:54:06,038 - functest.ci.check_deployment - DEBUG - 172.30.9.30:5000 is reachable! 2018-04-04 00:54:06,038 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.30:5000/v3 ...OK 2018-04-04 00:54:06,499 - functest.ci.check_deployment - INFO - Got token ...OK 2018-04-04 00:54:06,883 - functest.ci.check_deployment - DEBUG - 172.30.9.30:5000 is reachable! 2018-04-04 00:54:06,884 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.30:5000 ...OK 2018-04-04 00:54:07,345 - functest.ci.check_deployment - DEBUG - 172.30.9.30:8774 is reachable! 2018-04-04 00:54:07,345 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.30:8774/v2.1 ...OK 2018-04-04 00:54:07,799 - functest.ci.check_deployment - DEBUG - 172.30.9.30:9696 is reachable! 2018-04-04 00:54:07,799 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.30:9696 ...OK 2018-04-04 00:54:08,180 - functest.ci.check_deployment - DEBUG - 172.30.9.30:9292 is reachable! 2018-04-04 00:54:08,180 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.30:9292 ...OK 2018-04-04 00:54:09,458 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-04-04 00:54:11,010 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-04-04 00:54:11,047 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-04-04 00:54:12,631 - functest.ci.check_deployment - INFO - External network found: external 2018-04-04 00:54:15,184 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-96 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-04 00:54:15,189 - 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=Ca6qTqXBDt7GhMEbqXJ9pXmgA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-04 00:54:15,189 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-04 00:54:15,190 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (merge)|(verify)|(daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ 2018-04-04 00:54:15,192 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-04 00:54:15,192 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-04 00:54:18,072 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-04 00:54:27,027 - 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.944s OK 2018-04-04 00:54:27,144 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-04 00:54:27,145 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-04 00:54:27,148 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-04 00:54:28,890 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-04 01:11:03,499 - 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 994.556s OK 2018-04-04 01:11:03,624 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-04 01:11:03,625 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 16:35 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-04 01:11:03,630 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-04 01:11:04,502 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-04 01:12:10,789 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 66.286s OK 2018-04-04 01:12:10,903 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-04 01:12:10,903 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 01:06 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-04 01:12:10,907 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | api_check | functest | healthcheck | 16:35 | PASS | | snaps_health_check | functest | healthcheck | 01:06 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-04 01:12:10,910 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-04 01:12:13,568 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-96 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-04 01:12:13,570 - 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=Ca6qTqXBDt7GhMEbqXJ9pXmgA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-04 01:12:13,570 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-04 01:12:13,571 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-04-04 01:12:13,572 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-04 01:12:13,572 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-04 01:12:14,382 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-04 01:12:14,382 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-04 01:12:14,787 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-04 01:12:14,787 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-04-04 01:12:15,182 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-04 01:12:15,182 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-04 01:12:15' 2018-04-04 01:12:15,182 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--fe09ec6d-ee2e-40b8-96eb-f54c26b180b3' 2018-04-04 01:12:19,483 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-fe09ec6d-ee2e-40b8-96eb-f54c26b180b3' 2018-04-04 01:12:23,218 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-fe09ec6d-ee2e-40b8-96eb-f54c26b180b3' 2018-04-04 01:12:37,106 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-fe09ec6d-ee2e-40b8-96eb-f54c26b180b3' 2018-04-04 01:12:38,694 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-fe09ec6d-ee2e-40b8-96eb-f54c26b180b3' 2018-04-04 01:12:39,442 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-fe09ec6d-ee2e-40b8-96eb-f54c26b180b3' 2018-04-04 01:12:47,522 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-fe09ec6d-ee2e-40b8-96eb-f54c26b180b3' 2018-04-04 01:12:53,449 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-fe09ec6d-ee2e-40b8-96eb-f54c26b180b3' 2018-04-04 01:13:23,086 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-04 01:13:32,722 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-04 01:13:32,868 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-04 01:13:33,875 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-04 01:13:33,876 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-04 01:13:33,876 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-04 01:13:34,362 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-04 01:13:34,363 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:19 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-04 01:14:05,177 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-04 01:14:05,274 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-04 01:14:05,274 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-04 01:14:05' 2018-04-04 01:14:05,274 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--f20e33c2-0951-4c25-85c7-6bccc5c2ed92' 2018-04-04 01:14:11,565 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-f20e33c2-0951-4c25-85c7-6bccc5c2ed92' 2018-04-04 01:14:14,154 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-f20e33c2-0951-4c25-85c7-6bccc5c2ed92' 2018-04-04 01:14:27,359 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-f20e33c2-0951-4c25-85c7-6bccc5c2ed92' 2018-04-04 01:14:28,435 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-f20e33c2-0951-4c25-85c7-6bccc5c2ed92' 2018-04-04 01:14:35,464 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-f20e33c2-0951-4c25-85c7-6bccc5c2ed92' 2018-04-04 01:14:42,971 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-04 01:15:01,223 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-04 01:15:03,766 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-04 01:15:06,221 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-04 01:15:06,332 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-04 01:15:06,332 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 01:01 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-04 01:15:40,152 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-04 01:15:40,273 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-04 01:15:45,106 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-04 01:15:44.799 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=feba53e9-5e96-45b0-b515-78f36891f46b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | feba53e9-5e96-45b0-b515-78f36891f46b | 2018-04-04T01:15:44 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: feba53e9-5e96-45b0-b515-78f36891f46b ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-04 01:15:48,397 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-04 01:15:48,397 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-04 01:15:54,481 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-04 01:15:52.622 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-04 01:15:52.765 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-04 01:15:54.249 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a9ed8f00-b86b-41d8-97d2-146a9cc69a86) has been successfully created! Using verifier 'opnfv-tempest' (UUID=a9ed8f00-b86b-41d8-97d2-146a9cc69a86) as the default verifier for the future CLI operations. 2018-04-04 01:15:57,399 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-04 01:16:00,092 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-04 01:16:13,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-04 01:16:19,187 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-04 01:16:18.189 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a9ed8f00-b86b-41d8-97d2-146a9cc69a86) for deployment 'opnfv-rally' (UUID=feba53e9-5e96-45b0-b515-78f36891f46b). 2018-04-04 01:16:19.023 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a9ed8f00-b86b-41d8-97d2-146a9cc69a86) has been successfully configured for deployment 'opnfv-rally' (UUID=feba53e9-5e96-45b0-b515-78f36891f46b)! 2018-04-04 01:16:19,187 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-04 01:16:19,188 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-04 01:16:19,190 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-04 01:16:19,194 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-04 01:16:22,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-a9ed8f00-b86b-41d8-97d2-146a9cc69a86/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-04 01:16:22,514 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-04 01:16:22,515 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-04 01:16:22,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-04-04 01:16:24,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:16:24.697 55 INFO rally.api [-] Starting verification (UUID=a94f1c23-a61b-4190-9bb5-6e1642c34b57) for deployment 'opnfv-rally' (UUID=feba53e9-5e96-45b0-b515-78f36891f46b) by verifier 'opnfv-tempest' (UUID=a9ed8f00-b86b-41d8-97d2-146a9cc69a86). 2018-04-04 01:16:24,699 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: a94f1c23-a61b-4190-9bb5-6e1642c34b57 2018-04-04 01:16:33,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:16:33.178 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.176s] 2018-04-04 01:16:33,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:16:33.263 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.084s] 2018-04-04 01:16:41,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:16:41.019 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [2.094s] 2018-04-04 01:16:44,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:16:44.208 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.189s] 2018-04-04 01:16:58,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:16:58.739 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.463s] 2018-04-04 01:17:24,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:17:24.023 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [18.971s] 2018-04-04 01:18:14,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:18:14.377 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.110s] 2018-04-04 01:18:14,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:18:14.379 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-04 01:18:59,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:18:59.466 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.082s] 2018-04-04 01:18:59,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:18:59.468 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-04 01:19:45,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:19:45.216 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.063s] 2018-04-04 01:19:45,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:19:45.218 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-04 01:20:51,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:20:51.956 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [21.082s] 2018-04-04 01:21:25,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:21:25.097 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.050s] 2018-04-04 01:21:25,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:21:25.199 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.101s] 2018-04-04 01:21:35,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:21:35.645 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.668s] 2018-04-04 01:21:35,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:21:35.654 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-04-04 01:21:37,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:21:37.229 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-04 01:21:37,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:21:37.230 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-04 01:21:42,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:21:42.183 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.422s] 2018-04-04 01:21:48,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:21:48.436 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.080s] 2018-04-04 01:21:55,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:21:55.424 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.774s] 2018-04-04 01:22:04,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:22:04.625 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.101s] 2018-04-04 01:22:15,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:22:15.179 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.317s] 2018-04-04 01:22:21,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:22:21.796 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.481s] 2018-04-04 01:22:28,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:22:28.929 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.226s] 2018-04-04 01:22:37,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:22:37.544 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.511s] 2018-04-04 01:22:46,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:22:46.888 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [1.168s] 2018-04-04 01:22:55,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:22:55.445 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.064s] 2018-04-04 01:22:57,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:22:57.575 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-04 01:22:59,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:22:59.640 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.073s] 2018-04-04 01:22:59,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:22:59.716 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.075s] 2018-04-04 01:22:59,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:22:59.793 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.077s] 2018-04-04 01:22:59,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:22:59.800 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-04-04 01:23:04,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:23:04.569 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.382s] 2018-04-04 01:23:11,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:23:11.265 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [6.695s] 2018-04-04 01:23:14,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:23:14.908 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.642s] 2018-04-04 01:23:26,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:23:26.741 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-04-04 01:23:34,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:23:34.667 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.615s] 2018-04-04 01:23:54,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:23:54.491 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.871s] 2018-04-04 01:23:59,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:23:59.556 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.065s] 2018-04-04 01:24:14,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:24:14.666 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.175s] 2018-04-04 01:24:19,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:24:19.004 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.335s] 2018-04-04 01:24:28,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:24:28.718 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.713s] 2018-04-04 01:24:38,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:24:38.587 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.009s] 2018-04-04 01:24:43,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:24:43.412 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.823s] 2018-04-04 01:24:49,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:24:49.359 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [5.946s] 2018-04-04 01:25:06,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:25:06.690 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.488s] 2018-04-04 01:25:07,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:25:07.215 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.525s] 2018-04-04 01:25:07,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:25:07.476 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.261s] 2018-04-04 01:25:07,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:25:07.671 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.194s] 2018-04-04 01:25:07,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:25:07.923 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.251s] 2018-04-04 01:25:08,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:25:08.129 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.205s] 2018-04-04 01:25:23,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:25:23.090 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.189s] 2018-04-04 01:25:23,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:25:23.519 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.429s] 2018-04-04 01:25:23,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:25:23.628 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.108s] 2018-04-04 01:25:23,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:25:23.838 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.209s] 2018-04-04 01:25:24,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:25:24.087 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.248s] 2018-04-04 01:25:24,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:25:24.292 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.205s] 2018-04-04 01:25:39,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:25:39.027 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.761s] 2018-04-04 01:25:45,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:25:45.578 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.550s] 2018-04-04 01:25:47,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:25:47.507 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.928s] 2018-04-04 01:25:47,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:25:47.567 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.060s] 2018-04-04 01:25:47,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:25:47.761 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.195s] 2018-04-04 01:26:00,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:26:00.907 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.628s] 2018-04-04 01:26:08,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:26:08.605 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [7.697s] 2018-04-04 01:26:11,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:26:11.016 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.410s] 2018-04-04 01:26:11,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:26:11.224 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.209s] 2018-04-04 01:26:11,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:26:11.414 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.189s] 2018-04-04 01:26:35,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:26:35.261 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [17.732s] 2018-04-04 01:26:49,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:26:49.793 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [14.531s] 2018-04-04 01:27:02,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:27:02.436 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [12.642s] 2018-04-04 01:27:14,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:27:14.026 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [11.590s] 2018-04-04 01:27:51,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:27:51.239 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [18.833s] 2018-04-04 01:28:05,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:28:05.852 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [14.612s] 2018-04-04 01:28:19,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:28:19.550 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [13.697s] 2018-04-04 01:28:29,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:28:29.864 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [10.313s] 2018-04-04 01:28:49,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:28:49.581 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.596s] 2018-04-04 01:28:52,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:28:52.415 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.832s] 2018-04-04 01:28:52,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:28:52.606 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.193s] 2018-04-04 01:28:58,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:28:58.350 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.779s] 2018-04-04 01:29:02,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:29:02.003 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.649s] 2018-04-04 01:29:02,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:29:02.181 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.181s] 2018-04-04 01:29:06,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:29:06.932 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.162s] 2018-04-04 01:29:10,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:29:10.884 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-04-04 01:29:12,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:29:12.504 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-04 01:29:12,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:29:12.507 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-04 01:29:12,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:29:12.508 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-04 01:29:12,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:29:12.509 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-04 01:29:12,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:29:12.510 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-04 01:29:14,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:29:14.409 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-04-04 01:29:36,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:29:36.155 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [15.582s] 2018-04-04 01:29:51,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:29:51.365 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.905s] 2018-04-04 01:30:15,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:30:15.019 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [23.650s] 2018-04-04 01:30:26,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:30:26.569 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.039s] 2018-04-04 01:32:14,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:32:14.696 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [97.880s] 2018-04-04 01:33:16,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:33:16.667 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [47.957s] 2018-04-04 01:34:27,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:34:27.868 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [36.163s] 2018-04-04 01:34:50,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a94f1c23-a61b-4190-9bb5-6e1642c34b57']'. 2018-04-04 01:34:51,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-04 01:34:51,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-04 01:34:51,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-04 01:34:51,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a94f1c23-a61b-4190-9bb5-6e1642c34b57 | 2018-04-04 01:34:51,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-04 01:34:51,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-04 01:16:24 | 2018-04-04 01:34:51,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-04 01:34:50 | 2018-04-04 01:34:51,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:18:26 | 2018-04-04 01:34:51,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-04 01:34:51,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-04 01:34:51,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-04 01:34:51,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: a9ed8f00-b86b-41d8-97d2-146a9cc69a86) | 2018-04-04 01:34:51,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-04 01:34:51,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: feba53e9-5e96-45b0-b515-78f36891f46b) | 2018-04-04 01:34:51,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-04 01:34:51,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1076.887 | 2018-04-04 01:34:51,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-04-04 01:34:51,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-04 01:34:51,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-04 01:34:51,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-04 01:34:51,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-04 01:34:51,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-04 01:34:51,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-04 01:34:51,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-04-04 01:35:06,258 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-04 01:35:06,258 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 19:09 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-04-04 01:35:06,263 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-04 01:35:06,364 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-04 01:35:06,770 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-04 01:35:06,770 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-04-04 01:35:07,139 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-04 01:35:09,681 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-04 01:35:09.252 119 INFO rally.deployment.engine [-] Deployment feba53e9-5e96-45b0-b515-78f36891f46b | Starting: Destroy cloud and free allocated resources. 2018-04-04 01:35:09.337 119 INFO rally.deployment.engine [-] Deployment feba53e9-5e96-45b0-b515-78f36891f46b | Completed: Destroy cloud and free allocated resources. 2018-04-04 01:35:09.374 119 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=a9ed8f00-b86b-41d8-97d2-146a9cc69a86) for deployment 'opnfv-rally'. 2018-04-04 01:35:09.390 119 INFO rally.api [-] Deleting verification (UUID=a94f1c23-a61b-4190-9bb5-6e1642c34b57). 2018-04-04 01:35:09.461 119 INFO rally.api [-] Verification has been successfully deleted! 2018-04-04 01:35:09.462 119 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=a9ed8f00-b86b-41d8-97d2-146a9cc69a86). 2018-04-04 01:35:09.474 119 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-04 01:35:12,260 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-04 01:35:11.981 122 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=deb49be2-a128-423f-907a-c08de6cd2752) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | deb49be2-a128-423f-907a-c08de6cd2752 | 2018-04-04T01:35:11 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: deb49be2-a128-423f-907a-c08de6cd2752 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-04 01:35:15,644 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-04 01:35:15,645 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-04 01:35:17,296 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-1b18cd0f-e508-4862-b14a-fb9d5f2314c3'... 2018-04-04 01:35:22,200 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-1b18cd0f-e508-4862-b14a-fb9d5f2314c3'... 2018-04-04 01:35:25,080 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-1b18cd0f-e508-4862-b14a-fb9d5f2314c3'... 2018-04-04 01:35:38,168 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-1b18cd0f-e508-4862-b14a-fb9d5f2314c3'... 2018-04-04 01:35:38,885 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-1b18cd0f-e508-4862-b14a-fb9d5f2314c3'... 2018-04-04 01:35:39,607 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-04 01:35:39,608 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-04-04 01:35:39,609 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-04 01:35:39,652 - 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-04-04 01:35:39,668 - 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': '28c504ae-3920-48cd-8d0b-34fc7415a6e6', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-1b18cd0f-e508-4862-b14a-fb9d5f2314c3', 'flavor_name': 'rally-tiny-1b18cd0f-e508-4862-b14a-fb9d5f2314c3', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-1b18cd0f-e508-4862-b14a-fb9d5f2314c3', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-04 01:36:46,699 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 380054a2-b819-4634-91ea-0f1aee427084 2018-04-04 01:36:46,699 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-04 01:36:46,701 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '380054a2-b819-4634-91ea-0f1aee427084'] 2018-04-04 01:36:47,814 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 380054a2-b819-4634-91ea-0f1aee427084: 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 380054a2-b819-4634-91ea-0f1aee427084 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.48 | 0.48 | 0.48 | 0.48 | 0.48 | 0.48 | 100.0% | 1 | | total | 0.48 | 0.48 | 0.48 | 0.48 | 0.48 | 0.48 | 100.0% | 1 | | -> duration | 0.48 | 0.48 | 0.48 | 0.48 | 0.48 | 0.48 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.480103 Full duration: 7.17529 -------------------------------------------------------------------------------- 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 380054a2-b819-4634-91ea-0f1aee427084 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.343 | 0.343 | 0.343 | 0.343 | 0.343 | 0.343 | 100.0% | 1 | | total | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 100.0% | 1 | | -> duration | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.769715 Full duration: 7.994325 -------------------------------------------------------------------------------- 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 380054a2-b819-4634-91ea-0f1aee427084 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.528 | 0.528 | 0.528 | 0.528 | 0.528 | 0.528 | 100.0% | 1 | | total | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 100.0% | 1 | | -> duration | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.948598 Full duration: 8.269093 -------------------------------------------------------------------------------- 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 380054a2-b819-4634-91ea-0f1aee427084 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.364 | 0.364 | 0.364 | 0.364 | 0.364 | 0.364 | 100.0% | 1 | | total | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | -> duration | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.783387 Full duration: 8.187302 -------------------------------------------------------------------------------- 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 380054a2-b819-4634-91ea-0f1aee427084 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.54 | 0.54 | 0.54 | 0.54 | 0.54 | 0.54 | 100.0% | 1 | | total | 0.939 | 0.939 | 0.939 | 0.939 | 0.939 | 0.939 | 100.0% | 1 | | -> duration | 0.939 | 0.939 | 0.939 | 0.939 | 0.939 | 0.939 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.939315 Full duration: 8.29357 -------------------------------------------------------------------------------- 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 380054a2-b819-4634-91ea-0f1aee427084 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.219 | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 100.0% | 1 | | total | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | -> duration | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.69249 Full duration: 7.372312 HINTS: * To plot HTML graphics with this data, run: rally task report 380054a2-b819-4634-91ea-0f1aee427084 --out output.html * To generate a JUnit report, run: rally task export 380054a2-b819-4634-91ea-0f1aee427084 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 380054a2-b819-4634-91ea-0f1aee427084 --json --out output.json 2018-04-04 01:36:47,814 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '380054a2-b819-4634-91ea-0f1aee427084'] 2018-04-04 01:36:48,689 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-04 01:36:48,689 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '380054a2-b819-4634-91ea-0f1aee427084', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-04 01:36:48,697 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-04 01:36:48,697 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-04 01:36:48,697 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-04-04 01:36:48,697 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-04 01:36:48,738 - 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-04-04 01:36:48,740 - 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': '28c504ae-3920-48cd-8d0b-34fc7415a6e6', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-1b18cd0f-e508-4862-b14a-fb9d5f2314c3', 'flavor_name': 'rally-tiny-1b18cd0f-e508-4862-b14a-fb9d5f2314c3', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-1b18cd0f-e508-4862-b14a-fb9d5f2314c3', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-04 01:39:05,056 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e7cced46-5a8d-4178-94b4-18cae332f301 2018-04-04 01:39:05,056 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e7cced46-5a8d-4178-94b4-18cae332f301'] 2018-04-04 01:39:06,052 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e7cced46-5a8d-4178-94b4-18cae332f301: 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 e7cced46-5a8d-4178-94b4-18cae332f301 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 8.15 | 8.15 | 8.15 | 8.15 | 8.15 | 8.15 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.501 | 0.501 | 0.501 | 0.501 | 0.501 | 0.501 | 100.0% | 1 | | -> glance_v2.upload_data | 4.696 | 4.696 | 4.696 | 4.696 | 4.696 | 4.696 | 100.0% | 1 | | glance_v2.delete_image | 3.129 | 3.129 | 3.129 | 3.129 | 3.129 | 3.129 | 100.0% | 1 | | total | 11.279 | 11.279 | 11.279 | 11.279 | 11.279 | 11.279 | 100.0% | 1 | | -> duration | 11.279 | 11.279 | 11.279 | 11.279 | 11.279 | 11.279 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.279214 Full duration: 19.761517 -------------------------------------------------------------------------------- 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 e7cced46-5a8d-4178-94b4-18cae332f301 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 7.179 | 7.179 | 7.179 | 7.179 | 7.179 | 7.179 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.513 | 0.513 | 0.513 | 0.513 | 0.513 | 0.513 | 100.0% | 1 | | -> glance_v2.upload_data | 4.21 | 4.21 | 4.21 | 4.21 | 4.21 | 4.21 | 100.0% | 1 | | glance_v2.list_images | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | total | 7.36 | 7.36 | 7.36 | 7.36 | 7.36 | 7.36 | 100.0% | 1 | | -> duration | 7.36 | 7.36 | 7.36 | 7.36 | 7.36 | 7.36 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.360042 Full duration: 23.597749 -------------------------------------------------------------------------------- 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 e7cced46-5a8d-4178-94b4-18cae332f301 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.422 | 0.422 | 0.422 | 0.422 | 0.422 | 0.422 | 100.0% | 1 | | total | 0.422 | 0.422 | 0.422 | 0.422 | 0.422 | 0.422 | 100.0% | 1 | | -> duration | 0.422 | 0.422 | 0.422 | 0.422 | 0.422 | 0.422 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.422418 Full duration: 8.778487 -------------------------------------------------------------------------------- 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-1b18cd0f-e508-4862-b14a-fb9d5f2314c3" }, "number_instances": 2, "nics": [ { "net-id": "28c504ae-3920-48cd-8d0b-34fc7415a6e6" } ] }, "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 e7cced46-5a8d-4178-94b4-18cae332f301 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 7.128 | 7.128 | 7.128 | 7.128 | 7.128 | 7.128 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.5 | 0.5 | 0.5 | 0.5 | 0.5 | 0.5 | 100.0% | 1 | | -> glance_v2.upload_data | 4.192 | 4.192 | 4.192 | 4.192 | 4.192 | 4.192 | 100.0% | 1 | | nova.boot_servers | 20.2 | 20.2 | 20.2 | 20.2 | 20.2 | 20.2 | 100.0% | 1 | | total | 27.33 | 27.33 | 27.33 | 27.33 | 27.33 | 27.33 | 100.0% | 1 | | -> duration | 26.33 | 26.33 | 26.33 | 26.33 | 26.33 | 26.33 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 26.329727 Full duration: 67.77805 HINTS: * To plot HTML graphics with this data, run: rally task report e7cced46-5a8d-4178-94b4-18cae332f301 --out output.html * To generate a JUnit report, run: rally task export e7cced46-5a8d-4178-94b4-18cae332f301 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e7cced46-5a8d-4178-94b4-18cae332f301 --json --out output.json 2018-04-04 01:39:06,052 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e7cced46-5a8d-4178-94b4-18cae332f301'] 2018-04-04 01:39:07,053 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-04 01:39:07,054 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e7cced46-5a8d-4178-94b4-18cae332f301', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-04 01:39:07,059 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-04 01:39:07,059 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-04-04 01:39:07,060 - 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-04-04 01:39:07,060 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-04 01:39:07,077 - 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-04-04 01:39:07,086 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-04-04 01:39:07,086 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-04 01:39:07,086 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-04-04 01:39:07,086 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-04 01:39:07,103 - 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-04-04 01:39:07,106 - 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': '28c504ae-3920-48cd-8d0b-34fc7415a6e6', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-1b18cd0f-e508-4862-b14a-fb9d5f2314c3', 'flavor_name': 'rally-tiny-1b18cd0f-e508-4862-b14a-fb9d5f2314c3', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-1b18cd0f-e508-4862-b14a-fb9d5f2314c3', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-04 01:42:40,772 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : dd42a050-69a3-4044-a66c-3c4f37beb19f 2018-04-04 01:42:40,772 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'dd42a050-69a3-4044-a66c-3c4f37beb19f'] 2018-04-04 01:42:41,824 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task dd42a050-69a3-4044-a66c-3c4f37beb19f: 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 dd42a050-69a3-4044-a66c-3c4f37beb19f 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.672 | 3.672 | 3.672 | 3.672 | 3.672 | 3.672 | 100.0% | 1 | | cinder_v2.delete_snapshot | 5.517 | 5.517 | 5.517 | 5.517 | 5.517 | 5.517 | 100.0% | 1 | | total | 9.189 | 9.189 | 9.189 | 9.189 | 9.189 | 9.189 | 100.0% | 1 | | -> duration | 9.189 | 9.189 | 9.189 | 9.189 | 9.189 | 9.189 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.189244 Full duration: 27.883077 -------------------------------------------------------------------------------- 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 dd42a050-69a3-4044-a66c-3c4f37beb19f 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.25 | 3.25 | 3.25 | 3.25 | 3.25 | 3.25 | 100.0% | 1 | | cinder_v2.delete_volume | 2.65 | 2.65 | 2.65 | 2.65 | 2.65 | 2.65 | 100.0% | 1 | | total | 5.902 | 5.902 | 5.902 | 5.902 | 5.902 | 5.902 | 100.0% | 1 | | -> duration | 5.902 | 5.902 | 5.902 | 5.902 | 5.902 | 5.902 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.902457 Full duration: 17.159938 -------------------------------------------------------------------------------- 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-1b18cd0f-e508-4862-b14a-fb9d5f2314c3" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task dd42a050-69a3-4044-a66c-3c4f37beb19f 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 | 13.332 | 13.332 | 13.332 | 13.332 | 13.332 | 13.332 | 100.0% | 1 | | cinder_v2.delete_volume | 2.178 | 2.178 | 2.178 | 2.178 | 2.178 | 2.178 | 100.0% | 1 | | total | 15.51 | 15.51 | 15.51 | 15.51 | 15.51 | 15.51 | 100.0% | 1 | | -> duration | 15.51 | 15.51 | 15.51 | 15.51 | 15.51 | 15.51 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.510265 Full duration: 27.494709 -------------------------------------------------------------------------------- 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 dd42a050-69a3-4044-a66c-3c4f37beb19f 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.643 | 3.643 | 3.643 | 3.643 | 3.643 | 3.643 | 100.0% | 1 | | cinder_v2.delete_volume | 3.255 | 3.255 | 3.255 | 3.255 | 3.255 | 3.255 | 100.0% | 1 | | total | 6.899 | 6.899 | 6.899 | 6.899 | 6.899 | 6.899 | 100.0% | 1 | | -> duration | 6.899 | 6.899 | 6.899 | 6.899 | 6.899 | 6.899 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.898516 Full duration: 18.060614 -------------------------------------------------------------------------------- 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 dd42a050-69a3-4044-a66c-3c4f37beb19f 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.223 | 3.223 | 3.223 | 3.223 | 3.223 | 3.223 | 100.0% | 1 | | cinder_v2.extend_volume | 2.663 | 2.663 | 2.663 | 2.663 | 2.663 | 2.663 | 100.0% | 1 | | cinder_v2.delete_volume | 2.858 | 2.858 | 2.858 | 2.858 | 2.858 | 2.858 | 100.0% | 1 | | total | 8.744 | 8.744 | 8.744 | 8.744 | 8.744 | 8.744 | 100.0% | 1 | | -> duration | 8.744 | 8.744 | 8.744 | 8.744 | 8.744 | 8.744 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.744313 Full duration: 19.459763 -------------------------------------------------------------------------------- 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 dd42a050-69a3-4044-a66c-3c4f37beb19f 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.187 | 3.187 | 3.187 | 3.187 | 3.187 | 3.187 | 100.0% | 1 | | cinder_v2.delete_volume | 4.737 | 4.737 | 4.737 | 4.737 | 4.737 | 4.737 | 100.0% | 1 | | total | 7.924 | 7.924 | 7.924 | 7.924 | 7.924 | 7.924 | 100.0% | 1 | | -> duration | 7.924 | 7.924 | 7.924 | 7.924 | 7.924 | 7.924 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.924208 Full duration: 25.535111 -------------------------------------------------------------------------------- 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 dd42a050-69a3-4044-a66c-3c4f37beb19f 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.897 | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 100.0% | 1 | | cinder_v2.list_qos | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 100.0% | 1 | | total | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 100.0% | 1 | | -> duration | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.068224 Full duration: 12.560683 -------------------------------------------------------------------------------- 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 dd42a050-69a3-4044-a66c-3c4f37beb19f 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.629 | 0.629 | 0.629 | 0.629 | 0.629 | 0.629 | 100.0% | 1 | | cinder_v2.set_qos | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 100.0% | 1 | | total | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | -> duration | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.833231 Full duration: 12.491235 -------------------------------------------------------------------------------- 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 dd42a050-69a3-4044-a66c-3c4f37beb19f 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.643 | 0.643 | 0.643 | 0.643 | 0.643 | 0.643 | 100.0% | 1 | | cinder_v2.list_types | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 100.0% | 1 | | total | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 100.0% | 1 | | -> duration | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.806839 Full duration: 12.906188 -------------------------------------------------------------------------------- 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 dd42a050-69a3-4044-a66c-3c4f37beb19f 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.66 | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.249 | 0.249 | 0.249 | 0.249 | 0.249 | 0.249 | 100.0% | 1 | | total | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | -> duration | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.909743 Full duration: 12.950037 HINTS: * To plot HTML graphics with this data, run: rally task report dd42a050-69a3-4044-a66c-3c4f37beb19f --out output.html * To generate a JUnit report, run: rally task export dd42a050-69a3-4044-a66c-3c4f37beb19f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report dd42a050-69a3-4044-a66c-3c4f37beb19f --json --out output.json 2018-04-04 01:42:41,825 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'dd42a050-69a3-4044-a66c-3c4f37beb19f'] 2018-04-04 01:42:42,910 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-04 01:42:42,911 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'dd42a050-69a3-4044-a66c-3c4f37beb19f', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-04 01:42:42,920 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-04 01:42:42,920 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-04 01:42:42,920 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-04-04 01:42:42,921 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-04 01:42:42,971 - 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-04-04 01:42:42,978 - 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': '28c504ae-3920-48cd-8d0b-34fc7415a6e6', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-1b18cd0f-e508-4862-b14a-fb9d5f2314c3', 'flavor_name': 'rally-tiny-1b18cd0f-e508-4862-b14a-fb9d5f2314c3', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-1b18cd0f-e508-4862-b14a-fb9d5f2314c3', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-04 01:44:12,435 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e6535cf9-01fb-4933-8e7d-1fd2d97aa343 2018-04-04 01:44:12,436 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e6535cf9-01fb-4933-8e7d-1fd2d97aa343'] 2018-04-04 01:44:13,420 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e6535cf9-01fb-4933-8e7d-1fd2d97aa343: 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 e6535cf9-01fb-4933-8e7d-1fd2d97aa343 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 | 7.203 | 7.203 | 7.203 | 7.203 | 7.203 | 7.203 | 100.0% | 1 | | heat.update_stack | 3.523 | 3.523 | 3.523 | 3.523 | 3.523 | 3.523 | 100.0% | 1 | | heat.delete_stack | 3.09 | 3.09 | 3.09 | 3.09 | 3.09 | 3.09 | 100.0% | 1 | | total | 13.817 | 13.817 | 13.817 | 13.817 | 13.817 | 13.817 | 100.0% | 1 | | -> duration | 9.817 | 9.817 | 9.817 | 9.817 | 9.817 | 9.817 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.816779 Full duration: 23.585187 -------------------------------------------------------------------------------- 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 e6535cf9-01fb-4933-8e7d-1fd2d97aa343 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.057 | 5.057 | 5.057 | 5.057 | 5.057 | 5.057 | 100.0% | 1 | | heat.check_stack | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 100.0% | 1 | | heat.delete_stack | 2.803 | 2.803 | 2.803 | 2.803 | 2.803 | 2.803 | 100.0% | 1 | | total | 8.74 | 8.74 | 8.74 | 8.74 | 8.74 | 8.74 | 100.0% | 1 | | -> duration | 6.74 | 6.74 | 6.74 | 6.74 | 6.74 | 6.74 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.739635 Full duration: 19.950801 -------------------------------------------------------------------------------- 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 e6535cf9-01fb-4933-8e7d-1fd2d97aa343 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.688 | 4.688 | 4.688 | 4.688 | 4.688 | 4.688 | 100.0% | 1 | | heat.suspend_stack | 0.651 | 0.651 | 0.651 | 0.651 | 0.651 | 0.651 | 100.0% | 1 | | heat.resume_stack | 2.019 | 2.019 | 2.019 | 2.019 | 2.019 | 2.019 | 100.0% | 1 | | heat.delete_stack | 1.584 | 1.584 | 1.584 | 1.584 | 1.584 | 1.584 | 100.0% | 1 | | total | 8.941 | 8.941 | 8.941 | 8.941 | 8.941 | 8.941 | 100.0% | 1 | | -> duration | 6.941 | 6.941 | 6.941 | 6.941 | 6.941 | 6.941 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.941494 Full duration: 18.883324 -------------------------------------------------------------------------------- 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 e6535cf9-01fb-4933-8e7d-1fd2d97aa343 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.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | total | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | -> duration | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.592093 Full duration: 8.49112 HINTS: * To plot HTML graphics with this data, run: rally task report e6535cf9-01fb-4933-8e7d-1fd2d97aa343 --out output.html * To generate a JUnit report, run: rally task export e6535cf9-01fb-4933-8e7d-1fd2d97aa343 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e6535cf9-01fb-4933-8e7d-1fd2d97aa343 --json --out output.json 2018-04-04 01:44:13,420 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e6535cf9-01fb-4933-8e7d-1fd2d97aa343'] 2018-04-04 01:44:14,478 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-04 01:44:14,478 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e6535cf9-01fb-4933-8e7d-1fd2d97aa343', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-04 01:44:14,485 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-04 01:44:14,485 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-04 01:44:14,486 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-04-04 01:44:14,486 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-04 01:44:14,519 - 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-04-04 01:44:14,531 - 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': '28c504ae-3920-48cd-8d0b-34fc7415a6e6', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-1b18cd0f-e508-4862-b14a-fb9d5f2314c3', 'flavor_name': 'rally-tiny-1b18cd0f-e508-4862-b14a-fb9d5f2314c3', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-1b18cd0f-e508-4862-b14a-fb9d5f2314c3', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-04 01:47:34,781 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7998c0ce-604b-46b1-9e66-0876d12e9b2e 2018-04-04 01:47:34,782 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '7998c0ce-604b-46b1-9e66-0876d12e9b2e'] 2018-04-04 01:47:35,927 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 7998c0ce-604b-46b1-9e66-0876d12e9b2e: 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 7998c0ce-604b-46b1-9e66-0876d12e9b2e 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.49 | 0.49 | 0.49 | 0.49 | 0.49 | 0.49 | 100.0% | 1 | | keystone_v3.add_role | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | keystone_v3.revoke_role | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 100.0% | 1 | | total | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | -> duration | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.750499 Full duration: 15.094601 -------------------------------------------------------------------------------- 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 7998c0ce-604b-46b1-9e66-0876d12e9b2e has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 100.0% | 1 | | keystone_v3.add_role | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 100.0% | 1 | | keystone_v3.list_roles | 0.118 | 0.118 | 0.118 | 0.118 | 0.118 | 0.118 | 100.0% | 1 | | total | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 100.0% | 1 | | -> duration | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.776337 Full duration: 15.213522 -------------------------------------------------------------------------------- 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 7998c0ce-604b-46b1-9e66-0876d12e9b2e has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.87 | 0.87 | 0.87 | 0.87 | 0.87 | 0.87 | 100.0% | 1 | | keystone_v3.list_projects | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | total | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 100.0% | 1 | | -> duration | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.949346 Full duration: 14.808199 -------------------------------------------------------------------------------- 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 7998c0ce-604b-46b1-9e66-0876d12e9b2e 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.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | keystone_v3.delete_role | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | total | 1.293 | 1.293 | 1.293 | 1.293 | 1.293 | 1.293 | 100.0% | 1 | | -> duration | 1.293 | 1.293 | 1.293 | 1.293 | 1.293 | 1.293 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.293467 Full duration: 13.827798 -------------------------------------------------------------------------------- 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 7998c0ce-604b-46b1-9e66-0876d12e9b2e 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.521 | 0.521 | 0.521 | 0.521 | 0.521 | 0.521 | 100.0% | 1 | | keystone_v3.delete_service | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | total | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 100.0% | 1 | | -> duration | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.637133 Full duration: 12.48835 -------------------------------------------------------------------------------- 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 7998c0ce-604b-46b1-9e66-0876d12e9b2e 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.703 | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 100.0% | 1 | | keystone_v3.create_user | 1.159 | 1.159 | 1.159 | 1.159 | 1.159 | 1.159 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | -> keystone_v3.add_role | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 100.0% | 1 | | keystone_v3.create_role | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 100.0% | 1 | | keystone_v3.get_project | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | keystone_v3.get_user | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | keystone_v3.get_role | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | keystone_v3.list_services | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | keystone_v3.get_services | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | total | 2.551 | 2.551 | 2.551 | 2.551 | 2.551 | 2.551 | 100.0% | 1 | | -> duration | 2.551 | 2.551 | 2.551 | 2.551 | 2.551 | 2.551 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.551452 Full duration: 20.576405 -------------------------------------------------------------------------------- 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 7998c0ce-604b-46b1-9e66-0876d12e9b2e 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.update_project | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | keystone_v3.delete_project | 0.19 | 0.19 | 0.19 | 0.19 | 0.19 | 0.19 | 100.0% | 1 | | total | 0.968 | 0.968 | 0.968 | 0.968 | 0.968 | 0.968 | 100.0% | 1 | | -> duration | 0.968 | 0.968 | 0.968 | 0.968 | 0.968 | 0.968 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.968244 Full duration: 13.029465 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 7998c0ce-604b-46b1-9e66-0876d12e9b2e 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.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | total | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> duration | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.782371 Full duration: 14.687794 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 7998c0ce-604b-46b1-9e66-0876d12e9b2e 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.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | total | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | -> duration | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.685095 Full duration: 14.734291 -------------------------------------------------------------------------------- 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 7998c0ce-604b-46b1-9e66-0876d12e9b2e 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.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | keystone_v3.list_users | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 1.061 | 1.061 | 1.061 | 1.061 | 1.061 | 1.061 | 100.0% | 1 | | -> duration | 1.061 | 1.061 | 1.061 | 1.061 | 1.061 | 1.061 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.060783 Full duration: 15.02067 -------------------------------------------------------------------------------- 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 7998c0ce-604b-46b1-9e66-0876d12e9b2e 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.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | keystone_v3.create_users | 6.097 | 6.097 | 6.097 | 6.097 | 6.097 | 6.097 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 6.097 | 6.097 | 6.097 | 6.097 | 6.097 | 6.097 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.455 | 1.455 | 1.455 | 1.455 | 1.455 | 1.455 | 100.0% | 1 | | total | 7.746 | 7.746 | 7.746 | 7.746 | 7.746 | 7.746 | 100.0% | 1 | | -> duration | 7.746 | 7.746 | 7.746 | 7.746 | 7.746 | 7.746 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.746423 Full duration: 25.833362 HINTS: * To plot HTML graphics with this data, run: rally task report 7998c0ce-604b-46b1-9e66-0876d12e9b2e --out output.html * To generate a JUnit report, run: rally task export 7998c0ce-604b-46b1-9e66-0876d12e9b2e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7998c0ce-604b-46b1-9e66-0876d12e9b2e --json --out output.json 2018-04-04 01:47:35,928 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '7998c0ce-604b-46b1-9e66-0876d12e9b2e'] 2018-04-04 01:47:37,039 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-04 01:47:37,039 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '7998c0ce-604b-46b1-9e66-0876d12e9b2e', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-04 01:47:37,047 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-04 01:47:37,048 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-04 01:47:37,048 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-04-04 01:47:37,048 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-04 01:47:37,089 - 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-04-04 01:47:37,096 - 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': '28c504ae-3920-48cd-8d0b-34fc7415a6e6', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-1b18cd0f-e508-4862-b14a-fb9d5f2314c3', 'flavor_name': 'rally-tiny-1b18cd0f-e508-4862-b14a-fb9d5f2314c3', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-1b18cd0f-e508-4862-b14a-fb9d5f2314c3', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-04 01:54:35,624 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 46f5a0a1-f685-4e2a-9ed1-e590aa425df0 2018-04-04 01:54:35,625 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '46f5a0a1-f685-4e2a-9ed1-e590aa425df0'] 2018-04-04 01:54:36,661 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 46f5a0a1-f685-4e2a-9ed1-e590aa425df0: 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 46f5a0a1-f685-4e2a-9ed1-e590aa425df0 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.546 | 1.546 | 1.546 | 1.546 | 1.546 | 1.546 | 100.0% | 1 | | neutron.delete_network | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 100.0% | 1 | | total | 2.412 | 2.412 | 2.412 | 2.412 | 2.412 | 2.412 | 100.0% | 1 | | -> duration | 2.412 | 2.412 | 2.412 | 2.412 | 2.412 | 2.412 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.411528 Full duration: 16.341877 -------------------------------------------------------------------------------- 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 46f5a0a1-f685-4e2a-9ed1-e590aa425df0 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.875 | 1.875 | 1.875 | 1.875 | 1.875 | 1.875 | 100.0% | 1 | | neutron.delete_port | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 100.0% | 1 | | total | 2.528 | 2.528 | 2.528 | 2.528 | 2.528 | 2.528 | 100.0% | 1 | | -> duration | 2.528 | 2.528 | 2.528 | 2.528 | 2.528 | 2.528 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.52796 Full duration: 41.392511 -------------------------------------------------------------------------------- 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 46f5a0a1-f685-4e2a-9ed1-e590aa425df0 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.941 | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 100.0% | 1 | | neutron.create_subnet | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | neutron.create_router | 4.064 | 4.064 | 4.064 | 4.064 | 4.064 | 4.064 | 100.0% | 1 | | neutron.add_interface_router | 2.288 | 2.288 | 2.288 | 2.288 | 2.288 | 2.288 | 100.0% | 1 | | neutron.remove_interface_router | 1.445 | 1.445 | 1.445 | 1.445 | 1.445 | 1.445 | 100.0% | 1 | | neutron.delete_router | 2.564 | 2.564 | 2.564 | 2.564 | 2.564 | 2.564 | 100.0% | 1 | | total | 11.979 | 11.979 | 11.979 | 11.979 | 11.979 | 11.979 | 100.0% | 1 | | -> duration | 11.979 | 11.979 | 11.979 | 11.979 | 11.979 | 11.979 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.979374 Full duration: 55.929968 -------------------------------------------------------------------------------- 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 46f5a0a1-f685-4e2a-9ed1-e590aa425df0 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 | 2.109 | 2.109 | 2.109 | 2.109 | 2.109 | 2.109 | 100.0% | 1 | | neutron.delete_subnet | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | total | 2.919 | 2.919 | 2.919 | 2.919 | 2.919 | 2.919 | 100.0% | 1 | | -> duration | 2.919 | 2.919 | 2.919 | 2.919 | 2.919 | 2.919 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.919249 Full duration: 41.980791 -------------------------------------------------------------------------------- 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 46f5a0a1-f685-4e2a-9ed1-e590aa425df0 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.229 | 1.229 | 1.229 | 1.229 | 1.229 | 1.229 | 100.0% | 1 | | neutron.list_networks | 0.286 | 0.286 | 0.286 | 0.286 | 0.286 | 0.286 | 100.0% | 1 | | total | 1.515 | 1.515 | 1.515 | 1.515 | 1.515 | 1.515 | 100.0% | 1 | | -> duration | 1.515 | 1.515 | 1.515 | 1.515 | 1.515 | 1.515 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.515473 Full duration: 18.775673 -------------------------------------------------------------------------------- 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 46f5a0a1-f685-4e2a-9ed1-e590aa425df0 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.665 | 1.665 | 1.665 | 1.665 | 1.665 | 1.665 | 100.0% | 1 | | neutron.list_ports | 0.24 | 0.24 | 0.24 | 0.24 | 0.24 | 0.24 | 100.0% | 1 | | total | 1.906 | 1.906 | 1.906 | 1.906 | 1.906 | 1.906 | 100.0% | 1 | | -> duration | 1.906 | 1.906 | 1.906 | 1.906 | 1.906 | 1.906 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.905911 Full duration: 40.122265 -------------------------------------------------------------------------------- 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 46f5a0a1-f685-4e2a-9ed1-e590aa425df0 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.867 | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 100.0% | 1 | | neutron.create_subnet | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | neutron.create_router | 3.847 | 3.847 | 3.847 | 3.847 | 3.847 | 3.847 | 100.0% | 1 | | neutron.add_interface_router | 1.832 | 1.832 | 1.832 | 1.832 | 1.832 | 1.832 | 100.0% | 1 | | neutron.list_routers | 0.228 | 0.228 | 0.228 | 0.228 | 0.228 | 0.228 | 100.0% | 1 | | total | 7.481 | 7.481 | 7.481 | 7.481 | 7.481 | 7.481 | 100.0% | 1 | | -> duration | 7.481 | 7.481 | 7.481 | 7.481 | 7.481 | 7.481 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.481314 Full duration: 56.718097 -------------------------------------------------------------------------------- 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 46f5a0a1-f685-4e2a-9ed1-e590aa425df0 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.977 | 0.977 | 0.977 | 0.977 | 0.977 | 0.977 | 100.0% | 1 | | neutron.create_subnet | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | neutron.list_subnets | 0.249 | 0.249 | 0.249 | 0.249 | 0.249 | 0.249 | 100.0% | 1 | | total | 2.021 | 2.021 | 2.021 | 2.021 | 2.021 | 2.021 | 100.0% | 1 | | -> duration | 2.021 | 2.021 | 2.021 | 2.021 | 2.021 | 2.021 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.02129 Full duration: 46.763023 -------------------------------------------------------------------------------- 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 46f5a0a1-f685-4e2a-9ed1-e590aa425df0 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.076 | 1.076 | 1.076 | 1.076 | 1.076 | 1.076 | 100.0% | 1 | | neutron.delete_security_group | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 100.0% | 1 | | total | 1.749 | 1.749 | 1.749 | 1.749 | 1.749 | 1.749 | 100.0% | 1 | | -> duration | 1.749 | 1.749 | 1.749 | 1.749 | 1.749 | 1.749 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.749457 Full duration: 17.804519 -------------------------------------------------------------------------------- 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 46f5a0a1-f685-4e2a-9ed1-e590aa425df0 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.973 | 0.973 | 0.973 | 0.973 | 0.973 | 0.973 | 100.0% | 1 | | neutron.create_security_group_rule | 0.353 | 0.353 | 0.353 | 0.353 | 0.353 | 0.353 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.265 | 0.265 | 0.265 | 0.265 | 0.265 | 0.265 | 100.0% | 1 | | neutron.delete_security_group | 0.306 | 0.306 | 0.306 | 0.306 | 0.306 | 0.306 | 100.0% | 1 | | total | 1.897 | 1.897 | 1.897 | 1.897 | 1.897 | 1.897 | 100.0% | 1 | | -> duration | 1.897 | 1.897 | 1.897 | 1.897 | 1.897 | 1.897 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.897048 Full duration: 15.895297 -------------------------------------------------------------------------------- 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 46f5a0a1-f685-4e2a-9ed1-e590aa425df0 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 100.0% | 1 | | neutron.create_router | 5.284 | 5.284 | 5.284 | 5.284 | 5.284 | 5.284 | 100.0% | 1 | | neutron.add_gateway_router | 3.525 | 3.525 | 3.525 | 3.525 | 3.525 | 3.525 | 100.0% | 1 | | neutron.remove_gateway_router | 3.313 | 3.313 | 3.313 | 3.313 | 3.313 | 3.313 | 100.0% | 1 | | total | 13.115 | 13.115 | 13.115 | 13.115 | 13.115 | 13.115 | 100.0% | 1 | | -> duration | 13.115 | 13.115 | 13.115 | 13.115 | 13.115 | 13.115 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.114716 Full duration: 39.573866 HINTS: * To plot HTML graphics with this data, run: rally task report 46f5a0a1-f685-4e2a-9ed1-e590aa425df0 --out output.html * To generate a JUnit report, run: rally task export 46f5a0a1-f685-4e2a-9ed1-e590aa425df0 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 46f5a0a1-f685-4e2a-9ed1-e590aa425df0 --json --out output.json 2018-04-04 01:54:36,662 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '46f5a0a1-f685-4e2a-9ed1-e590aa425df0'] 2018-04-04 01:54:37,743 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-04 01:54:37,744 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '46f5a0a1-f685-4e2a-9ed1-e590aa425df0', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-04 01:54:37,751 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-04 01:54:37,751 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-04 01:54:37,751 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-04-04 01:54:37,751 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-04 01:54:37,771 - 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-04-04 01:54:37,776 - 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': '28c504ae-3920-48cd-8d0b-34fc7415a6e6', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-1b18cd0f-e508-4862-b14a-fb9d5f2314c3', 'flavor_name': 'rally-tiny-1b18cd0f-e508-4862-b14a-fb9d5f2314c3', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-1b18cd0f-e508-4862-b14a-fb9d5f2314c3', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-04 01:57:59,072 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 59ff4e57-b373-4474-bbcf-dd481fb2932d 2018-04-04 01:57:59,072 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '59ff4e57-b373-4474-bbcf-dd481fb2932d'] 2018-04-04 01:58:00,093 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 59ff4e57-b373-4474-bbcf-dd481fb2932d: 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-1b18cd0f-e508-4862-b14a-fb9d5f2314c3" }, "image": { "name": "Cirros-0.4.0-1b18cd0f-e508-4862-b14a-fb9d5f2314c3" }, "block_migration": false, "nics": [ { "net-id": "28c504ae-3920-48cd-8d0b-34fc7415a6e6" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 59ff4e57-b373-4474-bbcf-dd481fb2932d 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 | 15.526 | 15.526 | 15.526 | 15.526 | 15.526 | 15.526 | 100.0% | 1 | | nova.find_host_to_migrate | 1.391 | 1.391 | 1.391 | 1.391 | 1.391 | 1.391 | 100.0% | 1 | | nova.live_migrate | 138.104 | 138.104 | 138.104 | 138.104 | 138.104 | 138.104 | 0.0% | 1 | | total | 155.022 | 155.022 | 155.022 | 155.022 | 155.022 | 155.022 | 0.0% | 1 | | -> duration | 154.022 | 154.022 | 154.022 | 154.022 | 154.022 | 154.022 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 154.021537 Full duration: 174.383853 HINTS: * To plot HTML graphics with this data, run: rally task report 59ff4e57-b373-4474-bbcf-dd481fb2932d --out output.html * To generate a JUnit report, run: rally task export 59ff4e57-b373-4474-bbcf-dd481fb2932d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 59ff4e57-b373-4474-bbcf-dd481fb2932d --json --out output.json 2018-04-04 01:58:00,093 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '59ff4e57-b373-4474-bbcf-dd481fb2932d'] 2018-04-04 01:58:01,095 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-04 01:58:01,095 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '59ff4e57-b373-4474-bbcf-dd481fb2932d', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-04 01:58:01,102 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-04-04 01:58:01,103 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-04 01:58:01,103 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-04-04 01:58:01,103 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-04 01:58:01,148 - 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-04-04 01:58:01,158 - 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': '28c504ae-3920-48cd-8d0b-34fc7415a6e6', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-1b18cd0f-e508-4862-b14a-fb9d5f2314c3', 'flavor_name': 'rally-tiny-1b18cd0f-e508-4862-b14a-fb9d5f2314c3', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-1b18cd0f-e508-4862-b14a-fb9d5f2314c3', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-04 01:58:56,907 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a42e0264-3a22-4e09-94cc-53173cd63d10 2018-04-04 01:58:56,908 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a42e0264-3a22-4e09-94cc-53173cd63d10'] 2018-04-04 01:58:57,904 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a42e0264-3a22-4e09-94cc-53173cd63d10: 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 a42e0264-3a22-4e09-94cc-53173cd63d10 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.753 | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 100.0% | 1 | | quotas.delete_quotas | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 100.0% | 1 | | total | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 100.0% | 1 | | -> duration | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.946212 Full duration: 9.823105 -------------------------------------------------------------------------------- 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 a42e0264-3a22-4e09-94cc-53173cd63d10 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.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | total | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | -> duration | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.74078 Full duration: 9.115872 -------------------------------------------------------------------------------- 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 a42e0264-3a22-4e09-94cc-53173cd63d10 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 100.0% | 1 | | total | 1.549 | 1.549 | 1.549 | 1.549 | 1.549 | 1.549 | 100.0% | 1 | | -> duration | 1.549 | 1.549 | 1.549 | 1.549 | 1.549 | 1.549 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.549279 Full duration: 9.511112 -------------------------------------------------------------------------------- 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 a42e0264-3a22-4e09-94cc-53173cd63d10 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 | 2.336 | 2.336 | 2.336 | 2.336 | 2.336 | 2.336 | 100.0% | 1 | | total | 2.336 | 2.336 | 2.336 | 2.336 | 2.336 | 2.336 | 100.0% | 1 | | -> duration | 2.336 | 2.336 | 2.336 | 2.336 | 2.336 | 2.336 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.336076 Full duration: 10.596961 HINTS: * To plot HTML graphics with this data, run: rally task report a42e0264-3a22-4e09-94cc-53173cd63d10 --out output.html * To generate a JUnit report, run: rally task export a42e0264-3a22-4e09-94cc-53173cd63d10 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a42e0264-3a22-4e09-94cc-53173cd63d10 --json --out output.json 2018-04-04 01:58:57,904 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a42e0264-3a22-4e09-94cc-53173cd63d10'] 2018-04-04 01:58:58,929 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-04 01:58:58,930 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a42e0264-3a22-4e09-94cc-53173cd63d10', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-04 01:58:58,937 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-04 01:58:58,941 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:47 | 6 | 100.00% | | glance | 01:59 | 4 | 100.00% | | cinder | 03:06 | 10 | 100.00% | | heat | 01:10 | 4 | 100.00% | | keystone | 02:55 | 11 | 100.00% | | neutron | 06:31 | 11 | 100.00% | | nova | 02:54 | 1 | 0.00% | | quotas | 00:39 | 4 | 100.00% | | | | | | | TOTAL: | 00:20:04 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-04-04 01:58:58,941 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-04-04 01:59:14,250 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-04 01:59:14,251 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-04 01:59:14,790 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-04 01:59:14,790 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 24:07 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-04 01:59:14,795 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-04-04 01:59:14,796 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-04 01:59:14,896 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-04 01:59:17,302 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-04 01:59:16.983 9790 INFO rally.deployment.engine [-] Deployment deb49be2-a128-423f-907a-c08de6cd2752 | Starting: Destroy cloud and free allocated resources. 2018-04-04 01:59:17.070 9790 INFO rally.deployment.engine [-] Deployment deb49be2-a128-423f-907a-c08de6cd2752 | Completed: Destroy cloud and free allocated resources. 2018-04-04 01:59:17.095 9790 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=a9ed8f00-b86b-41d8-97d2-146a9cc69a86). 2018-04-04 01:59:17.099 9790 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-04 01:59:19,637 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-04 01:59:19.377 9793 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=60f224b4-fa57-4762-a3da-bfba40635506) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 60f224b4-fa57-4762-a3da-bfba40635506 | 2018-04-04T01:59:19 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 60f224b4-fa57-4762-a3da-bfba40635506 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-04 01:59:22,892 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-04 01:59:22,892 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-04 01:59:25,300 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-04 01:59:25.016 9799 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=a9ed8f00-b86b-41d8-97d2-146a9cc69a86). 2018-04-04 01:59:25.142 9799 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-04 01:59:28,739 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-04 01:59:27.346 9802 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-04 01:59:27.502 9802 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-04 01:59:28.519 9802 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=046d8633-ae2d-4f91-b3f7-ea2e02ecdde3) has been successfully created! Using verifier 'opnfv-tempest' (UUID=046d8633-ae2d-4f91-b3f7-ea2e02ecdde3) as the default verifier for the future CLI operations. 2018-04-04 01:59:31,570 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-04 01:59:34,239 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-04 01:59:49,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-04 01:59:55,024 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-04 01:59:53.994 9821 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=046d8633-ae2d-4f91-b3f7-ea2e02ecdde3) for deployment 'opnfv-rally' (UUID=60f224b4-fa57-4762-a3da-bfba40635506). 2018-04-04 01:59:54.862 9821 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=046d8633-ae2d-4f91-b3f7-ea2e02ecdde3) has been successfully configured for deployment 'opnfv-rally' (UUID=60f224b4-fa57-4762-a3da-bfba40635506)! 2018-04-04 01:59:55,024 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-04 01:59:55,025 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-04 01:59:55,027 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-04 01:59:57,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-04-04 01:59:59,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 01:59:59.401 9833 INFO rally.api [-] Starting verification (UUID=028650e5-e4fc-4e18-9484-6ca562d85549) for deployment 'opnfv-rally' (UUID=60f224b4-fa57-4762-a3da-bfba40635506) by verifier 'opnfv-tempest' (UUID=046d8633-ae2d-4f91-b3f7-ea2e02ecdde3). 2018-04-04 01:59:59,402 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 028650e5-e4fc-4e18-9484-6ca562d85549 2018-04-04 02:00:10,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:10.500 9833 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.313s] 2018-04-04 02:00:11,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:11.325 9833 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.991s] 2018-04-04 02:00:14,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:14.654 9833 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [0.898s] 2018-04-04 02:00:17,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:17.586 9833 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [2.931s] 2018-04-04 02:00:18,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:18.988 9833 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [7.662s] 2018-04-04 02:00:19,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:19.935 9833 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [2.348s] 2018-04-04 02:00:20,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:20.929 9833 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [5.913s] 2018-04-04 02:00:33,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:33.542 9833 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.210s] 2018-04-04 02:00:33,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:33.820 9833 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.277s] 2018-04-04 02:00:34,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:34.980 9833 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.069s] 2018-04-04 02:00:41,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:41.344 9833 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [6.361s] 2018-04-04 02:00:49,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:49.595 9833 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-04-04 02:00:49,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:49.607 9833 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.012s] 2018-04-04 02:00:49,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:49.756 9833 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.148s] 2018-04-04 02:00:49,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:49.767 9833 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.010s] 2018-04-04 02:00:49,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:49.776 9833 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.009s] 2018-04-04 02:00:49,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:49.806 9833 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.029s] 2018-04-04 02:00:49,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:49.867 9833 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.061s] 2018-04-04 02:00:49,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:49.947 9833 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.079s] 2018-04-04 02:00:50,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:50.239 9833 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.291s] 2018-04-04 02:00:50,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:50.245 9833 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.502s] 2018-04-04 02:00:50,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:50.253 9833 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-04-04 02:00:50,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:50.318 9833 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.065s] 2018-04-04 02:00:50,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:50.840 9833 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.593s] 2018-04-04 02:00:51,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:51.233 9833 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.392s] 2018-04-04 02:00:51,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:51.885 9833 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.650s] 2018-04-04 02:00:52,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:52.614 9833 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.728s] 2018-04-04 02:00:52,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:52.685 9833 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.071s] 2018-04-04 02:00:52,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:52.755 9833 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.069s] 2018-04-04 02:00:52,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:52.822 9833 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.066s] 2018-04-04 02:00:52,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:52.892 9833 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.069s] 2018-04-04 02:00:52,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:52.966 9833 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.073s] 2018-04-04 02:00:53,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:53.106 9833 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.139s] 2018-04-04 02:00:56,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:00:56.019 9833 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [2.351s] 2018-04-04 02:01:07,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:07.784 9833 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.510s] 2018-04-04 02:01:09,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:09.704 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [5.650s] 2018-04-04 02:01:13,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:13.488 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [3.783s] 2018-04-04 02:01:14,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:14.119 9833 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.334s] 2018-04-04 02:01:15,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:15.390 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [9.126s] 2018-04-04 02:01:15,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:15.459 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.068s] 2018-04-04 02:01:16,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:16.010 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.550s] 2018-04-04 02:01:16,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:16.106 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.095s] 2018-04-04 02:01:16,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:16.107 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-04 02:01:17,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:17.095 9833 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.975s] 2018-04-04 02:01:17,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:17.169 9833 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.074s] 2018-04-04 02:01:17,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:17.353 9833 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.183s] 2018-04-04 02:01:17,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:17.406 9833 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.053s] 2018-04-04 02:01:17,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:17.591 9833 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.185s] 2018-04-04 02:01:17,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:17.707 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.219s] 2018-04-04 02:01:22,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:22.081 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.372s] 2018-04-04 02:01:26,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:26.392 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.311s] 2018-04-04 02:01:26,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:26.927 9833 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.617s] 2018-04-04 02:01:29,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:29.788 9833 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [34.073s] 2018-04-04 02:01:30,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:30.175 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.782s] 2018-04-04 02:01:35,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:35.232 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [5.056s] 2018-04-04 02:01:42,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:42.158 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.925s] 2018-04-04 02:01:42,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:42.400 9833 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [12.613s] 2018-04-04 02:01:48,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:48.019 9833 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [68.911s] 2018-04-04 02:01:48,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:48.763 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [6.605s] 2018-04-04 02:01:48,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:48.798 9833 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.783s] 2018-04-04 02:01:48,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:48.930 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.166s] 2018-04-04 02:01:49,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:49.061 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.131s] 2018-04-04 02:01:49,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:49.250 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.188s] 2018-04-04 02:01:49,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:49.448 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.198s] 2018-04-04 02:01:49,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:49.559 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.110s] 2018-04-04 02:01:49,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:49.672 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.113s] 2018-04-04 02:01:49,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:49.859 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.186s] 2018-04-04 02:01:49,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:49.914 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.054s] 2018-04-04 02:01:56,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:01:56.318 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.403s] 2018-04-04 02:02:06,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:02:06.962 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.566s] 2018-04-04 02:02:07,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:02:07.169 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.206s] 2018-04-04 02:02:07,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:02:07.385 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.217s] 2018-04-04 02:02:07,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:02:07.808 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.421s] 2018-04-04 02:02:09,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:02:09.570 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [1.762s] 2018-04-04 02:02:10,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:02:10.249 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.678s] 2018-04-04 02:02:19,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:02:19.855 9833 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [119.905s] 2018-04-04 02:02:19,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:02:19.932 9833 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [12.537s] 2018-04-04 02:02:23,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:02:23.865 9833 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.828s] 2018-04-04 02:02:25,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:02:25.565 9833 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.699s] 2018-04-04 02:02:30,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:02:30.951 9833 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [5.382s] 2018-04-04 02:02:31,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:02:31.835 9833 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.886s] 2018-04-04 02:02:34,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:02:34.531 9833 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [14.597s] 2018-04-04 02:02:35,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:02:35.321 9833 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [52.912s] 2018-04-04 02:02:35,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:02:35.974 9833 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [4.137s] 2018-04-04 02:02:36,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:02:36.968 9833 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.994s] 2018-04-04 02:02:38,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:02:38.475 9833 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.502s] 2018-04-04 02:02:38,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:02:38.673 9833 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.201s] 2018-04-04 02:02:42,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:02:42.063 9833 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [15.679s] 2018-04-04 02:02:42,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:02:42.143 9833 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.080s] 2018-04-04 02:02:42,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:02:42.668 9833 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.524s] 2018-04-04 02:02:42,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:02:42.767 9833 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.098s] 2018-04-04 02:02:42,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:02:42.768 9833 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-04 02:02:48,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:02:48.644 9833 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.515s] 2018-04-04 02:02:48,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:02:48.861 9833 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.217s] 2018-04-04 02:03:01,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:03:01.706 9833 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [26.379s] 2018-04-04 02:03:05,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:03:05.764 9833 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.166s] 2018-04-04 02:03:33,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:03:33.351 9833 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [11.319s] 2018-04-04 02:03:51,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:03:51.525 9833 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [18.171s] 2018-04-04 02:04:14,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:04:14.609 9833 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [23.078s] 2018-04-04 02:04:19,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '028650e5-e4fc-4e18-9484-6ca562d85549']'. 2018-04-04 02:04:20,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-04 02:04:20,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-04 02:04:20,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-04 02:04:20,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 028650e5-e4fc-4e18-9484-6ca562d85549 | 2018-04-04 02:04:20,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-04 02:04:20,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-04 01:59:59 | 2018-04-04 02:04:20,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-04 02:04:18 | 2018-04-04 02:04:20,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:19 | 2018-04-04 02:04:20,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-04 02:04:20,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-04 02:04:20,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 046d8633-ae2d-4f91-b3f7-ea2e02ecdde3) | 2018-04-04 02:04:20,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-04 02:04:20,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 60f224b4-fa57-4762-a3da-bfba40635506) | 2018-04-04 02:04:20,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 99 | 2018-04-04 02:04:20,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 246.731 | 2018-04-04 02:04:20,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 99 | 2018-04-04 02:04:20,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-04 02:04:20,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-04 02:04:20,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-04 02:04:20,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-04 02:04:20,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-04 02:04:20,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-04 02:04:20,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-04-04 02:04:32,625 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-04 02:04:32,625 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 05:01 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-04 02:04:32,630 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-04 02:04:32,732 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-04 02:04:35,172 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-04 02:04:34.754 9939 INFO rally.deployment.engine [-] Deployment 60f224b4-fa57-4762-a3da-bfba40635506 | Starting: Destroy cloud and free allocated resources. 2018-04-04 02:04:34.844 9939 INFO rally.deployment.engine [-] Deployment 60f224b4-fa57-4762-a3da-bfba40635506 | Completed: Destroy cloud and free allocated resources. 2018-04-04 02:04:34.883 9939 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=046d8633-ae2d-4f91-b3f7-ea2e02ecdde3) for deployment 'opnfv-rally'. 2018-04-04 02:04:34.900 9939 INFO rally.api [-] Deleting verification (UUID=028650e5-e4fc-4e18-9484-6ca562d85549). 2018-04-04 02:04:34.944 9939 INFO rally.api [-] Verification has been successfully deleted! 2018-04-04 02:04:34.945 9939 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=046d8633-ae2d-4f91-b3f7-ea2e02ecdde3). 2018-04-04 02:04:34.956 9939 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-04 02:04:37,653 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-04 02:04:37.361 9942 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=3ad5af4f-cfd8-4ca0-ad28-3dee7da991ce) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 3ad5af4f-cfd8-4ca0-ad28-3dee7da991ce | 2018-04-04T02:04:37 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 3ad5af4f-cfd8-4ca0-ad28-3dee7da991ce ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-04 02:04:40,986 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-04 02:04:40,987 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-04 02:04:43,297 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-04 02:04:43.010 9948 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=046d8633-ae2d-4f91-b3f7-ea2e02ecdde3). 2018-04-04 02:04:43.143 9948 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-04 02:04:46,594 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-04 02:04:45.199 9951 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-04 02:04:45.359 9951 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-04 02:04:46.412 9951 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=60e96cd7-a47c-42c6-8ad6-84619ff3a8fd) has been successfully created! Using verifier 'opnfv-tempest' (UUID=60e96cd7-a47c-42c6-8ad6-84619ff3a8fd) as the default verifier for the future CLI operations. 2018-04-04 02:04:49,636 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-04 02:04:52,431 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-04 02:05:03,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-04 02:05:10,560 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-04 02:05:09.512 9970 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=60e96cd7-a47c-42c6-8ad6-84619ff3a8fd) for deployment 'opnfv-rally' (UUID=3ad5af4f-cfd8-4ca0-ad28-3dee7da991ce). 2018-04-04 02:05:10.409 9970 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=60e96cd7-a47c-42c6-8ad6-84619ff3a8fd) has been successfully configured for deployment 'opnfv-rally' (UUID=3ad5af4f-cfd8-4ca0-ad28-3dee7da991ce)! 2018-04-04 02:05:10,561 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-04 02:05:10,561 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-04 02:05:10,563 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-04 02:05:10,573 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-04 02:05:13,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-60e96cd7-a47c-42c6-8ad6-84619ff3a8fd/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-04-04 02:05:13,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-04-04 02:05:15,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 02:05:15.839 9979 INFO rally.api [-] Starting verification (UUID=989c1960-ea14-42fc-9610-b3f618cc3c7a) for deployment 'opnfv-rally' (UUID=3ad5af4f-cfd8-4ca0-ad28-3dee7da991ce) by verifier 'opnfv-tempest' (UUID=60e96cd7-a47c-42c6-8ad6-84619ff3a8fd). 2018-04-04 02:05:15,840 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 989c1960-ea14-42fc-9610-b3f618cc3c7a 2018-04-04 02:08:22,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '989c1960-ea14-42fc-9610-b3f618cc3c7a']'. 2018-04-04 02:08:23,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-04 02:08:23,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-04 02:08:23,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-04 02:08:23,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 989c1960-ea14-42fc-9610-b3f618cc3c7a | 2018-04-04 02:08:23,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-04 02:08:23,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-04 02:05:15 | 2018-04-04 02:08:23,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-04 02:08:22 | 2018-04-04 02:08:23,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:07 | 2018-04-04 02:08:23,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-04 02:08:23,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-04 02:08:23,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 60e96cd7-a47c-42c6-8ad6-84619ff3a8fd) | 2018-04-04 02:08:23,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-04 02:08:23,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 3ad5af4f-cfd8-4ca0-ad28-3dee7da991ce) | 2018-04-04 02:08:23,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-04 02:08:23,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 175.681 | 2018-04-04 02:08:23,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-04-04 02:08:23,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-04-04 02:08:23,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-04 02:08:23,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-04 02:08:23,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-04 02:08:23,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-04 02:08:23,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-04 02:08:23,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-04 02:08:34,252 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-04 02:08:34,253 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:44 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-04 02:08:34,257 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-04 02:08:35,217 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-04 03:29:24,763 - xtesting.core.unit - DEBUG - test_add_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_group (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_admin_user_to_new_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_new_user_to_admin_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_complex_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_simple_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_several_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_without_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_id (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_setting (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_file (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url_properties (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image_new_settings (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_bad_image_file (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_image_type (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_url (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_create_three_part_image_from_file_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_delete_keypair (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_from_file (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_large_key (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_both (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_pub_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_exist_files_delete (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_exist_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_1 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_2 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_delete_network (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_admin_user_to_new_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_new_user_to_admin_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_with_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_without_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_networks_same_name (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_delete_router (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_True (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_false (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_user_to_new_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_external_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_new_user_as_admin_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_private_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_vanilla (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... FAIL test_create_router_admin_ports (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_invalid_gateway_name (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_noname (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_delete_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_same_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_delete_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_same_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_volume_type_with_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos_and_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_create_delete_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_same_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_simple (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_bad_image (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_size (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_type (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_bad_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_valid_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_valid_volume_image (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok test_ping_via_router (snaps.openstack.tests.create_instance_tests.CreateInstanceTwoNetTests) ... ok test_create_admin_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_create_delete_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_set_allowed_address_pairs (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_mac_and_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_two_subnets (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_add_invalid_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_same_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group_never_added (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ... ok test_create_instance_from_three_part_image (snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage) ... ok test_create_instance_with_one_volume (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_instance_with_two_volumes (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_delete_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_same_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_short_timeout (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_dict (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_file (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_network_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_vm_inst_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_volume_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_volume_type_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_flavor_creator (snaps.openstack.tests.create_stack_tests.CreateStackFlavorTests) ... ok test_retrieve_keypair_creator (snaps.openstack.tests.create_stack_tests.CreateStackKeypairTests) ... ok test_retrieve_security_group_creator (snaps.openstack.tests.create_stack_tests.CreateStackSecurityGroupTests) ... ok test_bad_stack_file (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_missing_dependencies (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_single_port_static (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_init (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_before_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_reverse_engineer (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_second_creator (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_connect_via_ssh_heat_vm_derived (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_apply_simple_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok ====================================================================== FAIL: test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_router_tests.py", line 419, in test_create_router_with_ext_port self.assertEqual(ext_net.id, port.network_id) AssertionError: u'7b4a2a96-078f-47eb-851a-ea3015c91be7' != u'e80d8548-a96d-4913-8001-c56d5f2e81a5' - 7b4a2a96-078f-47eb-851a-ea3015c91be7 + e80d8548-a96d-4913-8001-c56d5f2e81a5 ---------------------------------------------------------------------- Ran 119 tests in 4849.472s FAILED (failures=1) 2018-04-04 03:29:24,932 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-04 03:29:24,933 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 80:49 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-04 03:29:24,937 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-04 03:29:24,937 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-04 03:29:25,036 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-04 03:29:27,624 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-04 03:29:27.158 10206 INFO rally.deployment.engine [-] Deployment 3ad5af4f-cfd8-4ca0-ad28-3dee7da991ce | Starting: Destroy cloud and free allocated resources. 2018-04-04 03:29:27.240 10206 INFO rally.deployment.engine [-] Deployment 3ad5af4f-cfd8-4ca0-ad28-3dee7da991ce | Completed: Destroy cloud and free allocated resources. 2018-04-04 03:29:27.297 10206 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=60e96cd7-a47c-42c6-8ad6-84619ff3a8fd) for deployment 'opnfv-rally'. 2018-04-04 03:29:27.328 10206 INFO rally.api [-] Deleting verification (UUID=989c1960-ea14-42fc-9610-b3f618cc3c7a). 2018-04-04 03:29:27.386 10206 INFO rally.api [-] Verification has been successfully deleted! 2018-04-04 03:29:27.387 10206 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=60e96cd7-a47c-42c6-8ad6-84619ff3a8fd). 2018-04-04 03:29:27.399 10206 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-04 03:29:30,111 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-04 03:29:29.758 10209 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f6328baa-37d0-41d3-acce-784c11367de6) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f6328baa-37d0-41d3-acce-784c11367de6 | 2018-04-04T03:29:29 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f6328baa-37d0-41d3-acce-784c11367de6 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-04 03:29:33,533 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-04 03:29:33,534 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-04 03:29:35,949 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-04 03:29:35.669 10215 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=60e96cd7-a47c-42c6-8ad6-84619ff3a8fd). 2018-04-04 03:29:35.802 10215 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-04 03:29:39,338 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-04 03:29:37.973 10218 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-04 03:29:38.139 10218 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-04 03:29:39.168 10218 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c3d0ce84-bc87-4289-97eb-019dcfa83510) has been successfully created! Using verifier 'opnfv-tempest' (UUID=c3d0ce84-bc87-4289-97eb-019dcfa83510) as the default verifier for the future CLI operations. 2018-04-04 03:29:42,382 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-04 03:29:45,886 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-04 03:29:58,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-04 03:30:04,597 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-04 03:30:03.487 10237 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c3d0ce84-bc87-4289-97eb-019dcfa83510) for deployment 'opnfv-rally' (UUID=f6328baa-37d0-41d3-acce-784c11367de6). 2018-04-04 03:30:04.378 10237 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c3d0ce84-bc87-4289-97eb-019dcfa83510) has been successfully configured for deployment 'opnfv-rally' (UUID=f6328baa-37d0-41d3-acce-784c11367de6)! 2018-04-04 03:30:04,597 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-04 03:30:04,597 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-04 03:30:04,600 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-04 03:30:04,613 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-04 03:30:07,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-c3d0ce84-bc87-4289-97eb-019dcfa83510/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-04-04 03:30:07,628 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-04 03:30:07,630 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-04 03:30:07,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-04-04 03:30:09,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 03:30:09.877 10246 INFO rally.api [-] Starting verification (UUID=a70086f1-9551-4803-af7c-da7302446701) for deployment 'opnfv-rally' (UUID=f6328baa-37d0-41d3-acce-784c11367de6) by verifier 'opnfv-tempest' (UUID=c3d0ce84-bc87-4289-97eb-019dcfa83510). 2018-04-04 03:30:09,879 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: a70086f1-9551-4803-af7c-da7302446701 2018-04-04 03:32:42,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a70086f1-9551-4803-af7c-da7302446701']'. 2018-04-04 03:32:43,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-04 03:32:43,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-04 03:32:43,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-04 03:32:43,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a70086f1-9551-4803-af7c-da7302446701 | 2018-04-04 03:32:43,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-04 03:32:43,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-04 03:30:09 | 2018-04-04 03:32:43,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-04 03:32:42 | 2018-04-04 03:32:43,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:33 | 2018-04-04 03:32:43,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-04 03:32:43,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-04 03:32:43,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: c3d0ce84-bc87-4289-97eb-019dcfa83510) | 2018-04-04 03:32:43,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-04 03:32:43,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: f6328baa-37d0-41d3-acce-784c11367de6) | 2018-04-04 03:32:43,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-04 03:32:43,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 125.46 | 2018-04-04 03:32:43,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-04-04 03:32:43,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-04-04 03:32:43,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-04 03:32:43,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-04 03:32:43,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-04 03:32:43,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-04 03:32:43,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-04 03:32:43,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-04-04 03:32:54,997 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-04 03:32:54,997 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:13 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-04-04 03:32:55,002 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:19 | PASS | | vping_userdata | functest | smoke | 01:01 | PASS | | tempest_smoke_serial | functest | smoke | 19:09 | PASS | | rally_sanity | functest | smoke | 24:07 | FAIL | | refstack_defcore | functest | smoke | 05:01 | PASS | | patrole | functest | smoke | 03:44 | PASS | | snaps_smoke | functest | smoke | 80:49 | FAIL | | neutron_trunk | functest | smoke | 03:13 | PASS | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-04 03:32:55,009 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-04 03:32:58,829 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-96 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-04 03:32:58,833 - 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=Ca6qTqXBDt7GhMEbqXJ9pXmgA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-04 03:32:58,833 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-04 03:32:58,834 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification barometercollectd | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ 2018-04-04 03:32:58,836 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-04 03:32:58,836 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-04-04 03:37:30,925 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-04-04 03:37:31,052 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-04 03:37:31,052 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:32 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-04-04 03:37:31,055 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-04-04 04:26:35,250 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-04-04 04:26:35,399 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-04 04:26:35,402 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 49:04 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-04-04 04:26:35,426 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-04-04 04:26:35,427 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:32 | PASS | | barometercollectd | barometer | features | 49:04 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-04 04:26:35,439 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-04 04:27:51,108 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-96 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-04 04:27:51,110 - 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=Ca6qTqXBDt7GhMEbqXJ9pXmgA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-04 04:27:51,111 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-04 04:27:51,111 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-04 04:27:51,111 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-04-04 04:27:51,112 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-04 04:27:54,045 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-96 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-04 04:27:54,047 - 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=Ca6qTqXBDt7GhMEbqXJ9pXmgA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-04 04:27:54,047 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-04 04:27:54,048 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | parser-basics | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ 2018-04-04 04:27:54,048 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-04 04:27:54,048 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-04-04 04:31:39,700 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-04-04 04:31:39,833 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-04 04:31:39,834 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 03:46 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-04-04 04:31:39,836 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 03:46 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-04 04:31:39,838 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK