2018-05-01 15:46:47,588 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-72 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-01 15:46:47,591 - 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=eM4TKECRbj4MF6auJuxx98Jkh export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-05-01 15:46:47,591 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-01 15:46:47,592 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-05-01 15:46:47,594 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-01 15:46:47,594 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-01 15:46:49,472 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-01 15:46:58,078 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 8.595s OK 2018-05-01 15:46:58,204 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 15:46:58,204 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-01 15:46:58,208 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-01 15:46:59,683 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-01 15:56:13,873 - 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 554.137s OK 2018-05-01 15:56:13,992 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 15:56:13,993 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 09:14 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-01 15:56:13,997 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-01 15:56:14,672 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-01 15:56:46,715 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 32.042s OK 2018-05-01 15:56:46,837 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 15:56:46,837 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:32 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-01 15:56:46,841 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | api_check | functest | healthcheck | 09:14 | PASS | | snaps_health_check | functest | healthcheck | 00:32 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-01 15:56:46,844 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-01 15:56:49,590 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-72 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-01 15:56:49,592 - 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=eM4TKECRbj4MF6auJuxx98Jkh export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-05-01 15:56:49,592 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-01 15:56:49,593 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole odl snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ 2018-05-01 15:56:49,594 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-01 15:56:49,594 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-01 15:56:50,457 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-01 15:56:50,457 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-01 15:56:50,870 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-01 15:56:50,870 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-01 15:56:51,391 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-01 15:56:51,391 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-01 15:56:51' 2018-05-01 15:56:51,392 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--a9956d81-116c-45d2-a5e5-6e2979718090' 2018-05-01 15:56:53,770 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-a9956d81-116c-45d2-a5e5-6e2979718090' 2018-05-01 15:56:55,955 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-a9956d81-116c-45d2-a5e5-6e2979718090' 2018-05-01 15:57:00,715 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-a9956d81-116c-45d2-a5e5-6e2979718090' 2018-05-01 15:57:01,407 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-a9956d81-116c-45d2-a5e5-6e2979718090' 2018-05-01 15:57:02,079 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-a9956d81-116c-45d2-a5e5-6e2979718090' 2018-05-01 15:57:06,830 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-a9956d81-116c-45d2-a5e5-6e2979718090' 2018-05-01 15:57:09,311 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-a9956d81-116c-45d2-a5e5-6e2979718090' 2018-05-01 15:57:29,059 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-01 15:57:32,611 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-05-01 15:57:32,748 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-01 15:57:33,755 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-01 15:57:33,755 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-01 15:57:33,756 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-01 15:57:34,273 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 15:57:34,273 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:42 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-01 15:57:52,795 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-01 15:57:52,885 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-01 15:57:52,885 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-01 15:57:52' 2018-05-01 15:57:52,886 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--2e8dc275-74f1-426d-9c92-6f77fe120f6b' 2018-05-01 15:57:54,751 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-2e8dc275-74f1-426d-9c92-6f77fe120f6b' 2018-05-01 15:57:56,187 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-2e8dc275-74f1-426d-9c92-6f77fe120f6b' 2018-05-01 15:58:00,752 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-2e8dc275-74f1-426d-9c92-6f77fe120f6b' 2018-05-01 15:58:01,370 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-2e8dc275-74f1-426d-9c92-6f77fe120f6b' 2018-05-01 15:58:05,713 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-2e8dc275-74f1-426d-9c92-6f77fe120f6b' 2018-05-01 15:58:11,133 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-01 15:58:20,730 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-01 15:58:23,050 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-01 15:58:23,167 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 15:58:23,168 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:30 | PASS | +------------------------+------------------+------------------+----------------+ 2018-05-01 15:58:39,959 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-01 15:58:40,060 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-01 15:58:44,741 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-01 15:58:44.468 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=123e7a0d-dfaa-4d52-8b91-33f520732348) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 123e7a0d-dfaa-4d52-8b91-33f520732348 | 2018-05-01T15:58:44 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 123e7a0d-dfaa-4d52-8b91-33f520732348 ~/.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-05-01 15:58:48,070 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-05-01 15:58:48,070 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-01 15:58:53,641 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-01 15:58:52.240 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-01 15:58:52.377 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-01 15:58:53.454 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=28888b93-2feb-4dec-a174-272f646cbb0a) has been successfully created! Using verifier 'opnfv-tempest' (UUID=28888b93-2feb-4dec-a174-272f646cbb0a) as the default verifier for the future CLI operations. 2018-05-01 15:58:56,521 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-01 15:58:58,203 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-01 15:59:01,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-01 15:59:06,621 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-01 15:59:05.781 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=28888b93-2feb-4dec-a174-272f646cbb0a) for deployment 'opnfv-rally' (UUID=123e7a0d-dfaa-4d52-8b91-33f520732348). 2018-05-01 15:59:06.461 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=28888b93-2feb-4dec-a174-272f646cbb0a) has been successfully configured for deployment 'opnfv-rally' (UUID=123e7a0d-dfaa-4d52-8b91-33f520732348)! 2018-05-01 15:59:06,622 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-01 15:59:06,622 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-01 15:59:06,624 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-01 15:59:06,777 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-01 15:59:09,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-28888b93-2feb-4dec-a174-272f646cbb0a/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-01 15:59:09,779 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-01 15:59:09,781 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-01 15:59:09,781 - 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-05-01 15:59:11,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 15:59:11.851 55 INFO rally.api [-] Starting verification (UUID=a2a08b32-c640-445f-8d89-c84dce6193e2) for deployment 'opnfv-rally' (UUID=123e7a0d-dfaa-4d52-8b91-33f520732348) by verifier 'opnfv-tempest' (UUID=28888b93-2feb-4dec-a174-272f646cbb0a). 2018-05-01 15:59:11,853 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: a2a08b32-c640-445f-8d89-c84dce6193e2 2018-05-01 15:59:18,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 15:59:18.327 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.167s] 2018-05-01 15:59:18,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 15:59:18.385 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.058s] 2018-05-01 15:59:23,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 15:59:23.891 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.999s] 2018-05-01 15:59:25,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 15:59:25.735 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.844s] 2018-05-01 15:59:33,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 15:59:33.853 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.489s] 2018-05-01 15:59:47,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 15:59:47.386 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [8.825s] 2018-05-01 16:00:16,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:00:16.852 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.072s] 2018-05-01 16:00:16,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:00:16.853 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-05-01 16:00:40,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:00:40.510 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.070s] 2018-05-01 16:00:40,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:00:40.511 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-01 16:01:03,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:01:03.929 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.067s] 2018-05-01 16:01:03,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:01:03.930 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-01 16:04:35,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:04:35.783 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [188.496s] 2018-05-01 16:04:55,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:04:55.739 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.052s] 2018-05-01 16:04:55,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:04:55.830 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.091s] 2018-05-01 16:05:02,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:05:02.958 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.657s] 2018-05-01 16:05:02,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:05:02.967 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-05-01 16:05:04,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:05:04.550 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-01 16:05:04,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:05:04.551 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-01 16:05:08,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:05:08.259 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.328s] 2018-05-01 16:05:13,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:05:13.771 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.076s] 2018-05-01 16:05:19,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:05:19.520 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.594s] 2018-05-01 16:05:25,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:05:25.858 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.409s] 2018-05-01 16:05:33,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:05:33.945 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.834s] 2018-05-01 16:05:39,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:05:39.296 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.306s] 2018-05-01 16:05:44,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:05:44.481 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.241s] 2018-05-01 16:05:51,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:05:51.228 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.437s] 2018-05-01 16:05:57,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:05:57.669 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.418s] 2018-05-01 16:06:04,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:06:04.848 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.500s] 2018-05-01 16:06:07,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:06:07.020 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-01 16:06:08,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:06:08.919 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.068s] 2018-05-01 16:06:09,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:06:09.002 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.083s] 2018-05-01 16:06:09,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:06:09.086 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.084s] 2018-05-01 16:06:09,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:06:09.093 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-05-01 16:06:12,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:06:12.737 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.478s] 2018-05-01 16:06:13,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:06:13.494 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.756s] 2018-05-01 16:06:14,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:06:14.717 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.222s] 2018-05-01 16:06:20,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:06:20.085 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-05-01 16:06:24,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:06:24.815 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.774s] 2018-05-01 16:06:35,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:06:35.815 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.309s] 2018-05-01 16:06:38,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:06:38.816 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.000s] 2018-05-01 16:06:48,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:06:48.642 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.732s] 2018-05-01 16:06:51,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:06:51.456 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.813s] 2018-05-01 16:06:57,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:06:57.305 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [5.848s] 2018-05-01 16:07:06,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:07:06.107 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.481s] 2018-05-01 16:07:09,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:07:09.086 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.977s] 2018-05-01 16:07:13,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:07:13.620 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.533s] 2018-05-01 16:07:27,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:07:27.735 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.215s] 2018-05-01 16:07:27,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:07:27.933 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.197s] 2018-05-01 16:07:28,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:07:28.177 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.243s] 2018-05-01 16:07:28,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:07:28.386 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.209s] 2018-05-01 16:07:28,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:07:28.491 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.105s] 2018-05-01 16:07:28,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:07:28.548 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.054s] 2018-05-01 16:07:39,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:07:39.184 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [3.944s] 2018-05-01 16:07:39,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:07:39.456 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.272s] 2018-05-01 16:07:39,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:07:39.564 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.107s] 2018-05-01 16:07:39,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:07:39.618 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.053s] 2018-05-01 16:07:39,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:07:39.716 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.098s] 2018-05-01 16:07:39,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:07:39.767 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.050s] 2018-05-01 16:07:51,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:07:51.532 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.092s] 2018-05-01 16:07:56,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:07:56.329 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.796s] 2018-05-01 16:07:57,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:07:57.779 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.450s] 2018-05-01 16:07:57,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:07:57.976 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.196s] 2018-05-01 16:07:58,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:07:58.027 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.051s] 2018-05-01 16:08:08,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:08:08.252 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.593s] 2018-05-01 16:08:12,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:08:12.240 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [3.987s] 2018-05-01 16:08:14,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:08:14.236 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.995s] 2018-05-01 16:08:14,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:08:14.290 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.054s] 2018-05-01 16:08:14,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:08:14.339 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.049s] 2018-05-01 16:08:27,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:08:27.532 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [8.656s] 2018-05-01 16:08:32,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:08:32.452 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [4.919s] 2018-05-01 16:08:35,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:08:35.875 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [3.423s] 2018-05-01 16:08:38,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:08:38.503 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.626s] 2018-05-01 16:08:56,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:08:56.425 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [7.911s] 2018-05-01 16:09:01,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:09:01.124 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.700s] 2018-05-01 16:09:04,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:09:04.789 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [3.664s] 2018-05-01 16:09:07,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:09:07.562 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.772s] 2018-05-01 16:09:18,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:09:18.529 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.286s] 2018-05-01 16:09:19,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:09:19.831 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.300s] 2018-05-01 16:09:19,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:09:19.883 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.054s] 2018-05-01 16:09:24,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:09:24.102 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.323s] 2018-05-01 16:09:25,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:09:25.724 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.620s] 2018-05-01 16:09:25,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:09:25.767 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.045s] 2018-05-01 16:09:29,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:09:29.636 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.930s] 2018-05-01 16:09:32,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:09:32.732 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-05-01 16:09:33,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:09:33.869 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-01 16:09:33,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:09:33.873 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-01 16:09:33,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:09:33.875 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-01 16:09:33,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:09:33.876 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-01 16:09:33,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:09:33.878 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-01 16:09:35,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:09:35.806 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-05-01 16:09:48,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:09:48.916 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [8.312s] 2018-05-01 16:10:00,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:10:00.115 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.911s] 2018-05-01 16:10:10,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:10:10.028 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.910s] 2018-05-01 16:10:18,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:10:18.452 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.040s] 2018-05-01 16:12:49,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:12:49.966 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [145.714s] 2018-05-01 16:16:20,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:16:20.347 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [203.073s] 2018-05-01 16:16:56,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:16:56.063 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [20.698s] 2018-05-01 16:17:08,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a2a08b32-c640-445f-8d89-c84dce6193e2']'. 2018-05-01 16:17:09,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-01 16:17:09,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-01 16:17:09,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-01 16:17:09,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a2a08b32-c640-445f-8d89-c84dce6193e2 | 2018-05-01 16:17:09,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-01 16:17:09,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-01 15:59:11 | 2018-05-01 16:17:09,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-01 16:17:08 | 2018-05-01 16:17:09,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:17:57 | 2018-05-01 16:17:09,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-01 16:17:09,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-01 16:17:09,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-01 16:17:09,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 28888b93-2feb-4dec-a174-272f646cbb0a) | 2018-05-01 16:17:09,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-01 16:17:09,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 123e7a0d-dfaa-4d52-8b91-33f520732348) | 2018-05-01 16:17:09,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-01 16:17:09,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1059.734 | 2018-05-01 16:17:09,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 87 | 2018-05-01 16:17:09,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-01 16:17:09,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-01 16:17:09,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-01 16:17:09,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-05-01 16:17:09,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-01 16:17:09,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-01 16:17:09,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 96.6666666667% 2018-05-01 16:17:15,192 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 16:17:15,192 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 18:19 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-05-01 16:17:15,196 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-05-01 16:17:15,196 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-01 16:17:15,286 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-01 16:17:15,746 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-01 16:17:15,747 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-01 16:17:16,193 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-01 16:17:18,780 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-01 16:17:18.306 130 INFO rally.deployment.engine [-] Deployment 123e7a0d-dfaa-4d52-8b91-33f520732348 | Starting: Destroy cloud and free allocated resources. 2018-05-01 16:17:18.475 130 INFO rally.deployment.engine [-] Deployment 123e7a0d-dfaa-4d52-8b91-33f520732348 | Completed: Destroy cloud and free allocated resources. 2018-05-01 16:17:18.515 130 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=28888b93-2feb-4dec-a174-272f646cbb0a) for deployment 'opnfv-rally'. 2018-05-01 16:17:18.534 130 INFO rally.api [-] Deleting verification (UUID=a2a08b32-c640-445f-8d89-c84dce6193e2). 2018-05-01 16:17:18.578 130 INFO rally.api [-] Verification has been successfully deleted! 2018-05-01 16:17:18.578 130 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=28888b93-2feb-4dec-a174-272f646cbb0a). 2018-05-01 16:17:18.589 130 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-01 16:17:21,184 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-01 16:17:20.937 133 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=989999d4-c585-46d5-a823-a214960bd999) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 989999d4-c585-46d5-a823-a214960bd999 | 2018-05-01T16:17:20 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 989999d4-c585-46d5-a823-a214960bd999 ~/.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-05-01 16:17:24,477 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-05-01 16:17:24,477 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-01 16:17:25,750 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-b7a83e3d-febd-489e-8d13-9c522a289f42'... 2018-05-01 16:17:27,784 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-b7a83e3d-febd-489e-8d13-9c522a289f42'... 2018-05-01 16:17:29,422 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-b7a83e3d-febd-489e-8d13-9c522a289f42'... 2018-05-01 16:17:33,370 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-b7a83e3d-febd-489e-8d13-9c522a289f42'... 2018-05-01 16:17:34,010 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-b7a83e3d-febd-489e-8d13-9c522a289f42'... 2018-05-01 16:17:34,668 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-01 16:17:34,669 - 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-05-01 16:17:34,670 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-01 16:17:34,688 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-01 16:17:34,689 - 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': '43c8be3e-f2fc-4b51-95ee-7ad7126a24b3', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b7a83e3d-febd-489e-8d13-9c522a289f42', 'flavor_name': 'rally-tiny-b7a83e3d-febd-489e-8d13-9c522a289f42', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b7a83e3d-febd-489e-8d13-9c522a289f42', '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-05-01 16:18:33,498 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 6620c750-47eb-4a42-b23e-9221ec0dcaa0 2018-05-01 16:18:33,498 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-01 16:18:33,499 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '6620c750-47eb-4a42-b23e-9221ec0dcaa0'] 2018-05-01 16:18:34,574 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 6620c750-47eb-4a42-b23e-9221ec0dcaa0: 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 6620c750-47eb-4a42-b23e-9221ec0dcaa0 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.458 | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 100.0% | 1 | | total | 0.459 | 0.459 | 0.459 | 0.459 | 0.459 | 0.459 | 100.0% | 1 | | -> duration | 0.459 | 0.459 | 0.459 | 0.459 | 0.459 | 0.459 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.458505 Full duration: 6.633383 -------------------------------------------------------------------------------- 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 6620c750-47eb-4a42-b23e-9221ec0dcaa0 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.391 | 0.391 | 0.391 | 0.391 | 0.391 | 0.391 | 100.0% | 1 | | total | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | -> duration | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.826411 Full duration: 6.885483 -------------------------------------------------------------------------------- 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 6620c750-47eb-4a42-b23e-9221ec0dcaa0 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.204 | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 100.0% | 1 | | total | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 100.0% | 1 | | -> duration | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.620483 Full duration: 6.692975 -------------------------------------------------------------------------------- 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 6620c750-47eb-4a42-b23e-9221ec0dcaa0 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_heat | 0.355 | 0.355 | 0.355 | 0.355 | 0.355 | 0.355 | 100.0% | 1 | | total | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 100.0% | 1 | | -> duration | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.769464 Full duration: 7.647879 -------------------------------------------------------------------------------- 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 6620c750-47eb-4a42-b23e-9221ec0dcaa0 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.341 | 0.341 | 0.341 | 0.341 | 0.341 | 0.341 | 100.0% | 1 | | total | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | -> duration | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.732836 Full duration: 7.018896 -------------------------------------------------------------------------------- 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 6620c750-47eb-4a42-b23e-9221ec0dcaa0 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.201 | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 100.0% | 1 | | total | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 100.0% | 1 | | -> duration | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.647535 Full duration: 7.168838 HINTS: * To plot HTML graphics with this data, run: rally task report 6620c750-47eb-4a42-b23e-9221ec0dcaa0 --out output.html * To generate a JUnit report, run: rally task export 6620c750-47eb-4a42-b23e-9221ec0dcaa0 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 6620c750-47eb-4a42-b23e-9221ec0dcaa0 --json --out output.json 2018-05-01 16:18:34,574 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '6620c750-47eb-4a42-b23e-9221ec0dcaa0'] 2018-05-01 16:18:35,537 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-01 16:18:35,537 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '6620c750-47eb-4a42-b23e-9221ec0dcaa0', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-01 16:18:35,543 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-01 16:18:35,543 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-01 16:18:35,555 - 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-05-01 16:18:35,555 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-01 16:18:35,569 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-01 16:18:35,569 - 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': '43c8be3e-f2fc-4b51-95ee-7ad7126a24b3', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b7a83e3d-febd-489e-8d13-9c522a289f42', 'flavor_name': 'rally-tiny-b7a83e3d-febd-489e-8d13-9c522a289f42', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b7a83e3d-febd-489e-8d13-9c522a289f42', '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-05-01 16:19:58,474 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2d2a4604-fa87-4397-8735-6749c3662c07 2018-05-01 16:19:58,475 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '2d2a4604-fa87-4397-8735-6749c3662c07'] 2018-05-01 16:19:59,491 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2d2a4604-fa87-4397-8735-6749c3662c07: 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 2d2a4604-fa87-4397-8735-6749c3662c07 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.231 | 3.231 | 3.231 | 3.231 | 3.231 | 3.231 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.049 | 0.049 | 0.049 | 0.049 | 0.049 | 0.049 | 100.0% | 1 | | -> glance_v2.upload_data | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 100.0% | 1 | | glance_v2.delete_image | 1.238 | 1.238 | 1.238 | 1.238 | 1.238 | 1.238 | 100.0% | 1 | | total | 4.47 | 4.47 | 4.47 | 4.47 | 4.47 | 4.47 | 100.0% | 1 | | -> duration | 4.47 | 4.47 | 4.47 | 4.47 | 4.47 | 4.47 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.469541 Full duration: 12.297248 -------------------------------------------------------------------------------- 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 2d2a4604-fa87-4397-8735-6749c3662c07 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.072 | 4.072 | 4.072 | 4.072 | 4.072 | 4.072 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.056 | 0.056 | 0.056 | 0.056 | 0.056 | 0.056 | 100.0% | 1 | | -> glance_v2.upload_data | 1.756 | 1.756 | 1.756 | 1.756 | 1.756 | 1.756 | 100.0% | 1 | | glance_v2.list_images | 0.068 | 0.068 | 0.068 | 0.068 | 0.068 | 0.068 | 100.0% | 1 | | total | 4.14 | 4.14 | 4.14 | 4.14 | 4.14 | 4.14 | 100.0% | 1 | | -> duration | 4.14 | 4.14 | 4.14 | 4.14 | 4.14 | 4.14 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.140031 Full duration: 14.217173 -------------------------------------------------------------------------------- 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 2d2a4604-fa87-4397-8735-6749c3662c07 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.181 | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 100.0% | 1 | | total | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 100.0% | 1 | | -> duration | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.180731 Full duration: 6.977878 -------------------------------------------------------------------------------- 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-b7a83e3d-febd-489e-8d13-9c522a289f42" }, "number_instances": 2, "nics": [ { "net-id": "43c8be3e-f2fc-4b51-95ee-7ad7126a24b3" } ] }, "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 2d2a4604-fa87-4397-8735-6749c3662c07 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 | 2.998 | 2.998 | 2.998 | 2.998 | 2.998 | 2.998 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.051 | 0.051 | 0.051 | 0.051 | 0.051 | 0.051 | 100.0% | 1 | | -> glance_v2.upload_data | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 100.0% | 1 | | nova.boot_servers | 8.75 | 8.75 | 8.75 | 8.75 | 8.75 | 8.75 | 100.0% | 1 | | total | 11.749 | 11.749 | 11.749 | 11.749 | 11.749 | 11.749 | 100.0% | 1 | | -> duration | 10.749 | 10.749 | 10.749 | 10.749 | 10.749 | 10.749 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.749495 Full duration: 30.401947 HINTS: * To plot HTML graphics with this data, run: rally task report 2d2a4604-fa87-4397-8735-6749c3662c07 --out output.html * To generate a JUnit report, run: rally task export 2d2a4604-fa87-4397-8735-6749c3662c07 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2d2a4604-fa87-4397-8735-6749c3662c07 --json --out output.json 2018-05-01 16:19:59,492 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2d2a4604-fa87-4397-8735-6749c3662c07'] 2018-05-01 16:20:00,540 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-01 16:20:00,541 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2d2a4604-fa87-4397-8735-6749c3662c07', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-01 16:20:00,549 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-01 16:20:00,549 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-01 16:20:00,550 - 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-05-01 16:20:00,550 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-01 16:20:00,568 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-01 16:20:00,569 - 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': '43c8be3e-f2fc-4b51-95ee-7ad7126a24b3', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b7a83e3d-febd-489e-8d13-9c522a289f42', 'flavor_name': 'rally-tiny-b7a83e3d-febd-489e-8d13-9c522a289f42', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b7a83e3d-febd-489e-8d13-9c522a289f42', '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-05-01 16:23:00,386 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c79e54cd-5fc8-4f60-9e48-ce51a75195f5 2018-05-01 16:23:00,386 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'c79e54cd-5fc8-4f60-9e48-ce51a75195f5'] 2018-05-01 16:23:01,432 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task c79e54cd-5fc8-4f60-9e48-ce51a75195f5: 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 c79e54cd-5fc8-4f60-9e48-ce51a75195f5 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.072 | 3.072 | 3.072 | 3.072 | 3.072 | 3.072 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.428 | 2.428 | 2.428 | 2.428 | 2.428 | 2.428 | 100.0% | 1 | | total | 5.501 | 5.501 | 5.501 | 5.501 | 5.501 | 5.501 | 100.0% | 1 | | -> duration | 5.501 | 5.501 | 5.501 | 5.501 | 5.501 | 5.501 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.500702 Full duration: 21.377218 -------------------------------------------------------------------------------- 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 c79e54cd-5fc8-4f60-9e48-ce51a75195f5 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.098 | 3.098 | 3.098 | 3.098 | 3.098 | 3.098 | 100.0% | 1 | | cinder_v2.delete_volume | 2.421 | 2.421 | 2.421 | 2.421 | 2.421 | 2.421 | 100.0% | 1 | | total | 5.519 | 5.519 | 5.519 | 5.519 | 5.519 | 5.519 | 100.0% | 1 | | -> duration | 5.519 | 5.519 | 5.519 | 5.519 | 5.519 | 5.519 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.519091 Full duration: 14.674872 -------------------------------------------------------------------------------- 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-b7a83e3d-febd-489e-8d13-9c522a289f42" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task c79e54cd-5fc8-4f60-9e48-ce51a75195f5 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 7.633 | 7.633 | 7.633 | 7.633 | 7.633 | 7.633 | 100.0% | 1 | | cinder_v2.delete_volume | 2.311 | 2.311 | 2.311 | 2.311 | 2.311 | 2.311 | 100.0% | 1 | | total | 9.944 | 9.944 | 9.944 | 9.944 | 9.944 | 9.944 | 100.0% | 1 | | -> duration | 9.944 | 9.944 | 9.944 | 9.944 | 9.944 | 9.944 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.944419 Full duration: 19.816732 -------------------------------------------------------------------------------- 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 c79e54cd-5fc8-4f60-9e48-ce51a75195f5 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.118 | 3.118 | 3.118 | 3.118 | 3.118 | 3.118 | 100.0% | 1 | | cinder_v2.delete_volume | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 100.0% | 1 | | total | 5.418 | 5.418 | 5.418 | 5.418 | 5.418 | 5.418 | 100.0% | 1 | | -> duration | 5.418 | 5.418 | 5.418 | 5.418 | 5.418 | 5.418 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.418315 Full duration: 14.920575 -------------------------------------------------------------------------------- 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 c79e54cd-5fc8-4f60-9e48-ce51a75195f5 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.051 | 3.051 | 3.051 | 3.051 | 3.051 | 3.051 | 100.0% | 1 | | cinder_v2.extend_volume | 2.322 | 2.322 | 2.322 | 2.322 | 2.322 | 2.322 | 100.0% | 1 | | cinder_v2.delete_volume | 2.156 | 2.156 | 2.156 | 2.156 | 2.156 | 2.156 | 100.0% | 1 | | total | 7.53 | 7.53 | 7.53 | 7.53 | 7.53 | 7.53 | 100.0% | 1 | | -> duration | 7.53 | 7.53 | 7.53 | 7.53 | 7.53 | 7.53 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.530221 Full duration: 16.620274 -------------------------------------------------------------------------------- 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 c79e54cd-5fc8-4f60-9e48-ce51a75195f5 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.168 | 3.168 | 3.168 | 3.168 | 3.168 | 3.168 | 100.0% | 1 | | cinder_v2.delete_volume | 2.444 | 2.444 | 2.444 | 2.444 | 2.444 | 2.444 | 100.0% | 1 | | total | 5.613 | 5.613 | 5.613 | 5.613 | 5.613 | 5.613 | 100.0% | 1 | | -> duration | 5.613 | 5.613 | 5.613 | 5.613 | 5.613 | 5.613 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.612697 Full duration: 21.518799 -------------------------------------------------------------------------------- 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 c79e54cd-5fc8-4f60-9e48-ce51a75195f5 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.644 | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 100.0% | 1 | | cinder_v2.list_qos | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 100.0% | 1 | | total | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | -> duration | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.799442 Full duration: 11.521642 -------------------------------------------------------------------------------- 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 c79e54cd-5fc8-4f60-9e48-ce51a75195f5 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.558 | 0.558 | 0.558 | 0.558 | 0.558 | 0.558 | 100.0% | 1 | | cinder_v2.set_qos | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | total | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | -> duration | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.737798 Full duration: 11.700137 -------------------------------------------------------------------------------- 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 c79e54cd-5fc8-4f60-9e48-ce51a75195f5 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.575 | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 100.0% | 1 | | cinder_v2.list_types | 0.156 | 0.156 | 0.156 | 0.156 | 0.156 | 0.156 | 100.0% | 1 | | total | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | -> duration | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.731445 Full duration: 11.048682 -------------------------------------------------------------------------------- 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 c79e54cd-5fc8-4f60-9e48-ce51a75195f5 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.599 | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | total | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> duration | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.779148 Full duration: 11.265731 HINTS: * To plot HTML graphics with this data, run: rally task report c79e54cd-5fc8-4f60-9e48-ce51a75195f5 --out output.html * To generate a JUnit report, run: rally task export c79e54cd-5fc8-4f60-9e48-ce51a75195f5 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c79e54cd-5fc8-4f60-9e48-ce51a75195f5 --json --out output.json 2018-05-01 16:23:01,433 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'c79e54cd-5fc8-4f60-9e48-ce51a75195f5'] 2018-05-01 16:23:02,327 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-01 16:23:02,327 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'c79e54cd-5fc8-4f60-9e48-ce51a75195f5', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-01 16:23:02,335 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-01 16:23:02,335 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-01 16:23:02,336 - 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-05-01 16:23:02,336 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-01 16:23:02,352 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-01 16:23:02,352 - 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': '43c8be3e-f2fc-4b51-95ee-7ad7126a24b3', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b7a83e3d-febd-489e-8d13-9c522a289f42', 'flavor_name': 'rally-tiny-b7a83e3d-febd-489e-8d13-9c522a289f42', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b7a83e3d-febd-489e-8d13-9c522a289f42', '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-05-01 16:24:18,626 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 369887eb-b981-40f0-8653-0a386279fc96 2018-05-01 16:24:18,627 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '369887eb-b981-40f0-8653-0a386279fc96'] 2018-05-01 16:24:19,619 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 369887eb-b981-40f0-8653-0a386279fc96: 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 369887eb-b981-40f0-8653-0a386279fc96 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.274 | 4.274 | 4.274 | 4.274 | 4.274 | 4.274 | 100.0% | 1 | | heat.update_stack | 2.537 | 2.537 | 2.537 | 2.537 | 2.537 | 2.537 | 100.0% | 1 | | heat.delete_stack | 2.231 | 2.231 | 2.231 | 2.231 | 2.231 | 2.231 | 100.0% | 1 | | total | 9.043 | 9.043 | 9.043 | 9.043 | 9.043 | 9.043 | 100.0% | 1 | | -> duration | 5.043 | 5.043 | 5.043 | 5.043 | 5.043 | 5.043 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.042642 Full duration: 18.151465 -------------------------------------------------------------------------------- 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 369887eb-b981-40f0-8653-0a386279fc96 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.182 | 4.182 | 4.182 | 4.182 | 4.182 | 4.182 | 100.0% | 1 | | heat.check_stack | 1.373 | 1.373 | 1.373 | 1.373 | 1.373 | 1.373 | 100.0% | 1 | | heat.delete_stack | 2.506 | 2.506 | 2.506 | 2.506 | 2.506 | 2.506 | 100.0% | 1 | | total | 8.061 | 8.061 | 8.061 | 8.061 | 8.061 | 8.061 | 100.0% | 1 | | -> duration | 6.061 | 6.061 | 6.061 | 6.061 | 6.061 | 6.061 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.060862 Full duration: 15.800809 -------------------------------------------------------------------------------- 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 369887eb-b981-40f0-8653-0a386279fc96 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.165 | 4.165 | 4.165 | 4.165 | 4.165 | 4.165 | 100.0% | 1 | | heat.suspend_stack | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | heat.resume_stack | 1.236 | 1.236 | 1.236 | 1.236 | 1.236 | 1.236 | 100.0% | 1 | | heat.delete_stack | 2.213 | 2.213 | 2.213 | 2.213 | 2.213 | 2.213 | 100.0% | 1 | | total | 8.366 | 8.366 | 8.366 | 8.366 | 8.366 | 8.366 | 100.0% | 1 | | -> duration | 6.366 | 6.366 | 6.366 | 6.366 | 6.366 | 6.366 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.365664 Full duration: 16.362988 -------------------------------------------------------------------------------- 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 369887eb-b981-40f0-8653-0a386279fc96 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.556 | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 100.0% | 1 | | total | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 100.0% | 1 | | -> duration | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.555608 Full duration: 7.585697 HINTS: * To plot HTML graphics with this data, run: rally task report 369887eb-b981-40f0-8653-0a386279fc96 --out output.html * To generate a JUnit report, run: rally task export 369887eb-b981-40f0-8653-0a386279fc96 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 369887eb-b981-40f0-8653-0a386279fc96 --json --out output.json 2018-05-01 16:24:19,619 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '369887eb-b981-40f0-8653-0a386279fc96'] 2018-05-01 16:24:20,694 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-01 16:24:20,694 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '369887eb-b981-40f0-8653-0a386279fc96', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-01 16:24:20,701 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-01 16:24:20,702 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-01 16:24:20,702 - 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-05-01 16:24:20,702 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-01 16:24:20,713 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-01 16:24:20,713 - 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': '43c8be3e-f2fc-4b51-95ee-7ad7126a24b3', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b7a83e3d-febd-489e-8d13-9c522a289f42', 'flavor_name': 'rally-tiny-b7a83e3d-febd-489e-8d13-9c522a289f42', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b7a83e3d-febd-489e-8d13-9c522a289f42', '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-05-01 16:27:17,839 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b7cc312a-ee66-4524-8c70-1db7e96073c8 2018-05-01 16:27:17,839 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b7cc312a-ee66-4524-8c70-1db7e96073c8'] 2018-05-01 16:27:18,896 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b7cc312a-ee66-4524-8c70-1db7e96073c8: 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 b7cc312a-ee66-4524-8c70-1db7e96073c8 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.552 | 0.552 | 0.552 | 0.552 | 0.552 | 0.552 | 100.0% | 1 | | keystone_v3.add_role | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | keystone_v3.revoke_role | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 100.0% | 1 | | total | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | -> duration | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.798793 Full duration: 13.605599 -------------------------------------------------------------------------------- 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 b7cc312a-ee66-4524-8c70-1db7e96073c8 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.482 | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 100.0% | 1 | | keystone_v3.add_role | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | keystone_v3.list_roles | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | total | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 100.0% | 1 | | -> duration | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.702944 Full duration: 13.406934 -------------------------------------------------------------------------------- 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 b7cc312a-ee66-4524-8c70-1db7e96073c8 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.639 | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 100.0% | 1 | | keystone_v3.list_projects | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | total | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | -> duration | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.71625 Full duration: 13.882778 -------------------------------------------------------------------------------- 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 b7cc312a-ee66-4524-8c70-1db7e96073c8 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 100.0% | 1 | | keystone_v3.delete_role | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | total | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 100.0% | 1 | | -> duration | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.567729 Full duration: 11.332624 -------------------------------------------------------------------------------- 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 b7cc312a-ee66-4524-8c70-1db7e96073c8 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.471 | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 100.0% | 1 | | keystone_v3.delete_service | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 100.0% | 1 | | total | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 100.0% | 1 | | -> duration | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.652816 Full duration: 11.453294 -------------------------------------------------------------------------------- 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 b7cc312a-ee66-4524-8c70-1db7e96073c8 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.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | keystone_v3.create_user | 0.422 | 0.422 | 0.422 | 0.422 | 0.422 | 0.422 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | -> keystone_v3.add_role | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | keystone_v3.create_role | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | keystone_v3.get_project | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 100.0% | 1 | | keystone_v3.get_user | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | keystone_v3.get_role | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | keystone_v3.list_services | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | keystone_v3.get_services | 0.072 | 0.072 | 0.072 | 0.072 | 0.072 | 0.072 | 100.0% | 1 | | total | 1.716 | 1.716 | 1.716 | 1.716 | 1.716 | 1.716 | 100.0% | 1 | | -> duration | 1.716 | 1.716 | 1.716 | 1.716 | 1.716 | 1.716 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.715938 Full duration: 18.151841 -------------------------------------------------------------------------------- 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 b7cc312a-ee66-4524-8c70-1db7e96073c8 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.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | keystone_v3.update_project | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | keystone_v3.delete_project | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 100.0% | 1 | | total | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 100.0% | 1 | | -> duration | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.867999 Full duration: 11.720974 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task b7cc312a-ee66-4524-8c70-1db7e96073c8 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.636 | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 100.0% | 1 | | total | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 100.0% | 1 | | -> duration | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.730137 Full duration: 13.489903 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task b7cc312a-ee66-4524-8c70-1db7e96073c8 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.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | total | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | -> duration | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.62121 Full duration: 13.390691 -------------------------------------------------------------------------------- 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 b7cc312a-ee66-4524-8c70-1db7e96073c8 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.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | keystone_v3.list_users | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | total | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 100.0% | 1 | | -> duration | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.813502 Full duration: 13.512023 -------------------------------------------------------------------------------- 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 b7cc312a-ee66-4524-8c70-1db7e96073c8 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.635 | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 100.0% | 1 | | keystone_v3.create_users | 4.235 | 4.235 | 4.235 | 4.235 | 4.235 | 4.235 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.235 | 4.235 | 4.235 | 4.235 | 4.235 | 4.235 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.718 | 0.718 | 0.718 | 0.718 | 0.718 | 0.718 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.085 | 1.085 | 1.085 | 1.085 | 1.085 | 1.085 | 100.0% | 1 | | total | 5.76 | 5.76 | 5.76 | 5.76 | 5.76 | 5.76 | 100.0% | 1 | | -> duration | 5.76 | 5.76 | 5.76 | 5.76 | 5.76 | 5.76 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.759956 Full duration: 22.708741 HINTS: * To plot HTML graphics with this data, run: rally task report b7cc312a-ee66-4524-8c70-1db7e96073c8 --out output.html * To generate a JUnit report, run: rally task export b7cc312a-ee66-4524-8c70-1db7e96073c8 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b7cc312a-ee66-4524-8c70-1db7e96073c8 --json --out output.json 2018-05-01 16:27:18,897 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b7cc312a-ee66-4524-8c70-1db7e96073c8'] 2018-05-01 16:27:20,018 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-01 16:27:20,019 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b7cc312a-ee66-4524-8c70-1db7e96073c8', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-01 16:27:20,026 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-01 16:27:20,026 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-01 16:27:20,027 - 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-05-01 16:27:20,027 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-01 16:27:20,043 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-01 16:27:20,044 - 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': '43c8be3e-f2fc-4b51-95ee-7ad7126a24b3', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b7a83e3d-febd-489e-8d13-9c522a289f42', 'flavor_name': 'rally-tiny-b7a83e3d-febd-489e-8d13-9c522a289f42', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b7a83e3d-febd-489e-8d13-9c522a289f42', '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-05-01 16:31:46,088 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 24202eda-e38f-4a79-a8c8-99c474ebd851 2018-05-01 16:31:46,088 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '24202eda-e38f-4a79-a8c8-99c474ebd851'] 2018-05-01 16:31:47,144 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 24202eda-e38f-4a79-a8c8-99c474ebd851: 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 24202eda-e38f-4a79-a8c8-99c474ebd851 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.007 | 1.007 | 1.007 | 1.007 | 1.007 | 1.007 | 100.0% | 1 | | neutron.delete_network | 1.083 | 1.083 | 1.083 | 1.083 | 1.083 | 1.083 | 100.0% | 1 | | total | 2.09 | 2.09 | 2.09 | 2.09 | 2.09 | 2.09 | 100.0% | 1 | | -> duration | 2.09 | 2.09 | 2.09 | 2.09 | 2.09 | 2.09 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.090384 Full duration: 14.445682 -------------------------------------------------------------------------------- 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 24202eda-e38f-4a79-a8c8-99c474ebd851 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.325 | 1.325 | 1.325 | 1.325 | 1.325 | 1.325 | 100.0% | 1 | | neutron.delete_port | 0.582 | 0.582 | 0.582 | 0.582 | 0.582 | 0.582 | 100.0% | 1 | | total | 1.907 | 1.907 | 1.907 | 1.907 | 1.907 | 1.907 | 100.0% | 1 | | -> duration | 1.907 | 1.907 | 1.907 | 1.907 | 1.907 | 1.907 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.907472 Full duration: 24.491288 -------------------------------------------------------------------------------- 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 24202eda-e38f-4a79-a8c8-99c474ebd851 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.74 | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 100.0% | 1 | | neutron.create_subnet | 0.502 | 0.502 | 0.502 | 0.502 | 0.502 | 0.502 | 100.0% | 1 | | neutron.create_router | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 100.0% | 1 | | neutron.add_interface_router | 1.493 | 1.493 | 1.493 | 1.493 | 1.493 | 1.493 | 100.0% | 1 | | neutron.remove_interface_router | 0.953 | 0.953 | 0.953 | 0.953 | 0.953 | 0.953 | 100.0% | 1 | | neutron.delete_router | 0.244 | 0.244 | 0.244 | 0.244 | 0.244 | 0.244 | 100.0% | 1 | | total | 4.079 | 4.079 | 4.079 | 4.079 | 4.079 | 4.079 | 100.0% | 1 | | -> duration | 4.079 | 4.079 | 4.079 | 4.079 | 4.079 | 4.079 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.07866 Full duration: 30.522647 -------------------------------------------------------------------------------- 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 24202eda-e38f-4a79-a8c8-99c474ebd851 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.162 | 1.162 | 1.162 | 1.162 | 1.162 | 1.162 | 100.0% | 1 | | neutron.delete_subnet | 0.374 | 0.374 | 0.374 | 0.374 | 0.374 | 0.374 | 100.0% | 1 | | total | 1.535 | 1.535 | 1.535 | 1.535 | 1.535 | 1.535 | 100.0% | 1 | | -> duration | 1.535 | 1.535 | 1.535 | 1.535 | 1.535 | 1.535 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.535397 Full duration: 23.850908 -------------------------------------------------------------------------------- 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 24202eda-e38f-4a79-a8c8-99c474ebd851 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.011 | 1.011 | 1.011 | 1.011 | 1.011 | 1.011 | 100.0% | 1 | | neutron.list_networks | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 100.0% | 1 | | total | 1.221 | 1.221 | 1.221 | 1.221 | 1.221 | 1.221 | 100.0% | 1 | | -> duration | 1.221 | 1.221 | 1.221 | 1.221 | 1.221 | 1.221 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.220784 Full duration: 16.039274 -------------------------------------------------------------------------------- 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 24202eda-e38f-4a79-a8c8-99c474ebd851 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.231 | 1.231 | 1.231 | 1.231 | 1.231 | 1.231 | 100.0% | 1 | | neutron.list_ports | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 100.0% | 1 | | total | 1.363 | 1.363 | 1.363 | 1.363 | 1.363 | 1.363 | 100.0% | 1 | | -> duration | 1.363 | 1.363 | 1.363 | 1.363 | 1.363 | 1.363 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.363198 Full duration: 23.694081 -------------------------------------------------------------------------------- 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 24202eda-e38f-4a79-a8c8-99c474ebd851 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.754 | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 100.0% | 1 | | neutron.create_subnet | 0.539 | 0.539 | 0.539 | 0.539 | 0.539 | 0.539 | 100.0% | 1 | | neutron.create_router | 0.167 | 0.167 | 0.167 | 0.167 | 0.167 | 0.167 | 100.0% | 1 | | neutron.add_interface_router | 1.384 | 1.384 | 1.384 | 1.384 | 1.384 | 1.384 | 100.0% | 1 | | neutron.list_routers | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | total | 2.921 | 2.921 | 2.921 | 2.921 | 2.921 | 2.921 | 100.0% | 1 | | -> duration | 2.921 | 2.921 | 2.921 | 2.921 | 2.921 | 2.921 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.920913 Full duration: 31.58674 -------------------------------------------------------------------------------- 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 24202eda-e38f-4a79-a8c8-99c474ebd851 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.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | neutron.create_subnet | 0.562 | 0.562 | 0.562 | 0.562 | 0.562 | 0.562 | 100.0% | 1 | | neutron.list_subnets | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | total | 1.39 | 1.39 | 1.39 | 1.39 | 1.39 | 1.39 | 100.0% | 1 | | -> duration | 1.39 | 1.39 | 1.39 | 1.39 | 1.39 | 1.39 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.389863 Full duration: 27.8081 -------------------------------------------------------------------------------- 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 24202eda-e38f-4a79-a8c8-99c474ebd851 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.976 | 0.976 | 0.976 | 0.976 | 0.976 | 0.976 | 100.0% | 1 | | neutron.delete_security_group | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 100.0% | 1 | | total | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 100.0% | 1 | | -> duration | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.134075 Full duration: 13.259457 -------------------------------------------------------------------------------- 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 24202eda-e38f-4a79-a8c8-99c474ebd851 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.992 | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 100.0% | 1 | | neutron.create_security_group_rule | 0.167 | 0.167 | 0.167 | 0.167 | 0.167 | 0.167 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | neutron.delete_security_group | 0.145 | 0.145 | 0.145 | 0.145 | 0.145 | 0.145 | 100.0% | 1 | | total | 1.413 | 1.413 | 1.413 | 1.413 | 1.413 | 1.413 | 100.0% | 1 | | -> duration | 1.413 | 1.413 | 1.413 | 1.413 | 1.413 | 1.413 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.412898 Full duration: 13.710305 -------------------------------------------------------------------------------- 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 24202eda-e38f-4a79-a8c8-99c474ebd851 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.956 | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 100.0% | 1 | | neutron.create_router | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 100.0% | 1 | | neutron.add_gateway_router | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 100.0% | 1 | | neutron.remove_gateway_router | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | total | 2.872 | 2.872 | 2.872 | 2.872 | 2.872 | 2.872 | 100.0% | 1 | | -> duration | 2.872 | 2.872 | 2.872 | 2.872 | 2.872 | 2.872 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.871891 Full duration: 22.029982 HINTS: * To plot HTML graphics with this data, run: rally task report 24202eda-e38f-4a79-a8c8-99c474ebd851 --out output.html * To generate a JUnit report, run: rally task export 24202eda-e38f-4a79-a8c8-99c474ebd851 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 24202eda-e38f-4a79-a8c8-99c474ebd851 --json --out output.json 2018-05-01 16:31:47,144 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '24202eda-e38f-4a79-a8c8-99c474ebd851'] 2018-05-01 16:31:48,199 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-01 16:31:48,199 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '24202eda-e38f-4a79-a8c8-99c474ebd851', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-01 16:31:48,208 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-01 16:31:48,208 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-01 16:31:48,209 - 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-05-01 16:31:48,209 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-01 16:31:48,227 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-01 16:31:48,227 - 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': '43c8be3e-f2fc-4b51-95ee-7ad7126a24b3', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b7a83e3d-febd-489e-8d13-9c522a289f42', 'flavor_name': 'rally-tiny-b7a83e3d-febd-489e-8d13-9c522a289f42', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b7a83e3d-febd-489e-8d13-9c522a289f42', '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-05-01 16:38:11,967 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1d46a1ea-9d9d-45bb-b4b1-8cfa14096f43 2018-05-01 16:38:11,967 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '1d46a1ea-9d9d-45bb-b4b1-8cfa14096f43'] 2018-05-01 16:38:13,100 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 1d46a1ea-9d9d-45bb-b4b1-8cfa14096f43: finished -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-b7a83e3d-febd-489e-8d13-9c522a289f42" }, "image": { "name": "Cirros-0.4.0-b7a83e3d-febd-489e-8d13-9c522a289f42" }, "block_migration": false, "nics": [ { "net-id": "43c8be3e-f2fc-4b51-95ee-7ad7126a24b3" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 1d46a1ea-9d9d-45bb-b4b1-8cfa14096f43 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.95 | 7.95 | 7.95 | 7.95 | 7.95 | 7.95 | 100.0% | 1 | | nova.find_host_to_migrate | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 100.0% | 1 | | nova.live_migrate | 11.216 | 11.216 | 11.216 | 11.216 | 11.216 | 11.216 | 100.0% | 1 | | nova.delete_server | 2.348 | 2.348 | 2.348 | 2.348 | 2.348 | 2.348 | 100.0% | 1 | | total | 22.405 | 22.405 | 22.405 | 22.405 | 22.405 | 22.405 | 100.0% | 1 | | -> duration | 21.405 | 21.405 | 21.405 | 21.405 | 21.405 | 21.405 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 21.405319 Full duration: 30.768902 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_attach_created_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-b7a83e3d-febd-489e-8d13-9c522a289f42" }, "image": { "name": "Cirros-0.4.0-b7a83e3d-febd-489e-8d13-9c522a289f42" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "43c8be3e-f2fc-4b51-95ee-7ad7126a24b3" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 1d46a1ea-9d9d-45bb-b4b1-8cfa14096f43 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.917 | 9.917 | 9.917 | 9.917 | 9.917 | 9.917 | 100.0% | 1 | | cinder_v2.create_volume | 2.708 | 2.708 | 2.708 | 2.708 | 2.708 | 2.708 | 100.0% | 1 | | nova.attach_volume | 4.271 | 4.271 | 4.271 | 4.271 | 4.271 | 4.271 | 100.0% | 1 | | nova.find_host_to_migrate | 1.054 | 1.054 | 1.054 | 1.054 | 1.054 | 1.054 | 100.0% | 1 | | nova.live_migrate | 40.059 | 40.059 | 40.059 | 40.059 | 40.059 | 40.059 | 100.0% | 1 | | nova.detach_volume | 1.175 | 1.175 | 1.175 | 1.175 | 1.175 | 1.175 | 100.0% | 1 | | cinder_v2.delete_volume | 2.306 | 2.306 | 2.306 | 2.306 | 2.306 | 2.306 | 100.0% | 1 | | nova.delete_server | 2.345 | 2.345 | 2.345 | 2.345 | 2.345 | 2.345 | 100.0% | 1 | | total | 63.836 | 63.836 | 63.836 | 63.836 | 63.836 | 63.836 | 100.0% | 1 | | -> duration | 62.836 | 62.836 | 62.836 | 62.836 | 62.836 | 62.836 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 62.835995 Full duration: 74.69498 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-b7a83e3d-febd-489e-8d13-9c522a289f42" }, "image": { "name": "Cirros-0.4.0-b7a83e3d-febd-489e-8d13-9c522a289f42" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "43c8be3e-f2fc-4b51-95ee-7ad7126a24b3" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 1d46a1ea-9d9d-45bb-b4b1-8cfa14096f43 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 7.678 | 7.678 | 7.678 | 7.678 | 7.678 | 7.678 | 100.0% | 1 | | nova.boot_server | 7.315 | 7.315 | 7.315 | 7.315 | 7.315 | 7.315 | 100.0% | 1 | | nova.find_host_to_migrate | 0.896 | 0.896 | 0.896 | 0.896 | 0.896 | 0.896 | 100.0% | 1 | | nova.live_migrate | 13.831 | 13.831 | 13.831 | 13.831 | 13.831 | 13.831 | 100.0% | 1 | | nova.delete_server | 6.942 | 6.942 | 6.942 | 6.942 | 6.942 | 6.942 | 100.0% | 1 | | total | 36.662 | 36.662 | 36.662 | 36.662 | 36.662 | 36.662 | 100.0% | 1 | | -> duration | 35.662 | 35.662 | 35.662 | 35.662 | 35.662 | 35.662 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 35.662118 Full duration: 47.38772 -------------------------------------------------------------------------------- test scenario NovaKeypair.boot_and_delete_server_with_keypair args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-b7a83e3d-febd-489e-8d13-9c522a289f42" }, "image": { "name": "Cirros-0.4.0-b7a83e3d-febd-489e-8d13-9c522a289f42" }, "server_kwargs": { "nics": [ { "net-id": "43c8be3e-f2fc-4b51-95ee-7ad7126a24b3" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "key_pairs": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 1d46a1ea-9d9d-45bb-b4b1-8cfa14096f43 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_keypair | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | nova.boot_server | 4.826 | 4.826 | 4.826 | 4.826 | 4.826 | 4.826 | 100.0% | 1 | | nova.delete_server | 2.637 | 2.637 | 2.637 | 2.637 | 2.637 | 2.637 | 100.0% | 1 | | nova.delete_keypair | 0.031 | 0.031 | 0.031 | 0.031 | 0.031 | 0.031 | 100.0% | 1 | | total | 8.21 | 8.21 | 8.21 | 8.21 | 8.21 | 8.21 | 100.0% | 1 | | -> duration | 7.21 | 7.21 | 7.21 | 7.21 | 7.21 | 7.21 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.209747 Full duration: 26.734549 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-b7a83e3d-febd-489e-8d13-9c522a289f42" }, "image": { "name": "Cirros-0.4.0-b7a83e3d-febd-489e-8d13-9c522a289f42" }, "volume_size": 5, "nics": [ { "net-id": "43c8be3e-f2fc-4b51-95ee-7ad7126a24b3" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 }, "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 1d46a1ea-9d9d-45bb-b4b1-8cfa14096f43 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.637 | 5.637 | 5.637 | 5.637 | 5.637 | 5.637 | 100.0% | 1 | | nova.boot_server | 6.398 | 6.398 | 6.398 | 6.398 | 6.398 | 6.398 | 100.0% | 1 | | nova.delete_server | 2.559 | 2.559 | 2.559 | 2.559 | 2.559 | 2.559 | 100.0% | 1 | | total | 14.595 | 14.595 | 14.595 | 14.595 | 14.595 | 14.595 | 100.0% | 1 | | -> duration | 13.595 | 13.595 | 13.595 | 13.595 | 13.595 | 13.595 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.594762 Full duration: 35.756915 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-b7a83e3d-febd-489e-8d13-9c522a289f42" }, "image": { "name": "Cirros-0.4.0-b7a83e3d-febd-489e-8d13-9c522a289f42" }, "force_delete": false, "nics": [ { "net-id": "43c8be3e-f2fc-4b51-95ee-7ad7126a24b3" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 1d46a1ea-9d9d-45bb-b4b1-8cfa14096f43 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 5.633 | 5.633 | 5.633 | 5.633 | 5.633 | 5.633 | 100.0% | 1 | | nova.pause_server | 2.46 | 2.46 | 2.46 | 2.46 | 2.46 | 2.46 | 100.0% | 1 | | nova.unpause_server | 2.342 | 2.342 | 2.342 | 2.342 | 2.342 | 2.342 | 100.0% | 1 | | nova.delete_server | 2.342 | 2.342 | 2.342 | 2.342 | 2.342 | 2.342 | 100.0% | 1 | | total | 12.775 | 12.775 | 12.775 | 12.775 | 12.775 | 12.775 | 100.0% | 1 | | -> duration | 7.775 | 7.775 | 7.775 | 7.775 | 7.775 | 7.775 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.775469 Full duration: 31.654313 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-b7a83e3d-febd-489e-8d13-9c522a289f42" }, "image": { "name": "Cirros-0.4.0-b7a83e3d-febd-489e-8d13-9c522a289f42" }, "nics": [ { "net-id": "43c8be3e-f2fc-4b51-95ee-7ad7126a24b3" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 1d46a1ea-9d9d-45bb-b4b1-8cfa14096f43 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.652 | 7.652 | 7.652 | 7.652 | 7.652 | 7.652 | 100.0% | 1 | | nova.migrate | 42.087 | 42.087 | 42.087 | 42.087 | 42.087 | 42.087 | 100.0% | 1 | | nova.resize_confirm | 2.436 | 2.436 | 2.436 | 2.436 | 2.436 | 2.436 | 100.0% | 1 | | nova.delete_server | 2.464 | 2.464 | 2.464 | 2.464 | 2.464 | 2.464 | 100.0% | 1 | | total | 54.639 | 54.639 | 54.639 | 54.639 | 54.639 | 54.639 | 100.0% | 1 | | -> duration | 53.639 | 53.639 | 53.639 | 53.639 | 53.639 | 53.639 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 53.638976 Full duration: 62.900736 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-b7a83e3d-febd-489e-8d13-9c522a289f42" }, "image": { "name": "Cirros-0.4.0-b7a83e3d-febd-489e-8d13-9c522a289f42" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 1d46a1ea-9d9d-45bb-b4b1-8cfa14096f43 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 8.097 | 8.097 | 8.097 | 8.097 | 8.097 | 8.097 | 100.0% | 1 | | nova.list_interfaces | 0.367 | 0.367 | 0.367 | 0.367 | 0.367 | 0.367 | 100.0% | 1 | | total | 8.464 | 8.464 | 8.464 | 8.464 | 8.464 | 8.464 | 100.0% | 1 | | -> duration | 7.464 | 7.464 | 7.464 | 7.464 | 7.464 | 7.464 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.463804 Full duration: 33.419829 -------------------------------------------------------------------------------- test scenario NovaServerGroups.create_and_delete_server_group args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "policies": [ "affinity" ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 1d46a1ea-9d9d-45bb-b4b1-8cfa14096f43 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_server_group | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 100.0% | 1 | | nova.delete_server_group | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 100.0% | 1 | | total | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | -> duration | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.688442 Full duration: 8.34982 HINTS: * To plot HTML graphics with this data, run: rally task report 1d46a1ea-9d9d-45bb-b4b1-8cfa14096f43 --out output.html * To generate a JUnit report, run: rally task export 1d46a1ea-9d9d-45bb-b4b1-8cfa14096f43 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1d46a1ea-9d9d-45bb-b4b1-8cfa14096f43 --json --out output.json 2018-05-01 16:38:13,101 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '1d46a1ea-9d9d-45bb-b4b1-8cfa14096f43'] 2018-05-01 16:38:14,049 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-01 16:38:14,050 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '1d46a1ea-9d9d-45bb-b4b1-8cfa14096f43', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-01 16:38:14,057 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-01 16:38:14,057 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-01 16:38:14,057 - 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-05-01 16:38:14,057 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-01 16:38:14,074 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-01 16:38:14,074 - 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': '43c8be3e-f2fc-4b51-95ee-7ad7126a24b3', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b7a83e3d-febd-489e-8d13-9c522a289f42', 'flavor_name': 'rally-tiny-b7a83e3d-febd-489e-8d13-9c522a289f42', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b7a83e3d-febd-489e-8d13-9c522a289f42', '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-05-01 16:39:00,684 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f27829ab-9f79-49d1-af24-f1b4b64df96a 2018-05-01 16:39:00,685 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f27829ab-9f79-49d1-af24-f1b4b64df96a'] 2018-05-01 16:39:01,682 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f27829ab-9f79-49d1-af24-f1b4b64df96a: 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 f27829ab-9f79-49d1-af24-f1b4b64df96a 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.668 | 0.668 | 0.668 | 0.668 | 0.668 | 0.668 | 100.0% | 1 | | quotas.delete_quotas | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 100.0% | 1 | | total | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 100.0% | 1 | | -> duration | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.834485 Full duration: 8.26925 -------------------------------------------------------------------------------- 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 f27829ab-9f79-49d1-af24-f1b4b64df96a 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.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | total | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | -> duration | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.66479 Full duration: 7.793786 -------------------------------------------------------------------------------- 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 f27829ab-9f79-49d1-af24-f1b4b64df96a 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.239 | 0.239 | 0.239 | 0.239 | 0.239 | 0.239 | 100.0% | 1 | | total | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | -> duration | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.724588 Full duration: 7.72023 -------------------------------------------------------------------------------- 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 f27829ab-9f79-49d1-af24-f1b4b64df96a 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.875 | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 100.0% | 1 | | total | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 100.0% | 1 | | -> duration | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.874662 Full duration: 7.759277 HINTS: * To plot HTML graphics with this data, run: rally task report f27829ab-9f79-49d1-af24-f1b4b64df96a --out output.html * To generate a JUnit report, run: rally task export f27829ab-9f79-49d1-af24-f1b4b64df96a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f27829ab-9f79-49d1-af24-f1b4b64df96a --json --out output.json 2018-05-01 16:39:01,683 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f27829ab-9f79-49d1-af24-f1b4b64df96a'] 2018-05-01 16:39:02,610 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-01 16:39:02,610 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f27829ab-9f79-49d1-af24-f1b4b64df96a', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-01 16:39:02,616 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-01 16:39:02,620 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:42 | 6 | 100.00% | | glance | 01:03 | 4 | 100.00% | | cinder | 02:34 | 10 | 100.00% | | heat | 00:57 | 4 | 100.00% | | keystone | 02:36 | 11 | 100.00% | | neutron | 04:01 | 11 | 100.00% | | nova | 05:51 | 9 | 100.00% | | quotas | 00:31 | 4 | 100.00% | | | | | | | TOTAL: | 00:18:19 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-01 16:39:02,621 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-01 16:39:08,602 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-01 16:39:08,602 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-01 16:39:09,134 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 16:39:09,135 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 21:52 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-01 16:39:09,139 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-01 16:39:09,230 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-01 16:39:11,645 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-01 16:39:11.360 11209 INFO rally.deployment.engine [-] Deployment 989999d4-c585-46d5-a823-a214960bd999 | Starting: Destroy cloud and free allocated resources. 2018-05-01 16:39:11.431 11209 INFO rally.deployment.engine [-] Deployment 989999d4-c585-46d5-a823-a214960bd999 | Completed: Destroy cloud and free allocated resources. 2018-05-01 16:39:11.448 11209 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=28888b93-2feb-4dec-a174-272f646cbb0a). 2018-05-01 16:39:11.452 11209 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-01 16:39:14,092 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-01 16:39:13.822 11212 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=85620ea1-8f6c-4223-9f5c-1f9e57bcf812) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 85620ea1-8f6c-4223-9f5c-1f9e57bcf812 | 2018-05-01T16:39:13 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 85620ea1-8f6c-4223-9f5c-1f9e57bcf812 ~/.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-05-01 16:39:17,420 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-05-01 16:39:17,421 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-01 16:39:19,816 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-01 16:39:19.553 11218 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=28888b93-2feb-4dec-a174-272f646cbb0a). 2018-05-01 16:39:19.676 11218 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-01 16:39:23,326 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-01 16:39:21.822 11221 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-01 16:39:21.976 11221 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-01 16:39:23.090 11221 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0a55998a-da2a-4b8e-8dac-ff98a17e4024) has been successfully created! Using verifier 'opnfv-tempest' (UUID=0a55998a-da2a-4b8e-8dac-ff98a17e4024) as the default verifier for the future CLI operations. 2018-05-01 16:39:26,264 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-01 16:39:28,098 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-01 16:39:32,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-01 16:39:36,924 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-01 16:39:36.110 11240 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0a55998a-da2a-4b8e-8dac-ff98a17e4024) for deployment 'opnfv-rally' (UUID=85620ea1-8f6c-4223-9f5c-1f9e57bcf812). 2018-05-01 16:39:36.766 11240 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0a55998a-da2a-4b8e-8dac-ff98a17e4024) has been successfully configured for deployment 'opnfv-rally' (UUID=85620ea1-8f6c-4223-9f5c-1f9e57bcf812)! 2018-05-01 16:39:36,924 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-01 16:39:36,924 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-01 16:39:36,927 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-01 16:39:39,105 - 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-05-01 16:39:41,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:39:41.197 11252 INFO rally.api [-] Starting verification (UUID=019da93d-b097-4ec4-b5bf-d4bcc653f9d9) for deployment 'opnfv-rally' (UUID=85620ea1-8f6c-4223-9f5c-1f9e57bcf812) by verifier 'opnfv-tempest' (UUID=0a55998a-da2a-4b8e-8dac-ff98a17e4024). 2018-05-01 16:39:41,199 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 019da93d-b097-4ec4-b5bf-d4bcc653f9d9 2018-05-01 16:39:51,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:39:51.032 11252 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.014s] 2018-05-01 16:39:51,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:39:51.460 11252 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.399s] 2018-05-01 16:39:51,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:39:51.615 11252 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.506s] 2018-05-01 16:39:51,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:39:51.721 11252 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.105s] 2018-05-01 16:39:52,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:39:52.377 11252 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.717s] 2018-05-01 16:39:52,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:39:52.566 11252 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.492s] 2018-05-01 16:39:54,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:39:54.222 11252 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [2.658s] 2018-05-01 16:39:54,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:39:54.256 11252 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.034s] 2018-05-01 16:39:55,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:39:55.194 11252 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.627s] 2018-05-01 16:39:55,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:39:55.673 11252 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [2.071s] 2018-05-01 16:39:56,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:39:56.055 11252 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [5.191s] 2018-05-01 16:39:56,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:39:56.528 11252 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.854s] 2018-05-01 16:39:57,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:39:57.491 11252 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.962s] 2018-05-01 16:39:58,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:39:58.572 11252 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.512s] 2018-05-01 16:40:00,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:00.605 11252 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.387s] 2018-05-01 16:40:00,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:00.959 11252 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.352s] 2018-05-01 16:40:01,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:01.480 11252 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.521s] 2018-05-01 16:40:02,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:02.474 11252 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [3.899s] 2018-05-01 16:40:02,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:02.946 11252 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [3.537s] 2018-05-01 16:40:05,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:05.659 11252 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [3.185s] 2018-05-01 16:40:06,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:06.361 11252 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.322s] 2018-05-01 16:40:06,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:06.983 11252 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.420s] 2018-05-01 16:40:07,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:07.289 11252 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.305s] 2018-05-01 16:40:07,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:07.692 11252 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.033s] 2018-05-01 16:40:08,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:08.432 11252 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [2.070s] 2018-05-01 16:40:08,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:08.649 11252 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.107s] 2018-05-01 16:40:10,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:10.525 11252 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.831s] 2018-05-01 16:40:11,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:11.079 11252 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.180s] 2018-05-01 16:40:11,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:11.100 11252 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.020s] 2018-05-01 16:40:12,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:11.999 11252 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.897s] 2018-05-01 16:40:12,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:12.008 11252 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.009s] 2018-05-01 16:40:12,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:12.023 11252 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.015s] 2018-05-01 16:40:12,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:12.572 11252 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.046s] 2018-05-01 16:40:14,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:14.936 11252 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [2.520s] 2018-05-01 16:40:15,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:15.763 11252 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [3.190s] 2018-05-01 16:40:15,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:15.942 11252 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [7.291s] 2018-05-01 16:40:16,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:16.014 11252 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.252s] 2018-05-01 16:40:16,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:16.042 11252 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.028s] 2018-05-01 16:40:16,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:16.067 11252 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.024s] 2018-05-01 16:40:16,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:16.095 11252 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.027s] 2018-05-01 16:40:17,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:17.273 11252 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [2.336s] 2018-05-01 16:40:20,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:20.902 11252 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [29.276s] 2018-05-01 16:40:23,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:23.844 11252 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.232s] 2018-05-01 16:40:24,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:24.364 11252 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.518s] 2018-05-01 16:40:24,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:24.508 11252 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.067s] 2018-05-01 16:40:24,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:24.520 11252 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.012s] 2018-05-01 16:40:24,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:24.574 11252 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.210s] 2018-05-01 16:40:24,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:24.884 11252 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.363s] 2018-05-01 16:40:24,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:24.896 11252 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-05-01 16:40:24,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:24.908 11252 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-05-01 16:40:24,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:24.938 11252 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.030s] 2018-05-01 16:40:24,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:24.989 11252 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.414s] 2018-05-01 16:40:25,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:25.002 11252 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.063s] 2018-05-01 16:40:25,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:25.084 11252 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.082s] 2018-05-01 16:40:25,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:25.213 11252 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.224s] 2018-05-01 16:40:25,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:25.263 11252 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.177s] 2018-05-01 16:40:25,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:25.279 11252 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2018-05-01 16:40:25,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:25.297 11252 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.083s] 2018-05-01 16:40:25,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:25.347 11252 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.068s] 2018-05-01 16:40:25,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:25.374 11252 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.076s] 2018-05-01 16:40:25,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:25.447 11252 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.073s] 2018-05-01 16:40:25,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:25.531 11252 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.084s] 2018-05-01 16:40:25,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:25.608 11252 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.076s] 2018-05-01 16:40:25,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:25.778 11252 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.169s] 2018-05-01 16:40:26,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:26.866 11252 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [30.803s] 2018-05-01 16:40:32,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:32.166 11252 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.405s] 2018-05-01 16:40:40,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:40.721 11252 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [2.150s] 2018-05-01 16:40:41,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:41.244 11252 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.058s] 2018-05-01 16:40:41,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:41.518 11252 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.274s] 2018-05-01 16:40:41,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:41.577 11252 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.057s] 2018-05-01 16:40:41,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:41.993 11252 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.414s] 2018-05-01 16:40:42,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:42.118 11252 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.125s] 2018-05-01 16:40:42,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:42.531 11252 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.810s] 2018-05-01 16:40:43,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:43.352 11252 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [1.232s] 2018-05-01 16:40:43,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:43.405 11252 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.054s] 2018-05-01 16:40:43,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:43.472 11252 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.066s] 2018-05-01 16:40:43,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:43.539 11252 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.065s] 2018-05-01 16:40:43,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:43.766 11252 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.226s] 2018-05-01 16:40:43,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:43.809 11252 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.043s] 2018-05-01 16:40:43,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:43.896 11252 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.085s] 2018-05-01 16:40:43,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:43.987 11252 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.090s] 2018-05-01 16:40:44,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:44.036 11252 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.049s] 2018-05-01 16:40:44,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:44.104 11252 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.067s] 2018-05-01 16:40:44,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:44.164 11252 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.633s] 2018-05-01 16:40:44,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:44.420 11252 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [5.564s] 2018-05-01 16:40:45,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:45.522 11252 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.356s] 2018-05-01 16:40:46,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:46.634 11252 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.111s] 2018-05-01 16:40:48,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:48.107 11252 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.472s] 2018-05-01 16:40:48,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:48.854 11252 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.748s] 2018-05-01 16:40:49,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:49.275 11252 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.420s] 2018-05-01 16:40:49,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:49.922 11252 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.647s] 2018-05-01 16:40:50,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:50.743 11252 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.323s] 2018-05-01 16:40:51,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:51.079 11252 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.155s] 2018-05-01 16:40:51,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:51.531 11252 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.453s] 2018-05-01 16:40:52,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:52.132 11252 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.600s] 2018-05-01 16:40:52,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:52.411 11252 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.279s] 2018-05-01 16:40:53,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:53.589 11252 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.843s] 2018-05-01 16:40:53,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:53.607 11252 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.193s] 2018-05-01 16:40:53,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:53.647 11252 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.059s] 2018-05-01 16:40:53,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:53.696 11252 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.047s] 2018-05-01 16:40:53,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:53.749 11252 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.054s] 2018-05-01 16:40:53,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:53.793 11252 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.043s] 2018-05-01 16:40:53,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:53.886 11252 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.279s] 2018-05-01 16:40:54,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:54.141 11252 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.255s] 2018-05-01 16:40:54,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:54.529 11252 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.386s] 2018-05-01 16:40:54,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:54.982 11252 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.452s] 2018-05-01 16:40:55,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:55.256 11252 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.861s] 2018-05-01 16:40:58,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:58.407 11252 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.285s] 2018-05-01 16:40:58,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:58.938 11252 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [3.681s] 2018-05-01 16:40:59,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:40:59.234 11252 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [32.359s] 2018-05-01 16:41:03,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:41:03.471 11252 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.533s] 2018-05-01 16:41:05,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:41:05.733 11252 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [2.262s] 2018-05-01 16:41:08,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:41:08.666 11252 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [2.932s] 2018-05-01 16:41:10,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:41:10.961 11252 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [11.724s] 2018-05-01 16:41:12,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:41:12.011 11252 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.345s] 2018-05-01 16:41:16,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:41:16.668 11252 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.656s] 2018-05-01 16:41:21,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:41:21.952 11252 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [68.251s] 2018-05-01 16:41:22,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:41:22.169 11252 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.500s] 2018-05-01 16:41:22,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:41:22.444 11252 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.496s] 2018-05-01 16:41:27,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:41:27.041 11252 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.870s] 2018-05-01 16:41:27,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:41:27.185 11252 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.144s] 2018-05-01 16:41:27,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:41:27.296 11252 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.112s] 2018-05-01 16:41:27,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:41:27.346 11252 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.049s] 2018-05-01 16:41:27,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:41:27.421 11252 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.074s] 2018-05-01 16:41:27,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:41:27.696 11252 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.275s] 2018-05-01 16:41:27,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:41:27.804 11252 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.108s] 2018-05-01 16:41:27,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:41:27.863 11252 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.057s] 2018-05-01 16:41:27,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:41:27.924 11252 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.060s] 2018-05-01 16:41:30,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:41:30.269 11252 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [92.762s] 2018-05-01 16:41:31,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:41:31.940 11252 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.016s] 2018-05-01 16:41:41,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:41:41.895 11252 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.072s] 2018-05-01 16:41:42,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:41:42.192 11252 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.296s] 2018-05-01 16:41:44,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:41:44.427 11252 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.654s] 2018-05-01 16:41:49,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:41:49.352 11252 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [66.962s] 2018-05-01 16:41:49,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:41:49.843 11252 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [6.384s] 2018-05-01 16:41:49,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:41:49.909 11252 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.066s] 2018-05-01 16:41:50,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:41:50.175 11252 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.265s] 2018-05-01 16:41:50,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:41:50.274 11252 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.097s] 2018-05-01 16:41:50,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:41:50.276 11252 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-01 16:41:55,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:41:55.513 11252 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [11.083s] 2018-05-01 16:42:04,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:42:04.730 11252 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.175s] 2018-05-01 16:42:18,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:42:18.452 11252 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [67.472s] 2018-05-01 16:42:22,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:42:22.957 11252 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.292s] 2018-05-01 16:42:23,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:42:23.310 11252 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.353s] 2018-05-01 16:42:32,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:42:32.227 11252 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2018-05-01 16:42:32,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:42:32.236 11252 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.008s] 2018-05-01 16:42:32,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:42:32.274 11252 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.037s] 2018-05-01 16:42:32,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:42:32.305 11252 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.031s] 2018-05-01 16:42:32,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:42:32.339 11252 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.034s] 2018-05-01 16:42:32,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:42:32.383 11252 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.043s] 2018-05-01 16:42:32,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:42:32.426 11252 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.043s] 2018-05-01 16:42:32,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:42:32.466 11252 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.039s] 2018-05-01 16:42:32,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:42:32.503 11252 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.036s] 2018-05-01 16:42:32,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:42:32.545 11252 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.042s] 2018-05-01 16:43:36,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:43:36.863 11252 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [205.995s] 2018-05-01 16:43:51,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:43:51.050 11252 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [187.223s] 2018-05-01 16:43:51,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:43:51.120 11252 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.078s] 2018-05-01 16:43:51,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:43:51.579 11252 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.458s] 2018-05-01 16:43:57,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:43:57.777 11252 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [20.906s] 2018-05-01 16:44:09,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:44:09.453 11252 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.014s] 2018-05-01 16:44:09,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:44:09.611 11252 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.158s] 2018-05-01 16:44:09,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:44:09.650 11252 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.038s] 2018-05-01 16:44:09,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:44:09.890 11252 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.239s] 2018-05-01 16:44:09,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:44:09.903 11252 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.013s] 2018-05-01 16:44:09,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:44:09.916 11252 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.012s] 2018-05-01 16:44:09,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:44:09.960 11252 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.043s] 2018-05-01 16:44:09,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:44:09.998 11252 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.037s] 2018-05-01 16:44:10,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:44:10.012 11252 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.013s] 2018-05-01 16:44:10,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:44:10.044 11252 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.032s] 2018-05-01 16:44:10,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:44:10.053 11252 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2018-05-01 16:44:10,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:44:10.097 11252 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.043s] 2018-05-01 16:44:10,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:44:10.141 11252 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.044s] 2018-05-01 16:44:10,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:44:10.183 11252 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.041s] 2018-05-01 16:44:10,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:44:10.222 11252 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.038s] 2018-05-01 16:44:10,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:44:10.395 11252 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.173s] 2018-05-01 16:44:10,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:44:10.574 11252 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.178s] 2018-05-01 16:44:10,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:44:10.610 11252 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.036s] 2018-05-01 16:44:10,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:44:10.757 11252 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.146s] 2018-05-01 16:44:10,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:44:10.793 11252 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.035s] 2018-05-01 16:44:10,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:44:10.831 11252 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.037s] 2018-05-01 16:44:10,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:44:10.863 11252 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.032s] 2018-05-01 16:44:10,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:44:10.895 11252 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.031s] 2018-05-01 16:45:19,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:45:19.379 11252 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [210.018s] 2018-05-01 16:46:15,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:46:15.465 11252 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [56.079s] 2018-05-01 16:46:31,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:46:31.505 11252 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [16.039s] 2018-05-01 16:46:48,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:46:48.907 11252 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.595s] 2018-05-01 16:46:58,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:46:58.030 11252 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [9.122s] 2018-05-01 16:46:58,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:46:58.868 11252 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [187.277s] 2018-05-01 16:46:58,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:46:58.869 11252 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-05-01 16:47:08,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:47:08.078 11252 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.045s] 2018-05-01 16:47:15,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:47:15.711 11252 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.340s] 2018-05-01 16:47:16,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:47:16.273 11252 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.562s] 2018-05-01 16:47:16,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:47:16.467 11252 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.194s] 2018-05-01 16:47:16,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:47:16.838 11252 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.370s] 2018-05-01 16:47:17,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:47:17.193 11252 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.354s] 2018-05-01 16:47:17,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:47:17.542 11252 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.348s] 2018-05-01 16:47:24,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:47:24.015 11252 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.637s] 2018-05-01 16:47:24,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:47:24.908 11252 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.893s] 2018-05-01 16:47:28,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:47:28.371 11252 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.458s] 2018-05-01 16:47:29,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:47:29.124 11252 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.756s] 2018-05-01 16:47:30,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:47:30.827 11252 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.699s] 2018-05-01 16:47:31,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:47:31.739 11252 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.912s] 2018-05-01 16:47:33,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:47:33.173 11252 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.431s] 2018-05-01 16:47:33,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:47:33.222 11252 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.052s] 2018-05-01 16:47:36,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '019da93d-b097-4ec4-b5bf-d4bcc653f9d9']'. 2018-05-01 16:47:37,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-01 16:47:37,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-01 16:47:37,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-01 16:47:37,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 019da93d-b097-4ec4-b5bf-d4bcc653f9d9 | 2018-05-01 16:47:37,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-01 16:47:37,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-01 16:39:41 | 2018-05-01 16:47:37,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-01 16:47:35 | 2018-05-01 16:47:37,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:07:54 | 2018-05-01 16:47:37,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-01 16:47:37,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-01 16:47:37,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 0a55998a-da2a-4b8e-8dac-ff98a17e4024) | 2018-05-01 16:47:37,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-01 16:47:37,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 85620ea1-8f6c-4223-9f5c-1f9e57bcf812) | 2018-05-01 16:47:37,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 204 | 2018-05-01 16:47:37,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 465.046 | 2018-05-01 16:47:37,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 201 | 2018-05-01 16:47:37,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-01 16:47:37,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-01 16:47:37,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-01 16:47:37,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-05-01 16:47:37,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-01 16:47:37,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-01 16:47:37,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 98.5294117647% 2018-05-01 16:47:42,142 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 16:47:42,142 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 08:16 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-05-01 16:47:42,147 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-05-01 16:47:42,147 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-01 16:47:42,236 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-01 16:47:44,696 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-01 16:47:44.354 11358 INFO rally.deployment.engine [-] Deployment 85620ea1-8f6c-4223-9f5c-1f9e57bcf812 | Starting: Destroy cloud and free allocated resources. 2018-05-01 16:47:44.438 11358 INFO rally.deployment.engine [-] Deployment 85620ea1-8f6c-4223-9f5c-1f9e57bcf812 | Completed: Destroy cloud and free allocated resources. 2018-05-01 16:47:44.480 11358 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=0a55998a-da2a-4b8e-8dac-ff98a17e4024) for deployment 'opnfv-rally'. 2018-05-01 16:47:44.502 11358 INFO rally.api [-] Deleting verification (UUID=019da93d-b097-4ec4-b5bf-d4bcc653f9d9). 2018-05-01 16:47:44.531 11358 INFO rally.api [-] Verification has been successfully deleted! 2018-05-01 16:47:44.531 11358 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=0a55998a-da2a-4b8e-8dac-ff98a17e4024). 2018-05-01 16:47:44.539 11358 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-01 16:47:47,097 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-01 16:47:46.816 11361 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=91be9adc-4ef5-4d19-b0f4-baedc0c19529) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 91be9adc-4ef5-4d19-b0f4-baedc0c19529 | 2018-05-01T16:47:46 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 91be9adc-4ef5-4d19-b0f4-baedc0c19529 ~/.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-05-01 16:47:50,270 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-05-01 16:47:50,270 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-01 16:47:52,662 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-01 16:47:52.392 11367 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=0a55998a-da2a-4b8e-8dac-ff98a17e4024). 2018-05-01 16:47:52.516 11367 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-01 16:47:56,297 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-01 16:47:54.767 11370 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-01 16:47:54.899 11370 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-01 16:47:56.132 11370 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=764b2c57-ca00-4dfb-a7d9-0a872312a21a) has been successfully created! Using verifier 'opnfv-tempest' (UUID=764b2c57-ca00-4dfb-a7d9-0a872312a21a) as the default verifier for the future CLI operations. 2018-05-01 16:47:59,397 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-01 16:48:00,846 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-01 16:48:05,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-01 16:48:10,778 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-01 16:48:09.577 11389 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=764b2c57-ca00-4dfb-a7d9-0a872312a21a) for deployment 'opnfv-rally' (UUID=91be9adc-4ef5-4d19-b0f4-baedc0c19529). 2018-05-01 16:48:10.621 11389 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=764b2c57-ca00-4dfb-a7d9-0a872312a21a) has been successfully configured for deployment 'opnfv-rally' (UUID=91be9adc-4ef5-4d19-b0f4-baedc0c19529)! 2018-05-01 16:48:10,779 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-01 16:48:10,779 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-01 16:48:10,781 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-01 16:48:10,789 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-01 16:48:14,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-764b2c57-ca00-4dfb-a7d9-0a872312a21a/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-05-01 16:48:14,215 - 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-05-01 16:48:16,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 16:48:16.351 11398 INFO rally.api [-] Starting verification (UUID=cbc8e0ff-9b17-4671-926d-b31a6b85d8f0) for deployment 'opnfv-rally' (UUID=91be9adc-4ef5-4d19-b0f4-baedc0c19529) by verifier 'opnfv-tempest' (UUID=764b2c57-ca00-4dfb-a7d9-0a872312a21a). 2018-05-01 16:48:16,352 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: cbc8e0ff-9b17-4671-926d-b31a6b85d8f0 2018-05-01 16:50:49,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'cbc8e0ff-9b17-4671-926d-b31a6b85d8f0']'. 2018-05-01 16:50:50,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-01 16:50:50,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-01 16:50:50,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-01 16:50:50,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | cbc8e0ff-9b17-4671-926d-b31a6b85d8f0 | 2018-05-01 16:50:50,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-01 16:50:50,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-01 16:48:16 | 2018-05-01 16:50:50,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-01 16:50:49 | 2018-05-01 16:50:50,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:33 | 2018-05-01 16:50:50,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-01 16:50:50,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-01 16:50:50,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 764b2c57-ca00-4dfb-a7d9-0a872312a21a) | 2018-05-01 16:50:50,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-01 16:50:50,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 91be9adc-4ef5-4d19-b0f4-baedc0c19529) | 2018-05-01 16:50:50,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-01 16:50:50,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 143.774 | 2018-05-01 16:50:50,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-05-01 16:50:50,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-05-01 16:50:50,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-01 16:50:50,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-01 16:50:50,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-01 16:50:50,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-01 16:50:50,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-01 16:50:50,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-05-01 16:50:56,045 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 16:50:56,046 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:57 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-01 16:50:56,050 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-05-01 16:51:14,594 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-05-01 16:51:14,594 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-05-01 16:51:14,625 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-05-01 16:51:14,752 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 16:51:14,753 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:18 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-01 16:51:14,757 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-01 16:51:15,543 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-01 17:58:09,928 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 17:58:09,928 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 66:54 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-05-01 17:58:09,933 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-05-01 17:58:09,933 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-01 17:58:10,022 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-01 17:58:12,573 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-01 17:58:12.163 11589 INFO rally.deployment.engine [-] Deployment 91be9adc-4ef5-4d19-b0f4-baedc0c19529 | Starting: Destroy cloud and free allocated resources. 2018-05-01 17:58:12.240 11589 INFO rally.deployment.engine [-] Deployment 91be9adc-4ef5-4d19-b0f4-baedc0c19529 | Completed: Destroy cloud and free allocated resources. 2018-05-01 17:58:12.293 11589 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=764b2c57-ca00-4dfb-a7d9-0a872312a21a) for deployment 'opnfv-rally'. 2018-05-01 17:58:12.320 11589 INFO rally.api [-] Deleting verification (UUID=cbc8e0ff-9b17-4671-926d-b31a6b85d8f0). 2018-05-01 17:58:12.351 11589 INFO rally.api [-] Verification has been successfully deleted! 2018-05-01 17:58:12.352 11589 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=764b2c57-ca00-4dfb-a7d9-0a872312a21a). 2018-05-01 17:58:12.365 11589 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-01 17:58:14,959 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-01 17:58:14.690 11592 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=ba3901a9-77d3-40a0-ac56-6dd275804e16) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | ba3901a9-77d3-40a0-ac56-6dd275804e16 | 2018-05-01T17:58:14 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: ba3901a9-77d3-40a0-ac56-6dd275804e16 ~/.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-05-01 17:58:18,235 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-05-01 17:58:18,235 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-01 17:58:20,625 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-01 17:58:20.366 11598 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=764b2c57-ca00-4dfb-a7d9-0a872312a21a). 2018-05-01 17:58:20.479 11598 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-01 17:58:23,950 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-01 17:58:22.611 11601 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-01 17:58:22.761 11601 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-01 17:58:23.755 11601 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b624ab4b-932b-4851-adbd-91b0142303cb) has been successfully created! Using verifier 'opnfv-tempest' (UUID=b624ab4b-932b-4851-adbd-91b0142303cb) as the default verifier for the future CLI operations. 2018-05-01 17:58:34,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-01 17:58:38,856 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-01 17:58:38.024 11620 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b624ab4b-932b-4851-adbd-91b0142303cb) for deployment 'opnfv-rally' (UUID=ba3901a9-77d3-40a0-ac56-6dd275804e16). 2018-05-01 17:58:38.696 11620 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b624ab4b-932b-4851-adbd-91b0142303cb) has been successfully configured for deployment 'opnfv-rally' (UUID=ba3901a9-77d3-40a0-ac56-6dd275804e16)! 2018-05-01 17:58:41,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-b624ab4b-932b-4851-adbd-91b0142303cb/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-05-01 17:58:41,745 - 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-05-01 17:58:43,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 17:58:43.819 11629 INFO rally.api [-] Starting verification (UUID=d3a6fe59-b4c1-4325-83c6-d7404c6fb886) for deployment 'opnfv-rally' (UUID=ba3901a9-77d3-40a0-ac56-6dd275804e16) by verifier 'opnfv-tempest' (UUID=b624ab4b-932b-4851-adbd-91b0142303cb). 2018-05-01 18:01:49,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd3a6fe59-b4c1-4325-83c6-d7404c6fb886']'. 2018-05-01 18:01:50,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-01 18:01:50,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-01 18:01:50,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-01 18:01:50,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d3a6fe59-b4c1-4325-83c6-d7404c6fb886 | 2018-05-01 18:01:50,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-01 18:01:50,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-01 17:58:43 | 2018-05-01 18:01:50,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-01 18:01:49 | 2018-05-01 18:01:50,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:06 | 2018-05-01 18:01:50,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-01 18:01:50,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-01 18:01:50,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: b624ab4b-932b-4851-adbd-91b0142303cb) | 2018-05-01 18:01:50,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-01 18:01:50,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: ba3901a9-77d3-40a0-ac56-6dd275804e16) | 2018-05-01 18:01:50,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-01 18:01:50,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 171.449 | 2018-05-01 18:01:50,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-05-01 18:01:50,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-05-01 18:01:50,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-01 18:01:50,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-01 18:01:50,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-05-01 18:01:50,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-01 18:01:50,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-01 18:01:50,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 97.6744186047% 2018-05-01 18:01:55,649 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 18:01:55,649 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:29 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-05-01 18:01:55,653 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-05-01 18:01:55,653 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:42 | PASS | | vping_userdata | functest | smoke | 00:30 | PASS | | tempest_smoke_serial | functest | smoke | 18:19 | FAIL | | rally_sanity | functest | smoke | 21:52 | PASS | | refstack_defcore | functest | smoke | 08:16 | FAIL | | patrole | functest | smoke | 02:57 | PASS | | odl | functest | smoke | 00:18 | PASS | | snaps_smoke | functest | smoke | 66:54 | FAIL | | neutron_trunk | functest | smoke | 03:29 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-01 18:01:55,660 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-01 18:01:58,853 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-72 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-01 18:01:58,857 - 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=eM4TKECRbj4MF6auJuxx98Jkh export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-05-01 18:01:58,857 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-01 18:01:58,858 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-01 18:01:58,858 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-05-01 18:01:58,861 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-01 18:02:01,609 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-72 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-01 18:02:01,613 - 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=eM4TKECRbj4MF6auJuxx98Jkh export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-05-01 18:02:01,613 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-01 18:02:01,615 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | vnf | 4 | (daily)|(weekly) | Collection of VNF test cases. | cloudify_ims vyos_vrouter juju_epc | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ 2018-05-01 18:02:01,616 - xtesting.ci.run_tests - INFO - Running tier 'vnf' 2018-05-01 18:02:01,616 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-05-01 18:02:02,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-05-01 18:02:02,822 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - VNF configuration: {'inputs': {u'vellum_cluster_size': 1, u'agent_user': u'ubuntu', u'image_id': u'ubuntu_14.04', u'external_network_name': u'', u'dime_cluster_size': 1, u'key_pair_name': u'cloudify_ims_kp', u'bono_cluster_size': 1, u'flavor_id': u'm1.small', u'public_domain': u'clearwater.opnfv', u'homer_cluster_size': 1, u'release': u'repo122', u'private_key_path': u'/etc/cloudify/cloudify_ims.pem', u'sprout_cluster_size': 1}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'm1.small'}, u'network_quotas': {u'security_group': 20, u'security_group_rule': 100, u'port': 50}, u'compute_quotas': {u'cores': 50, u'instances': 15}}, 'descriptor': {u'url': u'https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater/archive/fraser.zip', u'file_name': u'openstack-blueprint.yaml', u'version': u'122', u'name': u'clearwater-opnfv'}} 2018-05-01 18:02:02,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Images needed for vIMS: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'ubuntu_14.04': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-05-01 18:02:03,278 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-01 18:02:03,279 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-01 18:02:03,690 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-01 18:02:03,691 - xtesting.energy.energy - DEBUG - Submitting scenario (cloudify_ims/running) 2018-05-01 18:02:04,138 - functest.core.vnf - INFO - Prepare VNF: cloudify_ims, description: Created by OPNFV Functest: cloudify_ims 2018-05-01 18:02:06,804 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=cloudify_ims-f4895be7-8785-4b34-b2da-f70b957788d6, password=11e3e78b-9192-454e-af1c-a679745e6b22, auth_url=http://172.30.9.26:5000/v3, project_name=cloudify_ims-f4895be7-8785-4b34-b2da-f70b957788d6, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-01 18:02:06,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Additional pre-configuration steps 2018-05-01 18:02:08,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload some OS images if it doesn't exist 2018-05-01 18:02:08,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-05-01 18:03:32,645 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: ubuntu_14.04, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-05-01 18:03:39,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating keypair ... 2018-05-01 18:03:40,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating full network ... 2018-05-01 18:03:47,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating security group for cloudify manager vm 2018-05-01 18:03:49,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for cloudify manager vm ... 2018-05-01 18:03:50,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating cloudify manager VM 2018-05-01 18:06:40,222 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': '11e3e78b-9192-454e-af1c-a679745e6b22', 'keystone_tenant_name': 'cloudify_ims-f4895be7-8785-4b34-b2da-f70b957788d6', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.26:5000', 'user_domain_name': 'Default', 'keystone_username': 'cloudify_ims-f4895be7-8785-4b34-b2da-f70b957788d6', 'project_domain_name': 'Default'} 2018-05-01 18:06:40,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Attemps running status of the Manager 2018-05-01 18:06:46,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - The current manager status is running 2018-05-01 18:07:16,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager is up and running 2018-05-01 18:07:16,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-05-01 18:07:17,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-05-01 18:07:51,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo cp ~/cloudify_ims.pem /etc/cloudify/ stdout: 2018-05-01 18:07:51,694 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo chmod 444 /etc/cloudify/cloudify_ims.pem stdout: 2018-05-01 18:08:12,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo yum install -y gcc python-devel stdout: Loaded plugins: fastestmirror Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=genclo error was 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error" 2018-05-01 18:08:12,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - ERROR - SSH sudo yum install -y gcc python-devel stderr: One of the configured repositories failed (Unknown), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo= ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable or subscription-manager repos --disable= 5. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=.skip_if_unavailable=true Cannot find a valid baseurl for repo: base/7/x86_64 2018-05-01 18:08:12,611 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 288, in deploy_orchestrator ssh, cmd, "Unable to install packages on manager") File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 427, in run_blocking_ssh_command raise Exception(error_msg) Exception: Unable to install packages on manager 2018-05-01 18:08:12,612 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-01 18:08:12,613 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-01 18:08:13,198 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 18:08:13,199 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 06:08 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-01 18:08:13,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-05-01 18:08:13,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 396, in clean exec_list = cfy_client.executions.list(dep_name) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/executions.py", line 125, in list response = self.api.get(uri, params=params, _include=_include) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 229, in get timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 211, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 154, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 116, in _raise_client_error server_traceback=server_traceback) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 127, in _prepare_and_raise_exception status_code, error_code=error_code) CloudifyClientError: 404: Requested `Deployment` with ID `clearwater-opnfv` was not found 2018-05-01 18:08:13,315 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-01 18:08:33,252 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-05-01 18:08:33,252 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-05-01 18:08:33,371 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-05-01 18:08:33,785 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-05-01 18:08:33,785 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-05-01 18:08:33,810 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - VNF configuration: {'inputs': {u'region': u'RegionOne', u'external_network_name': u'admin_floating_net'}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'm1.medium'}}, 'descriptor': {u'url': u'https://github.com/oolorg/opnfv-vnf-vyos-blueprint/', u'version': u'fraser', u'name': u'vrouter-opnfv'}} 2018-05-01 18:08:33,815 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-05-01 18:08:33,837 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Images needed for vrouter: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'vyos1.1.7': u'/home/opnfv/functest/images/vyos-1.1.7.img'} 2018-05-01 18:08:33,837 - functest.core.vnf - INFO - Prepare VNF: vyos_vrouter, description: Created by OPNFV Functest: vyos_vrouter 2018-05-01 18:08:36,538 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=vyos_vrouter-46fff8d8-e4b8-4cc4-98a3-7b0db2d8644f, password=f53574d4-f655-4e0d-b6d4-2921a455ed84, auth_url=http://172.30.9.26:5000/v3, project_name=vyos_vrouter-46fff8d8-e4b8-4cc4-98a3-7b0db2d8644f, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-01 18:08:36,539 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Additional pre-configuration steps 2018-05-01 18:08:36,539 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload some OS images if it doesn't exist 2018-05-01 18:08:36,539 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-05-01 18:10:01,618 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: vyos1.1.7, file: /home/opnfv/functest/images/vyos-1.1.7.img 2018-05-01 18:10:12,740 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating keypair ... 2018-05-01 18:10:13,598 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating full network ... 2018-05-01 18:10:20,068 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating security group for cloudify manager vm 2018-05-01 18:10:21,889 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for cloudify manager vm ... 2018-05-01 18:10:22,538 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating cloudify manager VM 2018-05-01 18:13:14,398 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Attemps running status of the Manager 2018-05-01 18:15:21,584 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-01 18:17:58,896 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-01 18:20:36,208 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-01 18:23:13,520 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-01 18:25:50,832 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-01 18:28:28,144 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-01 18:31:05,455 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-01 18:33:42,768 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-01 18:36:20,080 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-01 18:38:57,392 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-01 18:39:27,408 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 276, in deploy_orchestrator raise Exception("Cloudify Manager isn't up and running") Exception: Cloudify Manager isn't up and running 2018-05-01 18:39:27,542 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 18:39:27,542 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 30:54 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-01 18:39:27,546 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-05-01 18:41:34,832 - functest.opnfv_tests.vnf.router.cloudify_vrouter - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 421, in clean exec_list = cfy_client.executions.list(dep_name) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/executions.py", line 125, in list response = self.api.get(uri, params=params, _include=_include) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 229, in get timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 211, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 141, in _do_request timeout=timeout) File "/usr/lib/python2.7/site-packages/requests/api.py", line 72, in get return request('get', url, params=params, **kwargs) File "/usr/lib/python2.7/site-packages/requests/api.py", line 58, in request return session.request(method=method, url=url, **kwargs) File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 502, in request resp = self.send(prep, **send_kwargs) File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 612, in send r = adapter.send(request, **kwargs) File "/usr/lib/python2.7/site-packages/requests/adapters.py", line 504, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='172.30.9.210', port=80): Max retries exceeded with url: /api/v3/executions?_include_system_workflows=False&deployment_id=vrouter-opnfv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Operation timed out',)) 2018-05-01 18:41:34,853 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-01 18:41:58,807 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-05-01 18:41:58,807 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-05-01 18:41:58,896 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - VNF configuration: {'descriptor': {u'file_name': u'/src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml', u'version': u'1', u'name': u'abot-oai-epc'}, 'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium.juju'}}} 2018-05-01 18:41:58,917 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-05-01 18:41:58,917 - functest.core.vnf - INFO - Prepare VNF: juju_epc, description: Created by OPNFV Functest: juju_epc 2018-05-01 18:42:01,568 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=juju_epc-9e431e0a-7ec1-4b5f-b029-66587a8fae42, password=a22cd92a-483d-414e-aceb-01ce61a1b168, auth_url=http://172.30.9.26:5000/v3, project_name=juju_epc-9e431e0a-7ec1-4b5f-b029-66587a8fae42, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-01 18:42:01,944 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-05-01 18:42:03,089 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace Since Juju 2 is being run for the first time, downloading latest cloud information. Fetching latest public cloud list... Updated your list of public clouds with 1 cloud region added: added cloud region: - google/asia-south1 2018-05-01 18:42:03,089 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-05-01 18:42:04,608 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - snaps creds: OSCreds - username=juju_network_discovery_bug, password=82857ec4-a219-44c8-ac67-9132f92ca337, auth_url=http://172.30.9.26:5000/v3, project_name=juju_epc-9e431e0a-7ec1-4b5f-b029-66587a8fae42, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-01 18:42:04,715 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-credential abot-epc -f /home/opnfv/functest/results/juju_epc/credentials.yaml --replace Credentials updated for cloud "abot-epc". 2018-05-01 18:42:04,716 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Orchestrator 2018-05-01 18:42:04,716 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating full network ... 2018-05-01 18:42:07,599 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating network Router .... 2018-05-01 18:42:11,926 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Flavor .... 2018-05-01 18:42:12,523 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload some OS images if it doesn't exist 2018-05-01 18:42:12,533 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Images needed for vEPC: {u'trusty': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img', u'xenial': u'/home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img'} 2018-05-01 18:42:12,533 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: trusty, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-05-01 18:42:19,540 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju metadata generate-image -d /root -i ee14c65e-78c2-42e9-af0c-7e93df2bc5ad -s trusty -r regionOne -u http://172.30.9.26:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-05-01 18:42:19,541 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: xenial, file: /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-05-01 18:42:26,570 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju metadata generate-image -d /root -i 707a3099-1775-4dc5-b4d4-253583323344 -s xenial -r regionOne -u http://172.30.9.26:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-05-01 18:42:26,570 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Network ID : 0c3262dc-7a25-4b9a-8909-7ba46056090b 2018-05-01 18:46:40,518 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/juju_epc.py", line 309, in deploy_orchestrator output = subprocess.check_output(cmd, stderr=subprocess.STDOUT) File "/usr/lib/python2.7/subprocess.py", line 219, in check_output raise CalledProcessError(retcode, cmd, output=output) CalledProcessError: Command '['timeout', '-t', '3600', 'juju', 'bootstrap', 'abot-epc', 'abot-controller', '--metadata-source', '/root', '--constraints', 'mem=2G', '--bootstrap-series', 'xenial', '--config', 'network=0c3262dc-7a25-4b9a-8909-7ba46056090b', '--config', 'ssl-hostname-verification=false', '--config', 'use-floating-ip=true', '--config', 'use-default-secgroup=true', '--debug']' returned non-zero exit status 1 2018-05-01 18:46:40,677 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 18:46:40,677 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 04:42 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-05-01 18:46:40,766 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/juju_epc.py", line 423, in clean output = subprocess.check_output(cmd, stderr=subprocess.STDOUT) File "/usr/lib/python2.7/subprocess.py", line 219, in check_output raise CalledProcessError(retcode, cmd, output=output) CalledProcessError: Command '['juju', 'debug-log', '--replay', '--no-tail']' returned non-zero exit status 1 2018-05-01 18:46:40,766 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Remove the Abot_epc OS object .. 2018-05-01 18:46:40,767 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-01 18:46:48,908 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-05-01 18:46:48,908 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 06:08 | FAIL | | vyos_vrouter | functest | vnf | 30:54 | FAIL | | juju_epc | functest | vnf | 04:42 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-05-01 18:46:48,911 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-01 18:46:52,145 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-72 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-01 18:46:52,150 - 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=eM4TKECRbj4MF6auJuxx98Jkh export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-05-01 18:46:52,150 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-01 18:46:52,150 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-01 18:46:52,151 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-01 18:46:52,152 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK