2018-03-20 15:55:57,168 - functest.ci.check_deployment - DEBUG - 172.30.9.30:5000 is reachable! 2018-03-20 15:55:57,168 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.30:5000/v3 ...OK 2018-03-20 15:55:57,565 - functest.ci.check_deployment - INFO - Got token ...OK 2018-03-20 15:55:57,942 - functest.ci.check_deployment - DEBUG - 172.30.9.30:5000 is reachable! 2018-03-20 15:55:57,943 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.30:5000 ...OK 2018-03-20 15:55:58,427 - functest.ci.check_deployment - DEBUG - 172.30.9.30:8774 is reachable! 2018-03-20 15:55:58,427 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.30:8774/v2.1 ...OK 2018-03-20 15:55:58,876 - functest.ci.check_deployment - DEBUG - 172.30.9.30:9696 is reachable! 2018-03-20 15:55:58,877 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.30:9696 ...OK 2018-03-20 15:55:59,325 - functest.ci.check_deployment - DEBUG - 172.30.9.30:9292 is reachable! 2018-03-20 15:55:59,325 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.30:9292 ...OK 2018-03-20 15:56:00,570 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-03-20 15:56:02,198 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-03-20 15:56:02,222 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-03-20 15:56:03,712 - functest.ci.check_deployment - INFO - External network found: external 2018-03-20 15:56:10,588 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-32 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-20 15:56:10,590 - 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=BEF6P97uCfxBcFT4r2Af6KFw6 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-20 15:56:10,590 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-20 15:56:10,591 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-03-20 15:56:10,592 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-03-20 15:56:10,592 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-03-20 15:56:12,053 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-20 15:56:21,910 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 9.846s OK 2018-03-20 15:56:22,034 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-20 15:56:22,035 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-20 15:56:22,038 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-03-20 15:56:24,346 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-20 16:13:10,816 - 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 1006.421s OK 2018-03-20 16:13:10,936 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-20 16:13:10,936 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 16:46 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-20 16:13:10,941 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-03-20 16:13:11,811 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-20 16:14:04,521 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 52.709s OK 2018-03-20 16:14:04,717 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-20 16:14:04,717 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:53 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-03-20 16:14:04,721 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 16:46 | PASS | | snaps_health_check | functest | healthcheck | 00:53 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-03-20 16:14:04,724 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-20 16:14:40,989 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-32 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-20 16:14:40,992 - 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=BEF6P97uCfxBcFT4r2Af6KFw6 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-20 16:14:40,992 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-20 16:14:40,993 - 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-03-20 16:14:40,994 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-03-20 16:14:40,994 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-03-20 16:14:42,076 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-03-20 16:14:42,076 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-03-20 16:14:42,553 - xtesting.energy.energy - DEBUG - Starting recording 2018-03-20 16:14:42,553 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-03-20 16:14:42,986 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-20 16:14:42,987 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-20 16:14:42' 2018-03-20 16:14:42,987 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--bb36d9d5-b4b8-4060-82d4-730dcf2b98a2' 2018-03-20 16:14:49,028 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-bb36d9d5-b4b8-4060-82d4-730dcf2b98a2' 2018-03-20 16:14:53,401 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-bb36d9d5-b4b8-4060-82d4-730dcf2b98a2' 2018-03-20 16:15:05,678 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-bb36d9d5-b4b8-4060-82d4-730dcf2b98a2' 2018-03-20 16:15:06,768 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-bb36d9d5-b4b8-4060-82d4-730dcf2b98a2' 2018-03-20 16:15:07,568 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-bb36d9d5-b4b8-4060-82d4-730dcf2b98a2' 2018-03-20 16:15:15,054 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-bb36d9d5-b4b8-4060-82d4-730dcf2b98a2' 2018-03-20 16:15:21,216 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-bb36d9d5-b4b8-4060-82d4-730dcf2b98a2' 2018-03-20 16:15:52,690 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-20 16:16:01,477 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-03-20 16:16:01,613 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-20 16:16:02,620 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-20 16:16:34,295 - xtesting.energy.energy - DEBUG - Restoring previous scenario (refstack_defcore/running) 2018-03-20 16:16:34,295 - xtesting.energy.energy - DEBUG - Submitting scenario (refstack_defcore/running) 2018-03-20 16:16:34,826 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-20 16:16:34,826 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-20 16:16:34,830 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-03-20 16:16:34,929 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-20 16:16:34,929 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-20 16:16:34' 2018-03-20 16:16:34,929 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--968d32e9-b72d-4ee2-a056-c5f39ddf02eb' 2018-03-20 16:16:41,692 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-968d32e9-b72d-4ee2-a056-c5f39ddf02eb' 2018-03-20 16:16:44,142 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-968d32e9-b72d-4ee2-a056-c5f39ddf02eb' 2018-03-20 16:16:56,534 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-968d32e9-b72d-4ee2-a056-c5f39ddf02eb' 2018-03-20 16:16:57,272 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-968d32e9-b72d-4ee2-a056-c5f39ddf02eb' 2018-03-20 16:17:04,553 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-968d32e9-b72d-4ee2-a056-c5f39ddf02eb' 2018-03-20 16:17:11,523 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-20 16:17:28,886 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-20 16:17:31,740 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.8. Waiting for response... 2018-03-20 16:17:34,369 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-20 16:18:06,628 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-20 16:18:06,628 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:59 | PASS | +------------------------+------------------+------------------+----------------+ 2018-03-20 16:18:06,632 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-03-20 16:18:06,729 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-20 16:18:11,483 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-20 16:18:11.193 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=3ea2c7c5-5b49-42a6-a216-cad900d9df08) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 3ea2c7c5-5b49-42a6-a216-cad900d9df08 | 2018-03-20T16:18:11 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 3ea2c7c5-5b49-42a6-a216-cad900d9df08 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-20 16:18:14,959 - 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-03-20 16:18:14,959 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-20 16:18:20,696 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-20 16:18:19.148 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-20 16:18:19.294 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-20 16:18:20.504 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f0d286c9-a744-44b1-82d7-98790058b71a) has been successfully created! Using verifier 'opnfv-tempest' (UUID=f0d286c9-a744-44b1-82d7-98790058b71a) as the default verifier for the future CLI operations. 2018-03-20 16:18:23,449 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-20 16:18:26,553 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-20 16:18:39,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-20 16:18:44,876 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-20 16:18:43.890 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f0d286c9-a744-44b1-82d7-98790058b71a) for deployment 'opnfv-rally' (UUID=3ea2c7c5-5b49-42a6-a216-cad900d9df08). 2018-03-20 16:18:44.739 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f0d286c9-a744-44b1-82d7-98790058b71a) has been successfully configured for deployment 'opnfv-rally' (UUID=3ea2c7c5-5b49-42a6-a216-cad900d9df08)! 2018-03-20 16:18:44,877 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-20 16:18:44,877 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-20 16:18:44,879 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-20 16:18:44,883 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-20 16:18:48,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-f0d286c9-a744-44b1-82d7-98790058b71a/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-03-20 16:18:48,365 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-20 16:18:48,366 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-20 16:18:48,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-03-20 16:18:50,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:18:50.512 55 INFO rally.api [-] Starting verification (UUID=79418914-d2ea-4e49-a5f4-83889ba2b2cb) for deployment 'opnfv-rally' (UUID=3ea2c7c5-5b49-42a6-a216-cad900d9df08) by verifier 'opnfv-tempest' (UUID=f0d286c9-a744-44b1-82d7-98790058b71a). 2018-03-20 16:18:50,514 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 79418914-d2ea-4e49-a5f4-83889ba2b2cb 2018-03-20 16:18:57,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:18:57.931 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.176s] 2018-03-20 16:18:57,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:18:57.995 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.064s] 2018-03-20 16:19:05,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:19:05.187 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.519s] 2018-03-20 16:19:09,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:19:09.392 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [4.204s] 2018-03-20 16:19:24,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:19:24.666 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [7.074s] 2018-03-20 16:19:51,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:19:51.735 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [19.878s] 2018-03-20 16:20:42,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:20:42.122 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.079s] 2018-03-20 16:20:42,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:20:42.123 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-03-20 16:21:28,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:21:28.439 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.083s] 2018-03-20 16:21:28,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:21:28.440 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-20 16:22:15,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:22:15.982 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.066s] 2018-03-20 16:22:15,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:22:15.983 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-03-20 16:23:27,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:23:27.425 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [23.852s] 2018-03-20 16:24:02,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:24:02.216 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.050s] 2018-03-20 16:24:02,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:24:02.317 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.100s] 2018-03-20 16:24:12,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:24:12.018 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.640s] 2018-03-20 16:24:12,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:24:12.027 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-03-20 16:24:14,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:24:14.317 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-03-20 16:24:14,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:24:14.317 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-03-20 16:24:19,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:24:19.384 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [1.045s] 2018-03-20 16:24:26,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:24:26.115 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.081s] 2018-03-20 16:24:32,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:24:32.743 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.698s] 2018-03-20 16:24:41,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:24:41.054 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.591s] 2018-03-20 16:24:52,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:24:52.508 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [4.260s] 2018-03-20 16:24:59,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:24:59.879 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.988s] 2018-03-20 16:25:06,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:25:06.495 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.194s] 2018-03-20 16:25:14,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:25:14.134 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.510s] 2018-03-20 16:25:22,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:25:22.046 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.499s] 2018-03-20 16:25:31,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:25:31.514 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.424s] 2018-03-20 16:25:34,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:25:34.790 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-03-20 16:25:36,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:25:36.783 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.079s] 2018-03-20 16:25:36,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:25:36.859 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.076s] 2018-03-20 16:25:36,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:25:36.944 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.085s] 2018-03-20 16:25:36,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:25:36.951 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-03-20 16:25:41,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:25:41.902 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.665s] 2018-03-20 16:25:47,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:25:47.067 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [5.163s] 2018-03-20 16:25:51,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:25:51.067 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.999s] 2018-03-20 16:26:04,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:26:04.178 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-03-20 16:26:12,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:26:12.160 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.739s] 2018-03-20 16:26:31,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:26:31.062 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.002s] 2018-03-20 16:26:36,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:26:36.204 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.141s] 2018-03-20 16:26:51,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:26:51.625 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.424s] 2018-03-20 16:26:56,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:26:56.338 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.711s] 2018-03-20 16:27:03,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:27:03.415 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.077s] 2018-03-20 16:27:14,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:27:14.561 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.440s] 2018-03-20 16:27:18,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:27:18.045 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.483s] 2018-03-20 16:27:23,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:27:23.557 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [5.512s] 2018-03-20 16:27:41,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:27:41.876 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.479s] 2018-03-20 16:27:42,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:27:42.156 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.280s] 2018-03-20 16:27:42,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:27:42.423 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.266s] 2018-03-20 16:27:42,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:27:42.622 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.199s] 2018-03-20 16:27:43,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:27:43.024 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.402s] 2018-03-20 16:27:43,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:27:43.081 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.057s] 2018-03-20 16:27:57,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:27:57.754 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.184s] 2018-03-20 16:27:58,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:27:58.181 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.427s] 2018-03-20 16:27:58,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:27:58.434 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.253s] 2018-03-20 16:27:58,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:27:58.634 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.199s] 2018-03-20 16:27:58,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:27:58.894 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.259s] 2018-03-20 16:27:59,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:27:59.099 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.205s] 2018-03-20 16:28:13,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:28:13.014 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.265s] 2018-03-20 16:28:18,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:28:18.823 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.808s] 2018-03-20 16:28:20,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:28:20.738 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.914s] 2018-03-20 16:28:20,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:28:20.932 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.194s] 2018-03-20 16:28:20,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:28:20.991 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.059s] 2018-03-20 16:28:35,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:28:35.680 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.368s] 2018-03-20 16:28:42,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:28:42.541 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.860s] 2018-03-20 16:28:44,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:28:44.595 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.053s] 2018-03-20 16:28:44,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:28:44.805 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.210s] 2018-03-20 16:28:45,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:28:45.011 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.206s] 2018-03-20 16:29:09,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:29:09.169 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [18.230s] 2018-03-20 16:29:23,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:29:23.115 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [13.945s] 2018-03-20 16:29:35,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:29:35.172 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [12.057s] 2018-03-20 16:29:46,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:29:46.389 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [11.215s] 2018-03-20 16:30:22,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:30:22.775 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [19.322s] 2018-03-20 16:30:36,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:30:36.428 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [13.653s] 2018-03-20 16:30:50,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:30:50.305 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [13.876s] 2018-03-20 16:31:00,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:31:00.416 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [10.110s] 2018-03-20 16:31:19,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:31:19.678 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.829s] 2018-03-20 16:31:22,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:31:22.497 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.816s] 2018-03-20 16:31:22,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:31:22.539 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.045s] 2018-03-20 16:31:27,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:31:27.926 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.680s] 2018-03-20 16:31:30,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:31:30.043 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.114s] 2018-03-20 16:31:30,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:31:30.230 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.190s] 2018-03-20 16:31:35,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:31:35.357 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.338s] 2018-03-20 16:31:39,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:31:39.230 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-03-20 16:31:40,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:31:40.551 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-03-20 16:31:40,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:31:40.554 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-03-20 16:31:40,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:31:40.554 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-03-20 16:31:40,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:31:40.555 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-03-20 16:31:40,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:31:40.556 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-03-20 16:31:43,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:31:43.324 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-03-20 16:32:06,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:32:06.955 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [16.217s] 2018-03-20 16:32:23,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:32:23.838 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [10.587s] 2018-03-20 16:32:46,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:32:46.530 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [22.688s] 2018-03-20 16:32:58,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:32:58.320 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.207s] 2018-03-20 16:34:52,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:34:52.037 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [106.307s] 2018-03-20 16:35:55,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:35:55.757 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [49.182s] 2018-03-20 16:37:03,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 16:37:03.591 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [33.795s] 2018-03-20 16:37:26,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '79418914-d2ea-4e49-a5f4-83889ba2b2cb']'. 2018-03-20 16:37:27,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-20 16:37:27,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-20 16:37:27,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-20 16:37:27,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 79418914-d2ea-4e49-a5f4-83889ba2b2cb | 2018-03-20 16:37:27,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-20 16:37:27,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-20 16:18:50 | 2018-03-20 16:37:27,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-20 16:37:26 | 2018-03-20 16:37:27,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:18:36 | 2018-03-20 16:37:27,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-03-20 16:37:27,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-20 16:37:27,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-20 16:37:27,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: f0d286c9-a744-44b1-82d7-98790058b71a) | 2018-03-20 16:37:27,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-20 16:37:27,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 3ea2c7c5-5b49-42a6-a216-cad900d9df08) | 2018-03-20 16:37:27,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-03-20 16:37:27,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1087.931 | 2018-03-20 16:37:27,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-03-20 16:37:27,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-03-20 16:37:27,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-20 16:37:27,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-20 16:37:27,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-20 16:37:27,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-20 16:37:27,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-20 16:37:27,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-03-20 16:37:42,276 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-20 16:37:42,276 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 19:19 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-03-20 16:37:42,281 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-03-20 16:37:42,382 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-03-20 16:37:42,943 - xtesting.energy.energy - DEBUG - Starting recording 2018-03-20 16:37:42,943 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-03-20 16:37:43,375 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-20 16:37:45,745 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-20 16:37:45.422 121 INFO rally.deployment.engine [-] Deployment 3ea2c7c5-5b49-42a6-a216-cad900d9df08 | Starting: Destroy cloud and free allocated resources. 2018-03-20 16:37:45.512 121 INFO rally.deployment.engine [-] Deployment 3ea2c7c5-5b49-42a6-a216-cad900d9df08 | Completed: Destroy cloud and free allocated resources. 2018-03-20 16:37:45.531 121 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=f0d286c9-a744-44b1-82d7-98790058b71a) for deployment 'opnfv-rally'. 2018-03-20 16:37:45.542 121 INFO rally.api [-] Deleting verification (UUID=79418914-d2ea-4e49-a5f4-83889ba2b2cb). 2018-03-20 16:37:45.582 121 INFO rally.api [-] Verification has been successfully deleted! 2018-03-20 16:37:45.583 121 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=f0d286c9-a744-44b1-82d7-98790058b71a). 2018-03-20 16:37:45.588 121 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-20 16:37:48,186 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-20 16:37:47.873 124 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=c4b98bbd-9219-47d2-9226-e52abbafcb7b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | c4b98bbd-9219-47d2-9226-e52abbafcb7b | 2018-03-20T16:37:47 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: c4b98bbd-9219-47d2-9226-e52abbafcb7b ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-20 16:37:51,505 - 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-03-20 16:37:51,506 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-03-20 16:37:53,077 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-e0b49b4c-70ae-4017-8a89-ddb60d86a77e'... 2018-03-20 16:37:58,591 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-e0b49b4c-70ae-4017-8a89-ddb60d86a77e'... 2018-03-20 16:38:01,306 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-e0b49b4c-70ae-4017-8a89-ddb60d86a77e'... 2018-03-20 16:38:13,760 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-e0b49b4c-70ae-4017-8a89-ddb60d86a77e'... 2018-03-20 16:38:14,842 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-e0b49b4c-70ae-4017-8a89-ddb60d86a77e'... 2018-03-20 16:38:15,613 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-03-20 16:38:15,614 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-03-20 16:38:15,615 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-20 16:38:15,658 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-20 16:38:15,664 - 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': '7fad6edd-01f0-4290-bde1-8b7bb1bfaa3c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-e0b49b4c-70ae-4017-8a89-ddb60d86a77e', 'flavor_name': 'rally-tiny-e0b49b4c-70ae-4017-8a89-ddb60d86a77e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-e0b49b4c-70ae-4017-8a89-ddb60d86a77e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-20 16:39:20,651 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d01d22e0-7f6f-4157-9af5-90aebb8f2989 2018-03-20 16:39:20,651 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-03-20 16:39:20,653 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'd01d22e0-7f6f-4157-9af5-90aebb8f2989'] 2018-03-20 16:39:21,721 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task d01d22e0-7f6f-4157-9af5-90aebb8f2989: 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 d01d22e0-7f6f-4157-9af5-90aebb8f2989 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.465 | 0.465 | 0.465 | 0.465 | 0.465 | 0.465 | 100.0% | 1 | | total | 0.465 | 0.465 | 0.465 | 0.465 | 0.465 | 0.465 | 100.0% | 1 | | -> duration | 0.465 | 0.465 | 0.465 | 0.465 | 0.465 | 0.465 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.465025 Full duration: 7.753604 -------------------------------------------------------------------------------- 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 d01d22e0-7f6f-4157-9af5-90aebb8f2989 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.817 | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 100.0% | 1 | | total | 1.257 | 1.257 | 1.257 | 1.257 | 1.257 | 1.257 | 100.0% | 1 | | -> duration | 1.257 | 1.257 | 1.257 | 1.257 | 1.257 | 1.257 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.256676 Full duration: 8.949529 -------------------------------------------------------------------------------- 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 d01d22e0-7f6f-4157-9af5-90aebb8f2989 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_glance | 0.535 | 0.535 | 0.535 | 0.535 | 0.535 | 0.535 | 100.0% | 1 | | total | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 100.0% | 1 | | -> duration | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.947704 Full duration: 8.347844 -------------------------------------------------------------------------------- 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 d01d22e0-7f6f-4157-9af5-90aebb8f2989 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.355 | 0.355 | 0.355 | 0.355 | 0.355 | 0.355 | 100.0% | 1 | | total | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 100.0% | 1 | | -> duration | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.78092 Full duration: 7.871574 -------------------------------------------------------------------------------- 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 d01d22e0-7f6f-4157-9af5-90aebb8f2989 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.543 | 0.543 | 0.543 | 0.543 | 0.543 | 0.543 | 100.0% | 1 | | total | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 100.0% | 1 | | -> duration | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.957066 Full duration: 8.050349 -------------------------------------------------------------------------------- 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 d01d22e0-7f6f-4157-9af5-90aebb8f2989 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.209 | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 100.0% | 1 | | total | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 100.0% | 1 | | -> duration | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.656073 Full duration: 7.369888 HINTS: * To plot HTML graphics with this data, run: rally task report d01d22e0-7f6f-4157-9af5-90aebb8f2989 --out output.html * To generate a JUnit report, run: rally task export d01d22e0-7f6f-4157-9af5-90aebb8f2989 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d01d22e0-7f6f-4157-9af5-90aebb8f2989 --json --out output.json 2018-03-20 16:39:21,721 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'd01d22e0-7f6f-4157-9af5-90aebb8f2989'] 2018-03-20 16:39:22,796 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-20 16:39:22,796 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'd01d22e0-7f6f-4157-9af5-90aebb8f2989', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-03-20 16:39:22,804 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-03-20 16:39:22,804 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-03-20 16:39:22,804 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-03-20 16:39:22,805 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-20 16:39:22,846 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-20 16:39:22,848 - 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': '7fad6edd-01f0-4290-bde1-8b7bb1bfaa3c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-e0b49b4c-70ae-4017-8a89-ddb60d86a77e', 'flavor_name': 'rally-tiny-e0b49b4c-70ae-4017-8a89-ddb60d86a77e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-e0b49b4c-70ae-4017-8a89-ddb60d86a77e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-20 16:41:39,671 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8df8ddf8-283e-4de0-a482-39452d322c81 2018-03-20 16:41:39,672 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '8df8ddf8-283e-4de0-a482-39452d322c81'] 2018-03-20 16:41:40,709 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 8df8ddf8-283e-4de0-a482-39452d322c81: 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 8df8ddf8-283e-4de0-a482-39452d322c81 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 9.221 | 9.221 | 9.221 | 9.221 | 9.221 | 9.221 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.587 | 0.587 | 0.587 | 0.587 | 0.587 | 0.587 | 100.0% | 1 | | -> glance_v2.upload_data | 6.221 | 6.221 | 6.221 | 6.221 | 6.221 | 6.221 | 100.0% | 1 | | glance_v2.delete_image | 3.909 | 3.909 | 3.909 | 3.909 | 3.909 | 3.909 | 100.0% | 1 | | total | 13.13 | 13.13 | 13.13 | 13.13 | 13.13 | 13.13 | 100.0% | 1 | | -> duration | 13.13 | 13.13 | 13.13 | 13.13 | 13.13 | 13.13 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.130115 Full duration: 21.434781 -------------------------------------------------------------------------------- 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 8df8ddf8-283e-4de0-a482-39452d322c81 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 6.279 | 6.279 | 6.279 | 6.279 | 6.279 | 6.279 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.492 | 0.492 | 0.492 | 0.492 | 0.492 | 0.492 | 100.0% | 1 | | -> glance_v2.upload_data | 3.301 | 3.301 | 3.301 | 3.301 | 3.301 | 3.301 | 100.0% | 1 | | glance_v2.list_images | 0.187 | 0.187 | 0.187 | 0.187 | 0.187 | 0.187 | 100.0% | 1 | | total | 6.466 | 6.466 | 6.466 | 6.466 | 6.466 | 6.466 | 100.0% | 1 | | -> duration | 6.466 | 6.466 | 6.466 | 6.466 | 6.466 | 6.466 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.465736 Full duration: 21.805433 -------------------------------------------------------------------------------- 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 8df8ddf8-283e-4de0-a482-39452d322c81 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.367 | 0.367 | 0.367 | 0.367 | 0.367 | 0.367 | 100.0% | 1 | | total | 0.367 | 0.367 | 0.367 | 0.367 | 0.367 | 0.367 | 100.0% | 1 | | -> duration | 0.367 | 0.367 | 0.367 | 0.367 | 0.367 | 0.367 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.367084 Full duration: 8.423154 -------------------------------------------------------------------------------- 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-e0b49b4c-70ae-4017-8a89-ddb60d86a77e" }, "number_instances": 2, "nics": [ { "net-id": "7fad6edd-01f0-4290-bde1-8b7bb1bfaa3c" } ] }, "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 8df8ddf8-283e-4de0-a482-39452d322c81 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 | 5.394 | 5.394 | 5.394 | 5.394 | 5.394 | 5.394 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.501 | 0.501 | 0.501 | 0.501 | 0.501 | 0.501 | 100.0% | 1 | | -> glance_v2.upload_data | 2.438 | 2.438 | 2.438 | 2.438 | 2.438 | 2.438 | 100.0% | 1 | | nova.boot_servers | 22.349 | 22.349 | 22.349 | 22.349 | 22.349 | 22.349 | 100.0% | 1 | | total | 27.744 | 27.744 | 27.744 | 27.744 | 27.744 | 27.744 | 100.0% | 1 | | -> duration | 26.744 | 26.744 | 26.744 | 26.744 | 26.744 | 26.744 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 26.744123 Full duration: 68.377104 HINTS: * To plot HTML graphics with this data, run: rally task report 8df8ddf8-283e-4de0-a482-39452d322c81 --out output.html * To generate a JUnit report, run: rally task export 8df8ddf8-283e-4de0-a482-39452d322c81 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8df8ddf8-283e-4de0-a482-39452d322c81 --json --out output.json 2018-03-20 16:41:40,710 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '8df8ddf8-283e-4de0-a482-39452d322c81'] 2018-03-20 16:41:41,708 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-20 16:41:41,709 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '8df8ddf8-283e-4de0-a482-39452d322c81', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-03-20 16:41:41,715 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-03-20 16:41:41,715 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-03-20 16:41:41,715 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-ceilometer.yaml 2018-03-20 16:41:41,716 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-20 16:41:41,756 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-20 16:41:41,757 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-03-20 16:41:41,757 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-03-20 16:41:41,757 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-03-20 16:41:41,757 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-20 16:41:41,789 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-20 16:41:41,793 - 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': '7fad6edd-01f0-4290-bde1-8b7bb1bfaa3c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-e0b49b4c-70ae-4017-8a89-ddb60d86a77e', 'flavor_name': 'rally-tiny-e0b49b4c-70ae-4017-8a89-ddb60d86a77e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-e0b49b4c-70ae-4017-8a89-ddb60d86a77e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-20 16:45:19,155 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : bc19a4db-6b57-4f71-a998-7db4229bd6dd 2018-03-20 16:45:19,156 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'bc19a4db-6b57-4f71-a998-7db4229bd6dd'] 2018-03-20 16:45:20,150 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task bc19a4db-6b57-4f71-a998-7db4229bd6dd: 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 bc19a4db-6b57-4f71-a998-7db4229bd6dd 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.546 | 3.546 | 3.546 | 3.546 | 3.546 | 3.546 | 100.0% | 1 | | cinder_v2.delete_snapshot | 4.787 | 4.787 | 4.787 | 4.787 | 4.787 | 4.787 | 100.0% | 1 | | total | 8.333 | 8.333 | 8.333 | 8.333 | 8.333 | 8.333 | 100.0% | 1 | | -> duration | 8.333 | 8.333 | 8.333 | 8.333 | 8.333 | 8.333 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.332615 Full duration: 27.875772 -------------------------------------------------------------------------------- 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 bc19a4db-6b57-4f71-a998-7db4229bd6dd 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.31 | 3.31 | 3.31 | 3.31 | 3.31 | 3.31 | 100.0% | 1 | | cinder_v2.delete_volume | 2.643 | 2.643 | 2.643 | 2.643 | 2.643 | 2.643 | 100.0% | 1 | | total | 5.954 | 5.954 | 5.954 | 5.954 | 5.954 | 5.954 | 100.0% | 1 | | -> duration | 5.954 | 5.954 | 5.954 | 5.954 | 5.954 | 5.954 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.953892 Full duration: 16.813932 -------------------------------------------------------------------------------- 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-e0b49b4c-70ae-4017-8a89-ddb60d86a77e" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task bc19a4db-6b57-4f71-a998-7db4229bd6dd has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 11.642 | 11.642 | 11.642 | 11.642 | 11.642 | 11.642 | 100.0% | 1 | | cinder_v2.delete_volume | 2.659 | 2.659 | 2.659 | 2.659 | 2.659 | 2.659 | 100.0% | 1 | | total | 14.302 | 14.302 | 14.302 | 14.302 | 14.302 | 14.302 | 100.0% | 1 | | -> duration | 14.302 | 14.302 | 14.302 | 14.302 | 14.302 | 14.302 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.301646 Full duration: 25.986224 -------------------------------------------------------------------------------- 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 bc19a4db-6b57-4f71-a998-7db4229bd6dd 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.197 | 3.197 | 3.197 | 3.197 | 3.197 | 3.197 | 100.0% | 1 | | cinder_v2.delete_volume | 4.546 | 4.546 | 4.546 | 4.546 | 4.546 | 4.546 | 100.0% | 1 | | total | 7.744 | 7.744 | 7.744 | 7.744 | 7.744 | 7.744 | 100.0% | 1 | | -> duration | 7.744 | 7.744 | 7.744 | 7.744 | 7.744 | 7.744 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.74397 Full duration: 18.739188 -------------------------------------------------------------------------------- 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 bc19a4db-6b57-4f71-a998-7db4229bd6dd 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.281 | 3.281 | 3.281 | 3.281 | 3.281 | 3.281 | 100.0% | 1 | | cinder_v2.extend_volume | 2.661 | 2.661 | 2.661 | 2.661 | 2.661 | 2.661 | 100.0% | 1 | | cinder_v2.delete_volume | 2.513 | 2.513 | 2.513 | 2.513 | 2.513 | 2.513 | 100.0% | 1 | | total | 8.456 | 8.456 | 8.456 | 8.456 | 8.456 | 8.456 | 100.0% | 1 | | -> duration | 8.456 | 8.456 | 8.456 | 8.456 | 8.456 | 8.456 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.455908 Full duration: 18.789025 -------------------------------------------------------------------------------- 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 bc19a4db-6b57-4f71-a998-7db4229bd6dd has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 5.452 | 5.452 | 5.452 | 5.452 | 5.452 | 5.452 | 100.0% | 1 | | cinder_v2.delete_volume | 4.257 | 4.257 | 4.257 | 4.257 | 4.257 | 4.257 | 100.0% | 1 | | total | 9.709 | 9.709 | 9.709 | 9.709 | 9.709 | 9.709 | 100.0% | 1 | | -> duration | 9.709 | 9.709 | 9.709 | 9.709 | 9.709 | 9.709 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.709217 Full duration: 28.741977 -------------------------------------------------------------------------------- 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 bc19a4db-6b57-4f71-a998-7db4229bd6dd 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.668 | 0.668 | 0.668 | 0.668 | 0.668 | 0.668 | 100.0% | 1 | | cinder_v2.list_qos | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | total | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 100.0% | 1 | | -> duration | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.848839 Full duration: 12.809752 -------------------------------------------------------------------------------- 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 bc19a4db-6b57-4f71-a998-7db4229bd6dd 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.604 | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 100.0% | 1 | | cinder_v2.set_qos | 0.196 | 0.196 | 0.196 | 0.196 | 0.196 | 0.196 | 100.0% | 1 | | total | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 100.0% | 1 | | -> duration | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.800567 Full duration: 12.944697 -------------------------------------------------------------------------------- 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 bc19a4db-6b57-4f71-a998-7db4229bd6dd 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.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | cinder_v2.list_types | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 100.0% | 1 | | total | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | -> duration | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.785588 Full duration: 12.79782 -------------------------------------------------------------------------------- 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 bc19a4db-6b57-4f71-a998-7db4229bd6dd has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.643 | 0.643 | 0.643 | 0.643 | 0.643 | 0.643 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.239 | 0.239 | 0.239 | 0.239 | 0.239 | 0.239 | 100.0% | 1 | | total | 0.882 | 0.882 | 0.882 | 0.882 | 0.882 | 0.882 | 100.0% | 1 | | -> duration | 0.882 | 0.882 | 0.882 | 0.882 | 0.882 | 0.882 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.882088 Full duration: 13.674474 HINTS: * To plot HTML graphics with this data, run: rally task report bc19a4db-6b57-4f71-a998-7db4229bd6dd --out output.html * To generate a JUnit report, run: rally task export bc19a4db-6b57-4f71-a998-7db4229bd6dd --type junit --to output.xml * To get raw JSON output of task results, run: rally task report bc19a4db-6b57-4f71-a998-7db4229bd6dd --json --out output.json 2018-03-20 16:45:20,150 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'bc19a4db-6b57-4f71-a998-7db4229bd6dd'] 2018-03-20 16:45:21,182 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-20 16:45:21,183 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'bc19a4db-6b57-4f71-a998-7db4229bd6dd', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-03-20 16:45:21,191 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-03-20 16:45:21,192 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-03-20 16:45:21,192 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-03-20 16:45:21,192 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-20 16:45:21,233 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-20 16:45:21,235 - 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': '7fad6edd-01f0-4290-bde1-8b7bb1bfaa3c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-e0b49b4c-70ae-4017-8a89-ddb60d86a77e', 'flavor_name': 'rally-tiny-e0b49b4c-70ae-4017-8a89-ddb60d86a77e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-e0b49b4c-70ae-4017-8a89-ddb60d86a77e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-20 16:46:46,649 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8202ad25-b826-4a97-b695-8f789f8efce5 2018-03-20 16:46:46,650 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '8202ad25-b826-4a97-b695-8f789f8efce5'] 2018-03-20 16:46:47,637 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 8202ad25-b826-4a97-b695-8f789f8efce5: 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 8202ad25-b826-4a97-b695-8f789f8efce5 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.806 | 5.806 | 5.806 | 5.806 | 5.806 | 5.806 | 100.0% | 1 | | heat.update_stack | 2.627 | 2.627 | 2.627 | 2.627 | 2.627 | 2.627 | 100.0% | 1 | | heat.delete_stack | 2.873 | 2.873 | 2.873 | 2.873 | 2.873 | 2.873 | 100.0% | 1 | | total | 11.306 | 11.306 | 11.306 | 11.306 | 11.306 | 11.306 | 100.0% | 1 | | -> duration | 7.306 | 7.306 | 7.306 | 7.306 | 7.306 | 7.306 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.305909 Full duration: 20.22154 -------------------------------------------------------------------------------- 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 8202ad25-b826-4a97-b695-8f789f8efce5 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.405 | 5.405 | 5.405 | 5.405 | 5.405 | 5.405 | 100.0% | 1 | | heat.check_stack | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | heat.delete_stack | 3.139 | 3.139 | 3.139 | 3.139 | 3.139 | 3.139 | 100.0% | 1 | | total | 9.288 | 9.288 | 9.288 | 9.288 | 9.288 | 9.288 | 100.0% | 1 | | -> duration | 7.288 | 7.288 | 7.288 | 7.288 | 7.288 | 7.288 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.287873 Full duration: 17.93749 -------------------------------------------------------------------------------- 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 8202ad25-b826-4a97-b695-8f789f8efce5 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.832 | 4.832 | 4.832 | 4.832 | 4.832 | 4.832 | 100.0% | 1 | | heat.suspend_stack | 0.668 | 0.668 | 0.668 | 0.668 | 0.668 | 0.668 | 100.0% | 1 | | heat.resume_stack | 2.572 | 2.572 | 2.572 | 2.572 | 2.572 | 2.572 | 100.0% | 1 | | heat.delete_stack | 1.428 | 1.428 | 1.428 | 1.428 | 1.428 | 1.428 | 100.0% | 1 | | total | 9.5 | 9.5 | 9.5 | 9.5 | 9.5 | 9.5 | 100.0% | 1 | | -> duration | 7.5 | 7.5 | 7.5 | 7.5 | 7.5 | 7.5 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.499994 Full duration: 19.521387 -------------------------------------------------------------------------------- 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 8202ad25-b826-4a97-b695-8f789f8efce5 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.575 | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 100.0% | 1 | | total | 0.576 | 0.576 | 0.576 | 0.576 | 0.576 | 0.576 | 100.0% | 1 | | -> duration | 0.576 | 0.576 | 0.576 | 0.576 | 0.576 | 0.576 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.575557 Full duration: 9.717676 HINTS: * To plot HTML graphics with this data, run: rally task report 8202ad25-b826-4a97-b695-8f789f8efce5 --out output.html * To generate a JUnit report, run: rally task export 8202ad25-b826-4a97-b695-8f789f8efce5 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8202ad25-b826-4a97-b695-8f789f8efce5 --json --out output.json 2018-03-20 16:46:47,637 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '8202ad25-b826-4a97-b695-8f789f8efce5'] 2018-03-20 16:46:48,671 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-20 16:46:48,671 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '8202ad25-b826-4a97-b695-8f789f8efce5', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-03-20 16:46:48,680 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-03-20 16:46:48,680 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-03-20 16:46:48,680 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-03-20 16:46:48,681 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-20 16:46:48,724 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-20 16:46:48,728 - 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': '7fad6edd-01f0-4290-bde1-8b7bb1bfaa3c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-e0b49b4c-70ae-4017-8a89-ddb60d86a77e', 'flavor_name': 'rally-tiny-e0b49b4c-70ae-4017-8a89-ddb60d86a77e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-e0b49b4c-70ae-4017-8a89-ddb60d86a77e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-20 16:50:07,358 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 256eca47-3c84-48e1-a06e-44c95a991088 2018-03-20 16:50:07,359 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '256eca47-3c84-48e1-a06e-44c95a991088'] 2018-03-20 16:50:08,470 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 256eca47-3c84-48e1-a06e-44c95a991088: 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 256eca47-3c84-48e1-a06e-44c95a991088 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.556 | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 100.0% | 1 | | keystone_v3.add_role | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 100.0% | 1 | | keystone_v3.revoke_role | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | total | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | -> duration | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.822352 Full duration: 15.033479 -------------------------------------------------------------------------------- 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 256eca47-3c84-48e1-a06e-44c95a991088 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.537 | 0.537 | 0.537 | 0.537 | 0.537 | 0.537 | 100.0% | 1 | | keystone_v3.add_role | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 100.0% | 1 | | keystone_v3.list_roles | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 100.0% | 1 | | total | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | -> duration | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.788053 Full duration: 15.327704 -------------------------------------------------------------------------------- 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 256eca47-3c84-48e1-a06e-44c95a991088 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.819 | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 100.0% | 1 | | keystone_v3.list_projects | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | total | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 100.0% | 1 | | -> duration | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.901365 Full duration: 15.223262 -------------------------------------------------------------------------------- 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 256eca47-3c84-48e1-a06e-44c95a991088 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.745 | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 100.0% | 1 | | keystone_v3.delete_role | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 100.0% | 1 | | total | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | -> duration | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.92426 Full duration: 13.721508 -------------------------------------------------------------------------------- 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 256eca47-3c84-48e1-a06e-44c95a991088 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.589 | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 100.0% | 1 | | keystone_v3.delete_service | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 100.0% | 1 | | total | 0.701 | 0.701 | 0.701 | 0.701 | 0.701 | 0.701 | 100.0% | 1 | | -> duration | 0.701 | 0.701 | 0.701 | 0.701 | 0.701 | 0.701 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.701255 Full duration: 12.830565 -------------------------------------------------------------------------------- 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 256eca47-3c84-48e1-a06e-44c95a991088 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | keystone_v3.create_user | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | -> keystone_v3.add_role | 0.234 | 0.234 | 0.234 | 0.234 | 0.234 | 0.234 | 100.0% | 1 | | keystone_v3.create_role | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 100.0% | 1 | | keystone_v3.get_project | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 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.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | keystone_v3.list_services | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | keystone_v3.get_services | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | total | 2.031 | 2.031 | 2.031 | 2.031 | 2.031 | 2.031 | 100.0% | 1 | | -> duration | 2.031 | 2.031 | 2.031 | 2.031 | 2.031 | 2.031 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.030885 Full duration: 20.582337 -------------------------------------------------------------------------------- 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 256eca47-3c84-48e1-a06e-44c95a991088 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.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | keystone_v3.update_project | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | keystone_v3.delete_project | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 100.0% | 1 | | total | 0.979 | 0.979 | 0.979 | 0.979 | 0.979 | 0.979 | 100.0% | 1 | | -> duration | 0.979 | 0.979 | 0.979 | 0.979 | 0.979 | 0.979 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.979232 Full duration: 13.650281 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 256eca47-3c84-48e1-a06e-44c95a991088 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.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | total | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | -> duration | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.762922 Full duration: 14.604238 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 256eca47-3c84-48e1-a06e-44c95a991088 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.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | total | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | -> duration | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.691863 Full duration: 14.33071 -------------------------------------------------------------------------------- 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 256eca47-3c84-48e1-a06e-44c95a991088 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.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | keystone_v3.list_users | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 100.0% | 1 | | total | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 100.0% | 1 | | -> duration | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.884845 Full duration: 14.973808 -------------------------------------------------------------------------------- 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 256eca47-3c84-48e1-a06e-44c95a991088 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.674 | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 100.0% | 1 | | keystone_v3.create_users | 6.088 | 6.088 | 6.088 | 6.088 | 6.088 | 6.088 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 6.087 | 6.087 | 6.087 | 6.087 | 6.087 | 6.087 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 2.019 | 2.019 | 2.019 | 2.019 | 2.019 | 2.019 | 100.0% | 1 | | total | 7.736 | 7.736 | 7.736 | 7.736 | 7.736 | 7.736 | 100.0% | 1 | | -> duration | 7.736 | 7.736 | 7.736 | 7.736 | 7.736 | 7.736 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.736485 Full duration: 24.143503 HINTS: * To plot HTML graphics with this data, run: rally task report 256eca47-3c84-48e1-a06e-44c95a991088 --out output.html * To generate a JUnit report, run: rally task export 256eca47-3c84-48e1-a06e-44c95a991088 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 256eca47-3c84-48e1-a06e-44c95a991088 --json --out output.json 2018-03-20 16:50:08,470 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '256eca47-3c84-48e1-a06e-44c95a991088'] 2018-03-20 16:50:09,552 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-20 16:50:09,552 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '256eca47-3c84-48e1-a06e-44c95a991088', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-03-20 16:50:09,560 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-03-20 16:50:09,561 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-03-20 16:50:09,561 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-03-20 16:50:09,561 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-20 16:50:09,602 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-20 16:50:09,610 - 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': '7fad6edd-01f0-4290-bde1-8b7bb1bfaa3c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-e0b49b4c-70ae-4017-8a89-ddb60d86a77e', 'flavor_name': 'rally-tiny-e0b49b4c-70ae-4017-8a89-ddb60d86a77e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-e0b49b4c-70ae-4017-8a89-ddb60d86a77e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-20 16:57:12,216 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b6c07889-74c3-4e26-a443-0499b7f7c794 2018-03-20 16:57:12,217 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b6c07889-74c3-4e26-a443-0499b7f7c794'] 2018-03-20 16:57:13,360 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b6c07889-74c3-4e26-a443-0499b7f7c794: 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 b6c07889-74c3-4e26-a443-0499b7f7c794 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.642 | 1.642 | 1.642 | 1.642 | 1.642 | 1.642 | 100.0% | 1 | | neutron.delete_network | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | total | 2.457 | 2.457 | 2.457 | 2.457 | 2.457 | 2.457 | 100.0% | 1 | | -> duration | 2.457 | 2.457 | 2.457 | 2.457 | 2.457 | 2.457 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.456695 Full duration: 16.017871 -------------------------------------------------------------------------------- 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 b6c07889-74c3-4e26-a443-0499b7f7c794 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.424 | 1.424 | 1.424 | 1.424 | 1.424 | 1.424 | 100.0% | 1 | | neutron.delete_port | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 100.0% | 1 | | total | 2.258 | 2.258 | 2.258 | 2.258 | 2.258 | 2.258 | 100.0% | 1 | | -> duration | 2.258 | 2.258 | 2.258 | 2.258 | 2.258 | 2.258 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.25813 Full duration: 40.712918 -------------------------------------------------------------------------------- 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 b6c07889-74c3-4e26-a443-0499b7f7c794 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.197 | 1.197 | 1.197 | 1.197 | 1.197 | 1.197 | 100.0% | 1 | | neutron.create_subnet | 1.21 | 1.21 | 1.21 | 1.21 | 1.21 | 1.21 | 100.0% | 1 | | neutron.create_router | 3.47 | 3.47 | 3.47 | 3.47 | 3.47 | 3.47 | 100.0% | 1 | | neutron.add_interface_router | 2.794 | 2.794 | 2.794 | 2.794 | 2.794 | 2.794 | 100.0% | 1 | | neutron.remove_interface_router | 1.708 | 1.708 | 1.708 | 1.708 | 1.708 | 1.708 | 100.0% | 1 | | neutron.delete_router | 1.915 | 1.915 | 1.915 | 1.915 | 1.915 | 1.915 | 100.0% | 1 | | total | 12.294 | 12.294 | 12.294 | 12.294 | 12.294 | 12.294 | 100.0% | 1 | | -> duration | 12.294 | 12.294 | 12.294 | 12.294 | 12.294 | 12.294 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.293732 Full duration: 55.028906 -------------------------------------------------------------------------------- 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 b6c07889-74c3-4e26-a443-0499b7f7c794 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.17 | 1.17 | 1.17 | 1.17 | 1.17 | 1.17 | 100.0% | 1 | | neutron.delete_subnet | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 100.0% | 1 | | total | 2.039 | 2.039 | 2.039 | 2.039 | 2.039 | 2.039 | 100.0% | 1 | | -> duration | 2.039 | 2.039 | 2.039 | 2.039 | 2.039 | 2.039 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.03906 Full duration: 43.052627 -------------------------------------------------------------------------------- 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 b6c07889-74c3-4e26-a443-0499b7f7c794 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.02 | 1.02 | 1.02 | 1.02 | 1.02 | 1.02 | 100.0% | 1 | | neutron.list_networks | 0.273 | 0.273 | 0.273 | 0.273 | 0.273 | 0.273 | 100.0% | 1 | | total | 1.293 | 1.293 | 1.293 | 1.293 | 1.293 | 1.293 | 100.0% | 1 | | -> duration | 1.293 | 1.293 | 1.293 | 1.293 | 1.293 | 1.293 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.29264 Full duration: 16.818406 -------------------------------------------------------------------------------- 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 b6c07889-74c3-4e26-a443-0499b7f7c794 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.515 | 1.515 | 1.515 | 1.515 | 1.515 | 1.515 | 100.0% | 1 | | neutron.list_ports | 0.245 | 0.245 | 0.245 | 0.245 | 0.245 | 0.245 | 100.0% | 1 | | total | 1.761 | 1.761 | 1.761 | 1.761 | 1.761 | 1.761 | 100.0% | 1 | | -> duration | 1.761 | 1.761 | 1.761 | 1.761 | 1.761 | 1.761 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.76082 Full duration: 41.114414 -------------------------------------------------------------------------------- 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 b6c07889-74c3-4e26-a443-0499b7f7c794 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.861 | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 100.0% | 1 | | neutron.create_subnet | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 100.0% | 1 | | neutron.create_router | 4.591 | 4.591 | 4.591 | 4.591 | 4.591 | 4.591 | 100.0% | 1 | | neutron.add_interface_router | 1.986 | 1.986 | 1.986 | 1.986 | 1.986 | 1.986 | 100.0% | 1 | | neutron.list_routers | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 100.0% | 1 | | total | 8.476 | 8.476 | 8.476 | 8.476 | 8.476 | 8.476 | 100.0% | 1 | | -> duration | 8.476 | 8.476 | 8.476 | 8.476 | 8.476 | 8.476 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.475961 Full duration: 63.33922 -------------------------------------------------------------------------------- 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 b6c07889-74c3-4e26-a443-0499b7f7c794 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.163 | 1.163 | 1.163 | 1.163 | 1.163 | 1.163 | 100.0% | 1 | | neutron.create_subnet | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 100.0% | 1 | | neutron.list_subnets | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | total | 2.737 | 2.737 | 2.737 | 2.737 | 2.737 | 2.737 | 100.0% | 1 | | -> duration | 2.737 | 2.737 | 2.737 | 2.737 | 2.737 | 2.737 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.737273 Full duration: 49.213321 -------------------------------------------------------------------------------- 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 b6c07889-74c3-4e26-a443-0499b7f7c794 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.945 | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 100.0% | 1 | | neutron.delete_security_group | 0.283 | 0.283 | 0.283 | 0.283 | 0.283 | 0.283 | 100.0% | 1 | | total | 1.228 | 1.228 | 1.228 | 1.228 | 1.228 | 1.228 | 100.0% | 1 | | -> duration | 1.228 | 1.228 | 1.228 | 1.228 | 1.228 | 1.228 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.227722 Full duration: 16.24932 -------------------------------------------------------------------------------- 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 b6c07889-74c3-4e26-a443-0499b7f7c794 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.485 | 1.485 | 1.485 | 1.485 | 1.485 | 1.485 | 100.0% | 1 | | neutron.create_security_group_rule | 0.329 | 0.329 | 0.329 | 0.329 | 0.329 | 0.329 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 100.0% | 1 | | neutron.delete_security_group | 0.149 | 0.149 | 0.149 | 0.149 | 0.149 | 0.149 | 100.0% | 1 | | total | 2.206 | 2.206 | 2.206 | 2.206 | 2.206 | 2.206 | 100.0% | 1 | | -> duration | 2.206 | 2.206 | 2.206 | 2.206 | 2.206 | 2.206 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.205705 Full duration: 16.414156 -------------------------------------------------------------------------------- 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 b6c07889-74c3-4e26-a443-0499b7f7c794 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.987 | 0.987 | 0.987 | 0.987 | 0.987 | 0.987 | 100.0% | 1 | | neutron.create_router | 4.973 | 4.973 | 4.973 | 4.973 | 4.973 | 4.973 | 100.0% | 1 | | neutron.add_gateway_router | 2.188 | 2.188 | 2.188 | 2.188 | 2.188 | 2.188 | 100.0% | 1 | | neutron.remove_gateway_router | 1.082 | 1.082 | 1.082 | 1.082 | 1.082 | 1.082 | 100.0% | 1 | | total | 9.231 | 9.231 | 9.231 | 9.231 | 9.231 | 9.231 | 100.0% | 1 | | -> duration | 9.231 | 9.231 | 9.231 | 9.231 | 9.231 | 9.231 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.231146 Full duration: 34.112383 HINTS: * To plot HTML graphics with this data, run: rally task report b6c07889-74c3-4e26-a443-0499b7f7c794 --out output.html * To generate a JUnit report, run: rally task export b6c07889-74c3-4e26-a443-0499b7f7c794 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b6c07889-74c3-4e26-a443-0499b7f7c794 --json --out output.json 2018-03-20 16:57:13,361 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b6c07889-74c3-4e26-a443-0499b7f7c794'] 2018-03-20 16:57:14,398 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-20 16:57:14,398 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b6c07889-74c3-4e26-a443-0499b7f7c794', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-03-20 16:57:14,403 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-03-20 16:57:14,403 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-03-20 16:57:14,403 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-03-20 16:57:14,403 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-20 16:57:14,420 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-20 16:57:14,422 - 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': '7fad6edd-01f0-4290-bde1-8b7bb1bfaa3c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-e0b49b4c-70ae-4017-8a89-ddb60d86a77e', 'flavor_name': 'rally-tiny-e0b49b4c-70ae-4017-8a89-ddb60d86a77e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-e0b49b4c-70ae-4017-8a89-ddb60d86a77e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-20 17:00:35,563 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 9c9cbe33-f8eb-4e75-80db-982ba97b7057 2018-03-20 17:00:35,563 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '9c9cbe33-f8eb-4e75-80db-982ba97b7057'] 2018-03-20 17:00:36,611 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 9c9cbe33-f8eb-4e75-80db-982ba97b7057: 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-e0b49b4c-70ae-4017-8a89-ddb60d86a77e" }, "image": { "name": "Cirros-0.4.0-e0b49b4c-70ae-4017-8a89-ddb60d86a77e" }, "block_migration": false, "nics": [ { "net-id": "7fad6edd-01f0-4290-bde1-8b7bb1bfaa3c" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 9c9cbe33-f8eb-4e75-80db-982ba97b7057 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 | 17.921 | 17.921 | 17.921 | 17.921 | 17.921 | 17.921 | 100.0% | 1 | | nova.find_host_to_migrate | 1.495 | 1.495 | 1.495 | 1.495 | 1.495 | 1.495 | 100.0% | 1 | | nova.live_migrate | 136.256 | 136.256 | 136.256 | 136.256 | 136.256 | 136.256 | 0.0% | 1 | | total | 155.672 | 155.672 | 155.672 | 155.672 | 155.672 | 155.672 | 0.0% | 1 | | -> duration | 154.672 | 154.672 | 154.672 | 154.672 | 154.672 | 154.672 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 154.672095 Full duration: 174.729335 HINTS: * To plot HTML graphics with this data, run: rally task report 9c9cbe33-f8eb-4e75-80db-982ba97b7057 --out output.html * To generate a JUnit report, run: rally task export 9c9cbe33-f8eb-4e75-80db-982ba97b7057 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 9c9cbe33-f8eb-4e75-80db-982ba97b7057 --json --out output.json 2018-03-20 17:00:36,611 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '9c9cbe33-f8eb-4e75-80db-982ba97b7057'] 2018-03-20 17:00:37,666 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-20 17:00:37,666 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '9c9cbe33-f8eb-4e75-80db-982ba97b7057', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-03-20 17:00:37,673 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-03-20 17:00:37,673 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-03-20 17:00:37,673 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-03-20 17:00:37,673 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-20 17:00:37,691 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-20 17:00:37,692 - 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': '7fad6edd-01f0-4290-bde1-8b7bb1bfaa3c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-e0b49b4c-70ae-4017-8a89-ddb60d86a77e', 'flavor_name': 'rally-tiny-e0b49b4c-70ae-4017-8a89-ddb60d86a77e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-e0b49b4c-70ae-4017-8a89-ddb60d86a77e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-20 17:01:33,969 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c1e41882-fe62-4ccd-9d06-1c9a78184715 2018-03-20 17:01:33,970 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'c1e41882-fe62-4ccd-9d06-1c9a78184715'] 2018-03-20 17:01:35,007 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task c1e41882-fe62-4ccd-9d06-1c9a78184715: 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 c1e41882-fe62-4ccd-9d06-1c9a78184715 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.886 | 1.886 | 1.886 | 1.886 | 1.886 | 1.886 | 100.0% | 1 | | quotas.delete_quotas | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 100.0% | 1 | | total | 2.102 | 2.102 | 2.102 | 2.102 | 2.102 | 2.102 | 100.0% | 1 | | -> duration | 2.102 | 2.102 | 2.102 | 2.102 | 2.102 | 2.102 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.102262 Full duration: 9.837153 -------------------------------------------------------------------------------- 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 c1e41882-fe62-4ccd-9d06-1c9a78184715 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.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | total | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | -> duration | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.749436 Full duration: 9.069333 -------------------------------------------------------------------------------- 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 c1e41882-fe62-4ccd-9d06-1c9a78184715 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.793 | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 100.0% | 1 | | total | 1.195 | 1.195 | 1.195 | 1.195 | 1.195 | 1.195 | 100.0% | 1 | | -> duration | 1.195 | 1.195 | 1.195 | 1.195 | 1.195 | 1.195 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.194676 Full duration: 9.021313 -------------------------------------------------------------------------------- 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 c1e41882-fe62-4ccd-9d06-1c9a78184715 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.074 | 1.074 | 1.074 | 1.074 | 1.074 | 1.074 | 100.0% | 1 | | total | 1.075 | 1.075 | 1.075 | 1.075 | 1.075 | 1.075 | 100.0% | 1 | | -> duration | 1.075 | 1.075 | 1.075 | 1.075 | 1.075 | 1.075 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.074545 Full duration: 10.821967 HINTS: * To plot HTML graphics with this data, run: rally task report c1e41882-fe62-4ccd-9d06-1c9a78184715 --out output.html * To generate a JUnit report, run: rally task export c1e41882-fe62-4ccd-9d06-1c9a78184715 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c1e41882-fe62-4ccd-9d06-1c9a78184715 --json --out output.json 2018-03-20 17:01:35,007 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'c1e41882-fe62-4ccd-9d06-1c9a78184715'] 2018-03-20 17:01:36,072 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-20 17:01:36,073 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'c1e41882-fe62-4ccd-9d06-1c9a78184715', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-03-20 17:01:36,080 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-03-20 17:01:36,083 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:48 | 6 | 100.00% | | glance | 02:00 | 4 | 100.00% | | cinder | 03:09 | 10 | 100.00% | | heat | 01:07 | 4 | 100.00% | | keystone | 02:54 | 11 | 100.00% | | neutron | 06:32 | 11 | 100.00% | | nova | 02:54 | 1 | 0.00% | | quotas | 00:38 | 4 | 100.00% | | | | | | | TOTAL: | 00:20:04 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-03-20 17:01:36,084 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-03-20 17:01:50,847 - xtesting.energy.energy - DEBUG - Restoring previous scenario (refstack_defcore/running) 2018-03-20 17:01:50,847 - xtesting.energy.energy - DEBUG - Submitting scenario (refstack_defcore/running) 2018-03-20 17:01:51,404 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-20 17:01:51,405 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 24:07 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-03-20 17:01:51,409 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-03-20 17:01:51,409 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-03-20 17:01:51,510 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-20 17:01:53,877 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-20 17:01:53.589 9792 INFO rally.deployment.engine [-] Deployment c4b98bbd-9219-47d2-9226-e52abbafcb7b | Starting: Destroy cloud and free allocated resources. 2018-03-20 17:01:53.684 9792 INFO rally.deployment.engine [-] Deployment c4b98bbd-9219-47d2-9226-e52abbafcb7b | Completed: Destroy cloud and free allocated resources. 2018-03-20 17:01:53.703 9792 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=f0d286c9-a744-44b1-82d7-98790058b71a). 2018-03-20 17:01:53.707 9792 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-20 17:01:56,232 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-20 17:01:55.927 9795 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=b734200d-41ea-43c6-92f3-62f1f6db0064) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | b734200d-41ea-43c6-92f3-62f1f6db0064 | 2018-03-20T17:01:55 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: b734200d-41ea-43c6-92f3-62f1f6db0064 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-20 17:01:59,431 - 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-03-20 17:01:59,431 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-20 17:02:01,788 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-20 17:02:01.545 9801 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=f0d286c9-a744-44b1-82d7-98790058b71a). 2018-03-20 17:02:01.672 9801 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-20 17:02:05,429 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-20 17:02:03.903 9804 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-20 17:02:04.050 9804 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-20 17:02:05.271 9804 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=869d0ce3-0767-45a1-a3f9-34f9deb90b88) has been successfully created! Using verifier 'opnfv-tempest' (UUID=869d0ce3-0767-45a1-a3f9-34f9deb90b88) as the default verifier for the future CLI operations. 2018-03-20 17:02:08,251 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-20 17:02:10,757 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-20 17:02:27,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-20 17:02:32,874 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-20 17:02:31.871 9823 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=869d0ce3-0767-45a1-a3f9-34f9deb90b88) for deployment 'opnfv-rally' (UUID=b734200d-41ea-43c6-92f3-62f1f6db0064). 2018-03-20 17:02:32.718 9823 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=869d0ce3-0767-45a1-a3f9-34f9deb90b88) has been successfully configured for deployment 'opnfv-rally' (UUID=b734200d-41ea-43c6-92f3-62f1f6db0064)! 2018-03-20 17:02:32,874 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-20 17:02:32,874 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-20 17:02:32,877 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-20 17:02:35,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-03-20 17:02:37,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:02:37.368 9835 INFO rally.api [-] Starting verification (UUID=2192ef82-5162-42b8-a6c7-907d716e499d) for deployment 'opnfv-rally' (UUID=b734200d-41ea-43c6-92f3-62f1f6db0064) by verifier 'opnfv-tempest' (UUID=869d0ce3-0767-45a1-a3f9-34f9deb90b88). 2018-03-20 17:02:37,370 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 2192ef82-5162-42b8-a6c7-907d716e499d 2018-03-20 17:02:47,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:02:47.243 9835 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.309s] 2018-03-20 17:02:47,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:02:47.574 9835 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.280s] 2018-03-20 17:02:48,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:02:48.033 9835 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.650s] 2018-03-20 17:02:48,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:02:48.096 9835 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.063s] 2018-03-20 17:02:48,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:02:48.918 9835 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.386s] 2018-03-20 17:02:49,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:02:49.120 9835 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.202s] 2018-03-20 17:02:49,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:02:49.159 9835 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.848s] 2018-03-20 17:02:53,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:02:53.436 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [6.030s] 2018-03-20 17:02:55,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:02:55.774 9835 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.083s] 2018-03-20 17:02:55,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:02:55.802 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [4.275s] 2018-03-20 17:02:55,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:02:55.848 9835 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.074s] 2018-03-20 17:02:55,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:02:55.924 9835 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.075s] 2018-03-20 17:02:56,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:02:56.072 9835 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [6.913s] 2018-03-20 17:02:57,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:02:57.400 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.597s] 2018-03-20 17:02:57,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:02:57.549 9835 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [4.676s] 2018-03-20 17:03:00,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:00.460 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [3.060s] 2018-03-20 17:03:03,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:03.337 9835 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.225s] 2018-03-20 17:03:03,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:03.524 9835 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.187s] 2018-03-20 17:03:05,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:05.485 9835 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.960s] 2018-03-20 17:03:05,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:05.628 9835 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.142s] 2018-03-20 17:03:05,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:05.777 9835 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.149s] 2018-03-20 17:03:06,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:06.332 9835 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [4.097s] 2018-03-20 17:03:08,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:08.158 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [3.708s] 2018-03-20 17:03:08,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:08.409 9835 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [2.077s] 2018-03-20 17:03:09,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:09.098 9835 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.609s] 2018-03-20 17:03:09,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:09.272 9835 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.173s] 2018-03-20 17:03:12,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:12.827 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [4.669s] 2018-03-20 17:03:20,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:20.747 9835 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.067s] 2018-03-20 17:03:21,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:21.046 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [33.588s] 2018-03-20 17:03:27,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:27.793 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [34.350s] 2018-03-20 17:03:28,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:28.674 9835 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [7.924s] 2018-03-20 17:03:29,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:29.926 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.316s] 2018-03-20 17:03:30,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:30.494 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.566s] 2018-03-20 17:03:31,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:31.117 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.623s] 2018-03-20 17:03:31,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:31.708 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.588s] 2018-03-20 17:03:32,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:32.102 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.395s] 2018-03-20 17:03:32,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:32.172 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.070s] 2018-03-20 17:03:32,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:32.252 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.079s] 2018-03-20 17:03:32,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:32.345 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.093s] 2018-03-20 17:03:32,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:32.417 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.071s] 2018-03-20 17:03:32,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:32.487 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.069s] 2018-03-20 17:03:32,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:32.645 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.157s] 2018-03-20 17:03:38,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:38.466 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.187s] 2018-03-20 17:03:38,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:38.650 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.184s] 2018-03-20 17:03:38,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:38.689 9835 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.427s] 2018-03-20 17:03:38,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:38.843 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.192s] 2018-03-20 17:03:40,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:40.046 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [1.202s] 2018-03-20 17:03:40,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:40.332 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.285s] 2018-03-20 17:03:40,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:40.993 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.661s] 2018-03-20 17:03:41,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:41.032 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.039s] 2018-03-20 17:03:41,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:41.080 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.047s] 2018-03-20 17:03:41,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:41.132 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.051s] 2018-03-20 17:03:41,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:41.184 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.051s] 2018-03-20 17:03:41,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:41.227 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.043s] 2018-03-20 17:03:41,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:41.586 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.357s] 2018-03-20 17:03:41,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:41.809 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.222s] 2018-03-20 17:03:41,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:41.864 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.056s] 2018-03-20 17:03:41,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:41.921 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.057s] 2018-03-20 17:03:50,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:50.125 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.389s] 2018-03-20 17:03:57,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:03:57.540 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.414s] 2018-03-20 17:04:00,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:00.558 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.017s] 2018-03-20 17:04:00,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:00.625 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.068s] 2018-03-20 17:04:00,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:00.759 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.133s] 2018-03-20 17:04:00,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:00.969 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.209s] 2018-03-20 17:04:01,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:01.169 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.199s] 2018-03-20 17:04:02,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:02.296 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.477s] 2018-03-20 17:04:03,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:03.827 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.531s] 2018-03-20 17:04:06,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:06.468 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [2.639s] 2018-03-20 17:04:07,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:07.926 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.457s] 2018-03-20 17:04:08,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:08.488 9835 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.618s] 2018-03-20 17:04:09,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:09.628 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.700s] 2018-03-20 17:04:11,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:11.038 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.409s] 2018-03-20 17:04:11,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:11.205 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [5.972s] 2018-03-20 17:04:11,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:11.272 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.067s] 2018-03-20 17:04:11,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:11.492 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.455s] 2018-03-20 17:04:11,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:11.741 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.469s] 2018-03-20 17:04:11,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:11.794 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.302s] 2018-03-20 17:04:11,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:11.841 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.098s] 2018-03-20 17:04:11,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:11.841 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-20 17:04:12,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:12.262 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.467s] 2018-03-20 17:04:13,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:13.829 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.564s] 2018-03-20 17:04:14,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:14.068 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.240s] 2018-03-20 17:04:14,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:14.629 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.560s] 2018-03-20 17:04:15,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:15.093 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.464s] 2018-03-20 17:04:16,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:16.378 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.282s] 2018-03-20 17:04:16,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:16.613 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.236s] 2018-03-20 17:04:17,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:17.535 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.922s] 2018-03-20 17:04:18,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:18.074 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.538s] 2018-03-20 17:04:18,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:18.578 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.504s] 2018-03-20 17:04:27,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:27.368 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [59.560s] 2018-03-20 17:04:27,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:27.624 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [70.364s] 2018-03-20 17:04:28,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:28.804 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.186s] 2018-03-20 17:04:41,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:41.813 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [14.445s] 2018-03-20 17:04:51,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:51.535 9835 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [43.243s] 2018-03-20 17:04:57,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:57.775 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.669s] 2018-03-20 17:04:57,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:57.833 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [117.354s] 2018-03-20 17:04:58,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:58.066 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.291s] 2018-03-20 17:04:58,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:58.324 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.257s] 2018-03-20 17:04:58,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:58.764 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.439s] 2018-03-20 17:04:59,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:59.236 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.471s] 2018-03-20 17:04:59,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:04:59.723 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.487s] 2018-03-20 17:05:06,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:05:06.246 9835 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [14.712s] 2018-03-20 17:05:12,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:05:12.995 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.754s] 2018-03-20 17:05:14,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:05:14.798 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [2.809s] 2018-03-20 17:05:14,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:05:14.872 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.074s] 2018-03-20 17:05:15,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:05:15.475 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.480s] 2018-03-20 17:05:15,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:05:15.626 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.753s] 2018-03-20 17:05:15,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:05:15.757 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.129s] 2018-03-20 17:05:15,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:05:15.758 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-03-20 17:05:19,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:05:19.702 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.221s] 2018-03-20 17:05:20,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:05:20.803 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.503s] 2018-03-20 17:05:21,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:05:21.601 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.797s] 2018-03-20 17:05:22,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:05:22.266 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [2.568s] 2018-03-20 17:05:24,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:05:24.181 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.913s] 2018-03-20 17:05:24,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:05:24.666 9835 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [129.516s] 2018-03-20 17:05:26,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:05:26.075 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.893s] 2018-03-20 17:05:29,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:05:29.112 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.033s] 2018-03-20 17:05:29,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:05:29.325 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.216s] 2018-03-20 17:05:45,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:05:45.003 9835 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.165s] 2018-03-20 17:06:01,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:01.095 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [79.261s] 2018-03-20 17:06:01,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:01.761 9835 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [55.508s] 2018-03-20 17:06:05,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:05.870 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.426s] 2018-03-20 17:06:06,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:06.234 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.365s] 2018-03-20 17:06:07,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:07.109 9835 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [42.438s] 2018-03-20 17:06:28,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:28.076 9835 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [26.312s] 2018-03-20 17:06:30,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:30.731 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.148s] 2018-03-20 17:06:31,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:31.274 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.541s] 2018-03-20 17:06:31,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:31.447 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.173s] 2018-03-20 17:06:31,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:31.470 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.022s] 2018-03-20 17:06:31,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:31.627 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.157s] 2018-03-20 17:06:31,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:31.640 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.013s] 2018-03-20 17:06:31,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:31.870 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.228s] 2018-03-20 17:06:31,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:31.906 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.035s] 2018-03-20 17:06:32,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:32.062 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.156s] 2018-03-20 17:06:32,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:32.286 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.223s] 2018-03-20 17:06:32,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:32.446 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.159s] 2018-03-20 17:06:32,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:32.645 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.198s] 2018-03-20 17:06:32,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:32.825 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.180s] 2018-03-20 17:06:33,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:33.007 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.181s] 2018-03-20 17:06:33,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:33.721 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.713s] 2018-03-20 17:06:34,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:34.266 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.545s] 2018-03-20 17:06:34,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:34.300 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.033s] 2018-03-20 17:06:34,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:34.337 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.037s] 2018-03-20 17:06:34,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:34.349 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.012s] 2018-03-20 17:06:34,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:34.528 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.178s] 2018-03-20 17:06:34,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:34.711 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.181s] 2018-03-20 17:06:34,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:34.742 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.031s] 2018-03-20 17:06:34,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:34.781 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.039s] 2018-03-20 17:06:37,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:37.366 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.173s] 2018-03-20 17:06:37,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:37.532 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.166s] 2018-03-20 17:06:37,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:37.733 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.199s] 2018-03-20 17:06:37,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:37.912 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.179s] 2018-03-20 17:06:37,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:37.943 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.031s] 2018-03-20 17:06:38,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:38.075 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.130s] 2018-03-20 17:06:38,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:38.651 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.575s] 2018-03-20 17:06:38,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:38.697 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.046s] 2018-03-20 17:06:38,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:38.741 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.043s] 2018-03-20 17:06:38,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:06:38.926 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.185s] 2018-03-20 17:07:00,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:07:00.454 9835 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [11.785s] 2018-03-20 17:07:13,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:07:13.625 9835 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [13.168s] 2018-03-20 17:07:34,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:07:34.292 9835 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [20.666s] 2018-03-20 17:07:40,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '2192ef82-5162-42b8-a6c7-907d716e499d']'. 2018-03-20 17:07:41,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-20 17:07:41,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-20 17:07:41,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-20 17:07:41,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 2192ef82-5162-42b8-a6c7-907d716e499d | 2018-03-20 17:07:41,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-03-20 17:07:41,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-20 17:02:37 | 2018-03-20 17:07:41,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-20 17:07:39 | 2018-03-20 17:07:41,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:05:02 | 2018-03-20 17:07:41,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-20 17:07:41,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-20 17:07:41,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 869d0ce3-0767-45a1-a3f9-34f9deb90b88) | 2018-03-20 17:07:41,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-20 17:07:41,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: b734200d-41ea-43c6-92f3-62f1f6db0064) | 2018-03-20 17:07:41,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 161 | 2018-03-20 17:07:41,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 289.289 | 2018-03-20 17:07:41,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 160 | 2018-03-20 17:07:41,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-03-20 17:07:41,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-20 17:07:41,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-20 17:07:41,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-03-20 17:07:41,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-20 17:07:41,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-20 17:07:41,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 99.3788819876% 2018-03-20 17:07:55,201 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-20 17:07:55,202 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 05:47 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-03-20 17:07:55,206 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-03-20 17:07:55,206 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-03-20 17:07:55,307 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-20 17:07:57,639 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-20 17:07:57.336 9947 INFO rally.deployment.engine [-] Deployment b734200d-41ea-43c6-92f3-62f1f6db0064 | Starting: Destroy cloud and free allocated resources. 2018-03-20 17:07:57.415 9947 INFO rally.deployment.engine [-] Deployment b734200d-41ea-43c6-92f3-62f1f6db0064 | Completed: Destroy cloud and free allocated resources. 2018-03-20 17:07:57.433 9947 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=869d0ce3-0767-45a1-a3f9-34f9deb90b88) for deployment 'opnfv-rally'. 2018-03-20 17:07:57.444 9947 INFO rally.api [-] Deleting verification (UUID=2192ef82-5162-42b8-a6c7-907d716e499d). 2018-03-20 17:07:57.491 9947 INFO rally.api [-] Verification has been successfully deleted! 2018-03-20 17:07:57.492 9947 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=869d0ce3-0767-45a1-a3f9-34f9deb90b88). 2018-03-20 17:07:57.498 9947 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-20 17:08:00,161 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-20 17:07:59.854 9950 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=d4567f5b-e304-4c72-af25-ef5e639474bf) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | d4567f5b-e304-4c72-af25-ef5e639474bf | 2018-03-20T17:07:59 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: d4567f5b-e304-4c72-af25-ef5e639474bf ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-20 17:08:03,332 - 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-03-20 17:08:03,332 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-20 17:08:05,741 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-20 17:08:05.423 9956 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=869d0ce3-0767-45a1-a3f9-34f9deb90b88). 2018-03-20 17:08:05.554 9956 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-20 17:08:09,363 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-20 17:08:07.744 9959 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-20 17:08:07.884 9959 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-20 17:08:09.171 9959 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=797d1896-2ae7-4aa2-a52e-5b6739d24af7) has been successfully created! Using verifier 'opnfv-tempest' (UUID=797d1896-2ae7-4aa2-a52e-5b6739d24af7) as the default verifier for the future CLI operations. 2018-03-20 17:08:12,272 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-20 17:08:15,391 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-20 17:08:28,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-20 17:08:33,906 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-20 17:08:32.860 9978 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=797d1896-2ae7-4aa2-a52e-5b6739d24af7) for deployment 'opnfv-rally' (UUID=d4567f5b-e304-4c72-af25-ef5e639474bf). 2018-03-20 17:08:33.748 9978 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=797d1896-2ae7-4aa2-a52e-5b6739d24af7) has been successfully configured for deployment 'opnfv-rally' (UUID=d4567f5b-e304-4c72-af25-ef5e639474bf)! 2018-03-20 17:08:33,906 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-20 17:08:33,907 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-20 17:08:33,909 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-20 17:08:33,917 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-20 17:08:36,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-797d1896-2ae7-4aa2-a52e-5b6739d24af7/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-03-20 17:08:36,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-03-20 17:08:39,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 17:08:39.073 9987 INFO rally.api [-] Starting verification (UUID=980220ac-4200-4e63-98cf-50fac0d29e79) for deployment 'opnfv-rally' (UUID=d4567f5b-e304-4c72-af25-ef5e639474bf) by verifier 'opnfv-tempest' (UUID=797d1896-2ae7-4aa2-a52e-5b6739d24af7). 2018-03-20 17:08:39,074 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 980220ac-4200-4e63-98cf-50fac0d29e79 2018-03-20 17:11:39,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '980220ac-4200-4e63-98cf-50fac0d29e79']'. 2018-03-20 17:11:40,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-20 17:11:40,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-20 17:11:40,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-20 17:11:40,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 980220ac-4200-4e63-98cf-50fac0d29e79 | 2018-03-20 17:11:40,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-20 17:11:40,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-20 17:08:39 | 2018-03-20 17:11:40,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-20 17:11:39 | 2018-03-20 17:11:40,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:00 | 2018-03-20 17:11:40,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-20 17:11:40,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-20 17:11:40,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 797d1896-2ae7-4aa2-a52e-5b6739d24af7) | 2018-03-20 17:11:40,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-20 17:11:40,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: d4567f5b-e304-4c72-af25-ef5e639474bf) | 2018-03-20 17:11:40,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-03-20 17:11:40,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 168.612 | 2018-03-20 17:11:40,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-03-20 17:11:40,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-03-20 17:11:40,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-20 17:11:40,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-20 17:11:40,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-20 17:11:40,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-20 17:11:40,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-20 17:11:40,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-03-20 17:11:54,374 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-20 17:11:54,374 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:42 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-20 17:11:54,378 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-03-20 17:11:55,446 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-20 18:33:32,602 - xtesting.core.unit - DEBUG - test_add_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_group (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_admin_user_to_new_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_new_user_to_admin_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_complex_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_simple_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_several_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_without_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_id (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_setting (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_file (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url_properties (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image_new_settings (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_bad_image_file (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_image_type (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_url (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_create_three_part_image_from_file_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_delete_keypair (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_from_file (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_large_key (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_both (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_pub_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_exist_files_delete (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_exist_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_1 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_2 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_delete_network (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_admin_user_to_new_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_new_user_to_admin_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_with_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_without_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_networks_same_name (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_delete_router (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_True (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_false (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_user_to_new_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_external_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_new_user_as_admin_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_private_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_vanilla (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... FAIL test_create_router_admin_ports (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_invalid_gateway_name (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_noname (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_delete_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_same_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_delete_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_same_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_volume_type_with_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos_and_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_create_delete_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_same_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_simple (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_bad_image (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_size (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_type (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_zone (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_bad_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_valid_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_valid_volume_image (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok test_ping_via_router (snaps.openstack.tests.create_instance_tests.CreateInstanceTwoNetTests) ... ok test_create_admin_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_create_delete_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_set_allowed_address_pairs (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_mac_and_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_two_subnets (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_add_invalid_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_same_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group_never_added (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ... ok test_create_instance_from_three_part_image (snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage) ... ok test_create_instance_with_one_volume (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_instance_with_two_volumes (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_delete_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_same_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_short_timeout (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_dict (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_file (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_network_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_vm_inst_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_volume_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_volume_type_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_flavor_creator (snaps.openstack.tests.create_stack_tests.CreateStackFlavorTests) ... ok test_retrieve_keypair_creator (snaps.openstack.tests.create_stack_tests.CreateStackKeypairTests) ... ok test_retrieve_security_group_creator (snaps.openstack.tests.create_stack_tests.CreateStackSecurityGroupTests) ... ok test_bad_stack_file (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_missing_dependencies (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_single_port_static (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_init (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_before_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_reverse_engineer (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_second_creator (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_connect_via_ssh_heat_vm_derived (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_apply_simple_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok ====================================================================== FAIL: test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_router_tests.py", line 419, in test_create_router_with_ext_port self.assertEqual(ext_net.id, port.network_id) AssertionError: u'2de8f2db-e685-4612-8e85-9faa7ccb3a07' != u'0e2a09d7-37e1-4cce-bb02-4e6925c1a466' - 2de8f2db-e685-4612-8e85-9faa7ccb3a07 + 0e2a09d7-37e1-4cce-bb02-4e6925c1a466 ---------------------------------------------------------------------- Ran 120 tests in 4897.083s FAILED (failures=1) 2018-03-20 18:33:32,768 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-20 18:33:32,768 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 81:37 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-03-20 18:33:32,772 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-03-20 18:33:32,772 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-03-20 18:33:32,866 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-20 18:33:35,348 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-20 18:33:34.905 10214 INFO rally.deployment.engine [-] Deployment d4567f5b-e304-4c72-af25-ef5e639474bf | Starting: Destroy cloud and free allocated resources. 2018-03-20 18:33:34.993 10214 INFO rally.deployment.engine [-] Deployment d4567f5b-e304-4c72-af25-ef5e639474bf | Completed: Destroy cloud and free allocated resources. 2018-03-20 18:33:35.054 10214 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=797d1896-2ae7-4aa2-a52e-5b6739d24af7) for deployment 'opnfv-rally'. 2018-03-20 18:33:35.087 10214 INFO rally.api [-] Deleting verification (UUID=980220ac-4200-4e63-98cf-50fac0d29e79). 2018-03-20 18:33:35.132 10214 INFO rally.api [-] Verification has been successfully deleted! 2018-03-20 18:33:35.133 10214 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=797d1896-2ae7-4aa2-a52e-5b6739d24af7). 2018-03-20 18:33:35.146 10214 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-20 18:33:37,855 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-20 18:33:37.571 10217 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=52e5c4d4-548e-4652-a383-5fe5c09ecaf2) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 52e5c4d4-548e-4652-a383-5fe5c09ecaf2 | 2018-03-20T18:33:37 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 52e5c4d4-548e-4652-a383-5fe5c09ecaf2 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-20 18:33:41,254 - 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-03-20 18:33:41,254 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-20 18:33:43,496 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-20 18:33:43.249 10223 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=797d1896-2ae7-4aa2-a52e-5b6739d24af7). 2018-03-20 18:33:43.364 10223 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-20 18:33:46,956 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-20 18:33:45.566 10226 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-20 18:33:45.682 10226 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-20 18:33:46.754 10226 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=02a4c505-196b-4cd0-9be5-075cedaeaa31) has been successfully created! Using verifier 'opnfv-tempest' (UUID=02a4c505-196b-4cd0-9be5-075cedaeaa31) as the default verifier for the future CLI operations. 2018-03-20 18:33:49,960 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-20 18:33:53,641 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-20 18:34:02,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-20 18:34:08,166 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-20 18:34:07.126 10245 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=02a4c505-196b-4cd0-9be5-075cedaeaa31) for deployment 'opnfv-rally' (UUID=52e5c4d4-548e-4652-a383-5fe5c09ecaf2). 2018-03-20 18:34:08.027 10245 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=02a4c505-196b-4cd0-9be5-075cedaeaa31) has been successfully configured for deployment 'opnfv-rally' (UUID=52e5c4d4-548e-4652-a383-5fe5c09ecaf2)! 2018-03-20 18:34:08,166 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-20 18:34:08,167 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-20 18:34:08,169 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-20 18:34:08,177 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-20 18:34:12,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-02a4c505-196b-4cd0-9be5-075cedaeaa31/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-03-20 18:34:12,101 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-20 18:34:12,102 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-20 18:34:12,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-03-20 18:34:14,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 18:34:14.240 10254 INFO rally.api [-] Starting verification (UUID=8ccf3772-3a61-4cc7-83ea-fcbf8b45c932) for deployment 'opnfv-rally' (UUID=52e5c4d4-548e-4652-a383-5fe5c09ecaf2) by verifier 'opnfv-tempest' (UUID=02a4c505-196b-4cd0-9be5-075cedaeaa31). 2018-03-20 18:34:14,241 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 8ccf3772-3a61-4cc7-83ea-fcbf8b45c932 2018-03-20 18:36:30,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '8ccf3772-3a61-4cc7-83ea-fcbf8b45c932']'. 2018-03-20 18:36:31,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-20 18:36:31,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-20 18:36:31,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-20 18:36:31,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 8ccf3772-3a61-4cc7-83ea-fcbf8b45c932 | 2018-03-20 18:36:31,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-20 18:36:31,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-20 18:34:14 | 2018-03-20 18:36:31,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-20 18:36:30 | 2018-03-20 18:36:31,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:16 | 2018-03-20 18:36:31,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-20 18:36:31,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-20 18:36:31,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 02a4c505-196b-4cd0-9be5-075cedaeaa31) | 2018-03-20 18:36:31,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-20 18:36:31,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 52e5c4d4-548e-4652-a383-5fe5c09ecaf2) | 2018-03-20 18:36:31,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-03-20 18:36:31,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 123.194 | 2018-03-20 18:36:31,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-03-20 18:36:31,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-03-20 18:36:31,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-20 18:36:31,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-20 18:36:31,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-20 18:36:31,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-20 18:36:31,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-20 18:36:31,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-03-20 18:36:45,617 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-20 18:36:45,617 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:56 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-03-20 18:36:45,622 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:20 | PASS | | vping_userdata | functest | smoke | 00:59 | PASS | | tempest_smoke_serial | functest | smoke | 19:19 | PASS | | rally_sanity | functest | smoke | 24:07 | FAIL | | refstack_defcore | functest | smoke | 05:47 | FAIL | | patrole | functest | smoke | 03:42 | PASS | | snaps_smoke | functest | smoke | 81:37 | FAIL | | neutron_trunk | functest | smoke | 02:56 | PASS | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-03-20 18:36:45,630 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-20 18:37:32,353 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-32 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-20 18:37:32,357 - 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=BEF6P97uCfxBcFT4r2Af6KFw6 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-20 18:37:32,357 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-20 18:37:32,358 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification barometercollectd | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ 2018-03-20 18:37:32,360 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-20 18:37:32,360 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-03-20 18:41:24,538 - xtesting.core.feature - ERROR - Execute command: doctor-test failed 2018-03-20 18:41:24,539 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-03-20 18:41:24,656 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-20 18:41:24,657 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:52 | FAIL | +-----------------------------+-----------------+------------------+----------------+ 2018-03-20 18:41:24,660 - xtesting.ci.run_tests - ERROR - The test case 'doctor-notification' failed. 2018-03-20 18:41:24,660 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-03-20 19:32:44,597 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-03-20 19:32:44,748 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-20 19:32:44,748 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 51:20 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-03-20 19:32:44,757 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-03-20 19:32:44,758 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:52 | FAIL | | barometercollectd | barometer | features | 51:20 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-03-20 19:32:44,762 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-20 19:35:49,140 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-32 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-20 19:35:49,143 - 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=BEF6P97uCfxBcFT4r2Af6KFw6 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-20 19:35:49,144 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-20 19:35:49,144 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-20 19:35:49,144 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-03-20 19:35:49,146 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-20 19:36:00,559 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-32 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-20 19:36:00,564 - 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=BEF6P97uCfxBcFT4r2Af6KFw6 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-20 19:36:00,564 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-20 19:36:00,565 - 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-03-20 19:36:00,567 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-20 19:36:00,567 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-03-20 19:36:00,593 - xtesting.core.feature - ERROR - Execute command: /src/nfv-parser/tests/functest_run.sh failed 2018-03-20 19:36:00,594 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-03-20 19:36:00,710 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-20 19:36:00,710 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 00:00 | FAIL | +-----------------------+-----------------+------------------+----------------+ 2018-03-20 19:36:00,714 - xtesting.ci.run_tests - ERROR - The test case 'parser-basics' failed. 2018-03-20 19:36:00,715 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | FAIL | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-03-20 19:36:00,716 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR