2018-04-08 18:41:29,070 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-114 | | 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-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-08 18:41:29,075 - 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=JQuHQhVr4TUj9MczDxDyNjBZg export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-08 18:41:29,075 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-08 18:41:29,076 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (merge)|(verify)|(daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ 2018-04-08 18:41:29,078 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-08 18:41:29,078 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-08 18:41:30,450 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-08 18:41:39,758 - 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.298s OK 2018-04-08 18:41:39,889 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 18:41:39,890 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-08 18:41:39,893 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-08 18:41:41,223 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-08 18:53:03,800 - 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 682.527s OK 2018-04-08 18:53:03,932 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 18:53:03,932 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 11:23 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-08 18:53:03,936 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-08 18:53:04,603 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-08 18:53:41,106 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 36.502s OK 2018-04-08 18:53:41,221 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 18:53:41,221 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:37 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-08 18:53:41,225 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | api_check | functest | healthcheck | 11:23 | PASS | | snaps_health_check | functest | healthcheck | 00:37 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-08 18:53:41,228 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-08 18:53:44,021 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-114 | | 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-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-08 18:53:44,023 - 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=JQuHQhVr4TUj9MczDxDyNjBZg export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-08 18:53:44,023 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-08 18:53:44,024 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-04-08 18:53:44,025 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-08 18:53:44,025 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-08 18:53:46,593 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=No JSON object could be decoded 2018-04-08 18:53:46,593 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-08 18:53:46,593 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-08 18:53:46' 2018-04-08 18:53:46,594 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--0e2da413-5cbc-49fe-bb73-e457dc7ee950' 2018-04-08 18:53:50,763 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-0e2da413-5cbc-49fe-bb73-e457dc7ee950' 2018-04-08 18:53:53,966 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-0e2da413-5cbc-49fe-bb73-e457dc7ee950' 2018-04-08 18:53:59,803 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-0e2da413-5cbc-49fe-bb73-e457dc7ee950' 2018-04-08 18:54:00,548 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-0e2da413-5cbc-49fe-bb73-e457dc7ee950' 2018-04-08 18:54:01,241 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-0e2da413-5cbc-49fe-bb73-e457dc7ee950' 2018-04-08 18:54:06,788 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-0e2da413-5cbc-49fe-bb73-e457dc7ee950' 2018-04-08 18:54:08,949 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-0e2da413-5cbc-49fe-bb73-e457dc7ee950' 2018-04-08 18:54:28,080 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-08 18:54:30,471 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-08 18:54:30,608 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-08 18:54:31,615 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-08 18:54:31,724 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 18:54:31,724 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:45 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-08 18:55:02,358 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-08 18:55:02,457 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-08 18:55:02,457 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-08 18:55:02' 2018-04-08 18:55:02,457 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--b34ce964-aa06-4159-8e80-18d4cb8dd259' 2018-04-08 18:55:08,679 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-b34ce964-aa06-4159-8e80-18d4cb8dd259' 2018-04-08 18:55:10,634 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-b34ce964-aa06-4159-8e80-18d4cb8dd259' 2018-04-08 18:55:16,428 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-b34ce964-aa06-4159-8e80-18d4cb8dd259' 2018-04-08 18:55:17,242 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-b34ce964-aa06-4159-8e80-18d4cb8dd259' 2018-04-08 18:55:21,999 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-b34ce964-aa06-4159-8e80-18d4cb8dd259' 2018-04-08 18:55:28,073 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-08 18:55:36,396 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-08 18:55:38,706 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.4. Waiting for response... 2018-04-08 18:55:41,213 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-08 18:55:41,326 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 18:55:41,327 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:39 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-08 18:56:19,891 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-08 18:56:19,990 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-08 18:56:24,732 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-08 18:56:24.432 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=7afe5521-38ab-4799-8b1e-97037cd27f35) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 7afe5521-38ab-4799-8b1e-97037cd27f35 | 2018-04-08T18:56:24 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 7afe5521-38ab-4799-8b1e-97037cd27f35 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-08 18:56:27,966 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-08 18:56:27,967 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-08 18:56:33,616 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-08 18:56:32.235 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-08 18:56:32.366 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-08 18:56:33.449 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=07cdb305-4afd-4aaf-9dcf-caf95163b672) has been successfully created! Using verifier 'opnfv-tempest' (UUID=07cdb305-4afd-4aaf-9dcf-caf95163b672) as the default verifier for the future CLI operations. 2018-04-08 18:56:36,475 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-08 18:56:38,266 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-08 18:56:47,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-08 18:56:52,537 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-08 18:56:51.685 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=07cdb305-4afd-4aaf-9dcf-caf95163b672) for deployment 'opnfv-rally' (UUID=7afe5521-38ab-4799-8b1e-97037cd27f35). 2018-04-08 18:56:52.370 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=07cdb305-4afd-4aaf-9dcf-caf95163b672) has been successfully configured for deployment 'opnfv-rally' (UUID=7afe5521-38ab-4799-8b1e-97037cd27f35)! 2018-04-08 18:56:52,538 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-08 18:56:52,538 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-08 18:56:52,540 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-08 18:56:52,542 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-08 18:56:55,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-07cdb305-4afd-4aaf-9dcf-caf95163b672/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-08 18:56:55,499 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-08 18:56:55,500 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-08 18:56:55,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-04-08 18:56:57,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 18:56:57.745 55 INFO rally.api [-] Starting verification (UUID=e620ba0d-18ea-4991-b55e-0f8f0153c67d) for deployment 'opnfv-rally' (UUID=7afe5521-38ab-4799-8b1e-97037cd27f35) by verifier 'opnfv-tempest' (UUID=07cdb305-4afd-4aaf-9dcf-caf95163b672). 2018-04-08 18:56:57,746 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: e620ba0d-18ea-4991-b55e-0f8f0153c67d 2018-04-08 18:57:04,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 18:57:04.784 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.160s] 2018-04-08 18:57:04,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 18:57:04.846 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.062s] 2018-04-08 18:57:11,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 18:57:11.825 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.541s] 2018-04-08 18:57:13,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 18:57:13.855 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [2.030s] 2018-04-08 18:57:24,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 18:57:24.084 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [3.166s] 2018-04-08 18:57:44,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 18:57:44.363 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [14.266s] 2018-04-08 18:58:24,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 18:58:24.223 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.071s] 2018-04-08 18:58:24,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 18:58:24.224 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-08 18:58:55,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 18:58:55.650 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.063s] 2018-04-08 18:58:55,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 18:58:55.651 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-08 18:59:26,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 18:59:26.481 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.068s] 2018-04-08 18:59:26,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 18:59:26.482 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-08 19:00:18,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:00:18.124 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [21.758s] 2018-04-08 19:00:43,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:00:43.746 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.260s] 2018-04-08 19:00:43,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:00:43.848 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.101s] 2018-04-08 19:00:53,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:00:53.792 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.756s] 2018-04-08 19:00:53,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:00:53.801 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-04-08 19:00:55,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:00:55.320 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-08 19:00:55,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:00:55.322 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-08 19:00:59,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:00:59.164 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.400s] 2018-04-08 19:01:05,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:01:05.346 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.073s] 2018-04-08 19:01:12,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:01:12.793 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.813s] 2018-04-08 19:01:21,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:01:21.080 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.509s] 2018-04-08 19:01:30,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:01:30.508 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.812s] 2018-04-08 19:01:36,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:01:36.996 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.349s] 2018-04-08 19:01:42,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:01:42.994 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.205s] 2018-04-08 19:01:51,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:01:51.233 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.438s] 2018-04-08 19:01:58,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:01:58.390 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.448s] 2018-04-08 19:02:06,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:02:06.852 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.171s] 2018-04-08 19:02:09,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:02:09.456 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-08 19:02:11,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:02:11.427 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.066s] 2018-04-08 19:02:11,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:02:11.497 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.069s] 2018-04-08 19:02:11,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:02:11.566 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.068s] 2018-04-08 19:02:11,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:02:11.572 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-04-08 19:02:14,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:02:14.963 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.438s] 2018-04-08 19:02:16,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:02:16.713 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.749s] 2018-04-08 19:02:21,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:02:21.320 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [4.606s] 2018-04-08 19:02:30,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:02:30.680 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-04-08 19:02:36,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:02:36.043 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [2.171s] 2018-04-08 19:02:50,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:02:50.155 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.482s] 2018-04-08 19:02:53,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:02:53.389 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.234s] 2018-04-08 19:03:04,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:03:04.042 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.525s] 2018-04-08 19:03:07,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:03:07.758 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.716s] 2018-04-08 19:03:14,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:03:14.722 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.962s] 2018-04-08 19:03:23,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:03:23.091 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.145s] 2018-04-08 19:03:26,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:03:26.153 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.061s] 2018-04-08 19:03:31,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:03:31.236 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [5.081s] 2018-04-08 19:03:45,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:03:45.624 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.401s] 2018-04-08 19:03:45,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:03:45.804 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.180s] 2018-04-08 19:03:45,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:03:45.931 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.125s] 2018-04-08 19:03:45,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:03:45.986 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.055s] 2018-04-08 19:03:46,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:03:46.236 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.249s] 2018-04-08 19:03:46,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:03:46.302 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.065s] 2018-04-08 19:03:58,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:03:58.269 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.863s] 2018-04-08 19:03:58,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:03:58.444 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.175s] 2018-04-08 19:03:58,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:03:58.557 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.112s] 2018-04-08 19:03:58,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:03:58.744 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.186s] 2018-04-08 19:03:58,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:03:58.976 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.231s] 2018-04-08 19:03:59,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:03:59.025 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.049s] 2018-04-08 19:04:10,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:04:10.750 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.034s] 2018-04-08 19:04:15,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:04:15.851 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.101s] 2018-04-08 19:04:17,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:04:17.753 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.901s] 2018-04-08 19:04:17,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:04:17.805 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.052s] 2018-04-08 19:04:17,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:04:17.994 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.189s] 2018-04-08 19:04:28,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:04:28.558 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.201s] 2018-04-08 19:04:33,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:04:33.740 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [5.181s] 2018-04-08 19:04:35,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:04:35.432 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.691s] 2018-04-08 19:04:35,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:04:35.498 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.066s] 2018-04-08 19:04:35,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:04:35.548 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.050s] 2018-04-08 19:04:51,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:04:51.161 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [10.356s] 2018-04-08 19:04:55,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:04:55.818 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [4.656s] 2018-04-08 19:04:59,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:04:59.754 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [3.935s] 2018-04-08 19:05:03,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:05:03.125 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.371s] 2018-04-08 19:05:22,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:05:22.753 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.208s] 2018-04-08 19:05:27,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:05:27.958 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.205s] 2018-04-08 19:05:32,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:05:32.448 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.488s] 2018-04-08 19:05:35,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:05:35.379 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.932s] 2018-04-08 19:05:47,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:05:47.318 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.054s] 2018-04-08 19:05:49,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:05:49.659 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.339s] 2018-04-08 19:05:49,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:05:49.705 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.047s] 2018-04-08 19:05:53,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:05:53.595 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.041s] 2018-04-08 19:05:55,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:05:55.697 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.100s] 2018-04-08 19:05:55,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:05:55.739 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.044s] 2018-04-08 19:05:59,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:05:59.354 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.624s] 2018-04-08 19:06:03,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:06:03.001 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-04-08 19:06:04,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:06:04.199 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-08 19:06:04,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:06:04.202 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-08 19:06:04,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:06:04.203 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-08 19:06:04,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:06:04.204 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-08 19:06:04,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:06:04.204 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-08 19:06:06,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:06:06.150 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2018-04-08 19:06:25,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:06:25.638 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [14.199s] 2018-04-08 19:06:37,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:06:37.538 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.438s] 2018-04-08 19:06:53,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:06:53.922 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [16.381s] 2018-04-08 19:07:02,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:07:02.650 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.039s] 2018-04-08 19:08:07,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:08:07.743 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [57.275s] 2018-04-08 19:08:55,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:08:55.007 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [38.649s] 2018-04-08 19:09:17,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:09:17.299 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... fail [3.953s] 2018-04-08 19:09:30,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'e620ba0d-18ea-4991-b55e-0f8f0153c67d']'. 2018-04-08 19:09:31,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-08 19:09:31,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-08 19:09:31,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-08 19:09:31,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | e620ba0d-18ea-4991-b55e-0f8f0153c67d | 2018-04-08 19:09:31,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-08 19:09:31,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-08 18:56:57 | 2018-04-08 19:09:31,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-08 19:09:30 | 2018-04-08 19:09:31,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:12:33 | 2018-04-08 19:09:31,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-08 19:09:31,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-08 19:09:31,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-08 19:09:31,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 07cdb305-4afd-4aaf-9dcf-caf95163b672) | 2018-04-08 19:09:31,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-08 19:09:31,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 7afe5521-38ab-4799-8b1e-97037cd27f35) | 2018-04-08 19:09:31,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-08 19:09:31,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 734.561 | 2018-04-08 19:09:31,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-04-08 19:09:31,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-08 19:09:31,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-08 19:09:31,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-08 19:09:31,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-04-08 19:09:31,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-08 19:09:31,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-08 19:09:31,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-04-08 19:09:39,724 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 19:09:39,724 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 13:03 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-04-08 19:09:39,728 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-04-08 19:09:39,729 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-08 19:09:39,825 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-08 19:09:42,235 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-08 19:09:41.909 117 INFO rally.deployment.engine [-] Deployment 7afe5521-38ab-4799-8b1e-97037cd27f35 | Starting: Destroy cloud and free allocated resources. 2018-04-08 19:09:41.979 117 INFO rally.deployment.engine [-] Deployment 7afe5521-38ab-4799-8b1e-97037cd27f35 | Completed: Destroy cloud and free allocated resources. 2018-04-08 19:09:42.013 117 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=07cdb305-4afd-4aaf-9dcf-caf95163b672) for deployment 'opnfv-rally'. 2018-04-08 19:09:42.029 117 INFO rally.api [-] Deleting verification (UUID=e620ba0d-18ea-4991-b55e-0f8f0153c67d). 2018-04-08 19:09:42.059 117 INFO rally.api [-] Verification has been successfully deleted! 2018-04-08 19:09:42.059 117 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=07cdb305-4afd-4aaf-9dcf-caf95163b672). 2018-04-08 19:09:42.066 117 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-08 19:09:44,670 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-08 19:09:44.389 120 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=eca6f594-4cc4-472d-b38e-9972eb02f2bf) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | eca6f594-4cc4-472d-b38e-9972eb02f2bf | 2018-04-08T19:09:44 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: eca6f594-4cc4-472d-b38e-9972eb02f2bf ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-08 19:09:47,947 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-08 19:09:47,947 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-08 19:09:49,962 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-c1624eda-a726-46a0-8121-4cddae54cb64'... 2018-04-08 19:09:52,605 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-c1624eda-a726-46a0-8121-4cddae54cb64'... 2018-04-08 19:09:54,466 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-c1624eda-a726-46a0-8121-4cddae54cb64'... 2018-04-08 19:09:59,586 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-c1624eda-a726-46a0-8121-4cddae54cb64'... 2018-04-08 19:10:00,366 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-c1624eda-a726-46a0-8121-4cddae54cb64'... 2018-04-08 19:10:01,019 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-08 19:10:01,020 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-04-08 19:10:01,021 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-08 19:10:01,064 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-08 19:10:01,070 - 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': '83fbf4f5-ca1f-458c-b984-7b87a391c7a9', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-c1624eda-a726-46a0-8121-4cddae54cb64', 'flavor_name': 'rally-tiny-c1624eda-a726-46a0-8121-4cddae54cb64', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-c1624eda-a726-46a0-8121-4cddae54cb64', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-08 19:11:02,371 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : bca6a409-49f4-4255-b12e-3d29c0911758 2018-04-08 19:11:02,372 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-08 19:11:02,373 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'bca6a409-49f4-4255-b12e-3d29c0911758'] 2018-04-08 19:11:03,448 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task bca6a409-49f4-4255-b12e-3d29c0911758: 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 bca6a409-49f4-4255-b12e-3d29c0911758 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.47 | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 100.0% | 1 | | total | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 100.0% | 1 | | -> duration | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.469838 Full duration: 7.788955 -------------------------------------------------------------------------------- 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 bca6a409-49f4-4255-b12e-3d29c0911758 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.342 | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 100.0% | 1 | | total | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | -> duration | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.784036 Full duration: 7.265989 -------------------------------------------------------------------------------- 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 bca6a409-49f4-4255-b12e-3d29c0911758 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.201 | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 100.0% | 1 | | total | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 100.0% | 1 | | -> duration | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.611324 Full duration: 6.675634 -------------------------------------------------------------------------------- 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 bca6a409-49f4-4255-b12e-3d29c0911758 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.347 | 0.347 | 0.347 | 0.347 | 0.347 | 0.347 | 100.0% | 1 | | total | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> duration | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.7593 Full duration: 7.947104 -------------------------------------------------------------------------------- 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 bca6a409-49f4-4255-b12e-3d29c0911758 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.354 | 0.354 | 0.354 | 0.354 | 0.354 | 0.354 | 100.0% | 1 | | total | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 100.0% | 1 | | -> duration | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.753148 Full duration: 8.42159 -------------------------------------------------------------------------------- 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 bca6a409-49f4-4255-b12e-3d29c0911758 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.654 | 0.654 | 0.654 | 0.654 | 0.654 | 0.654 | 100.0% | 1 | | -> duration | 0.654 | 0.654 | 0.654 | 0.654 | 0.654 | 0.654 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.653838 Full duration: 7.475285 HINTS: * To plot HTML graphics with this data, run: rally task report bca6a409-49f4-4255-b12e-3d29c0911758 --out output.html * To generate a JUnit report, run: rally task export bca6a409-49f4-4255-b12e-3d29c0911758 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report bca6a409-49f4-4255-b12e-3d29c0911758 --json --out output.json 2018-04-08 19:11:03,448 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'bca6a409-49f4-4255-b12e-3d29c0911758'] 2018-04-08 19:11:04,453 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-08 19:11:04,454 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'bca6a409-49f4-4255-b12e-3d29c0911758', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-08 19:11:04,458 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-08 19:11:04,458 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-08 19:11:04,459 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-04-08 19:11:04,459 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-08 19:11:04,477 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-08 19:11:04,478 - 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': '83fbf4f5-ca1f-458c-b984-7b87a391c7a9', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-c1624eda-a726-46a0-8121-4cddae54cb64', 'flavor_name': 'rally-tiny-c1624eda-a726-46a0-8121-4cddae54cb64', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-c1624eda-a726-46a0-8121-4cddae54cb64', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-08 19:12:59,454 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 30b6ad8f-4143-4031-8e13-3fafd7eb42c9 2018-04-08 19:12:59,454 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '30b6ad8f-4143-4031-8e13-3fafd7eb42c9'] 2018-04-08 19:13:00,442 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 30b6ad8f-4143-4031-8e13-3fafd7eb42c9: 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 30b6ad8f-4143-4031-8e13-3fafd7eb42c9 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.989 | 5.989 | 5.989 | 5.989 | 5.989 | 5.989 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 100.0% | 1 | | -> glance_v2.upload_data | 3.499 | 3.499 | 3.499 | 3.499 | 3.499 | 3.499 | 100.0% | 1 | | glance_v2.delete_image | 2.466 | 2.466 | 2.466 | 2.466 | 2.466 | 2.466 | 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.455613 Full duration: 16.735583 -------------------------------------------------------------------------------- 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 30b6ad8f-4143-4031-8e13-3fafd7eb42c9 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.356 | 5.356 | 5.356 | 5.356 | 5.356 | 5.356 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 100.0% | 1 | | -> glance_v2.upload_data | 3.034 | 3.034 | 3.034 | 3.034 | 3.034 | 3.034 | 100.0% | 1 | | glance_v2.list_images | 0.038 | 0.038 | 0.038 | 0.038 | 0.038 | 0.038 | 100.0% | 1 | | total | 5.395 | 5.395 | 5.395 | 5.395 | 5.395 | 5.395 | 100.0% | 1 | | -> duration | 5.395 | 5.395 | 5.395 | 5.395 | 5.395 | 5.395 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.394743 Full duration: 17.913203 -------------------------------------------------------------------------------- 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 30b6ad8f-4143-4031-8e13-3fafd7eb42c9 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.171 | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 100.0% | 1 | | total | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 100.0% | 1 | | -> duration | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.171069 Full duration: 8.178789 -------------------------------------------------------------------------------- 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-c1624eda-a726-46a0-8121-4cddae54cb64" }, "number_instances": 2, "nics": [ { "net-id": "83fbf4f5-ca1f-458c-b984-7b87a391c7a9" } ] }, "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 30b6ad8f-4143-4031-8e13-3fafd7eb42c9 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.622 | 4.622 | 4.622 | 4.622 | 4.622 | 4.622 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 100.0% | 1 | | -> glance_v2.upload_data | 2.313 | 2.313 | 2.313 | 2.313 | 2.313 | 2.313 | 100.0% | 1 | | nova.boot_servers | 17.477 | 17.477 | 17.477 | 17.477 | 17.477 | 17.477 | 100.0% | 1 | | total | 22.099 | 22.099 | 22.099 | 22.099 | 22.099 | 22.099 | 100.0% | 1 | | -> duration | 21.099 | 21.099 | 21.099 | 21.099 | 21.099 | 21.099 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 21.099396 Full duration: 55.838626 HINTS: * To plot HTML graphics with this data, run: rally task report 30b6ad8f-4143-4031-8e13-3fafd7eb42c9 --out output.html * To generate a JUnit report, run: rally task export 30b6ad8f-4143-4031-8e13-3fafd7eb42c9 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 30b6ad8f-4143-4031-8e13-3fafd7eb42c9 --json --out output.json 2018-04-08 19:13:00,443 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '30b6ad8f-4143-4031-8e13-3fafd7eb42c9'] 2018-04-08 19:13:01,439 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-08 19:13:01,439 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '30b6ad8f-4143-4031-8e13-3fafd7eb42c9', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-08 19:13:01,446 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-08 19:13:01,446 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-04-08 19:13:01,447 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-ceilometer.yaml 2018-04-08 19:13:01,447 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-08 19:13:01,488 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-08 19:13:01,489 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-04-08 19:13:01,489 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-08 19:13:01,489 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-04-08 19:13:01,489 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-08 19:13:01,521 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-08 19:13:01,526 - 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': '83fbf4f5-ca1f-458c-b984-7b87a391c7a9', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-c1624eda-a726-46a0-8121-4cddae54cb64', 'flavor_name': 'rally-tiny-c1624eda-a726-46a0-8121-4cddae54cb64', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-c1624eda-a726-46a0-8121-4cddae54cb64', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-08 19:16:19,649 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7a735541-d0d4-425c-9155-3dfef5edf82c 2018-04-08 19:16:19,649 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '7a735541-d0d4-425c-9155-3dfef5edf82c'] 2018-04-08 19:16:20,733 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 7a735541-d0d4-425c-9155-3dfef5edf82c: 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 7a735541-d0d4-425c-9155-3dfef5edf82c 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.137 | 3.137 | 3.137 | 3.137 | 3.137 | 3.137 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.616 | 2.616 | 2.616 | 2.616 | 2.616 | 2.616 | 100.0% | 1 | | total | 5.753 | 5.753 | 5.753 | 5.753 | 5.753 | 5.753 | 100.0% | 1 | | -> duration | 5.753 | 5.753 | 5.753 | 5.753 | 5.753 | 5.753 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.75292 Full duration: 23.402225 -------------------------------------------------------------------------------- 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 7a735541-d0d4-425c-9155-3dfef5edf82c 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.741 | 3.741 | 3.741 | 3.741 | 3.741 | 3.741 | 100.0% | 1 | | cinder_v2.delete_volume | 2.464 | 2.464 | 2.464 | 2.464 | 2.464 | 2.464 | 100.0% | 1 | | total | 6.205 | 6.205 | 6.205 | 6.205 | 6.205 | 6.205 | 100.0% | 1 | | -> duration | 6.205 | 6.205 | 6.205 | 6.205 | 6.205 | 6.205 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.204727 Full duration: 16.133569 -------------------------------------------------------------------------------- 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-c1624eda-a726-46a0-8121-4cddae54cb64" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 7a735541-d0d4-425c-9155-3dfef5edf82c has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 9.91 | 9.91 | 9.91 | 9.91 | 9.91 | 9.91 | 100.0% | 1 | | cinder_v2.delete_volume | 2.44 | 2.44 | 2.44 | 2.44 | 2.44 | 2.44 | 100.0% | 1 | | total | 12.351 | 12.351 | 12.351 | 12.351 | 12.351 | 12.351 | 100.0% | 1 | | -> duration | 12.351 | 12.351 | 12.351 | 12.351 | 12.351 | 12.351 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.350545 Full duration: 23.466453 -------------------------------------------------------------------------------- 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 7a735541-d0d4-425c-9155-3dfef5edf82c 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.091 | 3.091 | 3.091 | 3.091 | 3.091 | 3.091 | 100.0% | 1 | | cinder_v2.delete_volume | 2.581 | 2.581 | 2.581 | 2.581 | 2.581 | 2.581 | 100.0% | 1 | | total | 5.672 | 5.672 | 5.672 | 5.672 | 5.672 | 5.672 | 100.0% | 1 | | -> duration | 5.672 | 5.672 | 5.672 | 5.672 | 5.672 | 5.672 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.672012 Full duration: 15.791357 -------------------------------------------------------------------------------- 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 7a735541-d0d4-425c-9155-3dfef5edf82c 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.558 | 3.558 | 3.558 | 3.558 | 3.558 | 3.558 | 100.0% | 1 | | cinder_v2.extend_volume | 2.505 | 2.505 | 2.505 | 2.505 | 2.505 | 2.505 | 100.0% | 1 | | cinder_v2.delete_volume | 3.333 | 3.333 | 3.333 | 3.333 | 3.333 | 3.333 | 100.0% | 1 | | total | 9.396 | 9.396 | 9.396 | 9.396 | 9.396 | 9.396 | 100.0% | 1 | | -> duration | 9.396 | 9.396 | 9.396 | 9.396 | 9.396 | 9.396 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.396413 Full duration: 19.935795 -------------------------------------------------------------------------------- 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 7a735541-d0d4-425c-9155-3dfef5edf82c 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.299 | 5.299 | 5.299 | 5.299 | 5.299 | 5.299 | 100.0% | 1 | | cinder_v2.delete_volume | 4.421 | 4.421 | 4.421 | 4.421 | 4.421 | 4.421 | 100.0% | 1 | | total | 9.721 | 9.721 | 9.721 | 9.721 | 9.721 | 9.721 | 100.0% | 1 | | -> duration | 9.721 | 9.721 | 9.721 | 9.721 | 9.721 | 9.721 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.720604 Full duration: 29.19181 -------------------------------------------------------------------------------- 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 7a735541-d0d4-425c-9155-3dfef5edf82c 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.569 | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 100.0% | 1 | | cinder_v2.list_qos | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 100.0% | 1 | | total | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 100.0% | 1 | | -> duration | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.717172 Full duration: 11.804361 -------------------------------------------------------------------------------- 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 7a735541-d0d4-425c-9155-3dfef5edf82c has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.559 | 0.559 | 0.559 | 0.559 | 0.559 | 0.559 | 100.0% | 1 | | cinder_v2.set_qos | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 100.0% | 1 | | total | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 100.0% | 1 | | -> duration | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.745424 Full duration: 11.227187 -------------------------------------------------------------------------------- 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 7a735541-d0d4-425c-9155-3dfef5edf82c 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.614 | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 100.0% | 1 | | cinder_v2.list_types | 0.161 | 0.161 | 0.161 | 0.161 | 0.161 | 0.161 | 100.0% | 1 | | total | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | -> duration | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.775135 Full duration: 11.611938 -------------------------------------------------------------------------------- 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 7a735541-d0d4-425c-9155-3dfef5edf82c 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.625 | 0.625 | 0.625 | 0.625 | 0.625 | 0.625 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.191 | 0.191 | 0.191 | 0.191 | 0.191 | 0.191 | 100.0% | 1 | | total | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 100.0% | 1 | | -> duration | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.817045 Full duration: 11.893595 HINTS: * To plot HTML graphics with this data, run: rally task report 7a735541-d0d4-425c-9155-3dfef5edf82c --out output.html * To generate a JUnit report, run: rally task export 7a735541-d0d4-425c-9155-3dfef5edf82c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7a735541-d0d4-425c-9155-3dfef5edf82c --json --out output.json 2018-04-08 19:16:20,734 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '7a735541-d0d4-425c-9155-3dfef5edf82c'] 2018-04-08 19:16:21,829 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-08 19:16:21,829 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '7a735541-d0d4-425c-9155-3dfef5edf82c', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-08 19:16:21,837 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-08 19:16:21,838 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-08 19:16:21,838 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-04-08 19:16:21,839 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-08 19:16:21,875 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-08 19:16:21,876 - 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': '83fbf4f5-ca1f-458c-b984-7b87a391c7a9', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-c1624eda-a726-46a0-8121-4cddae54cb64', 'flavor_name': 'rally-tiny-c1624eda-a726-46a0-8121-4cddae54cb64', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-c1624eda-a726-46a0-8121-4cddae54cb64', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-08 19:17:42,039 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 9529151f-bd60-41d7-895d-926c473c6b3b 2018-04-08 19:17:42,039 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '9529151f-bd60-41d7-895d-926c473c6b3b'] 2018-04-08 19:17:43,101 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 9529151f-bd60-41d7-895d-926c473c6b3b: 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 9529151f-bd60-41d7-895d-926c473c6b3b 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.516 | 4.516 | 4.516 | 4.516 | 4.516 | 4.516 | 100.0% | 1 | | heat.update_stack | 3.896 | 3.896 | 3.896 | 3.896 | 3.896 | 3.896 | 100.0% | 1 | | heat.delete_stack | 2.718 | 2.718 | 2.718 | 2.718 | 2.718 | 2.718 | 100.0% | 1 | | total | 11.131 | 11.131 | 11.131 | 11.131 | 11.131 | 11.131 | 100.0% | 1 | | -> duration | 7.131 | 7.131 | 7.131 | 7.131 | 7.131 | 7.131 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.130637 Full duration: 19.307946 -------------------------------------------------------------------------------- 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 9529151f-bd60-41d7-895d-926c473c6b3b 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.669 | 4.669 | 4.669 | 4.669 | 4.669 | 4.669 | 100.0% | 1 | | heat.check_stack | 1.54 | 1.54 | 1.54 | 1.54 | 1.54 | 1.54 | 100.0% | 1 | | heat.delete_stack | 2.566 | 2.566 | 2.566 | 2.566 | 2.566 | 2.566 | 100.0% | 1 | | total | 8.776 | 8.776 | 8.776 | 8.776 | 8.776 | 8.776 | 100.0% | 1 | | -> duration | 6.776 | 6.776 | 6.776 | 6.776 | 6.776 | 6.776 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.775844 Full duration: 16.834681 -------------------------------------------------------------------------------- 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 9529151f-bd60-41d7-895d-926c473c6b3b 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.842 | 4.842 | 4.842 | 4.842 | 4.842 | 4.842 | 100.0% | 1 | | heat.suspend_stack | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 100.0% | 1 | | heat.resume_stack | 1.674 | 1.674 | 1.674 | 1.674 | 1.674 | 1.674 | 100.0% | 1 | | heat.delete_stack | 2.262 | 2.262 | 2.262 | 2.262 | 2.262 | 2.262 | 100.0% | 1 | | total | 9.415 | 9.415 | 9.415 | 9.415 | 9.415 | 9.415 | 100.0% | 1 | | -> duration | 7.415 | 7.415 | 7.415 | 7.415 | 7.415 | 7.415 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.414572 Full duration: 17.67576 -------------------------------------------------------------------------------- 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 9529151f-bd60-41d7-895d-926c473c6b3b 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.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | total | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | -> duration | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.709993 Full duration: 8.758082 HINTS: * To plot HTML graphics with this data, run: rally task report 9529151f-bd60-41d7-895d-926c473c6b3b --out output.html * To generate a JUnit report, run: rally task export 9529151f-bd60-41d7-895d-926c473c6b3b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 9529151f-bd60-41d7-895d-926c473c6b3b --json --out output.json 2018-04-08 19:17:43,102 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '9529151f-bd60-41d7-895d-926c473c6b3b'] 2018-04-08 19:17:44,137 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-08 19:17:44,137 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '9529151f-bd60-41d7-895d-926c473c6b3b', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-08 19:17:44,145 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-08 19:17:44,145 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-08 19:17:44,145 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-04-08 19:17:44,146 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-08 19:17:44,189 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-08 19:17:44,193 - 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': '83fbf4f5-ca1f-458c-b984-7b87a391c7a9', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-c1624eda-a726-46a0-8121-4cddae54cb64', 'flavor_name': 'rally-tiny-c1624eda-a726-46a0-8121-4cddae54cb64', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-c1624eda-a726-46a0-8121-4cddae54cb64', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-08 19:20:55,309 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e51c6565-70ec-42c0-9d0a-d6a61ec46987 2018-04-08 19:20:55,309 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e51c6565-70ec-42c0-9d0a-d6a61ec46987'] 2018-04-08 19:20:56,418 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e51c6565-70ec-42c0-9d0a-d6a61ec46987: 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 e51c6565-70ec-42c0-9d0a-d6a61ec46987 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.502 | 0.502 | 0.502 | 0.502 | 0.502 | 0.502 | 100.0% | 1 | | keystone_v3.add_role | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | keystone_v3.revoke_role | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 100.0% | 1 | | total | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | -> duration | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.749693 Full duration: 14.752561 -------------------------------------------------------------------------------- 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 e51c6565-70ec-42c0-9d0a-d6a61ec46987 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.504 | 0.504 | 0.504 | 0.504 | 0.504 | 0.504 | 100.0% | 1 | | keystone_v3.add_role | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | keystone_v3.list_roles | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 100.0% | 1 | | -> duration | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.739667 Full duration: 14.09305 -------------------------------------------------------------------------------- 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 e51c6565-70ec-42c0-9d0a-d6a61ec46987 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 | 1.154 | 1.154 | 1.154 | 1.154 | 1.154 | 1.154 | 100.0% | 1 | | keystone_v3.list_projects | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | total | 1.238 | 1.238 | 1.238 | 1.238 | 1.238 | 1.238 | 100.0% | 1 | | -> duration | 1.238 | 1.238 | 1.238 | 1.238 | 1.238 | 1.238 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.237863 Full duration: 13.900692 -------------------------------------------------------------------------------- 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 e51c6565-70ec-42c0-9d0a-d6a61ec46987 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 100.0% | 1 | | keystone_v3.delete_role | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 100.0% | 1 | | total | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 100.0% | 1 | | -> duration | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.625879 Full duration: 11.79462 -------------------------------------------------------------------------------- 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 e51c6565-70ec-42c0-9d0a-d6a61ec46987 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.473 | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 100.0% | 1 | | keystone_v3.delete_service | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | total | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 100.0% | 1 | | -> duration | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.566243 Full duration: 11.431039 -------------------------------------------------------------------------------- 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 e51c6565-70ec-42c0-9d0a-d6a61ec46987 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.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | keystone_v3.create_user | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | -> keystone_v3.add_role | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | keystone_v3.create_role | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | keystone_v3.get_project | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | keystone_v3.get_user | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | keystone_v3.get_role | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | keystone_v3.list_services | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | keystone_v3.get_services | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | total | 1.72 | 1.72 | 1.72 | 1.72 | 1.72 | 1.72 | 100.0% | 1 | | -> duration | 1.72 | 1.72 | 1.72 | 1.72 | 1.72 | 1.72 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.719512 Full duration: 18.987637 -------------------------------------------------------------------------------- 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 e51c6565-70ec-42c0-9d0a-d6a61ec46987 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.649 | 0.649 | 0.649 | 0.649 | 0.649 | 0.649 | 100.0% | 1 | | keystone_v3.update_project | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | keystone_v3.delete_project | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | total | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 100.0% | 1 | | -> duration | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.933696 Full duration: 11.962324 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task e51c6565-70ec-42c0-9d0a-d6a61ec46987 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.637 | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 100.0% | 1 | | total | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | -> duration | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.734985 Full duration: 14.364287 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task e51c6565-70ec-42c0-9d0a-d6a61ec46987 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.644 | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 100.0% | 1 | | total | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 100.0% | 1 | | -> duration | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.644217 Full duration: 14.704172 -------------------------------------------------------------------------------- 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 e51c6565-70ec-42c0-9d0a-d6a61ec46987 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.64 | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 100.0% | 1 | | keystone_v3.list_users | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | total | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | -> duration | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.829509 Full duration: 15.386107 -------------------------------------------------------------------------------- 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 e51c6565-70ec-42c0-9d0a-d6a61ec46987 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.84 | 0.84 | 0.84 | 0.84 | 0.84 | 0.84 | 100.0% | 1 | | keystone_v3.create_users | 4.712 | 4.712 | 4.712 | 4.712 | 4.712 | 4.712 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.712 | 4.712 | 4.712 | 4.712 | 4.712 | 4.712 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.167 | 1.167 | 1.167 | 1.167 | 1.167 | 1.167 | 100.0% | 1 | | total | 6.432 | 6.432 | 6.432 | 6.432 | 6.432 | 6.432 | 100.0% | 1 | | -> duration | 6.432 | 6.432 | 6.432 | 6.432 | 6.432 | 6.432 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.431693 Full duration: 24.224898 HINTS: * To plot HTML graphics with this data, run: rally task report e51c6565-70ec-42c0-9d0a-d6a61ec46987 --out output.html * To generate a JUnit report, run: rally task export e51c6565-70ec-42c0-9d0a-d6a61ec46987 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e51c6565-70ec-42c0-9d0a-d6a61ec46987 --json --out output.json 2018-04-08 19:20:56,419 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e51c6565-70ec-42c0-9d0a-d6a61ec46987'] 2018-04-08 19:20:57,519 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-08 19:20:57,520 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e51c6565-70ec-42c0-9d0a-d6a61ec46987', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-08 19:20:57,529 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-08 19:20:57,529 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-08 19:20:57,530 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-04-08 19:20:57,530 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-08 19:20:57,585 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-08 19:20:57,594 - 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': '83fbf4f5-ca1f-458c-b984-7b87a391c7a9', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-c1624eda-a726-46a0-8121-4cddae54cb64', 'flavor_name': 'rally-tiny-c1624eda-a726-46a0-8121-4cddae54cb64', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-c1624eda-a726-46a0-8121-4cddae54cb64', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-08 19:25:54,742 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 4f914940-8135-4934-9a93-f78a8883cc2c 2018-04-08 19:25:54,742 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '4f914940-8135-4934-9a93-f78a8883cc2c'] 2018-04-08 19:25:55,859 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 4f914940-8135-4934-9a93-f78a8883cc2c: 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 4f914940-8135-4934-9a93-f78a8883cc2c 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.126 | 1.126 | 1.126 | 1.126 | 1.126 | 1.126 | 100.0% | 1 | | neutron.delete_network | 0.542 | 0.542 | 0.542 | 0.542 | 0.542 | 0.542 | 100.0% | 1 | | total | 1.669 | 1.669 | 1.669 | 1.669 | 1.669 | 1.669 | 100.0% | 1 | | -> duration | 1.669 | 1.669 | 1.669 | 1.669 | 1.669 | 1.669 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.668873 Full duration: 14.732757 -------------------------------------------------------------------------------- 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 4f914940-8135-4934-9a93-f78a8883cc2c 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.52 | 1.52 | 1.52 | 1.52 | 1.52 | 1.52 | 100.0% | 1 | | neutron.delete_port | 0.403 | 0.403 | 0.403 | 0.403 | 0.403 | 0.403 | 100.0% | 1 | | total | 1.923 | 1.923 | 1.923 | 1.923 | 1.923 | 1.923 | 100.0% | 1 | | -> duration | 1.923 | 1.923 | 1.923 | 1.923 | 1.923 | 1.923 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.923475 Full duration: 27.357476 -------------------------------------------------------------------------------- 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 4f914940-8135-4934-9a93-f78a8883cc2c 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.835 | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 100.0% | 1 | | neutron.create_subnet | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | neutron.create_router | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | neutron.add_interface_router | 1.524 | 1.524 | 1.524 | 1.524 | 1.524 | 1.524 | 100.0% | 1 | | neutron.remove_interface_router | 1.535 | 1.535 | 1.535 | 1.535 | 1.535 | 1.535 | 100.0% | 1 | | neutron.delete_router | 0.233 | 0.233 | 0.233 | 0.233 | 0.233 | 0.233 | 100.0% | 1 | | total | 4.919 | 4.919 | 4.919 | 4.919 | 4.919 | 4.919 | 100.0% | 1 | | -> duration | 4.919 | 4.919 | 4.919 | 4.919 | 4.919 | 4.919 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.919384 Full duration: 35.341118 -------------------------------------------------------------------------------- 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 4f914940-8135-4934-9a93-f78a8883cc2c 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.073 | 1.073 | 1.073 | 1.073 | 1.073 | 1.073 | 100.0% | 1 | | neutron.delete_subnet | 0.502 | 0.502 | 0.502 | 0.502 | 0.502 | 0.502 | 100.0% | 1 | | total | 1.575 | 1.575 | 1.575 | 1.575 | 1.575 | 1.575 | 100.0% | 1 | | -> duration | 1.575 | 1.575 | 1.575 | 1.575 | 1.575 | 1.575 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.575062 Full duration: 25.94269 -------------------------------------------------------------------------------- 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 4f914940-8135-4934-9a93-f78a8883cc2c 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.662 | 1.662 | 1.662 | 1.662 | 1.662 | 1.662 | 100.0% | 1 | | neutron.list_networks | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | total | 1.796 | 1.796 | 1.796 | 1.796 | 1.796 | 1.796 | 100.0% | 1 | | -> duration | 1.796 | 1.796 | 1.796 | 1.796 | 1.796 | 1.796 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.795633 Full duration: 17.381446 -------------------------------------------------------------------------------- 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 4f914940-8135-4934-9a93-f78a8883cc2c 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 | 2.151 | 2.151 | 2.151 | 2.151 | 2.151 | 2.151 | 100.0% | 1 | | neutron.list_ports | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 100.0% | 1 | | total | 2.289 | 2.289 | 2.289 | 2.289 | 2.289 | 2.289 | 100.0% | 1 | | -> duration | 2.289 | 2.289 | 2.289 | 2.289 | 2.289 | 2.289 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.289327 Full duration: 26.991233 -------------------------------------------------------------------------------- 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 4f914940-8135-4934-9a93-f78a8883cc2c 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.96 | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 100.0% | 1 | | neutron.create_subnet | 0.553 | 0.553 | 0.553 | 0.553 | 0.553 | 0.553 | 100.0% | 1 | | neutron.create_router | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | neutron.add_interface_router | 1.59 | 1.59 | 1.59 | 1.59 | 1.59 | 1.59 | 100.0% | 1 | | neutron.list_routers | 0.247 | 0.247 | 0.247 | 0.247 | 0.247 | 0.247 | 100.0% | 1 | | total | 3.461 | 3.461 | 3.461 | 3.461 | 3.461 | 3.461 | 100.0% | 1 | | -> duration | 3.461 | 3.461 | 3.461 | 3.461 | 3.461 | 3.461 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.460701 Full duration: 37.261174 -------------------------------------------------------------------------------- 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 4f914940-8135-4934-9a93-f78a8883cc2c 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.497 | 1.497 | 1.497 | 1.497 | 1.497 | 1.497 | 100.0% | 1 | | neutron.create_subnet | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 100.0% | 1 | | neutron.list_subnets | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | total | 2.24 | 2.24 | 2.24 | 2.24 | 2.24 | 2.24 | 100.0% | 1 | | -> duration | 2.24 | 2.24 | 2.24 | 2.24 | 2.24 | 2.24 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.239942 Full duration: 31.062705 -------------------------------------------------------------------------------- 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 4f914940-8135-4934-9a93-f78a8883cc2c 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.128 | 1.128 | 1.128 | 1.128 | 1.128 | 1.128 | 100.0% | 1 | | neutron.delete_security_group | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | total | 1.262 | 1.262 | 1.262 | 1.262 | 1.262 | 1.262 | 100.0% | 1 | | -> duration | 1.262 | 1.262 | 1.262 | 1.262 | 1.262 | 1.262 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.262289 Full duration: 14.211682 -------------------------------------------------------------------------------- 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 4f914940-8135-4934-9a93-f78a8883cc2c 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.823 | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 100.0% | 1 | | neutron.create_security_group_rule | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | neutron.delete_security_group | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | total | 1.157 | 1.157 | 1.157 | 1.157 | 1.157 | 1.157 | 100.0% | 1 | | -> duration | 1.157 | 1.157 | 1.157 | 1.157 | 1.157 | 1.157 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.156591 Full duration: 13.521884 -------------------------------------------------------------------------------- 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 4f914940-8135-4934-9a93-f78a8883cc2c 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.268 | 1.268 | 1.268 | 1.268 | 1.268 | 1.268 | 100.0% | 1 | | neutron.create_router | 0.136 | 0.136 | 0.136 | 0.136 | 0.136 | 0.136 | 100.0% | 1 | | neutron.add_gateway_router | 1.471 | 1.471 | 1.471 | 1.471 | 1.471 | 1.471 | 100.0% | 1 | | neutron.remove_gateway_router | 1.422 | 1.422 | 1.422 | 1.422 | 1.422 | 1.422 | 100.0% | 1 | | total | 4.298 | 4.298 | 4.298 | 4.298 | 4.298 | 4.298 | 100.0% | 1 | | -> duration | 4.298 | 4.298 | 4.298 | 4.298 | 4.298 | 4.298 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.298101 Full duration: 25.300933 HINTS: * To plot HTML graphics with this data, run: rally task report 4f914940-8135-4934-9a93-f78a8883cc2c --out output.html * To generate a JUnit report, run: rally task export 4f914940-8135-4934-9a93-f78a8883cc2c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 4f914940-8135-4934-9a93-f78a8883cc2c --json --out output.json 2018-04-08 19:25:55,860 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '4f914940-8135-4934-9a93-f78a8883cc2c'] 2018-04-08 19:25:56,973 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-08 19:25:56,974 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '4f914940-8135-4934-9a93-f78a8883cc2c', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-08 19:25:56,983 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-08 19:25:56,984 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-08 19:25:56,984 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-04-08 19:25:56,984 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-08 19:25:57,025 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-08 19:25:57,030 - 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': '83fbf4f5-ca1f-458c-b984-7b87a391c7a9', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-c1624eda-a726-46a0-8121-4cddae54cb64', 'flavor_name': 'rally-tiny-c1624eda-a726-46a0-8121-4cddae54cb64', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-c1624eda-a726-46a0-8121-4cddae54cb64', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-08 19:26:49,713 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7bab313d-3c92-4138-9743-42e559d640c1 2018-04-08 19:26:49,713 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '7bab313d-3c92-4138-9743-42e559d640c1'] 2018-04-08 19:26:50,689 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 7bab313d-3c92-4138-9743-42e559d640c1: 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-c1624eda-a726-46a0-8121-4cddae54cb64" }, "image": { "name": "Cirros-0.4.0-c1624eda-a726-46a0-8121-4cddae54cb64" }, "block_migration": false, "nics": [ { "net-id": "83fbf4f5-ca1f-458c-b984-7b87a391c7a9" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 7bab313d-3c92-4138-9743-42e559d640c1 has 1 error(s) -------------------------------------------------------------------------------- BadRequest: No valid host was found. Unable to move instance cf45711a-3977-4133-be51-231b2cea0f8b to host overcloud-novacompute-0.opnfvlf.org. There is not enough capacity on the host for the instance. (HTTP 400) (Request-ID: req-b24c4643-ee21-4829-939e-6e142f5958c4) 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 756, in _live_migrate disk_over_commit=disk_over_commit) File "/usr/lib/python2.7/site-packages/novaclient/api_versions.py", line 393, in substitution return methods[-1].func(obj, *args, **kwargs) File "/usr/lib/python2.7/site-packages/novaclient/v2/servers.py", line 465, in live_migrate disk_over_commit) File "/usr/lib/python2.7/site-packages/novaclient/api_versions.py", line 393, in substitution return methods[-1].func(obj, *args, **kwargs) File "/usr/lib/python2.7/site-packages/novaclient/v2/servers.py", line 1691, in live_migrate 'disk_over_commit': disk_over_commit}) File "/usr/lib/python2.7/site-packages/novaclient/v2/servers.py", line 1931, in _action info=info, **kwargs) File "/usr/lib/python2.7/site-packages/novaclient/v2/servers.py", line 1942, in _action_return_resp_and_body return self.api.client.post(url, body=body) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 294, in post return self.request(url, 'POST', **kwargs) File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 83, in request raise exceptions.from_response(resp, body, url, method) BadRequest: No valid host was found. Unable to move instance cf45711a-3977-4133-be51-231b2cea0f8b to host overcloud-novacompute-0.opnfvlf.org. There is not enough capacity on the host for the instance. (HTTP 400) (Request-ID: req-b24c4643-ee21-4829-939e-6e142f5958c4) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 13.305 | 13.305 | 13.305 | 13.305 | 13.305 | 13.305 | 100.0% | 1 | | nova.find_host_to_migrate | 1.05 | 1.05 | 1.05 | 1.05 | 1.05 | 1.05 | 100.0% | 1 | | nova.live_migrate | 1.907 | 1.907 | 1.907 | 1.907 | 1.907 | 1.907 | 0.0% | 1 | | total | 16.263 | 16.263 | 16.263 | 16.263 | 16.263 | 16.263 | 0.0% | 1 | | -> duration | 15.263 | 15.263 | 15.263 | 15.263 | 15.263 | 15.263 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.26275 Full duration: 30.935518 HINTS: * To plot HTML graphics with this data, run: rally task report 7bab313d-3c92-4138-9743-42e559d640c1 --out output.html * To generate a JUnit report, run: rally task export 7bab313d-3c92-4138-9743-42e559d640c1 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7bab313d-3c92-4138-9743-42e559d640c1 --json --out output.json 2018-04-08 19:26:50,690 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '7bab313d-3c92-4138-9743-42e559d640c1'] 2018-04-08 19:26:51,654 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-08 19:26:51,655 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '7bab313d-3c92-4138-9743-42e559d640c1', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-08 19:26:51,662 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-04-08 19:26:51,662 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-08 19:26:51,663 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-04-08 19:26:51,663 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-08 19:26:51,707 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-08 19:26:51,709 - 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': '83fbf4f5-ca1f-458c-b984-7b87a391c7a9', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-c1624eda-a726-46a0-8121-4cddae54cb64', 'flavor_name': 'rally-tiny-c1624eda-a726-46a0-8121-4cddae54cb64', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-c1624eda-a726-46a0-8121-4cddae54cb64', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-08 19:27:37,755 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 570092c5-eb22-49a5-8ec6-3b465e5a6a83 2018-04-08 19:27:37,755 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '570092c5-eb22-49a5-8ec6-3b465e5a6a83'] 2018-04-08 19:27:38,821 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 570092c5-eb22-49a5-8ec6-3b465e5a6a83: 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 570092c5-eb22-49a5-8ec6-3b465e5a6a83 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.654 | 0.654 | 0.654 | 0.654 | 0.654 | 0.654 | 100.0% | 1 | | quotas.delete_quotas | 0.196 | 0.196 | 0.196 | 0.196 | 0.196 | 0.196 | 100.0% | 1 | | total | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 100.0% | 1 | | -> duration | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.849921 Full duration: 7.819816 -------------------------------------------------------------------------------- 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 570092c5-eb22-49a5-8ec6-3b465e5a6a83 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.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | total | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | -> duration | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.758405 Full duration: 7.977912 -------------------------------------------------------------------------------- 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 570092c5-eb22-49a5-8ec6-3b465e5a6a83 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.31 | 0.31 | 0.31 | 0.31 | 0.31 | 0.31 | 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.785746 Full duration: 9.157054 -------------------------------------------------------------------------------- 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 570092c5-eb22-49a5-8ec6-3b465e5a6a83 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.975 | 0.975 | 0.975 | 0.975 | 0.975 | 0.975 | 100.0% | 1 | | total | 0.975 | 0.975 | 0.975 | 0.975 | 0.975 | 0.975 | 100.0% | 1 | | -> duration | 0.975 | 0.975 | 0.975 | 0.975 | 0.975 | 0.975 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.974815 Full duration: 7.856682 HINTS: * To plot HTML graphics with this data, run: rally task report 570092c5-eb22-49a5-8ec6-3b465e5a6a83 --out output.html * To generate a JUnit report, run: rally task export 570092c5-eb22-49a5-8ec6-3b465e5a6a83 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 570092c5-eb22-49a5-8ec6-3b465e5a6a83 --json --out output.json 2018-04-08 19:27:38,821 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '570092c5-eb22-49a5-8ec6-3b465e5a6a83'] 2018-04-08 19:27:39,874 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-08 19:27:39,875 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '570092c5-eb22-49a5-8ec6-3b465e5a6a83', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-08 19:27:39,882 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-08 19:27:39,885 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:45 | 6 | 100.00% | | glance | 01:38 | 4 | 100.00% | | cinder | 02:54 | 10 | 100.00% | | heat | 01:02 | 4 | 100.00% | | keystone | 02:45 | 11 | 100.00% | | neutron | 04:29 | 11 | 100.00% | | nova | 00:30 | 1 | 0.00% | | quotas | 00:32 | 4 | 100.00% | | | | | | | TOTAL: | 00:14:39 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-04-08 19:27:39,885 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-04-08 19:27:48,091 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 19:27:48,092 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 18:08 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-08 19:27:48,096 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-04-08 19:27:48,096 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-08 19:27:48,195 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-08 19:27:50,622 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-08 19:27:50.297 9788 INFO rally.deployment.engine [-] Deployment eca6f594-4cc4-472d-b38e-9972eb02f2bf | Starting: Destroy cloud and free allocated resources. 2018-04-08 19:27:50.380 9788 INFO rally.deployment.engine [-] Deployment eca6f594-4cc4-472d-b38e-9972eb02f2bf | Completed: Destroy cloud and free allocated resources. 2018-04-08 19:27:50.403 9788 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=07cdb305-4afd-4aaf-9dcf-caf95163b672). 2018-04-08 19:27:50.408 9788 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-08 19:27:53,057 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-08 19:27:52.766 9791 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=3d441237-0cfa-42d2-9957-bf2fc806c521) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 3d441237-0cfa-42d2-9957-bf2fc806c521 | 2018-04-08T19:27:52 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 3d441237-0cfa-42d2-9957-bf2fc806c521 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-08 19:27:56,391 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-08 19:27:56,391 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-08 19:27:58,896 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-08 19:27:58.410 9797 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=07cdb305-4afd-4aaf-9dcf-caf95163b672). 2018-04-08 19:27:58.706 9797 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-08 19:28:02,290 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-08 19:28:00.899 9800 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-08 19:28:01.039 9800 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-08 19:28:02.128 9800 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=642cfc9a-4d91-41ea-9c55-1cdca26a2af8) has been successfully created! Using verifier 'opnfv-tempest' (UUID=642cfc9a-4d91-41ea-9c55-1cdca26a2af8) as the default verifier for the future CLI operations. 2018-04-08 19:28:05,334 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-08 19:28:07,348 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-08 19:28:16,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-08 19:28:21,038 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-08 19:28:20.183 9819 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=642cfc9a-4d91-41ea-9c55-1cdca26a2af8) for deployment 'opnfv-rally' (UUID=3d441237-0cfa-42d2-9957-bf2fc806c521). 2018-04-08 19:28:20.875 9819 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=642cfc9a-4d91-41ea-9c55-1cdca26a2af8) has been successfully configured for deployment 'opnfv-rally' (UUID=3d441237-0cfa-42d2-9957-bf2fc806c521)! 2018-04-08 19:28:21,038 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-08 19:28:21,039 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-08 19:28:21,040 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-08 19:28:23,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-04-08 19:28:25,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:25.559 9831 INFO rally.api [-] Starting verification (UUID=efc9c30e-9d60-413b-b6bf-a9d3ae5cbbfb) for deployment 'opnfv-rally' (UUID=3d441237-0cfa-42d2-9957-bf2fc806c521) by verifier 'opnfv-tempest' (UUID=642cfc9a-4d91-41ea-9c55-1cdca26a2af8). 2018-04-08 19:28:25,561 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: efc9c30e-9d60-413b-b6bf-a9d3ae5cbbfb 2018-04-08 19:28:35,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:35.357 9831 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.426s] 2018-04-08 19:28:35,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:35.429 9831 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.019s] 2018-04-08 19:28:35,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:35.591 9831 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.445s] 2018-04-08 19:28:36,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:36.073 9831 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.019s] 2018-04-08 19:28:36,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:36.104 9831 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.031s] 2018-04-08 19:28:36,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:36.264 9831 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.707s] 2018-04-08 19:28:36,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:36.554 9831 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.290s] 2018-04-08 19:28:38,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:38.591 9831 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [0.973s] 2018-04-08 19:28:39,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:39.583 9831 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.991s] 2018-04-08 19:28:40,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:40.545 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [5.388s] 2018-04-08 19:28:41,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:41.006 9831 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.423s] 2018-04-08 19:28:42,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:42.353 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.282s] 2018-04-08 19:28:45,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:45.140 9831 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.380s] 2018-04-08 19:28:45,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:45.409 9831 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.269s] 2018-04-08 19:28:45,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:45.736 9831 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.327s] 2018-04-08 19:28:46,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:46.159 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [3.805s] 2018-04-08 19:28:47,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:47.712 9831 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [3.932s] 2018-04-08 19:28:49,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:49.227 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [3.066s] 2018-04-08 19:28:49,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:49.670 9831 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.672s] 2018-04-08 19:28:52,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:52.917 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [3.689s] 2018-04-08 19:28:53,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:53.258 9831 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [3.587s] 2018-04-08 19:28:54,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:54.805 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.887s] 2018-04-08 19:28:55,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:55.608 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.173s] 2018-04-08 19:28:55,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:55.625 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.017s] 2018-04-08 19:28:56,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:56.106 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.479s] 2018-04-08 19:28:56,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:56.511 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.404s] 2018-04-08 19:28:56,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:56.801 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.289s] 2018-04-08 19:28:57,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:57.052 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.246s] 2018-04-08 19:28:58,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:58.173 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.661s] 2018-04-08 19:28:59,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:59.072 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [2.018s] 2018-04-08 19:28:59,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:59.401 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.330s] 2018-04-08 19:28:59,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:59.504 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.331s] 2018-04-08 19:28:59,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:59.745 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.343s] 2018-04-08 19:28:59,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:59.861 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.115s] 2018-04-08 19:28:59,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:28:59.889 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.030s] 2018-04-08 19:29:10,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:10.027 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.070s] 2018-04-08 19:29:10,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:10.045 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.018s] 2018-04-08 19:29:10,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:10.191 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.145s] 2018-04-08 19:29:10,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:10.202 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-04-08 19:29:10,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:10.214 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-04-08 19:29:10,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:10.248 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.034s] 2018-04-08 19:29:10,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:10.324 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.075s] 2018-04-08 19:29:10,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:10.417 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.092s] 2018-04-08 19:29:10,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:10.582 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.165s] 2018-04-08 19:29:10,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:10.598 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2018-04-08 19:29:10,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:10.678 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.079s] 2018-04-08 19:29:15,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:15.242 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.228s] 2018-04-08 19:29:15,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:15.482 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.239s] 2018-04-08 19:29:15,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:15.765 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.282s] 2018-04-08 19:29:16,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:16.062 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.296s] 2018-04-08 19:29:16,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:16.343 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.281s] 2018-04-08 19:29:16,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:16.415 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.072s] 2018-04-08 19:29:16,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:16.580 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.164s] 2018-04-08 19:29:16,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:16.654 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.073s] 2018-04-08 19:29:16,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:16.733 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.078s] 2018-04-08 19:29:16,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:16.806 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.072s] 2018-04-08 19:29:16,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:16.974 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.168s] 2018-04-08 19:29:20,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:20.112 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.042s] 2018-04-08 19:29:20,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:20.152 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.040s] 2018-04-08 19:29:20,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:20.199 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.046s] 2018-04-08 19:29:20,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:20.978 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.777s] 2018-04-08 19:29:21,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:21.078 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.100s] 2018-04-08 19:29:21,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:21.463 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.384s] 2018-04-08 19:29:21,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:21.503 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.040s] 2018-04-08 19:29:21,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:21.568 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.064s] 2018-04-08 19:29:21,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:21.637 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.069s] 2018-04-08 19:29:21,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:21.700 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.062s] 2018-04-08 19:29:22,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:22.660 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.958s] 2018-04-08 19:29:22,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:22.767 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.107s] 2018-04-08 19:29:22,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:22.855 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.087s] 2018-04-08 19:29:22,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:22.905 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.050s] 2018-04-08 19:29:22,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:22.966 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.060s] 2018-04-08 19:29:27,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:27.841 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.310s] 2018-04-08 19:29:30,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:30.305 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [2.464s] 2018-04-08 19:29:33,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:33.821 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.515s] 2018-04-08 19:29:38,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:38.385 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.563s] 2018-04-08 19:29:41,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:41.613 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [61.054s] 2018-04-08 19:29:41,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:41.836 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [66.869s] 2018-04-08 19:29:43,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:43.208 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.823s] 2018-04-08 19:29:48,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:48.953 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.743s] 2018-04-08 19:29:54,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:54.383 9831 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.146s] 2018-04-08 19:29:55,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:55.203 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [6.250s] 2018-04-08 19:29:59,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:59.412 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.207s] 2018-04-08 19:29:59,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:59.784 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [9.497s] 2018-04-08 19:29:59,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:29:59.857 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.073s] 2018-04-08 19:30:00,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:00.075 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.217s] 2018-04-08 19:30:00,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:00.172 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.095s] 2018-04-08 19:30:00,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:00.173 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-08 19:30:05,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:05.709 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [6.298s] 2018-04-08 19:30:05,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:05.903 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.193s] 2018-04-08 19:30:06,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:06.121 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.217s] 2018-04-08 19:30:06,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:06.197 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.075s] 2018-04-08 19:30:06,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:06.252 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [68.404s] 2018-04-08 19:30:06,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:06.289 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.093s] 2018-04-08 19:30:06,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:06.596 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.306s] 2018-04-08 19:30:06,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:06.695 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.098s] 2018-04-08 19:30:06,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:06.893 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.197s] 2018-04-08 19:30:06,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:06.928 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.681s] 2018-04-08 19:30:06,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:06.948 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.055s] 2018-04-08 19:30:13,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:13.016 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.066s] 2018-04-08 19:30:14,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:14.991 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.091s] 2018-04-08 19:30:17,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:17.046 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [2.054s] 2018-04-08 19:30:18,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:18.232 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.185s] 2018-04-08 19:30:18,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:18.776 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [37.151s] 2018-04-08 19:30:19,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:19.270 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.037s] 2018-04-08 19:30:20,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:20.443 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.173s] 2018-04-08 19:30:22,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:22.931 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [2.486s] 2018-04-08 19:30:23,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:23.167 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.237s] 2018-04-08 19:30:23,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:23.640 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.472s] 2018-04-08 19:30:23,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:23.970 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.329s] 2018-04-08 19:30:25,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:25.111 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.138s] 2018-04-08 19:30:25,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:25.506 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.396s] 2018-04-08 19:30:25,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:25.782 9831 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [34.418s] 2018-04-08 19:30:26,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:26.456 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.949s] 2018-04-08 19:30:26,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:26.832 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.375s] 2018-04-08 19:30:27,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:27.682 9831 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [106.656s] 2018-04-08 19:30:28,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:28.211 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.378s] 2018-04-08 19:30:28,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:28.474 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.263s] 2018-04-08 19:30:28,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:28.720 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.245s] 2018-04-08 19:30:28,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:28.974 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.253s] 2018-04-08 19:30:29,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:29.283 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.308s] 2018-04-08 19:30:30,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:30.208 9831 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [5.244s] 2018-04-08 19:30:30,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:30.532 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [11.755s] 2018-04-08 19:30:37,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:37.932 9831 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [12.151s] 2018-04-08 19:30:42,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:42.666 9831 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [12.456s] 2018-04-08 19:30:42,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:42.691 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.445s] 2018-04-08 19:30:42,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:42.931 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.239s] 2018-04-08 19:30:43,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:43.196 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.265s] 2018-04-08 19:30:43,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:43.635 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.437s] 2018-04-08 19:30:44,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:44.085 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.450s] 2018-04-08 19:30:44,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:44.562 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.476s] 2018-04-08 19:30:46,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:46.017 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [3.302s] 2018-04-08 19:30:46,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:46.213 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.195s] 2018-04-08 19:30:46,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:46.542 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.328s] 2018-04-08 19:30:46,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:46.644 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.101s] 2018-04-08 19:30:46,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:46.646 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-08 19:30:48,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:48.994 9831 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.298s] 2018-04-08 19:30:49,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:49.711 9831 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.717s] 2018-04-08 19:30:50,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:50.968 9831 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [114.471s] 2018-04-08 19:30:56,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:56.275 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.619s] 2018-04-08 19:30:57,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:30:57.492 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.217s] 2018-04-08 19:31:02,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:02.416 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.919s] 2018-04-08 19:31:03,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:03.635 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.222s] 2018-04-08 19:31:04,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:04.015 9831 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.149s] 2018-04-08 19:31:07,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:07.031 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [3.393s] 2018-04-08 19:31:08,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:08.069 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.038s] 2018-04-08 19:31:10,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:10.175 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.103s] 2018-04-08 19:31:10,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:10.229 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.056s] 2018-04-08 19:31:20,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:20.713 9831 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [42.771s] 2018-04-08 19:31:21,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:21.316 9831 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [30.341s] 2018-04-08 19:31:38,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:38.581 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.014s] 2018-04-08 19:31:38,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:38.741 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.159s] 2018-04-08 19:31:38,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:38.913 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.172s] 2018-04-08 19:31:39,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:39.068 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.154s] 2018-04-08 19:31:39,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:39.082 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.013s] 2018-04-08 19:31:39,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:39.096 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.014s] 2018-04-08 19:31:39,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:39.151 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.054s] 2018-04-08 19:31:39,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:39.183 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.032s] 2018-04-08 19:31:39,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:39.336 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.152s] 2018-04-08 19:31:39,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:39.377 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.040s] 2018-04-08 19:31:39,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:39.547 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.170s] 2018-04-08 19:31:39,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:39.594 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.046s] 2018-04-08 19:31:39,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:39.641 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.045s] 2018-04-08 19:31:39,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:39.677 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.036s] 2018-04-08 19:31:39,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:39.713 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.036s] 2018-04-08 19:31:40,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:40.057 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.343s] 2018-04-08 19:31:40,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:40.102 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.045s] 2018-04-08 19:31:40,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:40.145 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.042s] 2018-04-08 19:31:40,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:40.156 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.010s] 2018-04-08 19:31:40,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:40.191 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.034s] 2018-04-08 19:31:40,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:40.229 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.038s] 2018-04-08 19:31:40,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:40.264 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.034s] 2018-04-08 19:31:40,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:40.296 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.031s] 2018-04-08 19:31:46,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:46.195 9831 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [25.478s] 2018-04-08 19:31:46,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:46.328 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [75.778s] 2018-04-08 19:31:51,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:51.351 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [1.387s] 2018-04-08 19:31:51,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:31:51.697 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.346s] 2018-04-08 19:32:06,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:32:06.289 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.008s] 2018-04-08 19:32:06,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:32:06.430 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.140s] 2018-04-08 19:32:06,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:32:06.471 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.041s] 2018-04-08 19:32:06,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:32:06.587 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.116s] 2018-04-08 19:32:06,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:32:06.616 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.028s] 2018-04-08 19:32:06,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:32:06.669 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.052s] 2018-04-08 19:32:06,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:32:06.713 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.043s] 2018-04-08 19:32:06,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:32:06.759 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.044s] 2018-04-08 19:32:06,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:32:06.930 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.170s] 2018-04-08 19:32:06,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:32:06.968 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.038s] 2018-04-08 19:32:10,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:32:10.029 9831 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [10.357s] 2018-04-08 19:32:26,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:32:26.070 9831 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [16.037s] 2018-04-08 19:32:39,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:32:39.811 9831 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [13.740s] 2018-04-08 19:32:45,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'efc9c30e-9d60-413b-b6bf-a9d3ae5cbbfb']'. 2018-04-08 19:32:46,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-08 19:32:46,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-08 19:32:46,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-08 19:32:46,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | efc9c30e-9d60-413b-b6bf-a9d3ae5cbbfb | 2018-04-08 19:32:46,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-08 19:32:46,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-08 19:28:25 | 2018-04-08 19:32:46,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-08 19:32:44 | 2018-04-08 19:32:46,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:19 | 2018-04-08 19:32:46,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-08 19:32:46,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-08 19:32:46,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 642cfc9a-4d91-41ea-9c55-1cdca26a2af8) | 2018-04-08 19:32:46,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-08 19:32:46,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 3d441237-0cfa-42d2-9957-bf2fc806c521) | 2018-04-08 19:32:46,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 190 | 2018-04-08 19:32:46,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 247.567 | 2018-04-08 19:32:46,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 190 | 2018-04-08 19:32:46,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-08 19:32:46,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-08 19:32:46,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-08 19:32:46,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-08 19:32:46,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-08 19:32:46,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-08 19:32:46,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-04-08 19:32:57,923 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 19:32:57,923 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 04:52 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-08 19:32:57,928 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-08 19:32:58,028 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-08 19:33:00,398 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-08 19:33:00.060 9943 INFO rally.deployment.engine [-] Deployment 3d441237-0cfa-42d2-9957-bf2fc806c521 | Starting: Destroy cloud and free allocated resources. 2018-04-08 19:33:00.135 9943 INFO rally.deployment.engine [-] Deployment 3d441237-0cfa-42d2-9957-bf2fc806c521 | Completed: Destroy cloud and free allocated resources. 2018-04-08 19:33:00.156 9943 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=642cfc9a-4d91-41ea-9c55-1cdca26a2af8) for deployment 'opnfv-rally'. 2018-04-08 19:33:00.168 9943 INFO rally.api [-] Deleting verification (UUID=efc9c30e-9d60-413b-b6bf-a9d3ae5cbbfb). 2018-04-08 19:33:00.201 9943 INFO rally.api [-] Verification has been successfully deleted! 2018-04-08 19:33:00.201 9943 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=642cfc9a-4d91-41ea-9c55-1cdca26a2af8). 2018-04-08 19:33:00.207 9943 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-08 19:33:02,858 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-08 19:33:02.567 9946 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=ccf0e239-6fa6-499c-9ddb-2f95898b1af8) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | ccf0e239-6fa6-499c-9ddb-2f95898b1af8 | 2018-04-08T19:33:02 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: ccf0e239-6fa6-499c-9ddb-2f95898b1af8 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-08 19:33:06,075 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-08 19:33:06,075 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-08 19:33:08,491 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-08 19:33:08.227 9952 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=642cfc9a-4d91-41ea-9c55-1cdca26a2af8). 2018-04-08 19:33:08.341 9952 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-08 19:33:11,984 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-08 19:33:10.470 9955 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-08 19:33:10.609 9955 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-08 19:33:11.782 9955 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0c0a6f1e-a7f5-4888-87de-e3a0b008ebe4) has been successfully created! Using verifier 'opnfv-tempest' (UUID=0c0a6f1e-a7f5-4888-87de-e3a0b008ebe4) as the default verifier for the future CLI operations. 2018-04-08 19:33:14,993 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-08 19:33:17,683 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-08 19:33:26,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-08 19:33:32,034 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-08 19:33:31.162 9974 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0c0a6f1e-a7f5-4888-87de-e3a0b008ebe4) for deployment 'opnfv-rally' (UUID=ccf0e239-6fa6-499c-9ddb-2f95898b1af8). 2018-04-08 19:33:31.880 9974 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0c0a6f1e-a7f5-4888-87de-e3a0b008ebe4) has been successfully configured for deployment 'opnfv-rally' (UUID=ccf0e239-6fa6-499c-9ddb-2f95898b1af8)! 2018-04-08 19:33:32,034 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-08 19:33:32,034 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-08 19:33:32,037 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-08 19:33:32,046 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-08 19:33:34,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-0c0a6f1e-a7f5-4888-87de-e3a0b008ebe4/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-04-08 19:33:34,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-04-08 19:33:36,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 19:33:36.998 9983 INFO rally.api [-] Starting verification (UUID=d182af4f-fa9a-4100-9bfe-6b6342841535) for deployment 'opnfv-rally' (UUID=ccf0e239-6fa6-499c-9ddb-2f95898b1af8) by verifier 'opnfv-tempest' (UUID=0c0a6f1e-a7f5-4888-87de-e3a0b008ebe4). 2018-04-08 19:33:36,999 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: d182af4f-fa9a-4100-9bfe-6b6342841535 2018-04-08 19:36:30,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd182af4f-fa9a-4100-9bfe-6b6342841535']'. 2018-04-08 19:36:31,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-08 19:36:31,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-08 19:36:31,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-08 19:36:31,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d182af4f-fa9a-4100-9bfe-6b6342841535 | 2018-04-08 19:36:31,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-08 19:36:31,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-08 19:33:36 | 2018-04-08 19:36:31,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-08 19:36:29 | 2018-04-08 19:36:31,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:53 | 2018-04-08 19:36:31,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-08 19:36:31,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-08 19:36:31,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 0c0a6f1e-a7f5-4888-87de-e3a0b008ebe4) | 2018-04-08 19:36:31,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-08 19:36:31,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: ccf0e239-6fa6-499c-9ddb-2f95898b1af8) | 2018-04-08 19:36:31,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-08 19:36:31,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 163.844 | 2018-04-08 19:36:31,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-04-08 19:36:31,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-04-08 19:36:31,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-08 19:36:31,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-08 19:36:31,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-08 19:36:31,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-08 19:36:31,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-08 19:36:31,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-08 19:36:40,240 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 19:36:40,241 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:25 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-08 19:36:40,245 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-08 19:36:41,039 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-08 20:37:10,342 - xtesting.core.unit - DEBUG - test_add_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_group (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_admin_user_to_new_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_new_user_to_admin_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_complex_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_simple_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_several_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_without_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_id (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_setting (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_file (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url_properties (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image_new_settings (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_bad_image_file (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_image_type (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_url (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_create_three_part_image_from_file_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_delete_keypair (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_from_file (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_large_key (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_both (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_pub_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_exist_files_delete (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_exist_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_1 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_2 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_delete_network (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_admin_user_to_new_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_new_user_to_admin_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_with_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_without_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_networks_same_name (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_delete_router (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_True (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_false (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_user_to_new_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_external_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_new_user_as_admin_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_private_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_vanilla (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_ports (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_invalid_gateway_name (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_noname (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_delete_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_same_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_delete_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_same_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_volume_type_with_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos_and_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_create_delete_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_same_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_simple (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_bad_image (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_size (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_type (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_bad_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_valid_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_valid_volume_image (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok test_ping_via_router (snaps.openstack.tests.create_instance_tests.CreateInstanceTwoNetTests) ... ok test_create_admin_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_create_delete_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_set_allowed_address_pairs (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_mac_and_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_two_subnets (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_add_invalid_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_same_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group_never_added (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ... ERROR test_create_instance_from_three_part_image (snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage) ... ok test_create_instance_with_one_volume (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_instance_with_two_volumes (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_delete_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_same_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_short_timeout (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_dict (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_file (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_network_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_vm_inst_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_volume_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_volume_type_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_flavor_creator (snaps.openstack.tests.create_stack_tests.CreateStackFlavorTests) ... ok test_retrieve_keypair_creator (snaps.openstack.tests.create_stack_tests.CreateStackKeypairTests) ... ok test_retrieve_security_group_creator (snaps.openstack.tests.create_stack_tests.CreateStackSecurityGroupTests) ... ok test_bad_stack_file (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_missing_dependencies (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_single_port_static (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_init (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_before_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_reverse_engineer (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_second_creator (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_connect_via_ssh_heat_vm_derived (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_apply_simple_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok ====================================================================== ERROR: test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_instance_tests.py", line 1830, in test_deploy_vm_to_each_compute_node inst_creator.create(block=True) File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 103, in create self.__create_vm(block) File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 151, in __create_vm if not self.vm_active(block=True): File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 522, in vm_active poll_interval): File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 549, in __vm_status_check status = self.__status(expected_status_code) File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 584, in __status 'Instance had an error during deployment') VmInstanceCreationError: Instance had an error during deployment ---------------------------------------------------------------------- Ran 119 tests in 3629.235s FAILED (errors=1) 2018-04-08 20:37:10,510 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 20:37:10,510 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 60:29 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-08 20:37:10,515 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-08 20:37:10,515 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-08 20:37:10,613 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-08 20:37:13,160 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-08 20:37:12.712 10210 INFO rally.deployment.engine [-] Deployment ccf0e239-6fa6-499c-9ddb-2f95898b1af8 | Starting: Destroy cloud and free allocated resources. 2018-04-08 20:37:12.797 10210 INFO rally.deployment.engine [-] Deployment ccf0e239-6fa6-499c-9ddb-2f95898b1af8 | Completed: Destroy cloud and free allocated resources. 2018-04-08 20:37:12.855 10210 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=0c0a6f1e-a7f5-4888-87de-e3a0b008ebe4) for deployment 'opnfv-rally'. 2018-04-08 20:37:12.886 10210 INFO rally.api [-] Deleting verification (UUID=d182af4f-fa9a-4100-9bfe-6b6342841535). 2018-04-08 20:37:12.930 10210 INFO rally.api [-] Verification has been successfully deleted! 2018-04-08 20:37:12.931 10210 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=0c0a6f1e-a7f5-4888-87de-e3a0b008ebe4). 2018-04-08 20:37:12.944 10210 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-08 20:37:15,583 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-08 20:37:15.295 10213 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=c37c7557-48be-433d-8454-41e8a4ec7d46) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | c37c7557-48be-433d-8454-41e8a4ec7d46 | 2018-04-08T20:37:15 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: c37c7557-48be-433d-8454-41e8a4ec7d46 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-08 20:37:18,808 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-08 20:37:18,808 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-08 20:37:21,158 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-08 20:37:20.911 10219 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=0c0a6f1e-a7f5-4888-87de-e3a0b008ebe4). 2018-04-08 20:37:21.012 10219 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-08 20:37:24,658 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-08 20:37:23.239 10222 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-08 20:37:23.360 10222 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-08 20:37:24.461 10222 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=84e31511-4baa-419c-8baf-666c815cabac) has been successfully created! Using verifier 'opnfv-tempest' (UUID=84e31511-4baa-419c-8baf-666c815cabac) as the default verifier for the future CLI operations. 2018-04-08 20:37:27,565 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-08 20:37:30,541 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-08 20:37:38,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-08 20:37:43,300 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-08 20:37:42.509 10241 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=84e31511-4baa-419c-8baf-666c815cabac) for deployment 'opnfv-rally' (UUID=c37c7557-48be-433d-8454-41e8a4ec7d46). 2018-04-08 20:37:43.162 10241 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=84e31511-4baa-419c-8baf-666c815cabac) has been successfully configured for deployment 'opnfv-rally' (UUID=c37c7557-48be-433d-8454-41e8a4ec7d46)! 2018-04-08 20:37:43,301 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-08 20:37:43,301 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-08 20:37:43,303 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-08 20:37:43,316 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-08 20:37:46,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-84e31511-4baa-419c-8baf-666c815cabac/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-04-08 20:37:46,228 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-08 20:37:46,229 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-08 20:37:46,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-04-08 20:37:48,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 20:37:48.399 10250 INFO rally.api [-] Starting verification (UUID=8b5a1a68-ba7c-4e23-87d5-cdfa38b67ce2) for deployment 'opnfv-rally' (UUID=c37c7557-48be-433d-8454-41e8a4ec7d46) by verifier 'opnfv-tempest' (UUID=84e31511-4baa-419c-8baf-666c815cabac). 2018-04-08 20:37:48,401 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 8b5a1a68-ba7c-4e23-87d5-cdfa38b67ce2 2018-04-08 20:39:59,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '8b5a1a68-ba7c-4e23-87d5-cdfa38b67ce2']'. 2018-04-08 20:39:59,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-08 20:39:59,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-08 20:39:59,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-08 20:39:59,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 8b5a1a68-ba7c-4e23-87d5-cdfa38b67ce2 | 2018-04-08 20:39:59,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-08 20:39:59,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-08 20:37:48 | 2018-04-08 20:39:59,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-08 20:39:58 | 2018-04-08 20:39:59,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:10 | 2018-04-08 20:39:59,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-08 20:39:59,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-08 20:39:59,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 84e31511-4baa-419c-8baf-666c815cabac) | 2018-04-08 20:39:59,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-08 20:39:59,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: c37c7557-48be-433d-8454-41e8a4ec7d46) | 2018-04-08 20:39:59,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-08 20:39:59,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 119.033 | 2018-04-08 20:39:59,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-04-08 20:39:59,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-04-08 20:39:59,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-08 20:39:59,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-08 20:39:59,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-08 20:39:59,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-08 20:39:59,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-08 20:40:00,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-04-08 20:40:11,555 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 20:40:11,555 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:44 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-04-08 20:40:11,559 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:45 | PASS | | vping_userdata | functest | smoke | 00:39 | PASS | | tempest_smoke_serial | functest | smoke | 13:03 | FAIL | | rally_sanity | functest | smoke | 18:08 | FAIL | | refstack_defcore | functest | smoke | 04:52 | PASS | | patrole | functest | smoke | 03:25 | PASS | | snaps_smoke | functest | smoke | 60:29 | FAIL | | neutron_trunk | functest | smoke | 02:44 | PASS | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-08 20:40:11,566 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-08 20:40:14,702 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-114 | | 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-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-08 20:40:14,706 - 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=JQuHQhVr4TUj9MczDxDyNjBZg export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-08 20:40:14,706 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-08 20:40:14,707 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification barometercollectd | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ 2018-04-08 20:40:14,708 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-08 20:40:14,709 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-04-08 20:43:29,167 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-04-08 20:43:29,302 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 20:43:29,303 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:14 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-04-08 20:43:29,305 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-04-08 21:27:44,524 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-04-08 21:27:44,663 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 21:27:44,664 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 44:15 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-04-08 21:27:44,672 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-04-08 21:27:44,674 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:14 | PASS | | barometercollectd | barometer | features | 44:15 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-08 21:27:44,684 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-08 21:28:35,977 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-114 | | 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-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-08 21:28:35,979 - 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=JQuHQhVr4TUj9MczDxDyNjBZg export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-08 21:28:35,979 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-08 21:28:35,980 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-08 21:28:35,980 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-04-08 21:28:35,981 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-08 21:28:38,424 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-114 | | 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-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-08 21:28:38,429 - 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=JQuHQhVr4TUj9MczDxDyNjBZg export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-08 21:28:38,429 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-08 21:28:38,431 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | parser-basics | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ 2018-04-08 21:28:38,432 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-08 21:28:38,432 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-04-08 21:31:42,782 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-04-08 21:31:42,921 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 21:31:42,921 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 03:04 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-04-08 21:31:42,925 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 03:04 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-08 21:31:42,926 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK