2018-04-01 04:37:35,315 - functest.ci.check_deployment - DEBUG - 172.30.9.28:5000 is reachable! 2018-04-01 04:37:35,315 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.28:5000/v3 ...OK 2018-04-01 04:37:35,692 - functest.ci.check_deployment - INFO - Got token ...OK 2018-04-01 04:37:36,065 - functest.ci.check_deployment - DEBUG - 172.30.9.28:5000 is reachable! 2018-04-01 04:37:36,065 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.28:5000 ...OK 2018-04-01 04:37:36,499 - functest.ci.check_deployment - DEBUG - 172.30.9.28:8774 is reachable! 2018-04-01 04:37:36,499 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.28:8774/v2.1 ...OK 2018-04-01 04:37:36,861 - functest.ci.check_deployment - DEBUG - 172.30.9.28:9696 is reachable! 2018-04-01 04:37:36,861 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.28:9696 ...OK 2018-04-01 04:37:37,219 - functest.ci.check_deployment - DEBUG - 172.30.9.28:9292 is reachable! 2018-04-01 04:37:37,220 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.28:9292 ...OK 2018-04-01 04:37:37,822 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-04-01 04:37:39,338 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-04-01 04:37:39,360 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-04-01 04:37:39,999 - functest.ci.check_deployment - INFO - External network found: external 2018-04-01 04:37:42,680 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-82 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-01 04:37:42,682 - 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=kvM4x42KXgdZMfahjzCUPBaAs export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28: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-01 04:37:42,682 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-01 04:37:42,683 - 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-01 04:37:42,684 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-01 04:37:42,684 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-01 04:37:44,694 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-01 04:37:52,813 - 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.109s OK 2018-04-01 04:37:52,943 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-01 04:37:52,943 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:08 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-01 04:37:52,947 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-01 04:37:53,600 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-01 04:47:21,205 - 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 567.551s OK 2018-04-01 04:47:21,326 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-01 04:47:21,326 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 09:28 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-01 04:47:21,329 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-01 04:47:22,010 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-01 04:47:51,083 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 29.072s OK 2018-04-01 04:47:51,202 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-01 04:47:51,203 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:29 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-01 04:47:51,207 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:08 | PASS | | api_check | functest | healthcheck | 09:28 | PASS | | snaps_health_check | functest | healthcheck | 00:29 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-01 04:47:51,210 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-01 04:47:54,110 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-82 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-01 04:47:54,112 - 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=kvM4x42KXgdZMfahjzCUPBaAs export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28: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-01 04:47:54,112 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-01 04:47:54,112 - 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-01 04:47:54,114 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-01 04:47:54,114 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-01 04:47:54,948 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-01 04:47:54,949 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-01 04:47:55,353 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-01 04:47:55,353 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-04-01 04:47:55,723 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-01 04:47:55,723 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-01 04:47:55' 2018-04-01 04:47:55,723 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--743eaeaa-f690-48ff-8042-f352729cfe3c' 2018-04-01 04:47:57,688 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-743eaeaa-f690-48ff-8042-f352729cfe3c' 2018-04-01 04:48:00,049 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-743eaeaa-f690-48ff-8042-f352729cfe3c' 2018-04-01 04:48:04,870 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-743eaeaa-f690-48ff-8042-f352729cfe3c' 2018-04-01 04:48:05,638 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-743eaeaa-f690-48ff-8042-f352729cfe3c' 2018-04-01 04:48:06,370 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-743eaeaa-f690-48ff-8042-f352729cfe3c' 2018-04-01 04:48:10,680 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-743eaeaa-f690-48ff-8042-f352729cfe3c' 2018-04-01 04:48:12,776 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-743eaeaa-f690-48ff-8042-f352729cfe3c' 2018-04-01 04:48:29,129 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-01 04:48:35,280 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-01 04:48:35,417 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-01 04:48:36,424 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-01 04:48:51,150 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-01 04:48:51,151 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-01 04:48:51,643 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-01 04:48:51,643 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:41 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-01 04:48:51,647 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-01 04:48:51,740 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-01 04:48:51,740 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-01 04:48:51' 2018-04-01 04:48:51,740 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--45f0066f-5921-42da-9df8-0bc21591dc16' 2018-04-01 04:48:54,195 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-45f0066f-5921-42da-9df8-0bc21591dc16' 2018-04-01 04:48:56,358 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-45f0066f-5921-42da-9df8-0bc21591dc16' 2018-04-01 04:49:01,158 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-45f0066f-5921-42da-9df8-0bc21591dc16' 2018-04-01 04:49:01,744 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-45f0066f-5921-42da-9df8-0bc21591dc16' 2018-04-01 04:49:05,779 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-45f0066f-5921-42da-9df8-0bc21591dc16' 2018-04-01 04:49:11,319 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-01 04:49:19,476 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-01 04:49:21,706 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.12. Waiting for response... 2018-04-01 04:49:24,222 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-01 04:49:41,306 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-01 04:49:41,306 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:32 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-01 04:49:41,310 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-01 04:49:41,407 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-01 04:49:45,961 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-01 04:49:45.671 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=2ae57ed7-4a8f-4089-be3b-cc3803227322) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 2ae57ed7-4a8f-4089-be3b-cc3803227322 | 2018-04-01T04:49:45 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 2ae57ed7-4a8f-4089-be3b-cc3803227322 ~/.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-01 04:49:49,320 - 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-01 04:49:49,320 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-01 04:49:54,890 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-01 04:49:53.486 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-01 04:49:53.662 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-01 04:49:54.732 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=cb31b108-4e44-459e-b680-22036f6acfb6) has been successfully created! Using verifier 'opnfv-tempest' (UUID=cb31b108-4e44-459e-b680-22036f6acfb6) as the default verifier for the future CLI operations. 2018-04-01 04:49:57,874 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-01 04:49:59,500 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-01 04:50:03,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-01 04:50:08,489 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-01 04:50:07.661 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=cb31b108-4e44-459e-b680-22036f6acfb6) for deployment 'opnfv-rally' (UUID=2ae57ed7-4a8f-4089-be3b-cc3803227322). 2018-04-01 04:50:08.334 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=cb31b108-4e44-459e-b680-22036f6acfb6) has been successfully configured for deployment 'opnfv-rally' (UUID=2ae57ed7-4a8f-4089-be3b-cc3803227322)! 2018-04-01 04:50:08,489 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-01 04:50:08,490 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-01 04:50:08,492 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-01 04:50:08,496 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-01 04:50:11,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-cb31b108-4e44-459e-b680-22036f6acfb6/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-01 04:50:11,520 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-01 04:50:11,521 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-01 04:50:11,521 - 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-01 04:50:13,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:50:13.491 55 INFO rally.api [-] Starting verification (UUID=946d33bf-a3ec-4dc7-a22d-04aa20b8ff7a) for deployment 'opnfv-rally' (UUID=2ae57ed7-4a8f-4089-be3b-cc3803227322) by verifier 'opnfv-tempest' (UUID=cb31b108-4e44-459e-b680-22036f6acfb6). 2018-04-01 04:50:13,492 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 946d33bf-a3ec-4dc7-a22d-04aa20b8ff7a 2018-04-01 04:50:19,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:50:19.950 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.176s] 2018-04-01 04:50:20,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:50:20.013 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.063s] 2018-04-01 04:50:25,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:50:25.418 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.033s] 2018-04-01 04:50:26,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:50:26.593 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.174s] 2018-04-01 04:50:33,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:50:33.636 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.052s] 2018-04-01 04:50:46,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:50:46.682 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [8.268s] 2018-04-01 04:51:15,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:51:15.028 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.070s] 2018-04-01 04:51:15,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:51:15.029 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-01 04:51:39,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:51:39.374 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.069s] 2018-04-01 04:51:39,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:51:39.375 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-01 04:52:03,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:52:03.087 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.067s] 2018-04-01 04:52:03,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:52:03.088 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-01 04:52:38,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:52:38.812 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [11.536s] 2018-04-01 04:52:58,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:52:58.640 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.053s] 2018-04-01 04:52:58,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:52:58.910 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.269s] 2018-04-01 04:53:06,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:53:06.358 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.817s] 2018-04-01 04:53:06,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:53:06.366 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-04-01 04:53:07,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:53:07.736 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-01 04:53:07,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:53:07.736 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-01 04:53:11,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:53:11.435 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.345s] 2018-04-01 04:53:16,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:53:16.386 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.076s] 2018-04-01 04:53:21,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:53:21.553 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.565s] 2018-04-01 04:53:27,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:53:27.895 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.495s] 2018-04-01 04:53:35,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:53:35.808 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.842s] 2018-04-01 04:53:40,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:53:40.822 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.332s] 2018-04-01 04:53:45,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:53:45.828 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.169s] 2018-04-01 04:53:51,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:53:51.953 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.563s] 2018-04-01 04:53:57,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:53:57.919 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.411s] 2018-04-01 04:54:05,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:54:05.016 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.507s] 2018-04-01 04:54:06,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:54:06.936 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-01 04:54:08,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:54:08.792 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.069s] 2018-04-01 04:54:08,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:54:08.861 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.068s] 2018-04-01 04:54:08,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:54:08.932 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.071s] 2018-04-01 04:54:08,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:54:08.939 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-04-01 04:54:12,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:54:12.180 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.462s] 2018-04-01 04:54:13,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:54:13.167 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.986s] 2018-04-01 04:54:13,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:54:13.956 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.789s] 2018-04-01 04:54:19,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:54:19.231 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-04-01 04:54:23,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:54:23.930 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.826s] 2018-04-01 04:54:34,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:54:34.526 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.244s] 2018-04-01 04:54:37,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:54:37.372 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [2.845s] 2018-04-01 04:54:46,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:54:46.638 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.233s] 2018-04-01 04:54:49,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:54:49.584 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.945s] 2018-04-01 04:54:55,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:54:55.028 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [5.443s] 2018-04-01 04:55:02,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:55:02.985 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.354s] 2018-04-01 04:55:06,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:55:06.316 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.330s] 2018-04-01 04:55:09,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:55:09.514 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.198s] 2018-04-01 04:55:21,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:55:21.581 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [3.107s] 2018-04-01 04:55:21,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:55:21.845 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.265s] 2018-04-01 04:55:21,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:55:21.960 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.114s] 2018-04-01 04:55:22,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:55:22.149 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.188s] 2018-04-01 04:55:22,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:55:22.378 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.228s] 2018-04-01 04:55:22,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:55:22.427 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.049s] 2018-04-01 04:55:31,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:55:31.501 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [3.239s] 2018-04-01 04:55:31,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:55:31.692 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.191s] 2018-04-01 04:55:31,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:55:31.802 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.109s] 2018-04-01 04:55:31,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:55:31.982 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.179s] 2018-04-01 04:55:32,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:55:32.264 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.281s] 2018-04-01 04:55:32,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:55:32.316 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.051s] 2018-04-01 04:55:40,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:55:40.890 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [2.933s] 2018-04-01 04:55:44,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:55:44.755 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [3.864s] 2018-04-01 04:55:46,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:55:46.593 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.838s] 2018-04-01 04:55:46,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:55:46.675 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.082s] 2018-04-01 04:55:46,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:55:46.724 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.048s] 2018-04-01 04:55:55,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:55:55.918 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [2.913s] 2018-04-01 04:55:59,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:55:59.497 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [3.578s] 2018-04-01 04:56:00,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:56:00.881 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.383s] 2018-04-01 04:56:00,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:56:00.932 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.051s] 2018-04-01 04:56:00,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:56:00.978 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.046s] 2018-04-01 04:56:12,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:56:12.911 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [7.527s] 2018-04-01 04:56:17,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:56:17.304 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [4.393s] 2018-04-01 04:56:21,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:56:21.185 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [3.879s] 2018-04-01 04:56:23,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:56:23.938 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.752s] 2018-04-01 04:56:41,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:56:41.426 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [8.291s] 2018-04-01 04:56:46,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:56:46.354 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.927s] 2018-04-01 04:56:50,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:56:50.405 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.050s] 2018-04-01 04:56:53,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:56:53.233 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.828s] 2018-04-01 04:57:03,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:57:03.317 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.120s] 2018-04-01 04:57:04,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:57:04.426 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.107s] 2018-04-01 04:57:04,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:57:04.468 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.045s] 2018-04-01 04:57:08,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:57:08.473 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.173s] 2018-04-01 04:57:09,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:57:09.581 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.106s] 2018-04-01 04:57:09,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:57:09.622 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.044s] 2018-04-01 04:57:13,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:57:13.019 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.622s] 2018-04-01 04:57:15,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:57:15.879 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-04-01 04:57:16,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:57:16.972 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-01 04:57:16,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:57:16.974 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-01 04:57:16,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:57:16.975 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-01 04:57:16,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:57:16.975 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-01 04:57:16,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:57:16.976 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-01 04:57:18,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:57:18.803 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2018-04-01 04:57:31,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:57:31.416 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [7.834s] 2018-04-01 04:57:41,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:57:41.606 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.219s] 2018-04-01 04:57:51,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:57:51.666 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.057s] 2018-04-01 04:57:59,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:57:59.304 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.042s] 2018-04-01 04:58:55,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:58:55.068 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [50.307s] 2018-04-01 04:59:25,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:59:25.156 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [22.174s] 2018-04-01 04:59:59,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 04:59:59.663 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [19.618s] 2018-04-01 05:00:11,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '946d33bf-a3ec-4dc7-a22d-04aa20b8ff7a']'. 2018-04-01 05:00:11,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-01 05:00:11,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-01 05:00:11,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-01 05:00:11,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 946d33bf-a3ec-4dc7-a22d-04aa20b8ff7a | 2018-04-01 05:00:11,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-01 05:00:11,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-01 04:50:13 | 2018-04-01 05:00:11,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-01 05:00:10 | 2018-04-01 05:00:11,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:09:57 | 2018-04-01 05:00:11,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-01 05:00:11,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-01 05:00:11,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-01 05:00:11,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: cb31b108-4e44-459e-b680-22036f6acfb6) | 2018-04-01 05:00:11,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-01 05:00:11,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2ae57ed7-4a8f-4089-be3b-cc3803227322) | 2018-04-01 05:00:11,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-01 05:00:11,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 581.801 | 2018-04-01 05:00:11,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-04-01 05:00:11,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-01 05:00:11,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-01 05:00:11,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-01 05:00:11,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-01 05:00:11,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-01 05:00:11,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-01 05:00:12,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-04-01 05:00:17,103 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-01 05:00:17,104 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 10:19 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-04-01 05:00:17,108 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-01 05:00:17,210 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-01 05:00:17,620 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-01 05:00:17,621 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-04-01 05:00:17,989 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-01 05:00:20,413 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-01 05:00:20.082 117 INFO rally.deployment.engine [-] Deployment 2ae57ed7-4a8f-4089-be3b-cc3803227322 | Starting: Destroy cloud and free allocated resources. 2018-04-01 05:00:20.142 117 INFO rally.deployment.engine [-] Deployment 2ae57ed7-4a8f-4089-be3b-cc3803227322 | Completed: Destroy cloud and free allocated resources. 2018-04-01 05:00:20.183 117 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=cb31b108-4e44-459e-b680-22036f6acfb6) for deployment 'opnfv-rally'. 2018-04-01 05:00:20.201 117 INFO rally.api [-] Deleting verification (UUID=946d33bf-a3ec-4dc7-a22d-04aa20b8ff7a). 2018-04-01 05:00:20.239 117 INFO rally.api [-] Verification has been successfully deleted! 2018-04-01 05:00:20.240 117 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=cb31b108-4e44-459e-b680-22036f6acfb6). 2018-04-01 05:00:20.247 117 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-01 05:00:22,850 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-01 05:00:22.539 120 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=aaa28090-772b-48a0-a7c9-8629e37ee993) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | aaa28090-772b-48a0-a7c9-8629e37ee993 | 2018-04-01T05:00:22 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: aaa28090-772b-48a0-a7c9-8629e37ee993 ~/.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-01 05:00:26,151 - 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-01 05:00:26,151 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-01 05:00:27,624 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-4729e0c8-eaad-41d8-9400-58df06a2b677'... 2018-04-01 05:00:29,680 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-4729e0c8-eaad-41d8-9400-58df06a2b677'... 2018-04-01 05:00:31,099 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-4729e0c8-eaad-41d8-9400-58df06a2b677'... 2018-04-01 05:00:35,129 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-4729e0c8-eaad-41d8-9400-58df06a2b677'... 2018-04-01 05:00:35,793 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-4729e0c8-eaad-41d8-9400-58df06a2b677'... 2018-04-01 05:00:36,352 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-01 05:00:36,353 - 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-01 05:00:36,354 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-01 05:00:36,397 - 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-01 05:00:36,403 - 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': '0e4bca9f-4f31-44f2-a7e3-42a0b4f50564', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-4729e0c8-eaad-41d8-9400-58df06a2b677', 'flavor_name': 'rally-tiny-4729e0c8-eaad-41d8-9400-58df06a2b677', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-4729e0c8-eaad-41d8-9400-58df06a2b677', '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-01 05:01:35,614 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b0ac9508-a3c5-4a98-b9e3-ddeea5963e13 2018-04-01 05:01:35,615 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-01 05:01:35,616 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b0ac9508-a3c5-4a98-b9e3-ddeea5963e13'] 2018-04-01 05:01:36,766 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b0ac9508-a3c5-4a98-b9e3-ddeea5963e13: 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 b0ac9508-a3c5-4a98-b9e3-ddeea5963e13 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.554 | 0.554 | 0.554 | 0.554 | 0.554 | 0.554 | 100.0% | 1 | | total | 0.554 | 0.554 | 0.554 | 0.554 | 0.554 | 0.554 | 100.0% | 1 | | -> duration | 0.554 | 0.554 | 0.554 | 0.554 | 0.554 | 0.554 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.553754 Full duration: 6.444242 -------------------------------------------------------------------------------- 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 b0ac9508-a3c5-4a98-b9e3-ddeea5963e13 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.32 | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 100.0% | 1 | | total | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | -> duration | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.755769 Full duration: 6.886388 -------------------------------------------------------------------------------- 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 b0ac9508-a3c5-4a98-b9e3-ddeea5963e13 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.279 | 0.279 | 0.279 | 0.279 | 0.279 | 0.279 | 100.0% | 1 | | total | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | -> duration | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.682512 Full duration: 6.829001 -------------------------------------------------------------------------------- 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 b0ac9508-a3c5-4a98-b9e3-ddeea5963e13 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.336 | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 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.741312 Full duration: 6.76581 -------------------------------------------------------------------------------- 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 b0ac9508-a3c5-4a98-b9e3-ddeea5963e13 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.343 | 0.343 | 0.343 | 0.343 | 0.343 | 0.343 | 100.0% | 1 | | total | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | -> duration | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.734385 Full duration: 7.003652 -------------------------------------------------------------------------------- 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 b0ac9508-a3c5-4a98-b9e3-ddeea5963e13 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_nova | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 100.0% | 1 | | total | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 100.0% | 1 | | -> duration | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.638749 Full duration: 6.78906 HINTS: * To plot HTML graphics with this data, run: rally task report b0ac9508-a3c5-4a98-b9e3-ddeea5963e13 --out output.html * To generate a JUnit report, run: rally task export b0ac9508-a3c5-4a98-b9e3-ddeea5963e13 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b0ac9508-a3c5-4a98-b9e3-ddeea5963e13 --json --out output.json 2018-04-01 05:01:36,767 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b0ac9508-a3c5-4a98-b9e3-ddeea5963e13'] 2018-04-01 05:01:37,762 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-01 05:01:37,763 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b0ac9508-a3c5-4a98-b9e3-ddeea5963e13', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-01 05:01:37,770 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-01 05:01:37,771 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-01 05:01:37,771 - 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-01 05:01:37,771 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-01 05:01:37,814 - 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-01 05:01:37,816 - 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': '0e4bca9f-4f31-44f2-a7e3-42a0b4f50564', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-4729e0c8-eaad-41d8-9400-58df06a2b677', 'flavor_name': 'rally-tiny-4729e0c8-eaad-41d8-9400-58df06a2b677', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-4729e0c8-eaad-41d8-9400-58df06a2b677', '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-01 05:02:58,820 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f101b8f0-edf5-4f51-b587-6640368e5214 2018-04-01 05:02:58,820 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f101b8f0-edf5-4f51-b587-6640368e5214'] 2018-04-01 05:02:59,841 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f101b8f0-edf5-4f51-b587-6640368e5214: 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 f101b8f0-edf5-4f51-b587-6640368e5214 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.021 | 3.021 | 3.021 | 3.021 | 3.021 | 3.021 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 100.0% | 1 | | -> glance_v2.upload_data | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | glance_v2.delete_image | 1.292 | 1.292 | 1.292 | 1.292 | 1.292 | 1.292 | 100.0% | 1 | | total | 4.314 | 4.314 | 4.314 | 4.314 | 4.314 | 4.314 | 100.0% | 1 | | -> duration | 4.314 | 4.314 | 4.314 | 4.314 | 4.314 | 4.314 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.313648 Full duration: 11.773177 -------------------------------------------------------------------------------- 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 f101b8f0-edf5-4f51-b587-6640368e5214 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.088 | 3.088 | 3.088 | 3.088 | 3.088 | 3.088 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 100.0% | 1 | | -> glance_v2.upload_data | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | glance_v2.list_images | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 100.0% | 1 | | total | 3.134 | 3.134 | 3.134 | 3.134 | 3.134 | 3.134 | 100.0% | 1 | | -> duration | 3.134 | 3.134 | 3.134 | 3.134 | 3.134 | 3.134 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.134036 Full duration: 13.228962 -------------------------------------------------------------------------------- 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 f101b8f0-edf5-4f51-b587-6640368e5214 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.179 | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 100.0% | 1 | | total | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 100.0% | 1 | | -> duration | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.17892 Full duration: 7.008448 -------------------------------------------------------------------------------- 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-4729e0c8-eaad-41d8-9400-58df06a2b677" }, "number_instances": 2, "nics": [ { "net-id": "0e4bca9f-4f31-44f2-a7e3-42a0b4f50564" } ] }, "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 f101b8f0-edf5-4f51-b587-6640368e5214 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.53 | 3.53 | 3.53 | 3.53 | 3.53 | 3.53 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 100.0% | 1 | | -> glance_v2.upload_data | 1.236 | 1.236 | 1.236 | 1.236 | 1.236 | 1.236 | 100.0% | 1 | | nova.boot_servers | 11.235 | 11.235 | 11.235 | 11.235 | 11.235 | 11.235 | 100.0% | 1 | | total | 14.766 | 14.766 | 14.766 | 14.766 | 14.766 | 14.766 | 100.0% | 1 | | -> duration | 13.766 | 13.766 | 13.766 | 13.766 | 13.766 | 13.766 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.766408 Full duration: 33.087695 HINTS: * To plot HTML graphics with this data, run: rally task report f101b8f0-edf5-4f51-b587-6640368e5214 --out output.html * To generate a JUnit report, run: rally task export f101b8f0-edf5-4f51-b587-6640368e5214 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f101b8f0-edf5-4f51-b587-6640368e5214 --json --out output.json 2018-04-01 05:02:59,841 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f101b8f0-edf5-4f51-b587-6640368e5214'] 2018-04-01 05:03:00,836 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-01 05:03:00,837 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f101b8f0-edf5-4f51-b587-6640368e5214', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-01 05:03:00,844 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-01 05:03:00,845 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-04-01 05:03:00,845 - 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-01 05:03:00,845 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-01 05:03:00,885 - 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-01 05:03:00,886 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-04-01 05:03:00,886 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-01 05:03:00,886 - 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-01 05:03:00,886 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-01 05:03:00,917 - 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-01 05:03:00,922 - 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': '0e4bca9f-4f31-44f2-a7e3-42a0b4f50564', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-4729e0c8-eaad-41d8-9400-58df06a2b677', 'flavor_name': 'rally-tiny-4729e0c8-eaad-41d8-9400-58df06a2b677', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-4729e0c8-eaad-41d8-9400-58df06a2b677', '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-01 05:06:00,185 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 13074fa7-ff3e-438a-b9f9-c61d27ebeb1d 2018-04-01 05:06:00,185 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '13074fa7-ff3e-438a-b9f9-c61d27ebeb1d'] 2018-04-01 05:06:01,639 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 13074fa7-ff3e-438a-b9f9-c61d27ebeb1d: 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 13074fa7-ff3e-438a-b9f9-c61d27ebeb1d 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.058 | 3.058 | 3.058 | 3.058 | 3.058 | 3.058 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.412 | 2.412 | 2.412 | 2.412 | 2.412 | 2.412 | 100.0% | 1 | | total | 5.47 | 5.47 | 5.47 | 5.47 | 5.47 | 5.47 | 100.0% | 1 | | -> duration | 5.47 | 5.47 | 5.47 | 5.47 | 5.47 | 5.47 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.470051 Full duration: 20.958763 -------------------------------------------------------------------------------- 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 13074fa7-ff3e-438a-b9f9-c61d27ebeb1d 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 | 2.941 | 2.941 | 2.941 | 2.941 | 2.941 | 2.941 | 100.0% | 1 | | cinder_v2.delete_volume | 2.28 | 2.28 | 2.28 | 2.28 | 2.28 | 2.28 | 100.0% | 1 | | total | 5.222 | 5.222 | 5.222 | 5.222 | 5.222 | 5.222 | 100.0% | 1 | | -> duration | 5.222 | 5.222 | 5.222 | 5.222 | 5.222 | 5.222 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.22234 Full duration: 14.236529 -------------------------------------------------------------------------------- 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-4729e0c8-eaad-41d8-9400-58df06a2b677" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 13074fa7-ff3e-438a-b9f9-c61d27ebeb1d has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 7.972 | 7.972 | 7.972 | 7.972 | 7.972 | 7.972 | 100.0% | 1 | | cinder_v2.delete_volume | 2.292 | 2.292 | 2.292 | 2.292 | 2.292 | 2.292 | 100.0% | 1 | | total | 10.264 | 10.264 | 10.264 | 10.264 | 10.264 | 10.264 | 100.0% | 1 | | -> duration | 10.264 | 10.264 | 10.264 | 10.264 | 10.264 | 10.264 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.263856 Full duration: 19.742193 -------------------------------------------------------------------------------- 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 13074fa7-ff3e-438a-b9f9-c61d27ebeb1d 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.061 | 3.061 | 3.061 | 3.061 | 3.061 | 3.061 | 100.0% | 1 | | cinder_v2.delete_volume | 2.459 | 2.459 | 2.459 | 2.459 | 2.459 | 2.459 | 100.0% | 1 | | total | 5.519 | 5.519 | 5.519 | 5.519 | 5.519 | 5.519 | 100.0% | 1 | | -> duration | 5.519 | 5.519 | 5.519 | 5.519 | 5.519 | 5.519 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.519456 Full duration: 14.47025 -------------------------------------------------------------------------------- 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 13074fa7-ff3e-438a-b9f9-c61d27ebeb1d 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.042 | 3.042 | 3.042 | 3.042 | 3.042 | 3.042 | 100.0% | 1 | | cinder_v2.extend_volume | 2.451 | 2.451 | 2.451 | 2.451 | 2.451 | 2.451 | 100.0% | 1 | | cinder_v2.delete_volume | 2.365 | 2.365 | 2.365 | 2.365 | 2.365 | 2.365 | 100.0% | 1 | | total | 7.859 | 7.859 | 7.859 | 7.859 | 7.859 | 7.859 | 100.0% | 1 | | -> duration | 7.859 | 7.859 | 7.859 | 7.859 | 7.859 | 7.859 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.85891 Full duration: 16.604538 -------------------------------------------------------------------------------- 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 13074fa7-ff3e-438a-b9f9-c61d27ebeb1d 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.117 | 3.117 | 3.117 | 3.117 | 3.117 | 3.117 | 100.0% | 1 | | cinder_v2.delete_volume | 2.47 | 2.47 | 2.47 | 2.47 | 2.47 | 2.47 | 100.0% | 1 | | total | 5.587 | 5.587 | 5.587 | 5.587 | 5.587 | 5.587 | 100.0% | 1 | | -> duration | 5.587 | 5.587 | 5.587 | 5.587 | 5.587 | 5.587 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.587178 Full duration: 21.170215 -------------------------------------------------------------------------------- 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 13074fa7-ff3e-438a-b9f9-c61d27ebeb1d 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.559 | 0.559 | 0.559 | 0.559 | 0.559 | 0.559 | 100.0% | 1 | | cinder_v2.list_qos | 0.157 | 0.157 | 0.157 | 0.157 | 0.157 | 0.157 | 100.0% | 1 | | total | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 100.0% | 1 | | -> duration | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.716654 Full duration: 11.238874 -------------------------------------------------------------------------------- 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 13074fa7-ff3e-438a-b9f9-c61d27ebeb1d 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.657 | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 100.0% | 1 | | cinder_v2.set_qos | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | total | 0.837 | 0.837 | 0.837 | 0.837 | 0.837 | 0.837 | 100.0% | 1 | | -> duration | 0.837 | 0.837 | 0.837 | 0.837 | 0.837 | 0.837 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.83747 Full duration: 10.961896 -------------------------------------------------------------------------------- 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 13074fa7-ff3e-438a-b9f9-c61d27ebeb1d 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.57 | 0.57 | 0.57 | 0.57 | 0.57 | 0.57 | 100.0% | 1 | | cinder_v2.list_types | 0.153 | 0.153 | 0.153 | 0.153 | 0.153 | 0.153 | 100.0% | 1 | | total | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | -> duration | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.723633 Full duration: 10.92793 -------------------------------------------------------------------------------- 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 13074fa7-ff3e-438a-b9f9-c61d27ebeb1d 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.587 | 0.587 | 0.587 | 0.587 | 0.587 | 0.587 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 100.0% | 1 | | total | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> duration | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.771004 Full duration: 11.212789 HINTS: * To plot HTML graphics with this data, run: rally task report 13074fa7-ff3e-438a-b9f9-c61d27ebeb1d --out output.html * To generate a JUnit report, run: rally task export 13074fa7-ff3e-438a-b9f9-c61d27ebeb1d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 13074fa7-ff3e-438a-b9f9-c61d27ebeb1d --json --out output.json 2018-04-01 05:06:01,639 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '13074fa7-ff3e-438a-b9f9-c61d27ebeb1d'] 2018-04-01 05:06:02,685 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-01 05:06:02,685 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '13074fa7-ff3e-438a-b9f9-c61d27ebeb1d', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-01 05:06:02,693 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-01 05:06:02,693 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-01 05:06:02,694 - 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-01 05:06:02,694 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-01 05:06:02,745 - 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-01 05:06:02,747 - 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': '0e4bca9f-4f31-44f2-a7e3-42a0b4f50564', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-4729e0c8-eaad-41d8-9400-58df06a2b677', 'flavor_name': 'rally-tiny-4729e0c8-eaad-41d8-9400-58df06a2b677', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-4729e0c8-eaad-41d8-9400-58df06a2b677', '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-01 05:07:18,840 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 337eb6fe-1dee-4642-b4cc-86d2d1e2bb41 2018-04-01 05:07:18,841 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '337eb6fe-1dee-4642-b4cc-86d2d1e2bb41'] 2018-04-01 05:07:19,903 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 337eb6fe-1dee-4642-b4cc-86d2d1e2bb41: 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 337eb6fe-1dee-4642-b4cc-86d2d1e2bb41 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.124 | 4.124 | 4.124 | 4.124 | 4.124 | 4.124 | 100.0% | 1 | | heat.update_stack | 2.685 | 2.685 | 2.685 | 2.685 | 2.685 | 2.685 | 100.0% | 1 | | heat.delete_stack | 2.483 | 2.483 | 2.483 | 2.483 | 2.483 | 2.483 | 100.0% | 1 | | total | 9.291 | 9.291 | 9.291 | 9.291 | 9.291 | 9.291 | 100.0% | 1 | | -> duration | 5.291 | 5.291 | 5.291 | 5.291 | 5.291 | 5.291 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.291252 Full duration: 16.960634 -------------------------------------------------------------------------------- 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 337eb6fe-1dee-4642-b4cc-86d2d1e2bb41 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.277 | 4.277 | 4.277 | 4.277 | 4.277 | 4.277 | 100.0% | 1 | | heat.check_stack | 1.589 | 1.589 | 1.589 | 1.589 | 1.589 | 1.589 | 100.0% | 1 | | heat.delete_stack | 1.473 | 1.473 | 1.473 | 1.473 | 1.473 | 1.473 | 100.0% | 1 | | total | 7.339 | 7.339 | 7.339 | 7.339 | 7.339 | 7.339 | 100.0% | 1 | | -> duration | 5.339 | 5.339 | 5.339 | 5.339 | 5.339 | 5.339 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.338571 Full duration: 15.992059 -------------------------------------------------------------------------------- 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 337eb6fe-1dee-4642-b4cc-86d2d1e2bb41 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.408 | 4.408 | 4.408 | 4.408 | 4.408 | 4.408 | 100.0% | 1 | | heat.suspend_stack | 1.53 | 1.53 | 1.53 | 1.53 | 1.53 | 1.53 | 100.0% | 1 | | heat.resume_stack | 0.457 | 0.457 | 0.457 | 0.457 | 0.457 | 0.457 | 100.0% | 1 | | heat.delete_stack | 1.378 | 1.378 | 1.378 | 1.378 | 1.378 | 1.378 | 100.0% | 1 | | total | 7.772 | 7.772 | 7.772 | 7.772 | 7.772 | 7.772 | 100.0% | 1 | | -> duration | 5.772 | 5.772 | 5.772 | 5.772 | 5.772 | 5.772 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.772316 Full duration: 19.571161 -------------------------------------------------------------------------------- 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 337eb6fe-1dee-4642-b4cc-86d2d1e2bb41 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.545 | 0.545 | 0.545 | 0.545 | 0.545 | 0.545 | 100.0% | 1 | | total | 0.545 | 0.545 | 0.545 | 0.545 | 0.545 | 0.545 | 100.0% | 1 | | -> duration | 0.545 | 0.545 | 0.545 | 0.545 | 0.545 | 0.545 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.545038 Full duration: 7.632199 HINTS: * To plot HTML graphics with this data, run: rally task report 337eb6fe-1dee-4642-b4cc-86d2d1e2bb41 --out output.html * To generate a JUnit report, run: rally task export 337eb6fe-1dee-4642-b4cc-86d2d1e2bb41 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 337eb6fe-1dee-4642-b4cc-86d2d1e2bb41 --json --out output.json 2018-04-01 05:07:19,904 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '337eb6fe-1dee-4642-b4cc-86d2d1e2bb41'] 2018-04-01 05:07:20,890 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-01 05:07:20,891 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '337eb6fe-1dee-4642-b4cc-86d2d1e2bb41', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-01 05:07:20,899 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-01 05:07:20,899 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-01 05:07:20,899 - 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-01 05:07:20,900 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-01 05:07:20,940 - 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-01 05:07:20,944 - 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': '0e4bca9f-4f31-44f2-a7e3-42a0b4f50564', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-4729e0c8-eaad-41d8-9400-58df06a2b677', 'flavor_name': 'rally-tiny-4729e0c8-eaad-41d8-9400-58df06a2b677', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-4729e0c8-eaad-41d8-9400-58df06a2b677', '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-01 05:10:18,471 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 95b70f93-8b3b-4985-b22f-60fdd3e601a5 2018-04-01 05:10:18,472 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '95b70f93-8b3b-4985-b22f-60fdd3e601a5'] 2018-04-01 05:10:19,599 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 95b70f93-8b3b-4985-b22f-60fdd3e601a5: 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 95b70f93-8b3b-4985-b22f-60fdd3e601a5 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.471 | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 100.0% | 1 | | keystone_v3.add_role | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 100.0% | 1 | | keystone_v3.revoke_role | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | total | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 100.0% | 1 | | -> duration | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.719881 Full duration: 13.210225 -------------------------------------------------------------------------------- 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 95b70f93-8b3b-4985-b22f-60fdd3e601a5 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 100.0% | 1 | | keystone_v3.add_role | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | keystone_v3.list_roles | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | total | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | -> duration | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.67176 Full duration: 13.223721 -------------------------------------------------------------------------------- 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 95b70f93-8b3b-4985-b22f-60fdd3e601a5 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.795 | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 100.0% | 1 | | keystone_v3.list_projects | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | total | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 100.0% | 1 | | -> duration | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.889101 Full duration: 13.473434 -------------------------------------------------------------------------------- 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 95b70f93-8b3b-4985-b22f-60fdd3e601a5 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.474 | 0.474 | 0.474 | 0.474 | 0.474 | 0.474 | 100.0% | 1 | | keystone_v3.delete_role | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | total | 0.564 | 0.564 | 0.564 | 0.564 | 0.564 | 0.564 | 100.0% | 1 | | -> duration | 0.564 | 0.564 | 0.564 | 0.564 | 0.564 | 0.564 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.564296 Full duration: 11.079009 -------------------------------------------------------------------------------- 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 95b70f93-8b3b-4985-b22f-60fdd3e601a5 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.47 | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 100.0% | 1 | | keystone_v3.delete_service | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | total | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 100.0% | 1 | | -> duration | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.561405 Full duration: 11.279308 -------------------------------------------------------------------------------- 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 95b70f93-8b3b-4985-b22f-60fdd3e601a5 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | keystone_v3.create_user | 0.523 | 0.523 | 0.523 | 0.523 | 0.523 | 0.523 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 100.0% | 1 | | -> keystone_v3.add_role | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | keystone_v3.create_role | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | keystone_v3.get_project | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 100.0% | 1 | | keystone_v3.get_user | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | keystone_v3.get_role | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | keystone_v3.list_services | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 100.0% | 1 | | keystone_v3.get_services | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | total | 1.708 | 1.708 | 1.708 | 1.708 | 1.708 | 1.708 | 100.0% | 1 | | -> duration | 1.708 | 1.708 | 1.708 | 1.708 | 1.708 | 1.708 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.708246 Full duration: 18.279206 -------------------------------------------------------------------------------- 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 95b70f93-8b3b-4985-b22f-60fdd3e601a5 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 100.0% | 1 | | keystone_v3.update_project | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | keystone_v3.delete_project | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | total | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 100.0% | 1 | | -> duration | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.855238 Full duration: 11.460526 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 95b70f93-8b3b-4985-b22f-60fdd3e601a5 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.618 | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 100.0% | 1 | | total | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | -> duration | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.710372 Full duration: 13.38031 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 95b70f93-8b3b-4985-b22f-60fdd3e601a5 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | total | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 100.0% | 1 | | -> duration | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.622623 Full duration: 13.200327 -------------------------------------------------------------------------------- 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 95b70f93-8b3b-4985-b22f-60fdd3e601a5 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.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | keystone_v3.list_users | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | total | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | -> duration | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.809802 Full duration: 13.296356 -------------------------------------------------------------------------------- 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 95b70f93-8b3b-4985-b22f-60fdd3e601a5 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 100.0% | 1 | | keystone_v3.create_users | 4.291 | 4.291 | 4.291 | 4.291 | 4.291 | 4.291 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.291 | 4.291 | 4.291 | 4.291 | 4.291 | 4.291 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.084 | 1.084 | 1.084 | 1.084 | 1.084 | 1.084 | 100.0% | 1 | | total | 5.841 | 5.841 | 5.841 | 5.841 | 5.841 | 5.841 | 100.0% | 1 | | -> duration | 5.841 | 5.841 | 5.841 | 5.841 | 5.841 | 5.841 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.840509 Full duration: 22.355733 HINTS: * To plot HTML graphics with this data, run: rally task report 95b70f93-8b3b-4985-b22f-60fdd3e601a5 --out output.html * To generate a JUnit report, run: rally task export 95b70f93-8b3b-4985-b22f-60fdd3e601a5 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 95b70f93-8b3b-4985-b22f-60fdd3e601a5 --json --out output.json 2018-04-01 05:10:19,599 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '95b70f93-8b3b-4985-b22f-60fdd3e601a5'] 2018-04-01 05:10:20,700 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-01 05:10:20,701 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '95b70f93-8b3b-4985-b22f-60fdd3e601a5', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-01 05:10:20,709 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-01 05:10:20,710 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-01 05:10:20,711 - 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-01 05:10:20,711 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-01 05:10:20,754 - 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-01 05:10:20,761 - 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': '0e4bca9f-4f31-44f2-a7e3-42a0b4f50564', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-4729e0c8-eaad-41d8-9400-58df06a2b677', 'flavor_name': 'rally-tiny-4729e0c8-eaad-41d8-9400-58df06a2b677', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-4729e0c8-eaad-41d8-9400-58df06a2b677', '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-01 05:14:50,883 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 06cf4123-db31-4f27-938c-203bfd0c2847 2018-04-01 05:14:50,883 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '06cf4123-db31-4f27-938c-203bfd0c2847'] 2018-04-01 05:14:51,929 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 06cf4123-db31-4f27-938c-203bfd0c2847: 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 06cf4123-db31-4f27-938c-203bfd0c2847 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.918 | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 100.0% | 1 | | neutron.delete_network | 0.513 | 0.513 | 0.513 | 0.513 | 0.513 | 0.513 | 100.0% | 1 | | total | 1.431 | 1.431 | 1.431 | 1.431 | 1.431 | 1.431 | 100.0% | 1 | | -> duration | 1.431 | 1.431 | 1.431 | 1.431 | 1.431 | 1.431 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.430916 Full duration: 13.348728 -------------------------------------------------------------------------------- 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 06cf4123-db31-4f27-938c-203bfd0c2847 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.454 | 1.454 | 1.454 | 1.454 | 1.454 | 1.454 | 100.0% | 1 | | neutron.delete_port | 0.427 | 0.427 | 0.427 | 0.427 | 0.427 | 0.427 | 100.0% | 1 | | total | 1.88 | 1.88 | 1.88 | 1.88 | 1.88 | 1.88 | 100.0% | 1 | | -> duration | 1.88 | 1.88 | 1.88 | 1.88 | 1.88 | 1.88 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.88031 Full duration: 24.31861 -------------------------------------------------------------------------------- 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 06cf4123-db31-4f27-938c-203bfd0c2847 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.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | neutron.create_subnet | 0.629 | 0.629 | 0.629 | 0.629 | 0.629 | 0.629 | 100.0% | 1 | | neutron.create_router | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 100.0% | 1 | | neutron.add_interface_router | 1.483 | 1.483 | 1.483 | 1.483 | 1.483 | 1.483 | 100.0% | 1 | | neutron.remove_interface_router | 1.446 | 1.446 | 1.446 | 1.446 | 1.446 | 1.446 | 100.0% | 1 | | neutron.delete_router | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 100.0% | 1 | | total | 4.607 | 4.607 | 4.607 | 4.607 | 4.607 | 4.607 | 100.0% | 1 | | -> duration | 4.607 | 4.607 | 4.607 | 4.607 | 4.607 | 4.607 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.60709 Full duration: 31.028134 -------------------------------------------------------------------------------- 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 06cf4123-db31-4f27-938c-203bfd0c2847 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_subnet | 1.112 | 1.112 | 1.112 | 1.112 | 1.112 | 1.112 | 100.0% | 1 | | neutron.delete_subnet | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 100.0% | 1 | | total | 1.465 | 1.465 | 1.465 | 1.465 | 1.465 | 1.465 | 100.0% | 1 | | -> duration | 1.465 | 1.465 | 1.465 | 1.465 | 1.465 | 1.465 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.465264 Full duration: 23.916951 -------------------------------------------------------------------------------- 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 06cf4123-db31-4f27-938c-203bfd0c2847 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.925 | 0.925 | 0.925 | 0.925 | 0.925 | 0.925 | 100.0% | 1 | | neutron.list_networks | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 100.0% | 1 | | total | 1.063 | 1.063 | 1.063 | 1.063 | 1.063 | 1.063 | 100.0% | 1 | | -> duration | 1.063 | 1.063 | 1.063 | 1.063 | 1.063 | 1.063 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.06312 Full duration: 15.415757 -------------------------------------------------------------------------------- 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 06cf4123-db31-4f27-938c-203bfd0c2847 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.268 | 1.268 | 1.268 | 1.268 | 1.268 | 1.268 | 100.0% | 1 | | neutron.list_ports | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | total | 1.364 | 1.364 | 1.364 | 1.364 | 1.364 | 1.364 | 100.0% | 1 | | -> duration | 1.364 | 1.364 | 1.364 | 1.364 | 1.364 | 1.364 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.364422 Full duration: 24.027868 -------------------------------------------------------------------------------- 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 06cf4123-db31-4f27-938c-203bfd0c2847 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.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | neutron.create_subnet | 0.562 | 0.562 | 0.562 | 0.562 | 0.562 | 0.562 | 100.0% | 1 | | neutron.create_router | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | neutron.add_interface_router | 1.604 | 1.604 | 1.604 | 1.604 | 1.604 | 1.604 | 100.0% | 1 | | neutron.list_routers | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | total | 3.094 | 3.094 | 3.094 | 3.094 | 3.094 | 3.094 | 100.0% | 1 | | -> duration | 3.094 | 3.094 | 3.094 | 3.094 | 3.094 | 3.094 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.093722 Full duration: 32.449242 -------------------------------------------------------------------------------- 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 06cf4123-db31-4f27-938c-203bfd0c2847 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.868 | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 100.0% | 1 | | neutron.create_subnet | 0.413 | 0.413 | 0.413 | 0.413 | 0.413 | 0.413 | 100.0% | 1 | | neutron.list_subnets | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | total | 1.391 | 1.391 | 1.391 | 1.391 | 1.391 | 1.391 | 100.0% | 1 | | -> duration | 1.391 | 1.391 | 1.391 | 1.391 | 1.391 | 1.391 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.391201 Full duration: 28.669807 -------------------------------------------------------------------------------- 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 06cf4123-db31-4f27-938c-203bfd0c2847 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.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | neutron.delete_security_group | 0.118 | 0.118 | 0.118 | 0.118 | 0.118 | 0.118 | 100.0% | 1 | | total | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 100.0% | 1 | | -> duration | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.949912 Full duration: 13.024852 -------------------------------------------------------------------------------- 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 06cf4123-db31-4f27-938c-203bfd0c2847 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.797 | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 100.0% | 1 | | neutron.create_security_group_rule | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.071 | 0.071 | 0.071 | 0.071 | 0.071 | 0.071 | 100.0% | 1 | | neutron.delete_security_group | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | total | 1.097 | 1.097 | 1.097 | 1.097 | 1.097 | 1.097 | 100.0% | 1 | | -> duration | 1.097 | 1.097 | 1.097 | 1.097 | 1.097 | 1.097 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.097115 Full duration: 12.869844 -------------------------------------------------------------------------------- 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 06cf4123-db31-4f27-938c-203bfd0c2847 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.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | neutron.create_router | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | neutron.add_gateway_router | 1.429 | 1.429 | 1.429 | 1.429 | 1.429 | 1.429 | 100.0% | 1 | | neutron.remove_gateway_router | 1.458 | 1.458 | 1.458 | 1.458 | 1.458 | 1.458 | 100.0% | 1 | | total | 3.803 | 3.803 | 3.803 | 3.803 | 3.803 | 3.803 | 100.0% | 1 | | -> duration | 3.803 | 3.803 | 3.803 | 3.803 | 3.803 | 3.803 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.8026 Full duration: 22.792649 HINTS: * To plot HTML graphics with this data, run: rally task report 06cf4123-db31-4f27-938c-203bfd0c2847 --out output.html * To generate a JUnit report, run: rally task export 06cf4123-db31-4f27-938c-203bfd0c2847 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 06cf4123-db31-4f27-938c-203bfd0c2847 --json --out output.json 2018-04-01 05:14:51,930 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '06cf4123-db31-4f27-938c-203bfd0c2847'] 2018-04-01 05:14:52,993 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-01 05:14:52,994 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '06cf4123-db31-4f27-938c-203bfd0c2847', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-01 05:14:53,002 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-01 05:14:53,003 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-01 05:14:53,003 - 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-01 05:14:53,003 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-01 05:14:53,044 - 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-01 05:14:53,049 - 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': '0e4bca9f-4f31-44f2-a7e3-42a0b4f50564', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-4729e0c8-eaad-41d8-9400-58df06a2b677', 'flavor_name': 'rally-tiny-4729e0c8-eaad-41d8-9400-58df06a2b677', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-4729e0c8-eaad-41d8-9400-58df06a2b677', '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-01 05:17:49,517 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : cff9d883-51cf-4c2e-9eb7-ba690dc5f777 2018-04-01 05:17:49,517 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'cff9d883-51cf-4c2e-9eb7-ba690dc5f777'] 2018-04-01 05:17:50,647 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task cff9d883-51cf-4c2e-9eb7-ba690dc5f777: 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-4729e0c8-eaad-41d8-9400-58df06a2b677" }, "image": { "name": "Cirros-0.4.0-4729e0c8-eaad-41d8-9400-58df06a2b677" }, "block_migration": false, "nics": [ { "net-id": "0e4bca9f-4f31-44f2-a7e3-42a0b4f50564" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task cff9d883-51cf-4c2e-9eb7-ba690dc5f777 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 | 10.032 | 10.032 | 10.032 | 10.032 | 10.032 | 10.032 | 100.0% | 1 | | nova.find_host_to_migrate | 1.048 | 1.048 | 1.048 | 1.048 | 1.048 | 1.048 | 100.0% | 1 | | nova.live_migrate | 132.804 | 132.804 | 132.804 | 132.804 | 132.804 | 132.804 | 0.0% | 1 | | total | 143.884 | 143.884 | 143.884 | 143.884 | 143.884 | 143.884 | 0.0% | 1 | | -> duration | 142.884 | 142.884 | 142.884 | 142.884 | 142.884 | 142.884 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 142.883797 Full duration: 156.907862 HINTS: * To plot HTML graphics with this data, run: rally task report cff9d883-51cf-4c2e-9eb7-ba690dc5f777 --out output.html * To generate a JUnit report, run: rally task export cff9d883-51cf-4c2e-9eb7-ba690dc5f777 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report cff9d883-51cf-4c2e-9eb7-ba690dc5f777 --json --out output.json 2018-04-01 05:17:50,647 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'cff9d883-51cf-4c2e-9eb7-ba690dc5f777'] 2018-04-01 05:17:51,588 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-01 05:17:51,588 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'cff9d883-51cf-4c2e-9eb7-ba690dc5f777', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-01 05:17:51,596 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-04-01 05:17:51,596 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-01 05:17:51,596 - 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-01 05:17:51,596 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-01 05:17:51,637 - 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-01 05:17:51,639 - 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': '0e4bca9f-4f31-44f2-a7e3-42a0b4f50564', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-4729e0c8-eaad-41d8-9400-58df06a2b677', 'flavor_name': 'rally-tiny-4729e0c8-eaad-41d8-9400-58df06a2b677', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-4729e0c8-eaad-41d8-9400-58df06a2b677', '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-01 05:18:35,902 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 4e6beeec-4c5e-4a56-92f6-15e5d84f9e68 2018-04-01 05:18:35,902 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '4e6beeec-4c5e-4a56-92f6-15e5d84f9e68'] 2018-04-01 05:18:36,917 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 4e6beeec-4c5e-4a56-92f6-15e5d84f9e68: 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 4e6beeec-4c5e-4a56-92f6-15e5d84f9e68 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.663 | 0.663 | 0.663 | 0.663 | 0.663 | 0.663 | 100.0% | 1 | | quotas.delete_quotas | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 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.833005 Full duration: 7.686305 -------------------------------------------------------------------------------- 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 4e6beeec-4c5e-4a56-92f6-15e5d84f9e68 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.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 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.749797 Full duration: 7.727617 -------------------------------------------------------------------------------- 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 4e6beeec-4c5e-4a56-92f6-15e5d84f9e68 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.344 | 0.344 | 0.344 | 0.344 | 0.344 | 0.344 | 100.0% | 1 | | total | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | -> duration | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.734958 Full duration: 7.372258 -------------------------------------------------------------------------------- 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 4e6beeec-4c5e-4a56-92f6-15e5d84f9e68 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.821 | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 100.0% | 1 | | total | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 100.0% | 1 | | -> duration | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.821391 Full duration: 7.522056 HINTS: * To plot HTML graphics with this data, run: rally task report 4e6beeec-4c5e-4a56-92f6-15e5d84f9e68 --out output.html * To generate a JUnit report, run: rally task export 4e6beeec-4c5e-4a56-92f6-15e5d84f9e68 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 4e6beeec-4c5e-4a56-92f6-15e5d84f9e68 --json --out output.json 2018-04-01 05:18:36,917 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '4e6beeec-4c5e-4a56-92f6-15e5d84f9e68'] 2018-04-01 05:18:37,942 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-01 05:18:37,942 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '4e6beeec-4c5e-4a56-92f6-15e5d84f9e68', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-01 05:18:37,949 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-01 05:18:37,953 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:40 | 6 | 100.00% | | glance | 01:05 | 4 | 100.00% | | cinder | 02:31 | 10 | 100.00% | | heat | 01:00 | 4 | 100.00% | | keystone | 02:34 | 11 | 100.00% | | neutron | 04:01 | 11 | 100.00% | | nova | 02:36 | 1 | 0.00% | | quotas | 00:30 | 4 | 100.00% | | | | | | | TOTAL: | 00:15:00 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-04-01 05:18:37,953 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-04-01 05:18:43,622 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-01 05:18:43,622 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-01 05:18:44,117 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-01 05:18:44,117 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 18:26 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-01 05:18:44,121 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-04-01 05:18:44,121 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-01 05:18:44,197 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-01 05:18:46,534 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-01 05:18:46.216 9788 INFO rally.deployment.engine [-] Deployment aaa28090-772b-48a0-a7c9-8629e37ee993 | Starting: Destroy cloud and free allocated resources. 2018-04-01 05:18:46.296 9788 INFO rally.deployment.engine [-] Deployment aaa28090-772b-48a0-a7c9-8629e37ee993 | Completed: Destroy cloud and free allocated resources. 2018-04-01 05:18:46.320 9788 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=cb31b108-4e44-459e-b680-22036f6acfb6). 2018-04-01 05:18:46.325 9788 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-01 05:18:48,998 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-01 05:18:48.703 9791 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=7de717a8-9c83-4367-a6e5-977cdea175f1) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 7de717a8-9c83-4367-a6e5-977cdea175f1 | 2018-04-01T05:18:48 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 7de717a8-9c83-4367-a6e5-977cdea175f1 ~/.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-01 05:18:52,380 - 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-01 05:18:52,381 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-01 05:18:54,525 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-01 05:18:54.266 9797 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=cb31b108-4e44-459e-b680-22036f6acfb6). 2018-04-01 05:18:54.379 9797 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-01 05:18:57,840 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-01 05:18:56.491 9800 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-01 05:18:56.635 9800 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-01 05:18:57.660 9800 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1287c2e0-98c0-4856-a504-98ac2e27ecef) has been successfully created! Using verifier 'opnfv-tempest' (UUID=1287c2e0-98c0-4856-a504-98ac2e27ecef) as the default verifier for the future CLI operations. 2018-04-01 05:19:00,864 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-01 05:19:02,552 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-01 05:19:07,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-01 05:19:12,178 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-01 05:19:11.335 9819 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=1287c2e0-98c0-4856-a504-98ac2e27ecef) for deployment 'opnfv-rally' (UUID=7de717a8-9c83-4367-a6e5-977cdea175f1). 2018-04-01 05:19:12.003 9819 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1287c2e0-98c0-4856-a504-98ac2e27ecef) has been successfully configured for deployment 'opnfv-rally' (UUID=7de717a8-9c83-4367-a6e5-977cdea175f1)! 2018-04-01 05:19:12,179 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-01 05:19:12,179 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-01 05:19:12,181 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-01 05:19:14,600 - 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-01 05:19:16,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:16.803 9831 INFO rally.api [-] Starting verification (UUID=e1d627a6-d896-4c2a-b1f8-bd97f055af39) for deployment 'opnfv-rally' (UUID=7de717a8-9c83-4367-a6e5-977cdea175f1) by verifier 'opnfv-tempest' (UUID=1287c2e0-98c0-4856-a504-98ac2e27ecef). 2018-04-01 05:19:16,805 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: e1d627a6-d896-4c2a-b1f8-bd97f055af39 2018-04-01 05:19:25,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:25.228 9831 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.273s] 2018-04-01 05:19:25,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:25.303 9831 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.073s] 2018-04-01 05:19:25,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:25.305 9831 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2018-04-01 05:19:25,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:25.700 9831 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.337s] 2018-04-01 05:19:25,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:25.797 9831 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.541s] 2018-04-01 05:19:26,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:26.016 9831 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.754s] 2018-04-01 05:19:26,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:26.070 9831 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.054s] 2018-04-01 05:19:27,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:27.020 9831 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.221s] 2018-04-01 05:19:32,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:32.282 9831 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.190s] 2018-04-01 05:19:32,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:32.485 9831 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.203s] 2018-04-01 05:19:32,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:32.683 9831 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.198s] 2018-04-01 05:19:32,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:32.787 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.511s] 2018-04-01 05:19:37,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:37.151 9831 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [3.334s] 2018-04-01 05:19:37,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:37.216 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.426s] 2018-04-01 05:19:37,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:37.947 9831 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.366s] 2018-04-01 05:19:38,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:38.224 9831 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.277s] 2018-04-01 05:19:39,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:39.234 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.017s] 2018-04-01 05:19:39,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:39.543 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.206s] 2018-04-01 05:19:39,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:39.850 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.307s] 2018-04-01 05:19:40,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:40.701 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.467s] 2018-04-01 05:19:40,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:40.768 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.916s] 2018-04-01 05:19:40,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:40.776 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.008s] 2018-04-01 05:19:40,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:40.794 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.018s] 2018-04-01 05:19:42,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:42.518 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.815s] 2018-04-01 05:19:43,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:43.832 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.313s] 2018-04-01 05:19:44,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:44.021 9831 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.080s] 2018-04-01 05:19:44,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:44.628 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.795s] 2018-04-01 05:19:44,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:44.752 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.125s] 2018-04-01 05:19:44,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:44.780 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.027s] 2018-04-01 05:19:44,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:44.806 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.026s] 2018-04-01 05:19:44,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:44.834 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.028s] 2018-04-01 05:19:46,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:46.253 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.506s] 2018-04-01 05:19:47,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:47.005 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.751s] 2018-04-01 05:19:48,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:48.396 9831 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.372s] 2018-04-01 05:19:52,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:52.567 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.375s] 2018-04-01 05:19:52,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:52.806 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.238s] 2018-04-01 05:19:53,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:53.027 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.220s] 2018-04-01 05:19:53,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:53.272 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.244s] 2018-04-01 05:19:53,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:53.512 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.240s] 2018-04-01 05:19:53,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:53.583 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.070s] 2018-04-01 05:19:53,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:53.655 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.071s] 2018-04-01 05:19:53,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:53.723 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.067s] 2018-04-01 05:19:53,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:53.790 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.067s] 2018-04-01 05:19:53,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:53.857 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.066s] 2018-04-01 05:19:54,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:54.385 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.527s] 2018-04-01 05:19:57,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:19:57.668 9831 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.912s] 2018-04-01 05:20:04,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:04.203 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [4.859s] 2018-04-01 05:20:04,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:04.287 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.084s] 2018-04-01 05:20:04,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:04.563 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.047s] 2018-04-01 05:20:04,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:04.601 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.038s] 2018-04-01 05:20:04,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:04.674 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.073s] 2018-04-01 05:20:04,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:04.733 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.445s] 2018-04-01 05:20:04,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:04.829 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.095s] 2018-04-01 05:20:04,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:04.831 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-01 05:20:05,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:05.129 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.453s] 2018-04-01 05:20:05,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:05.237 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.108s] 2018-04-01 05:20:05,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:05.472 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.235s] 2018-04-01 05:20:05,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:05.522 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.050s] 2018-04-01 05:20:05,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:05.580 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.057s] 2018-04-01 05:20:05,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:05.662 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.080s] 2018-04-01 05:20:05,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:05.714 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.052s] 2018-04-01 05:20:05,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:05.768 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.054s] 2018-04-01 05:20:06,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:06.014 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.245s] 2018-04-01 05:20:06,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:06.097 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.082s] 2018-04-01 05:20:06,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:06.149 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.052s] 2018-04-01 05:20:06,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:06.196 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.047s] 2018-04-01 05:20:07,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:07.234 9831 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.538s] 2018-04-01 05:20:11,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:11.593 9831 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.359s] 2018-04-01 05:20:14,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:14.257 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.097s] 2018-04-01 05:20:14,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:14.269 9831 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-01 05:20:14,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:14.423 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.153s] 2018-04-01 05:20:14,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:14.433 9831 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-01 05:20:14,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:14.445 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-04-01 05:20:14,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:14.477 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.031s] 2018-04-01 05:20:14,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:14.545 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.066s] 2018-04-01 05:20:14,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:14.598 9831 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.005s] 2018-04-01 05:20:14,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:14.608 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.063s] 2018-04-01 05:20:14,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:14.652 9831 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.054s] 2018-04-01 05:20:14,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:14.717 9831 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.064s] 2018-04-01 05:20:14,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:14.768 9831 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.050s] 2018-04-01 05:20:14,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:14.798 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.190s] 2018-04-01 05:20:14,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:14.812 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-04-01 05:20:14,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:14.884 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.072s] 2018-04-01 05:20:14,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:14.953 9831 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.185s] 2018-04-01 05:20:15,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:15.345 9831 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.172s] 2018-04-01 05:20:25,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:25.234 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [45.783s] 2018-04-01 05:20:25,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:25.859 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.631s] 2018-04-01 05:20:27,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:27.066 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [2.332s] 2018-04-01 05:20:31,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:31.625 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.558s] 2018-04-01 05:20:34,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:34.659 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.033s] 2018-04-01 05:20:35,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:35.051 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.494s] 2018-04-01 05:20:35,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:35.270 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.219s] 2018-04-01 05:20:35,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:35.521 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.250s] 2018-04-01 05:20:35,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:35.898 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.376s] 2018-04-01 05:20:36,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:36.598 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.700s] 2018-04-01 05:20:36,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:36.987 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.388s] 2018-04-01 05:20:38,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:38.091 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [3.431s] 2018-04-01 05:20:42,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:42.028 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.935s] 2018-04-01 05:20:43,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:43.585 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.398s] 2018-04-01 05:20:44,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:44.391 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.805s] 2018-04-01 05:20:45,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:45.624 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.595s] 2018-04-01 05:20:47,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:47.569 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.175s] 2018-04-01 05:20:48,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:48.572 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.004s] 2018-04-01 05:20:48,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:48.872 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.248s] 2018-04-01 05:20:49,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:49.033 9831 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [66.653s] 2018-04-01 05:20:49,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:49.844 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.269s] 2018-04-01 05:20:50,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:50.801 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.957s] 2018-04-01 05:20:52,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:52.799 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.995s] 2018-04-01 05:20:52,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:52.845 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.048s] 2018-04-01 05:20:53,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:53.093 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.219s] 2018-04-01 05:20:56,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:56.229 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.135s] 2018-04-01 05:20:56,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:56.375 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.146s] 2018-04-01 05:20:56,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:56.619 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.243s] 2018-04-01 05:20:56,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:56.680 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.061s] 2018-04-01 05:20:56,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:56.735 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.054s] 2018-04-01 05:20:56,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:56.837 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.102s] 2018-04-01 05:20:56,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:56.921 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.083s] 2018-04-01 05:20:56,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:56.971 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.050s] 2018-04-01 05:20:57,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:20:57.023 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.051s] 2018-04-01 05:21:01,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:21:01.551 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.527s] 2018-04-01 05:21:02,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:21:02.794 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [10.486s] 2018-04-01 05:21:02,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:21:02.864 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.070s] 2018-04-01 05:21:03,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:21:03.242 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.377s] 2018-04-01 05:21:03,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:21:03.341 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.098s] 2018-04-01 05:21:03,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:21:03.342 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-01 05:21:14,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:21:14.781 9831 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [5.197s] 2018-04-01 05:21:15,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:21:15.357 9831 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [26.319s] 2018-04-01 05:21:16,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:21:16.042 9831 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.155s] 2018-04-01 05:21:20,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:21:20.493 9831 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.710s] 2018-04-01 05:21:26,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:21:26.397 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.155s] 2018-04-01 05:21:26,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:21:26.562 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.164s] 2018-04-01 05:21:26,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:21:26.732 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.170s] 2018-04-01 05:21:26,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:21:26.752 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.020s] 2018-04-01 05:21:26,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:21:26.765 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.013s] 2018-04-01 05:21:27,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:21:27.007 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.240s] 2018-04-01 05:21:27,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:21:27.068 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.060s] 2018-04-01 05:21:27,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:21:27.105 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.037s] 2018-04-01 05:21:27,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:21:27.115 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.010s] 2018-04-01 05:21:27,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:21:27.148 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.032s] 2018-04-01 05:21:27,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:21:27.295 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.146s] 2018-04-01 05:21:27,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:21:27.477 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.181s] 2018-04-01 05:21:27,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:21:27.526 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.048s] 2018-04-01 05:21:27,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:21:27.562 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.036s] 2018-04-01 05:21:27,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:21:27.746 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.184s] 2018-04-01 05:21:27,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:21:27.904 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.156s] 2018-04-01 05:21:27,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:21:27.936 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.032s] 2018-04-01 05:21:28,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:21:28.101 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.164s] 2018-04-01 05:21:28,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:21:28.111 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.010s] 2018-04-01 05:21:28,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:21:28.144 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.033s] 2018-04-01 05:21:28,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:21:28.176 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.031s] 2018-04-01 05:21:28,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:21:28.209 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.031s] 2018-04-01 05:21:28,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:21:28.242 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.032s] 2018-04-01 05:21:32,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'e1d627a6-d896-4c2a-b1f8-bd97f055af39']'. 2018-04-01 05:21:33,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-01 05:21:33,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-01 05:21:33,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-01 05:21:33,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | e1d627a6-d896-4c2a-b1f8-bd97f055af39 | 2018-04-01 05:21:33,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-01 05:21:33,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-01 05:19:16 | 2018-04-01 05:21:33,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-01 05:21:31 | 2018-04-01 05:21:33,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:15 | 2018-04-01 05:21:33,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-01 05:21:33,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-01 05:21:33,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 1287c2e0-98c0-4856-a504-98ac2e27ecef) | 2018-04-01 05:21:33,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-01 05:21:33,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 7de717a8-9c83-4367-a6e5-977cdea175f1) | 2018-04-01 05:21:33,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 152 | 2018-04-01 05:21:33,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 125.428 | 2018-04-01 05:21:33,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 152 | 2018-04-01 05:21:33,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-01 05:21:33,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-01 05:21:33,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-01 05:21:33,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-01 05:21:33,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-01 05:21:33,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-01 05:21:34,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-04-01 05:21:39,288 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-01 05:21:39,288 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 02:38 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-01 05:21:39,292 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-01 05:21:39,389 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-01 05:21:41,954 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-01 05:21:41.565 9935 INFO rally.deployment.engine [-] Deployment 7de717a8-9c83-4367-a6e5-977cdea175f1 | Starting: Destroy cloud and free allocated resources. 2018-04-01 05:21:41.649 9935 INFO rally.deployment.engine [-] Deployment 7de717a8-9c83-4367-a6e5-977cdea175f1 | Completed: Destroy cloud and free allocated resources. 2018-04-01 05:21:41.692 9935 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=1287c2e0-98c0-4856-a504-98ac2e27ecef) for deployment 'opnfv-rally'. 2018-04-01 05:21:41.712 9935 INFO rally.api [-] Deleting verification (UUID=e1d627a6-d896-4c2a-b1f8-bd97f055af39). 2018-04-01 05:21:41.746 9935 INFO rally.api [-] Verification has been successfully deleted! 2018-04-01 05:21:41.746 9935 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=1287c2e0-98c0-4856-a504-98ac2e27ecef). 2018-04-01 05:21:41.755 9935 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-01 05:21:44,430 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-01 05:21:44.131 9938 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=1dbcdcfb-ca5d-4c53-9ad1-51c4dbdc7acd) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 1dbcdcfb-ca5d-4c53-9ad1-51c4dbdc7acd | 2018-04-01T05:21:44 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 1dbcdcfb-ca5d-4c53-9ad1-51c4dbdc7acd ~/.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-01 05:21:47,676 - 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-01 05:21:47,677 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-01 05:21:49,977 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-01 05:21:49.718 9944 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=1287c2e0-98c0-4856-a504-98ac2e27ecef). 2018-04-01 05:21:49.834 9944 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-01 05:21:53,761 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-01 05:21:52.137 9947 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-01 05:21:52.278 9947 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-01 05:21:53.535 9947 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=48f02aaa-d040-455f-bb28-848ed2f9cc9c) has been successfully created! Using verifier 'opnfv-tempest' (UUID=48f02aaa-d040-455f-bb28-848ed2f9cc9c) as the default verifier for the future CLI operations. 2018-04-01 05:21:56,886 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-01 05:21:58,504 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-01 05:22:04,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-01 05:22:09,091 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-01 05:22:08.204 9966 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=48f02aaa-d040-455f-bb28-848ed2f9cc9c) for deployment 'opnfv-rally' (UUID=1dbcdcfb-ca5d-4c53-9ad1-51c4dbdc7acd). 2018-04-01 05:22:08.897 9966 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=48f02aaa-d040-455f-bb28-848ed2f9cc9c) has been successfully configured for deployment 'opnfv-rally' (UUID=1dbcdcfb-ca5d-4c53-9ad1-51c4dbdc7acd)! 2018-04-01 05:22:09,091 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-01 05:22:09,091 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-01 05:22:09,094 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-01 05:22:09,108 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-01 05:22:12,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-48f02aaa-d040-455f-bb28-848ed2f9cc9c/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-01 05:22:12,170 - 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-01 05:22:14,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 05:22:14.393 9975 INFO rally.api [-] Starting verification (UUID=760ce7ce-15d8-49d0-a16a-ad477d0cc44e) for deployment 'opnfv-rally' (UUID=1dbcdcfb-ca5d-4c53-9ad1-51c4dbdc7acd) by verifier 'opnfv-tempest' (UUID=48f02aaa-d040-455f-bb28-848ed2f9cc9c). 2018-04-01 05:22:14,394 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 760ce7ce-15d8-49d0-a16a-ad477d0cc44e 2018-04-01 05:24:41,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '760ce7ce-15d8-49d0-a16a-ad477d0cc44e']'. 2018-04-01 05:24:42,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-01 05:24:42,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-01 05:24:42,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-01 05:24:42,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 760ce7ce-15d8-49d0-a16a-ad477d0cc44e | 2018-04-01 05:24:42,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-01 05:24:42,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-01 05:22:14 | 2018-04-01 05:24:42,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-01 05:24:41 | 2018-04-01 05:24:42,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:27 | 2018-04-01 05:24:42,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-01 05:24:42,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-01 05:24:42,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 48f02aaa-d040-455f-bb28-848ed2f9cc9c) | 2018-04-01 05:24:42,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-01 05:24:42,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 1dbcdcfb-ca5d-4c53-9ad1-51c4dbdc7acd) | 2018-04-01 05:24:42,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-01 05:24:42,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 139.269 | 2018-04-01 05:24:42,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-04-01 05:24:42,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-04-01 05:24:42,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-01 05:24:42,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-01 05:24:42,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-01 05:24:42,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-01 05:24:42,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-01 05:24:43,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-01 05:24:47,964 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-01 05:24:47,964 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:51 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-01 05:24:47,968 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-01 05:24:48,908 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-01 06:05:27,646 - 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) ... ok 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 ---------------------------------------------------------------------- Ran 119 tests in 2438.670s OK 2018-04-01 06:05:27,765 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-01 06:05:27,765 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 40:39 | PASS | +---------------------+------------------+------------------+----------------+ 2018-04-01 06:05:27,769 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-01 06:05:27,867 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-01 06:05:30,106 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-01 06:05:29.799 10202 INFO rally.deployment.engine [-] Deployment 1dbcdcfb-ca5d-4c53-9ad1-51c4dbdc7acd | Starting: Destroy cloud and free allocated resources. 2018-04-01 06:05:29.879 10202 INFO rally.deployment.engine [-] Deployment 1dbcdcfb-ca5d-4c53-9ad1-51c4dbdc7acd | Completed: Destroy cloud and free allocated resources. 2018-04-01 06:05:29.905 10202 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=48f02aaa-d040-455f-bb28-848ed2f9cc9c) for deployment 'opnfv-rally'. 2018-04-01 06:05:29.922 10202 INFO rally.api [-] Deleting verification (UUID=760ce7ce-15d8-49d0-a16a-ad477d0cc44e). 2018-04-01 06:05:29.952 10202 INFO rally.api [-] Verification has been successfully deleted! 2018-04-01 06:05:29.953 10202 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=48f02aaa-d040-455f-bb28-848ed2f9cc9c). 2018-04-01 06:05:29.959 10202 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-01 06:05:32,780 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-01 06:05:32.530 10205 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=7f839b59-6d73-4471-9f92-bd553a195258) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 7f839b59-6d73-4471-9f92-bd553a195258 | 2018-04-01T06:05:32 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 7f839b59-6d73-4471-9f92-bd553a195258 ~/.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-01 06:05:35,969 - 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-01 06:05:35,969 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-01 06:05:38,351 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-01 06:05:38.100 10211 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=48f02aaa-d040-455f-bb28-848ed2f9cc9c). 2018-04-01 06:05:38.226 10211 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-01 06:05:41,786 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-01 06:05:40.413 10214 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-01 06:05:40.544 10214 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-01 06:05:41.592 10214 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=42f69adf-4e95-43ac-81e5-aba23d064393) has been successfully created! Using verifier 'opnfv-tempest' (UUID=42f69adf-4e95-43ac-81e5-aba23d064393) as the default verifier for the future CLI operations. 2018-04-01 06:05:44,861 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-01 06:05:46,521 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-01 06:05:50,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-01 06:05:55,435 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-01 06:05:54.593 10233 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=42f69adf-4e95-43ac-81e5-aba23d064393) for deployment 'opnfv-rally' (UUID=7f839b59-6d73-4471-9f92-bd553a195258). 2018-04-01 06:05:55.277 10233 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=42f69adf-4e95-43ac-81e5-aba23d064393) has been successfully configured for deployment 'opnfv-rally' (UUID=7f839b59-6d73-4471-9f92-bd553a195258)! 2018-04-01 06:05:55,435 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-01 06:05:55,436 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-01 06:05:55,438 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-01 06:05:55,457 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-01 06:05:58,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-42f69adf-4e95-43ac-81e5-aba23d064393/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-01 06:05:58,215 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-01 06:05:58,216 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-01 06:05:58,216 - 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-01 06:06:00,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 06:06:00.334 10242 INFO rally.api [-] Starting verification (UUID=ab60fb14-ae3e-4c6d-813c-194e46c32830) for deployment 'opnfv-rally' (UUID=7f839b59-6d73-4471-9f92-bd553a195258) by verifier 'opnfv-tempest' (UUID=42f69adf-4e95-43ac-81e5-aba23d064393). 2018-04-01 06:06:00,335 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: ab60fb14-ae3e-4c6d-813c-194e46c32830 2018-04-01 06:07:44,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'ab60fb14-ae3e-4c6d-813c-194e46c32830']'. 2018-04-01 06:07:45,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-01 06:07:45,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-01 06:07:45,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-01 06:07:45,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | ab60fb14-ae3e-4c6d-813c-194e46c32830 | 2018-04-01 06:07:45,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-01 06:07:45,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-01 06:06:00 | 2018-04-01 06:07:45,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-01 06:07:44 | 2018-04-01 06:07:45,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:44 | 2018-04-01 06:07:45,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-01 06:07:45,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-01 06:07:45,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 42f69adf-4e95-43ac-81e5-aba23d064393) | 2018-04-01 06:07:45,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-01 06:07:45,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 7f839b59-6d73-4471-9f92-bd553a195258) | 2018-04-01 06:07:45,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-01 06:07:45,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 94.325 | 2018-04-01 06:07:45,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-04-01 06:07:45,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-04-01 06:07:45,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-01 06:07:45,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-01 06:07:45,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-01 06:07:45,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-01 06:07:45,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-01 06:07:45,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-04-01 06:07:49,392 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-01 06:07:49,392 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:04 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-04-01 06:07:49,397 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:41 | PASS | | vping_userdata | functest | smoke | 00:32 | PASS | | tempest_smoke_serial | functest | smoke | 10:19 | PASS | | rally_sanity | functest | smoke | 18:26 | FAIL | | refstack_defcore | functest | smoke | 02:38 | PASS | | patrole | functest | smoke | 02:51 | PASS | | snaps_smoke | functest | smoke | 40:39 | PASS | | neutron_trunk | functest | smoke | 02:04 | PASS | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-01 06:07:49,404 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-01 06:07:52,644 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-82 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-01 06:07:52,647 - 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=kvM4x42KXgdZMfahjzCUPBaAs export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28: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-01 06:07:52,647 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-01 06:07:52,649 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ 2018-04-01 06:07:52,651 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-01 06:07:52,651 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-04-01 06:11:50,063 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-04-01 06:11:50,197 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-01 06:11:50,198 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:57 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-04-01 06:11:50,202 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:57 | PASS | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-01 06:11:50,206 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-01 06:11:52,770 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-82 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-01 06:11:52,773 - 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=kvM4x42KXgdZMfahjzCUPBaAs export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28: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-01 06:11:52,774 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-01 06:11:52,774 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-01 06:11:52,774 - 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-01 06:11:52,776 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-01 06:11:55,275 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-82 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-01 06:11:55,278 - 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=kvM4x42KXgdZMfahjzCUPBaAs export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28: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-01 06:11:55,278 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-01 06:11:55,279 - 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-01 06:11:55,280 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-01 06:11:55,280 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-04-01 06:14:20,005 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-04-01 06:14:20,138 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-01 06:14:20,139 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 02:25 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-04-01 06:14:20,142 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 02:25 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-01 06:14:20,144 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK