2018-04-16 10:53:18,968 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-16 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-16 10:53:18,971 - 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=KHp837g2hnEwzh7zhZWRKpung export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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.10 export OS_REGION_NAME=regionOne 2018-04-16 10:53:18,971 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-16 10:53:18,972 - 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-04-16 10:53:18,973 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-16 10:53:18,974 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-16 10:53:21,641 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-16 10:53:30,392 - 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.740s OK 2018-04-16 10:53:30,519 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-16 10:53:30,519 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-16 10:53:30,523 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-16 10:53:32,625 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-16 11:05:55,155 - 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 742.476s OK 2018-04-16 11:05:55,288 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-16 11:05:55,288 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:22 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-16 11:05:55,292 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-16 11:05:56,179 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-16 11:06:38,258 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 42.078s OK 2018-04-16 11:06:38,469 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-16 11:06:38,469 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:42 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-16 11:06:38,473 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | api_check | functest | healthcheck | 12:22 | PASS | | snaps_health_check | functest | healthcheck | 00:42 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-16 11:06:38,476 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-16 11:07:08,103 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-16 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-16 11:07:08,105 - 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=KHp837g2hnEwzh7zhZWRKpung export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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.10 export OS_REGION_NAME=regionOne 2018-04-16 11:07:08,105 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-16 11:07:08,106 - 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-04-16 11:07:08,107 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-16 11:07:08,107 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-16 11:07:08,997 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-16 11:07:08,997 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-16 11:07:09,404 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-16 11:07:09,404 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-04-16 11:07:09,780 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-16 11:07:09,780 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-16 11:07:09' 2018-04-16 11:07:09,781 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--79f51b32-82e1-484f-9748-b61e5fe5838f' 2018-04-16 11:07:13,144 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-79f51b32-82e1-484f-9748-b61e5fe5838f' 2018-04-16 11:07:16,152 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-79f51b32-82e1-484f-9748-b61e5fe5838f' 2018-04-16 11:07:23,816 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-79f51b32-82e1-484f-9748-b61e5fe5838f' 2018-04-16 11:07:25,005 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-79f51b32-82e1-484f-9748-b61e5fe5838f' 2018-04-16 11:07:25,756 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-79f51b32-82e1-484f-9748-b61e5fe5838f' 2018-04-16 11:07:32,489 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-79f51b32-82e1-484f-9748-b61e5fe5838f' 2018-04-16 11:07:36,811 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-79f51b32-82e1-484f-9748-b61e5fe5838f' 2018-04-16 11:08:01,892 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-16 11:08:07,459 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-16 11:08:07,595 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-16 11:08:08,601 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-16 11:08:26,035 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-16 11:08:26,035 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-16 11:08:26,530 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-16 11:08:26,530 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:59 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-16 11:08:26,534 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-16 11:08:26,622 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-16 11:08:26,622 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-16 11:08:26' 2018-04-16 11:08:26,622 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--e198f9f6-c9b4-4d11-950f-d86d2ea80fd9' 2018-04-16 11:08:29,450 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-e198f9f6-c9b4-4d11-950f-d86d2ea80fd9' 2018-04-16 11:08:32,105 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-e198f9f6-c9b4-4d11-950f-d86d2ea80fd9' 2018-04-16 11:08:38,645 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-e198f9f6-c9b4-4d11-950f-d86d2ea80fd9' 2018-04-16 11:08:39,384 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-e198f9f6-c9b4-4d11-950f-d86d2ea80fd9' 2018-04-16 11:08:46,673 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-e198f9f6-c9b4-4d11-950f-d86d2ea80fd9' 2018-04-16 11:08:53,483 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-16 11:09:04,560 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-16 11:09:07,383 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-16 11:09:22,899 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-16 11:09:22,900 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:41 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-16 11:09:22,904 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-16 11:09:22,994 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-16 11:09:27,564 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-16 11:09:27.284 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=3783111b-0662-4d83-8e4e-459293975c49) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 3783111b-0662-4d83-8e4e-459293975c49 | 2018-04-16T11:09:27 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 3783111b-0662-4d83-8e4e-459293975c49 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-16 11:09:30,790 - 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-04-16 11:09:30,791 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-16 11:09:36,234 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-16 11:09:34.895 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-16 11:09:35.040 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-16 11:09:36.037 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d338a8b1-c70a-4184-9d8f-6c0501ecd772) has been successfully created! Using verifier 'opnfv-tempest' (UUID=d338a8b1-c70a-4184-9d8f-6c0501ecd772) as the default verifier for the future CLI operations. 2018-04-16 11:09:39,192 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-16 11:09:41,606 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-16 11:09:48,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-16 11:09:53,623 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-16 11:09:52.496 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d338a8b1-c70a-4184-9d8f-6c0501ecd772) for deployment 'opnfv-rally' (UUID=3783111b-0662-4d83-8e4e-459293975c49). 2018-04-16 11:09:53.456 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d338a8b1-c70a-4184-9d8f-6c0501ecd772) has been successfully configured for deployment 'opnfv-rally' (UUID=3783111b-0662-4d83-8e4e-459293975c49)! 2018-04-16 11:09:53,623 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-16 11:09:53,623 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-16 11:09:53,626 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-16 11:09:53,628 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-16 11:09:56,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-d338a8b1-c70a-4184-9d8f-6c0501ecd772/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-16 11:09:56,622 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-16 11:09:56,623 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-16 11:09:56,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-04-16 11:09:58,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:09:58.779 55 INFO rally.api [-] Starting verification (UUID=344c44a5-aea1-47b9-b021-3f415824a72b) for deployment 'opnfv-rally' (UUID=3783111b-0662-4d83-8e4e-459293975c49) by verifier 'opnfv-tempest' (UUID=d338a8b1-c70a-4184-9d8f-6c0501ecd772). 2018-04-16 11:09:58,780 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 344c44a5-aea1-47b9-b021-3f415824a72b 2018-04-16 11:10:05,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:10:05.983 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.180s] 2018-04-16 11:10:06,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:10:06.038 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.055s] 2018-04-16 11:10:12,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:10:12.789 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.334s] 2018-04-16 11:10:16,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:10:16.134 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.344s] 2018-04-16 11:10:29,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:10:29.996 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.401s] 2018-04-16 11:10:46,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:10:46.955 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [9.866s] 2018-04-16 11:11:21,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:11:21.713 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.066s] 2018-04-16 11:11:21,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:11:21.715 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-16 11:11:52,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:11:52.411 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.068s] 2018-04-16 11:11:52,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:11:52.412 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-16 11:12:21,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:12:21.263 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.069s] 2018-04-16 11:12:21,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:12:21.264 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-16 11:13:12,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:13:12.775 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [23.405s] 2018-04-16 11:13:36,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:13:36.754 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.049s] 2018-04-16 11:13:36,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:13:36.856 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.102s] 2018-04-16 11:13:44,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:13:44.642 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.665s] 2018-04-16 11:13:44,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:13:44.651 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-04-16 11:13:46,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:13:46.254 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-16 11:13:46,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:13:46.255 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-16 11:13:50,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:13:50.171 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.412s] 2018-04-16 11:13:56,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:13:56.945 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.074s] 2018-04-16 11:14:03,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:14:03.463 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.673s] 2018-04-16 11:14:11,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:14:11.212 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.514s] 2018-04-16 11:14:20,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:14:20.634 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.233s] 2018-04-16 11:14:27,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:14:27.647 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.396s] 2018-04-16 11:14:33,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:14:33.971 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.207s] 2018-04-16 11:14:41,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:14:41.484 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.569s] 2018-04-16 11:14:48,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:14:48.857 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.546s] 2018-04-16 11:14:57,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:14:57.367 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.982s] 2018-04-16 11:15:00,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:15:00.018 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-16 11:15:02,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:15:02.045 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.083s] 2018-04-16 11:15:02,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:15:02.118 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.073s] 2018-04-16 11:15:02,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:15:02.196 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.077s] 2018-04-16 11:15:02,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:15:02.202 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-04-16 11:15:06,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:15:06.526 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.864s] 2018-04-16 11:15:08,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:15:08.242 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.716s] 2018-04-16 11:15:10,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:15:10.577 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.334s] 2018-04-16 11:15:17,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:15:17.338 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-04-16 11:15:24,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:15:24.766 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.898s] 2018-04-16 11:15:38,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:15:38.443 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.645s] 2018-04-16 11:15:41,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:15:41.538 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.093s] 2018-04-16 11:15:52,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:15:52.650 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.207s] 2018-04-16 11:15:56,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:15:56.251 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.598s] 2018-04-16 11:16:05,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:16:05.470 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.218s] 2018-04-16 11:16:14,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:16:14.593 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.792s] 2018-04-16 11:16:18,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:16:18.210 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.616s] 2018-04-16 11:16:24,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:16:24.667 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.456s] 2018-04-16 11:16:41,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:16:41.743 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.744s] 2018-04-16 11:16:42,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:16:42.033 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.290s] 2018-04-16 11:16:42,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:16:42.175 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.141s] 2018-04-16 11:16:42,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:16:42.376 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.200s] 2018-04-16 11:16:42,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:16:42.632 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.255s] 2018-04-16 11:16:42,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:16:42.837 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.204s] 2018-04-16 11:16:56,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:16:56.773 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.577s] 2018-04-16 11:16:57,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:16:57.296 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.523s] 2018-04-16 11:16:57,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:16:57.439 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.142s] 2018-04-16 11:16:57,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:16:57.645 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.206s] 2018-04-16 11:16:57,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:16:57.885 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.239s] 2018-04-16 11:16:58,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:16:58.189 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.303s] 2018-04-16 11:17:12,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:17:12.460 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.899s] 2018-04-16 11:17:18,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:17:18.910 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.451s] 2018-04-16 11:17:20,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:17:20.989 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.077s] 2018-04-16 11:17:21,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:17:21.211 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.222s] 2018-04-16 11:17:21,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:17:21.319 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.108s] 2018-04-16 11:17:33,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:17:33.470 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.065s] 2018-04-16 11:17:39,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:17:39.463 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [5.992s] 2018-04-16 11:17:41,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:17:41.411 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.947s] 2018-04-16 11:17:41,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:17:41.618 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.205s] 2018-04-16 11:17:41,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:17:41.821 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.203s] 2018-04-16 11:17:57,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:17:57.361 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [10.053s] 2018-04-16 11:18:02,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:18:02.908 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.546s] 2018-04-16 11:18:07,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:18:07.418 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.508s] 2018-04-16 11:18:22,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:18:22.265 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [14.846s] 2018-04-16 11:18:48,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:18:48.164 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.873s] 2018-04-16 11:18:53,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:18:53.241 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.074s] 2018-04-16 11:18:58,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:18:58.146 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.904s] 2018-04-16 11:19:01,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:19:01.241 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.094s] 2018-04-16 11:19:17,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:19:17.814 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.553s] 2018-04-16 11:19:20,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:19:20.080 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.263s] 2018-04-16 11:19:20,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:19:20.288 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.210s] 2018-04-16 11:19:25,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:19:25.168 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.588s] 2018-04-16 11:19:28,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:19:28.304 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.133s] 2018-04-16 11:19:28,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:19:28.351 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.048s] 2018-04-16 11:19:32,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:19:32.528 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.002s] 2018-04-16 11:19:36,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:19:36.339 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-04-16 11:19:38,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:19:38.145 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-16 11:19:38,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:19:38.147 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-16 11:19:38,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:19:38.149 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-16 11:19:38,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:19:38.150 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-16 11:19:38,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:19:38.150 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-16 11:19:40,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:19:40.198 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-04-16 11:19:56,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:19:56.800 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.677s] 2018-04-16 11:20:09,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:20:09.638 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.879s] 2018-04-16 11:20:21,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:20:21.848 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.207s] 2018-04-16 11:20:30,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:20:30.915 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.197s] 2018-04-16 11:24:12,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:24:12.166 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [214.243s] 2018-04-16 11:27:54,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:27:54.660 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [213.427s] 2018-04-16 11:28:39,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:28:39.558 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [26.053s] 2018-04-16 11:28:58,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '344c44a5-aea1-47b9-b021-3f415824a72b']'. 2018-04-16 11:29:00,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-16 11:29:00,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-16 11:29:00,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-16 11:29:00,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 344c44a5-aea1-47b9-b021-3f415824a72b | 2018-04-16 11:29:00,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-16 11:29:00,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-16 11:09:58 | 2018-04-16 11:29:00,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-16 11:28:58 | 2018-04-16 11:29:00,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:19:00 | 2018-04-16 11:29:00,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-16 11:29:00,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-16 11:29:00,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-16 11:29:00,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: d338a8b1-c70a-4184-9d8f-6c0501ecd772) | 2018-04-16 11:29:00,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-16 11:29:00,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 3783111b-0662-4d83-8e4e-459293975c49) | 2018-04-16 11:29:00,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-16 11:29:00,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1115.729 | 2018-04-16 11:29:00,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 88 | 2018-04-16 11:29:00,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-16 11:29:00,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-16 11:29:00,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-16 11:29:00,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-04-16 11:29:00,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-16 11:29:00,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-16 11:29:00,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 97.7777777778% 2018-04-16 11:29:06,427 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-16 11:29:06,427 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 19:27 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-04-16 11:29:06,431 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-04-16 11:29:06,431 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-16 11:29:06,522 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-16 11:29:06,933 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-16 11:29:06,933 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-04-16 11:29:07,311 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-16 11:29:09,747 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-16 11:29:09.356 237 INFO rally.deployment.engine [-] Deployment 3783111b-0662-4d83-8e4e-459293975c49 | Starting: Destroy cloud and free allocated resources. 2018-04-16 11:29:09.450 237 INFO rally.deployment.engine [-] Deployment 3783111b-0662-4d83-8e4e-459293975c49 | Completed: Destroy cloud and free allocated resources. 2018-04-16 11:29:09.491 237 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=d338a8b1-c70a-4184-9d8f-6c0501ecd772) for deployment 'opnfv-rally'. 2018-04-16 11:29:09.510 237 INFO rally.api [-] Deleting verification (UUID=344c44a5-aea1-47b9-b021-3f415824a72b). 2018-04-16 11:29:09.553 237 INFO rally.api [-] Verification has been successfully deleted! 2018-04-16 11:29:09.553 237 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=d338a8b1-c70a-4184-9d8f-6c0501ecd772). 2018-04-16 11:29:09.561 237 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-16 11:29:12,068 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-16 11:29:11.828 240 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=71b3a99f-80c0-4ec4-b0b1-cc9cae9ace2a) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 71b3a99f-80c0-4ec4-b0b1-cc9cae9ace2a | 2018-04-16T11:29:11 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 71b3a99f-80c0-4ec4-b0b1-cc9cae9ace2a ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-16 11:29:15,534 - 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-04-16 11:29:15,534 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-16 11:29:17,049 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-15ae361f-cc2f-4e04-8561-7b4a0f2b6c99'... 2018-04-16 11:29:20,409 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-15ae361f-cc2f-4e04-8561-7b4a0f2b6c99'... 2018-04-16 11:29:22,827 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-15ae361f-cc2f-4e04-8561-7b4a0f2b6c99'... 2018-04-16 11:29:28,740 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-15ae361f-cc2f-4e04-8561-7b4a0f2b6c99'... 2018-04-16 11:29:29,451 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-15ae361f-cc2f-4e04-8561-7b4a0f2b6c99'... 2018-04-16 11:29:30,132 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-16 11:29:30,133 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-04-16 11:29:30,134 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-16 11:29:30,152 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-16 11:29:30,152 - 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': '1a7e7fb2-c4fe-42c1-b23b-1ae99b1fbbb0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-15ae361f-cc2f-4e04-8561-7b4a0f2b6c99', 'flavor_name': 'rally-tiny-15ae361f-cc2f-4e04-8561-7b4a0f2b6c99', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-15ae361f-cc2f-4e04-8561-7b4a0f2b6c99', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-16 11:30:34,192 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7f9647c7-497c-4262-9f75-d36538d7804e 2018-04-16 11:30:34,193 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-16 11:30:34,193 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '7f9647c7-497c-4262-9f75-d36538d7804e'] 2018-04-16 11:30:35,281 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 7f9647c7-497c-4262-9f75-d36538d7804e: 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 7f9647c7-497c-4262-9f75-d36538d7804e 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.484 | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 100.0% | 1 | | total | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 100.0% | 1 | | -> duration | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.48443 Full duration: 7.409638 -------------------------------------------------------------------------------- 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 7f9647c7-497c-4262-9f75-d36538d7804e 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 | 1.083 | 1.083 | 1.083 | 1.083 | 1.083 | 1.083 | 100.0% | 1 | | total | 1.524 | 1.524 | 1.524 | 1.524 | 1.524 | 1.524 | 100.0% | 1 | | -> duration | 1.524 | 1.524 | 1.524 | 1.524 | 1.524 | 1.524 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.523924 Full duration: 8.53629 -------------------------------------------------------------------------------- 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 7f9647c7-497c-4262-9f75-d36538d7804e 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.545 | 0.545 | 0.545 | 0.545 | 0.545 | 0.545 | 100.0% | 1 | | total | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 100.0% | 1 | | -> duration | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.971081 Full duration: 8.134058 -------------------------------------------------------------------------------- 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 7f9647c7-497c-4262-9f75-d36538d7804e 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.358 | 0.358 | 0.358 | 0.358 | 0.358 | 0.358 | 100.0% | 1 | | total | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> duration | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.770777 Full duration: 7.755128 -------------------------------------------------------------------------------- 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 7f9647c7-497c-4262-9f75-d36538d7804e 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.531 | 0.531 | 0.531 | 0.531 | 0.531 | 0.531 | 100.0% | 1 | | total | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 100.0% | 1 | | -> duration | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.936857 Full duration: 7.787732 -------------------------------------------------------------------------------- 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 7f9647c7-497c-4262-9f75-d36538d7804e 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.225 | 0.225 | 0.225 | 0.225 | 0.225 | 0.225 | 100.0% | 1 | | total | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 100.0% | 1 | | -> duration | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.685661 Full duration: 7.471473 HINTS: * To plot HTML graphics with this data, run: rally task report 7f9647c7-497c-4262-9f75-d36538d7804e --out output.html * To generate a JUnit report, run: rally task export 7f9647c7-497c-4262-9f75-d36538d7804e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7f9647c7-497c-4262-9f75-d36538d7804e --json --out output.json 2018-04-16 11:30:35,282 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '7f9647c7-497c-4262-9f75-d36538d7804e'] 2018-04-16 11:30:36,345 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-16 11:30:36,345 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '7f9647c7-497c-4262-9f75-d36538d7804e', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-16 11:30:36,354 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-16 11:30:36,354 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-16 11:30:36,354 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-04-16 11:30:36,355 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-16 11:30:36,371 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-16 11:30:36,372 - 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': '1a7e7fb2-c4fe-42c1-b23b-1ae99b1fbbb0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-15ae361f-cc2f-4e04-8561-7b4a0f2b6c99', 'flavor_name': 'rally-tiny-15ae361f-cc2f-4e04-8561-7b4a0f2b6c99', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-15ae361f-cc2f-4e04-8561-7b4a0f2b6c99', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-16 11:32:16,449 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : eb9fe413-2813-427f-b8c9-d307324334e7 2018-04-16 11:32:16,449 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'eb9fe413-2813-427f-b8c9-d307324334e7'] 2018-04-16 11:32:17,476 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task eb9fe413-2813-427f-b8c9-d307324334e7: 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 eb9fe413-2813-427f-b8c9-d307324334e7 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.655 | 4.655 | 4.655 | 4.655 | 4.655 | 4.655 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.474 | 0.474 | 0.474 | 0.474 | 0.474 | 0.474 | 100.0% | 1 | | -> glance_v2.upload_data | 1.758 | 1.758 | 1.758 | 1.758 | 1.758 | 1.758 | 100.0% | 1 | | glance_v2.delete_image | 1.203 | 1.203 | 1.203 | 1.203 | 1.203 | 1.203 | 100.0% | 1 | | total | 5.859 | 5.859 | 5.859 | 5.859 | 5.859 | 5.859 | 100.0% | 1 | | -> duration | 5.859 | 5.859 | 5.859 | 5.859 | 5.859 | 5.859 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.85853 Full duration: 14.681707 -------------------------------------------------------------------------------- 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 eb9fe413-2813-427f-b8c9-d307324334e7 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.491 | 4.491 | 4.491 | 4.491 | 4.491 | 4.491 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.489 | 0.489 | 0.489 | 0.489 | 0.489 | 0.489 | 100.0% | 1 | | -> glance_v2.upload_data | 1.499 | 1.499 | 1.499 | 1.499 | 1.499 | 1.499 | 100.0% | 1 | | glance_v2.list_images | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | total | 4.671 | 4.671 | 4.671 | 4.671 | 4.671 | 4.671 | 100.0% | 1 | | -> duration | 4.671 | 4.671 | 4.671 | 4.671 | 4.671 | 4.671 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.671459 Full duration: 17.018222 -------------------------------------------------------------------------------- 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 eb9fe413-2813-427f-b8c9-d307324334e7 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.353 | 0.353 | 0.353 | 0.353 | 0.353 | 0.353 | 100.0% | 1 | | total | 0.353 | 0.353 | 0.353 | 0.353 | 0.353 | 0.353 | 100.0% | 1 | | -> duration | 0.353 | 0.353 | 0.353 | 0.353 | 0.353 | 0.353 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.353075 Full duration: 8.300165 -------------------------------------------------------------------------------- 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-15ae361f-cc2f-4e04-8561-7b4a0f2b6c99" }, "number_instances": 2, "nics": [ { "net-id": "1a7e7fb2-c4fe-42c1-b23b-1ae99b1fbbb0" } ] }, "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 eb9fe413-2813-427f-b8c9-d307324334e7 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.529 | 4.529 | 4.529 | 4.529 | 4.529 | 4.529 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 100.0% | 1 | | -> glance_v2.upload_data | 1.537 | 1.537 | 1.537 | 1.537 | 1.537 | 1.537 | 100.0% | 1 | | nova.boot_servers | 14.208 | 14.208 | 14.208 | 14.208 | 14.208 | 14.208 | 100.0% | 1 | | total | 18.738 | 18.738 | 18.738 | 18.738 | 18.738 | 18.738 | 100.0% | 1 | | -> duration | 17.738 | 17.738 | 17.738 | 17.738 | 17.738 | 17.738 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.737866 Full duration: 41.973396 HINTS: * To plot HTML graphics with this data, run: rally task report eb9fe413-2813-427f-b8c9-d307324334e7 --out output.html * To generate a JUnit report, run: rally task export eb9fe413-2813-427f-b8c9-d307324334e7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report eb9fe413-2813-427f-b8c9-d307324334e7 --json --out output.json 2018-04-16 11:32:17,477 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'eb9fe413-2813-427f-b8c9-d307324334e7'] 2018-04-16 11:32:18,531 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-16 11:32:18,531 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'eb9fe413-2813-427f-b8c9-d307324334e7', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-16 11:32:18,538 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-16 11:32:18,538 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-16 11:32:18,539 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-04-16 11:32:18,539 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-16 11:32:18,553 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-16 11:32:18,554 - 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': '1a7e7fb2-c4fe-42c1-b23b-1ae99b1fbbb0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-15ae361f-cc2f-4e04-8561-7b4a0f2b6c99', 'flavor_name': 'rally-tiny-15ae361f-cc2f-4e04-8561-7b4a0f2b6c99', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-15ae361f-cc2f-4e04-8561-7b4a0f2b6c99', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-16 11:35:39,511 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 68042787-e885-4136-a9d2-68cd0e3885ab 2018-04-16 11:35:39,512 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '68042787-e885-4136-a9d2-68cd0e3885ab'] 2018-04-16 11:35:40,613 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 68042787-e885-4136-a9d2-68cd0e3885ab: 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 68042787-e885-4136-a9d2-68cd0e3885ab 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.232 | 3.232 | 3.232 | 3.232 | 3.232 | 3.232 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.439 | 2.439 | 2.439 | 2.439 | 2.439 | 2.439 | 100.0% | 1 | | total | 5.671 | 5.671 | 5.671 | 5.671 | 5.671 | 5.671 | 100.0% | 1 | | -> duration | 5.671 | 5.671 | 5.671 | 5.671 | 5.671 | 5.671 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.67139 Full duration: 23.432136 -------------------------------------------------------------------------------- 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 68042787-e885-4136-a9d2-68cd0e3885ab 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.153 | 3.153 | 3.153 | 3.153 | 3.153 | 3.153 | 100.0% | 1 | | cinder_v2.delete_volume | 2.87 | 2.87 | 2.87 | 2.87 | 2.87 | 2.87 | 100.0% | 1 | | total | 6.023 | 6.023 | 6.023 | 6.023 | 6.023 | 6.023 | 100.0% | 1 | | -> duration | 6.023 | 6.023 | 6.023 | 6.023 | 6.023 | 6.023 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.02313 Full duration: 16.109793 -------------------------------------------------------------------------------- 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-15ae361f-cc2f-4e04-8561-7b4a0f2b6c99" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 68042787-e885-4136-a9d2-68cd0e3885ab 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 | 8.693 | 8.693 | 8.693 | 8.693 | 8.693 | 8.693 | 100.0% | 1 | | cinder_v2.delete_volume | 2.483 | 2.483 | 2.483 | 2.483 | 2.483 | 2.483 | 100.0% | 1 | | total | 11.177 | 11.177 | 11.177 | 11.177 | 11.177 | 11.177 | 100.0% | 1 | | -> duration | 11.177 | 11.177 | 11.177 | 11.177 | 11.177 | 11.177 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.176717 Full duration: 22.54022 -------------------------------------------------------------------------------- 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 68042787-e885-4136-a9d2-68cd0e3885ab 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.179 | 3.179 | 3.179 | 3.179 | 3.179 | 3.179 | 100.0% | 1 | | cinder_v2.delete_volume | 2.704 | 2.704 | 2.704 | 2.704 | 2.704 | 2.704 | 100.0% | 1 | | total | 5.883 | 5.883 | 5.883 | 5.883 | 5.883 | 5.883 | 100.0% | 1 | | -> duration | 5.883 | 5.883 | 5.883 | 5.883 | 5.883 | 5.883 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.883374 Full duration: 16.17528 -------------------------------------------------------------------------------- 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 68042787-e885-4136-a9d2-68cd0e3885ab 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.284 | 3.284 | 3.284 | 3.284 | 3.284 | 3.284 | 100.0% | 1 | | cinder_v2.extend_volume | 2.665 | 2.665 | 2.665 | 2.665 | 2.665 | 2.665 | 100.0% | 1 | | cinder_v2.delete_volume | 2.452 | 2.452 | 2.452 | 2.452 | 2.452 | 2.452 | 100.0% | 1 | | total | 8.402 | 8.402 | 8.402 | 8.402 | 8.402 | 8.402 | 100.0% | 1 | | -> duration | 8.402 | 8.402 | 8.402 | 8.402 | 8.402 | 8.402 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.402099 Full duration: 18.469838 -------------------------------------------------------------------------------- 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 68042787-e885-4136-a9d2-68cd0e3885ab 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.206 | 3.206 | 3.206 | 3.206 | 3.206 | 3.206 | 100.0% | 1 | | cinder_v2.delete_volume | 2.661 | 2.661 | 2.661 | 2.661 | 2.661 | 2.661 | 100.0% | 1 | | total | 5.867 | 5.867 | 5.867 | 5.867 | 5.867 | 5.867 | 100.0% | 1 | | -> duration | 5.867 | 5.867 | 5.867 | 5.867 | 5.867 | 5.867 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.866656 Full duration: 22.513365 -------------------------------------------------------------------------------- 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 68042787-e885-4136-a9d2-68cd0e3885ab 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.63 | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 100.0% | 1 | | cinder_v2.list_qos | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 100.0% | 1 | | total | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 100.0% | 1 | | -> duration | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.79424 Full duration: 12.69256 -------------------------------------------------------------------------------- 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 68042787-e885-4136-a9d2-68cd0e3885ab 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.578 | 0.578 | 0.578 | 0.578 | 0.578 | 0.578 | 100.0% | 1 | | cinder_v2.set_qos | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 100.0% | 1 | | total | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | -> duration | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.782902 Full duration: 12.552063 -------------------------------------------------------------------------------- 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 68042787-e885-4136-a9d2-68cd0e3885ab 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.626 | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 100.0% | 1 | | cinder_v2.list_types | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 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.81412 Full duration: 12.613391 -------------------------------------------------------------------------------- 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 68042787-e885-4136-a9d2-68cd0e3885ab 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.617 | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.234 | 0.234 | 0.234 | 0.234 | 0.234 | 0.234 | 100.0% | 1 | | total | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 100.0% | 1 | | -> duration | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.851275 Full duration: 12.397027 HINTS: * To plot HTML graphics with this data, run: rally task report 68042787-e885-4136-a9d2-68cd0e3885ab --out output.html * To generate a JUnit report, run: rally task export 68042787-e885-4136-a9d2-68cd0e3885ab --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 68042787-e885-4136-a9d2-68cd0e3885ab --json --out output.json 2018-04-16 11:35:40,614 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '68042787-e885-4136-a9d2-68cd0e3885ab'] 2018-04-16 11:35:41,685 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-16 11:35:41,685 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '68042787-e885-4136-a9d2-68cd0e3885ab', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-16 11:35:41,694 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-16 11:35:41,695 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-16 11:35:41,695 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-04-16 11:35:41,695 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-16 11:35:41,721 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-16 11:35:41,722 - 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': '1a7e7fb2-c4fe-42c1-b23b-1ae99b1fbbb0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-15ae361f-cc2f-4e04-8561-7b4a0f2b6c99', 'flavor_name': 'rally-tiny-15ae361f-cc2f-4e04-8561-7b4a0f2b6c99', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-15ae361f-cc2f-4e04-8561-7b4a0f2b6c99', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-16 11:37:06,728 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ade67a29-a269-4f5d-9f48-2f4e4742e70d 2018-04-16 11:37:06,728 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'ade67a29-a269-4f5d-9f48-2f4e4742e70d'] 2018-04-16 11:37:07,719 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task ade67a29-a269-4f5d-9f48-2f4e4742e70d: 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 ade67a29-a269-4f5d-9f48-2f4e4742e70d 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.707 | 4.707 | 4.707 | 4.707 | 4.707 | 4.707 | 100.0% | 1 | | heat.update_stack | 3.405 | 3.405 | 3.405 | 3.405 | 3.405 | 3.405 | 100.0% | 1 | | heat.delete_stack | 2.526 | 2.526 | 2.526 | 2.526 | 2.526 | 2.526 | 100.0% | 1 | | total | 10.638 | 10.638 | 10.638 | 10.638 | 10.638 | 10.638 | 100.0% | 1 | | -> duration | 6.638 | 6.638 | 6.638 | 6.638 | 6.638 | 6.638 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.638356 Full duration: 20.996245 -------------------------------------------------------------------------------- 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 ade67a29-a269-4f5d-9f48-2f4e4742e70d has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.033 | 5.033 | 5.033 | 5.033 | 5.033 | 5.033 | 100.0% | 1 | | heat.check_stack | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | heat.delete_stack | 1.615 | 1.615 | 1.615 | 1.615 | 1.615 | 1.615 | 100.0% | 1 | | total | 7.281 | 7.281 | 7.281 | 7.281 | 7.281 | 7.281 | 100.0% | 1 | | -> duration | 5.281 | 5.281 | 5.281 | 5.281 | 5.281 | 5.281 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.280551 Full duration: 17.545153 -------------------------------------------------------------------------------- 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 ade67a29-a269-4f5d-9f48-2f4e4742e70d 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.682 | 4.682 | 4.682 | 4.682 | 4.682 | 4.682 | 100.0% | 1 | | heat.suspend_stack | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 100.0% | 1 | | heat.resume_stack | 1.83 | 1.83 | 1.83 | 1.83 | 1.83 | 1.83 | 100.0% | 1 | | heat.delete_stack | 2.582 | 2.582 | 2.582 | 2.582 | 2.582 | 2.582 | 100.0% | 1 | | total | 9.895 | 9.895 | 9.895 | 9.895 | 9.895 | 9.895 | 100.0% | 1 | | -> duration | 7.895 | 7.895 | 7.895 | 7.895 | 7.895 | 7.895 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.894563 Full duration: 18.420525 -------------------------------------------------------------------------------- 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 ade67a29-a269-4f5d-9f48-2f4e4742e70d 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.582 | 0.582 | 0.582 | 0.582 | 0.582 | 0.582 | 100.0% | 1 | | total | 0.582 | 0.582 | 0.582 | 0.582 | 0.582 | 0.582 | 100.0% | 1 | | -> duration | 0.582 | 0.582 | 0.582 | 0.582 | 0.582 | 0.582 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.582417 Full duration: 8.189182 HINTS: * To plot HTML graphics with this data, run: rally task report ade67a29-a269-4f5d-9f48-2f4e4742e70d --out output.html * To generate a JUnit report, run: rally task export ade67a29-a269-4f5d-9f48-2f4e4742e70d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ade67a29-a269-4f5d-9f48-2f4e4742e70d --json --out output.json 2018-04-16 11:37:07,719 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'ade67a29-a269-4f5d-9f48-2f4e4742e70d'] 2018-04-16 11:37:08,748 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-16 11:37:08,749 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'ade67a29-a269-4f5d-9f48-2f4e4742e70d', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-16 11:37:08,756 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-16 11:37:08,756 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-16 11:37:08,756 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-04-16 11:37:08,756 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-16 11:37:08,764 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-16 11:37:08,764 - 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': '1a7e7fb2-c4fe-42c1-b23b-1ae99b1fbbb0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-15ae361f-cc2f-4e04-8561-7b4a0f2b6c99', 'flavor_name': 'rally-tiny-15ae361f-cc2f-4e04-8561-7b4a0f2b6c99', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-15ae361f-cc2f-4e04-8561-7b4a0f2b6c99', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-16 11:40:25,117 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d2d88baf-2d98-44cb-b2b0-7611a806ac20 2018-04-16 11:40:25,117 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'd2d88baf-2d98-44cb-b2b0-7611a806ac20'] 2018-04-16 11:40:26,160 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task d2d88baf-2d98-44cb-b2b0-7611a806ac20: 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 d2d88baf-2d98-44cb-b2b0-7611a806ac20 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.505 | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 100.0% | 1 | | keystone_v3.add_role | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | keystone_v3.revoke_role | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 100.0% | 1 | | total | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> duration | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.759155 Full duration: 14.398512 -------------------------------------------------------------------------------- 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 d2d88baf-2d98-44cb-b2b0-7611a806ac20 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.491 | 0.491 | 0.491 | 0.491 | 0.491 | 0.491 | 100.0% | 1 | | keystone_v3.add_role | 0.135 | 0.135 | 0.135 | 0.135 | 0.135 | 0.135 | 100.0% | 1 | | keystone_v3.list_roles | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | total | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 100.0% | 1 | | -> duration | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.726666 Full duration: 15.015633 -------------------------------------------------------------------------------- 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 d2d88baf-2d98-44cb-b2b0-7611a806ac20 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.854 | 0.854 | 0.854 | 0.854 | 0.854 | 0.854 | 100.0% | 1 | | keystone_v3.list_projects | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | total | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 100.0% | 1 | | -> duration | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.936893 Full duration: 15.270685 -------------------------------------------------------------------------------- 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 d2d88baf-2d98-44cb-b2b0-7611a806ac20 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.503 | 0.503 | 0.503 | 0.503 | 0.503 | 0.503 | 100.0% | 1 | | keystone_v3.delete_role | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 100.0% | 1 | | total | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 100.0% | 1 | | -> duration | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.615171 Full duration: 12.446006 -------------------------------------------------------------------------------- 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 d2d88baf-2d98-44cb-b2b0-7611a806ac20 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.518 | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 100.0% | 1 | | keystone_v3.delete_service | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | total | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 100.0% | 1 | | -> duration | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.633391 Full duration: 12.20808 -------------------------------------------------------------------------------- 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 d2d88baf-2d98-44cb-b2b0-7611a806ac20 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.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | keystone_v3.create_user | 0.548 | 0.548 | 0.548 | 0.548 | 0.548 | 0.548 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | -> keystone_v3.add_role | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 100.0% | 1 | | keystone_v3.create_role | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | keystone_v3.get_project | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | keystone_v3.get_user | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | keystone_v3.get_role | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | keystone_v3.list_services | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | keystone_v3.get_services | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | total | 1.859 | 1.859 | 1.859 | 1.859 | 1.859 | 1.859 | 100.0% | 1 | | -> duration | 1.859 | 1.859 | 1.859 | 1.859 | 1.859 | 1.859 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.859089 Full duration: 19.607633 -------------------------------------------------------------------------------- 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 d2d88baf-2d98-44cb-b2b0-7611a806ac20 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 100.0% | 1 | | keystone_v3.update_project | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | keystone_v3.delete_project | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 100.0% | 1 | | total | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 100.0% | 1 | | -> duration | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.939709 Full duration: 12.324754 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task d2d88baf-2d98-44cb-b2b0-7611a806ac20 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.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | total | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | -> duration | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.784404 Full duration: 14.765492 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task d2d88baf-2d98-44cb-b2b0-7611a806ac20 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.76 | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 100.0% | 1 | | total | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 100.0% | 1 | | -> duration | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.759966 Full duration: 14.823528 -------------------------------------------------------------------------------- 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 d2d88baf-2d98-44cb-b2b0-7611a806ac20 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.673 | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 100.0% | 1 | | keystone_v3.list_users | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | total | 0.872 | 0.872 | 0.872 | 0.872 | 0.872 | 0.872 | 100.0% | 1 | | -> duration | 0.872 | 0.872 | 0.872 | 0.872 | 0.872 | 0.872 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.87218 Full duration: 14.769756 -------------------------------------------------------------------------------- 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 d2d88baf-2d98-44cb-b2b0-7611a806ac20 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.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | keystone_v3.create_users | 4.919 | 4.919 | 4.919 | 4.919 | 4.919 | 4.919 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.918 | 4.918 | 4.918 | 4.918 | 4.918 | 4.918 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.906 | 0.906 | 0.906 | 0.906 | 0.906 | 0.906 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.261 | 1.261 | 1.261 | 1.261 | 1.261 | 1.261 | 100.0% | 1 | | total | 6.568 | 6.568 | 6.568 | 6.568 | 6.568 | 6.568 | 100.0% | 1 | | -> duration | 6.568 | 6.568 | 6.568 | 6.568 | 6.568 | 6.568 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.567999 Full duration: 22.827683 HINTS: * To plot HTML graphics with this data, run: rally task report d2d88baf-2d98-44cb-b2b0-7611a806ac20 --out output.html * To generate a JUnit report, run: rally task export d2d88baf-2d98-44cb-b2b0-7611a806ac20 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d2d88baf-2d98-44cb-b2b0-7611a806ac20 --json --out output.json 2018-04-16 11:40:26,161 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'd2d88baf-2d98-44cb-b2b0-7611a806ac20'] 2018-04-16 11:40:27,231 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-16 11:40:27,231 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'd2d88baf-2d98-44cb-b2b0-7611a806ac20', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-16 11:40:27,239 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-16 11:40:27,240 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-16 11:40:27,240 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-04-16 11:40:27,240 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-16 11:40:27,258 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-16 11:40:27,259 - 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': '1a7e7fb2-c4fe-42c1-b23b-1ae99b1fbbb0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-15ae361f-cc2f-4e04-8561-7b4a0f2b6c99', 'flavor_name': 'rally-tiny-15ae361f-cc2f-4e04-8561-7b4a0f2b6c99', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-15ae361f-cc2f-4e04-8561-7b4a0f2b6c99', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-16 11:45:48,941 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 077f38d3-6e4d-4437-b042-1e8ef6ecb6b7 2018-04-16 11:45:48,942 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '077f38d3-6e4d-4437-b042-1e8ef6ecb6b7'] 2018-04-16 11:45:49,987 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 077f38d3-6e4d-4437-b042-1e8ef6ecb6b7: 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 077f38d3-6e4d-4437-b042-1e8ef6ecb6b7 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.012 | 1.012 | 1.012 | 1.012 | 1.012 | 1.012 | 100.0% | 1 | | neutron.delete_network | 1.317 | 1.317 | 1.317 | 1.317 | 1.317 | 1.317 | 100.0% | 1 | | total | 2.328 | 2.328 | 2.328 | 2.328 | 2.328 | 2.328 | 100.0% | 1 | | -> duration | 2.328 | 2.328 | 2.328 | 2.328 | 2.328 | 2.328 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.328464 Full duration: 15.559891 -------------------------------------------------------------------------------- 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 077f38d3-6e4d-4437-b042-1e8ef6ecb6b7 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.58 | 1.58 | 1.58 | 1.58 | 1.58 | 1.58 | 100.0% | 1 | | neutron.delete_port | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | total | 2.204 | 2.204 | 2.204 | 2.204 | 2.204 | 2.204 | 100.0% | 1 | | -> duration | 2.204 | 2.204 | 2.204 | 2.204 | 2.204 | 2.204 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.203765 Full duration: 29.000211 -------------------------------------------------------------------------------- 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 077f38d3-6e4d-4437-b042-1e8ef6ecb6b7 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.991 | 0.991 | 0.991 | 0.991 | 0.991 | 0.991 | 100.0% | 1 | | neutron.create_subnet | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | neutron.create_router | 0.292 | 0.292 | 0.292 | 0.292 | 0.292 | 0.292 | 100.0% | 1 | | neutron.add_interface_router | 1.584 | 1.584 | 1.584 | 1.584 | 1.584 | 1.584 | 100.0% | 1 | | neutron.remove_interface_router | 1.272 | 1.272 | 1.272 | 1.272 | 1.272 | 1.272 | 100.0% | 1 | | neutron.delete_router | 0.426 | 0.426 | 0.426 | 0.426 | 0.426 | 0.426 | 100.0% | 1 | | total | 5.271 | 5.271 | 5.271 | 5.271 | 5.271 | 5.271 | 100.0% | 1 | | -> duration | 5.271 | 5.271 | 5.271 | 5.271 | 5.271 | 5.271 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.27078 Full duration: 36.540832 -------------------------------------------------------------------------------- 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 077f38d3-6e4d-4437-b042-1e8ef6ecb6b7 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.143 | 1.143 | 1.143 | 1.143 | 1.143 | 1.143 | 100.0% | 1 | | neutron.delete_subnet | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 100.0% | 1 | | total | 2.008 | 2.008 | 2.008 | 2.008 | 2.008 | 2.008 | 100.0% | 1 | | -> duration | 2.008 | 2.008 | 2.008 | 2.008 | 2.008 | 2.008 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.007623 Full duration: 28.809151 -------------------------------------------------------------------------------- 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 077f38d3-6e4d-4437-b042-1e8ef6ecb6b7 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.99 | 0.99 | 0.99 | 0.99 | 0.99 | 0.99 | 100.0% | 1 | | neutron.list_networks | 0.467 | 0.467 | 0.467 | 0.467 | 0.467 | 0.467 | 100.0% | 1 | | total | 1.457 | 1.457 | 1.457 | 1.457 | 1.457 | 1.457 | 100.0% | 1 | | -> duration | 1.457 | 1.457 | 1.457 | 1.457 | 1.457 | 1.457 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.456844 Full duration: 17.072121 -------------------------------------------------------------------------------- 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 077f38d3-6e4d-4437-b042-1e8ef6ecb6b7 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.507 | 1.507 | 1.507 | 1.507 | 1.507 | 1.507 | 100.0% | 1 | | neutron.list_ports | 0.239 | 0.239 | 0.239 | 0.239 | 0.239 | 0.239 | 100.0% | 1 | | total | 1.747 | 1.747 | 1.747 | 1.747 | 1.747 | 1.747 | 100.0% | 1 | | -> duration | 1.747 | 1.747 | 1.747 | 1.747 | 1.747 | 1.747 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.746874 Full duration: 32.309351 -------------------------------------------------------------------------------- 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 077f38d3-6e4d-4437-b042-1e8ef6ecb6b7 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.921 | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 100.0% | 1 | | neutron.create_subnet | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 100.0% | 1 | | neutron.create_router | 0.308 | 0.308 | 0.308 | 0.308 | 0.308 | 0.308 | 100.0% | 1 | | neutron.add_interface_router | 1.659 | 1.659 | 1.659 | 1.659 | 1.659 | 1.659 | 100.0% | 1 | | neutron.list_routers | 0.23 | 0.23 | 0.23 | 0.23 | 0.23 | 0.23 | 100.0% | 1 | | total | 3.936 | 3.936 | 3.936 | 3.936 | 3.936 | 3.936 | 100.0% | 1 | | -> duration | 3.936 | 3.936 | 3.936 | 3.936 | 3.936 | 3.936 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.936131 Full duration: 40.079389 -------------------------------------------------------------------------------- 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 077f38d3-6e4d-4437-b042-1e8ef6ecb6b7 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.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | neutron.create_subnet | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | neutron.list_subnets | 0.214 | 0.214 | 0.214 | 0.214 | 0.214 | 0.214 | 100.0% | 1 | | total | 1.722 | 1.722 | 1.722 | 1.722 | 1.722 | 1.722 | 100.0% | 1 | | -> duration | 1.722 | 1.722 | 1.722 | 1.722 | 1.722 | 1.722 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.721906 Full duration: 37.012885 -------------------------------------------------------------------------------- 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 077f38d3-6e4d-4437-b042-1e8ef6ecb6b7 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 100.0% | 1 | | neutron.delete_security_group | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | total | 1.77 | 1.77 | 1.77 | 1.77 | 1.77 | 1.77 | 100.0% | 1 | | -> duration | 1.77 | 1.77 | 1.77 | 1.77 | 1.77 | 1.77 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.769671 Full duration: 14.97842 -------------------------------------------------------------------------------- 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 077f38d3-6e4d-4437-b042-1e8ef6ecb6b7 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.982 | 0.982 | 0.982 | 0.982 | 0.982 | 0.982 | 100.0% | 1 | | neutron.create_security_group_rule | 0.43 | 0.43 | 0.43 | 0.43 | 0.43 | 0.43 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.252 | 0.252 | 0.252 | 0.252 | 0.252 | 0.252 | 100.0% | 1 | | neutron.delete_security_group | 0.293 | 0.293 | 0.293 | 0.293 | 0.293 | 0.293 | 100.0% | 1 | | total | 1.957 | 1.957 | 1.957 | 1.957 | 1.957 | 1.957 | 100.0% | 1 | | -> duration | 1.957 | 1.957 | 1.957 | 1.957 | 1.957 | 1.957 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.956615 Full duration: 14.954259 -------------------------------------------------------------------------------- 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 077f38d3-6e4d-4437-b042-1e8ef6ecb6b7 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.999 | 0.999 | 0.999 | 0.999 | 0.999 | 0.999 | 100.0% | 1 | | neutron.create_router | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 100.0% | 1 | | neutron.add_gateway_router | 1.96 | 1.96 | 1.96 | 1.96 | 1.96 | 1.96 | 100.0% | 1 | | neutron.remove_gateway_router | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 100.0% | 1 | | total | 4.179 | 4.179 | 4.179 | 4.179 | 4.179 | 4.179 | 100.0% | 1 | | -> duration | 4.179 | 4.179 | 4.179 | 4.179 | 4.179 | 4.179 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.179171 Full duration: 24.869242 HINTS: * To plot HTML graphics with this data, run: rally task report 077f38d3-6e4d-4437-b042-1e8ef6ecb6b7 --out output.html * To generate a JUnit report, run: rally task export 077f38d3-6e4d-4437-b042-1e8ef6ecb6b7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 077f38d3-6e4d-4437-b042-1e8ef6ecb6b7 --json --out output.json 2018-04-16 11:45:49,988 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '077f38d3-6e4d-4437-b042-1e8ef6ecb6b7'] 2018-04-16 11:45:51,015 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-16 11:45:51,015 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '077f38d3-6e4d-4437-b042-1e8ef6ecb6b7', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-16 11:45:51,024 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-16 11:45:51,024 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-16 11:45:51,024 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-04-16 11:45:51,025 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-16 11:45:51,042 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-16 11:45:51,043 - 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': '1a7e7fb2-c4fe-42c1-b23b-1ae99b1fbbb0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-15ae361f-cc2f-4e04-8561-7b4a0f2b6c99', 'flavor_name': 'rally-tiny-15ae361f-cc2f-4e04-8561-7b4a0f2b6c99', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-15ae361f-cc2f-4e04-8561-7b4a0f2b6c99', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-16 11:48:55,690 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e48c2eb6-f1a7-4073-b113-b480a2c5cb99 2018-04-16 11:48:55,690 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e48c2eb6-f1a7-4073-b113-b480a2c5cb99'] 2018-04-16 11:48:56,623 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e48c2eb6-f1a7-4073-b113-b480a2c5cb99: aborted -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-15ae361f-cc2f-4e04-8561-7b4a0f2b6c99" }, "image": { "name": "Cirros-0.4.0-15ae361f-cc2f-4e04-8561-7b4a0f2b6c99" }, "block_migration": false, "nics": [ { "net-id": "1a7e7fb2-c4fe-42c1-b23b-1ae99b1fbbb0" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task e48c2eb6-f1a7-4073-b113-b480a2c5cb99 has 1 error(s) -------------------------------------------------------------------------------- RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/servers.py", line 722, in run block_migration, disk_over_commit) File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 87, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/utils.py", line 770, in _live_migrate "but instance did not change host: %s" % host_pre_migrate) RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.497 | 9.497 | 9.497 | 9.497 | 9.497 | 9.497 | 100.0% | 1 | | nova.find_host_to_migrate | 1.388 | 1.388 | 1.388 | 1.388 | 1.388 | 1.388 | 100.0% | 1 | | nova.live_migrate | 134.06 | 134.06 | 134.06 | 134.06 | 134.06 | 134.06 | 0.0% | 1 | | total | 144.945 | 144.945 | 144.945 | 144.945 | 144.945 | 144.945 | 0.0% | 1 | | -> duration | 143.945 | 143.945 | 143.945 | 143.945 | 143.945 | 143.945 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 143.94542 Full duration: 160.290834 HINTS: * To plot HTML graphics with this data, run: rally task report e48c2eb6-f1a7-4073-b113-b480a2c5cb99 --out output.html * To generate a JUnit report, run: rally task export e48c2eb6-f1a7-4073-b113-b480a2c5cb99 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e48c2eb6-f1a7-4073-b113-b480a2c5cb99 --json --out output.json 2018-04-16 11:48:56,624 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e48c2eb6-f1a7-4073-b113-b480a2c5cb99'] 2018-04-16 11:48:57,654 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-16 11:48:57,654 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e48c2eb6-f1a7-4073-b113-b480a2c5cb99', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-16 11:48:57,660 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-04-16 11:48:57,661 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-16 11:48:57,661 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-04-16 11:48:57,661 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-16 11:48:57,678 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-16 11:48:57,679 - 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': '1a7e7fb2-c4fe-42c1-b23b-1ae99b1fbbb0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-15ae361f-cc2f-4e04-8561-7b4a0f2b6c99', 'flavor_name': 'rally-tiny-15ae361f-cc2f-4e04-8561-7b4a0f2b6c99', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-15ae361f-cc2f-4e04-8561-7b4a0f2b6c99', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-16 11:49:51,069 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 754f035a-8933-43fc-8c27-2b17cec1dbbe 2018-04-16 11:49:51,069 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '754f035a-8933-43fc-8c27-2b17cec1dbbe'] 2018-04-16 11:49:52,060 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 754f035a-8933-43fc-8c27-2b17cec1dbbe: 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 754f035a-8933-43fc-8c27-2b17cec1dbbe 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.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | quotas.delete_quotas | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 100.0% | 1 | | total | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 100.0% | 1 | | -> duration | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.907134 Full duration: 8.600252 -------------------------------------------------------------------------------- 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 754f035a-8933-43fc-8c27-2b17cec1dbbe 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.703 | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 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.703282 Full duration: 8.615533 -------------------------------------------------------------------------------- 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 754f035a-8933-43fc-8c27-2b17cec1dbbe 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.317 | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 100.0% | 1 | | total | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | -> duration | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.727719 Full duration: 8.31562 -------------------------------------------------------------------------------- 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 754f035a-8933-43fc-8c27-2b17cec1dbbe has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 100.0% | 1 | | total | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 100.0% | 1 | | -> duration | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.153023 Full duration: 9.459218 HINTS: * To plot HTML graphics with this data, run: rally task report 754f035a-8933-43fc-8c27-2b17cec1dbbe --out output.html * To generate a JUnit report, run: rally task export 754f035a-8933-43fc-8c27-2b17cec1dbbe --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 754f035a-8933-43fc-8c27-2b17cec1dbbe --json --out output.json 2018-04-16 11:49:52,060 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '754f035a-8933-43fc-8c27-2b17cec1dbbe'] 2018-04-16 11:49:53,079 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-16 11:49:53,080 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '754f035a-8933-43fc-8c27-2b17cec1dbbe', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-16 11:49:53,086 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-16 11:49:53,088 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:47 | 6 | 100.00% | | glance | 01:21 | 4 | 100.00% | | cinder | 02:49 | 10 | 100.00% | | heat | 01:05 | 4 | 100.00% | | keystone | 02:48 | 11 | 100.00% | | neutron | 04:51 | 11 | 100.00% | | nova | 02:40 | 1 | 0.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:16:58 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-04-16 11:49:53,088 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-04-16 11:50:02,342 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-16 11:50:02,342 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-16 11:50:02,831 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-16 11:50:02,832 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 20:55 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-16 11:50:02,836 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-04-16 11:50:02,836 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-16 11:50:02,941 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-16 11:50:05,328 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-16 11:50:05.036 9908 INFO rally.deployment.engine [-] Deployment 71b3a99f-80c0-4ec4-b0b1-cc9cae9ace2a | Starting: Destroy cloud and free allocated resources. 2018-04-16 11:50:05.129 9908 INFO rally.deployment.engine [-] Deployment 71b3a99f-80c0-4ec4-b0b1-cc9cae9ace2a | Completed: Destroy cloud and free allocated resources. 2018-04-16 11:50:05.139 9908 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=d338a8b1-c70a-4184-9d8f-6c0501ecd772). 2018-04-16 11:50:05.141 9908 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-16 11:50:07,692 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-16 11:50:07.389 9911 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=64a2a8f2-e0f7-4cbd-b238-023b83b69969) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 64a2a8f2-e0f7-4cbd-b238-023b83b69969 | 2018-04-16T11:50:07 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 64a2a8f2-e0f7-4cbd-b238-023b83b69969 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-16 11:50:10,987 - 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-04-16 11:50:10,988 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-16 11:50:13,360 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-16 11:50:13.094 9917 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=d338a8b1-c70a-4184-9d8f-6c0501ecd772). 2018-04-16 11:50:13.213 9917 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-16 11:50:16,777 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-16 11:50:15.427 9920 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-16 11:50:15.567 9920 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-16 11:50:16.591 9920 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9a8eef21-cb3b-4d43-9f93-9550c388316b) has been successfully created! Using verifier 'opnfv-tempest' (UUID=9a8eef21-cb3b-4d43-9f93-9550c388316b) as the default verifier for the future CLI operations. 2018-04-16 11:50:19,731 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-16 11:50:22,133 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-16 11:50:28,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-16 11:50:33,775 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-16 11:50:32.755 9939 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=9a8eef21-cb3b-4d43-9f93-9550c388316b) for deployment 'opnfv-rally' (UUID=64a2a8f2-e0f7-4cbd-b238-023b83b69969). 2018-04-16 11:50:33.613 9939 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9a8eef21-cb3b-4d43-9f93-9550c388316b) has been successfully configured for deployment 'opnfv-rally' (UUID=64a2a8f2-e0f7-4cbd-b238-023b83b69969)! 2018-04-16 11:50:33,776 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-16 11:50:33,776 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-16 11:50:33,778 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-16 11:50:35,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-04-16 11:50:38,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:50:38.199 9951 INFO rally.api [-] Starting verification (UUID=c6c3a9d5-7399-4f01-bd4f-f3478c2321d2) for deployment 'opnfv-rally' (UUID=64a2a8f2-e0f7-4cbd-b238-023b83b69969) by verifier 'opnfv-tempest' (UUID=9a8eef21-cb3b-4d43-9f93-9550c388316b). 2018-04-16 11:50:38,200 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: c6c3a9d5-7399-4f01-bd4f-f3478c2321d2 2018-04-16 11:50:47,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:50:47.412 9951 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.207s] 2018-04-16 11:50:47,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:50:47.476 9951 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.062s] 2018-04-16 11:50:48,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:50:48.205 9951 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.998s] 2018-04-16 11:50:49,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:50:49.830 9951 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.498s] 2018-04-16 11:50:49,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:50:49.864 9951 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [0.994s] 2018-04-16 11:50:50,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:50:50.374 9951 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.168s] 2018-04-16 11:50:50,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:50:50.809 9951 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.944s] 2018-04-16 11:50:52,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:50:52.861 9951 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [2.051s] 2018-04-16 11:50:53,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:50:53.419 9951 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.405s] 2018-04-16 11:50:53,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:50:53.492 9951 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.073s] 2018-04-16 11:50:53,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:50:53.565 9951 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.072s] 2018-04-16 11:50:57,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:50:57.768 9951 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.182s] 2018-04-16 11:50:57,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:50:57.954 9951 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.186s] 2018-04-16 11:50:58,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:50:58.482 9951 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.062s] 2018-04-16 11:50:58,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:50:58.864 9951 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.175s] 2018-04-16 11:50:59,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:50:59.030 9951 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.166s] 2018-04-16 11:51:00,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:00.158 9951 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.126s] 2018-04-16 11:51:00,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:00.316 9951 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.158s] 2018-04-16 11:51:00,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:00.483 9951 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.167s] 2018-04-16 11:51:01,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:01.219 9951 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [14.208s] 2018-04-16 11:51:02,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:02.185 9951 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [3.702s] 2018-04-16 11:51:08,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:08.717 9951 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [18.882s] 2018-04-16 11:51:10,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:10.429 9951 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.532s] 2018-04-16 11:51:18,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:18.291 9951 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.182s] 2018-04-16 11:51:19,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:19.638 9951 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.346s] 2018-04-16 11:51:21,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:21.136 9951 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.499s] 2018-04-16 11:51:21,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:21.324 9951 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.590s] 2018-04-16 11:51:22,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:22.458 9951 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.319s] 2018-04-16 11:51:23,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:23.947 9951 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.489s] 2018-04-16 11:51:26,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:26.277 9951 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [2.328s] 2018-04-16 11:51:26,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:26.970 9951 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.693s] 2018-04-16 11:51:27,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:27.502 9951 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.532s] 2018-04-16 11:51:27,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:27.669 9951 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.344s] 2018-04-16 11:51:28,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:28.533 9951 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [1.030s] 2018-04-16 11:51:29,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:29.784 9951 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.113s] 2018-04-16 11:51:29,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:29.841 9951 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.058s] 2018-04-16 11:51:30,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:30.155 9951 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.620s] 2018-04-16 11:51:30,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:30.535 9951 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.693s] 2018-04-16 11:51:30,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:30.597 9951 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.061s] 2018-04-16 11:51:30,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:30.643 9951 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.046s] 2018-04-16 11:51:31,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:31.417 9951 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [1.263s] 2018-04-16 11:51:31,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:31.987 9951 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.569s] 2018-04-16 11:51:32,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:32.131 9951 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [23.409s] 2018-04-16 11:51:32,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:32.456 9951 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [21.196s] 2018-04-16 11:51:32,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:32.543 9951 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.556s] 2018-04-16 11:51:33,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:33.816 9951 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.270s] 2018-04-16 11:51:34,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:34.465 9951 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.649s] 2018-04-16 11:51:35,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:35.579 9951 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [1.113s] 2018-04-16 11:51:35,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:35.992 9951 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.413s] 2018-04-16 11:51:36,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:36.389 9951 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.397s] 2018-04-16 11:51:43,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:43.489 9951 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [11.356s] 2018-04-16 11:51:46,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:46.551 9951 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [53.683s] 2018-04-16 11:51:59,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:59.260 9951 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.074s] 2018-04-16 11:51:59,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:51:59.627 9951 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.365s] 2018-04-16 11:52:40,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:52:40.152 9951 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [67.696s] 2018-04-16 11:52:40,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:52:40.839 9951 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [57.340s] 2018-04-16 11:52:45,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:52:45.304 9951 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.288s] 2018-04-16 11:52:45,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:52:45.762 9951 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.458s] 2018-04-16 11:53:03,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:53:03.836 9951 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.145s] 2018-04-16 11:53:03,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:53:03.988 9951 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.150s] 2018-04-16 11:53:04,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:53:04.584 9951 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.595s] 2018-04-16 11:53:04,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:53:04.620 9951 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.037s] 2018-04-16 11:53:04,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:53:04.653 9951 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.032s] 2018-04-16 11:53:05,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:53:05.378 9951 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.724s] 2018-04-16 11:53:05,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:53:05.733 9951 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.355s] 2018-04-16 11:53:05,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:53:05.929 9951 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.195s] 2018-04-16 11:53:05,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:53:05.969 9951 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.039s] 2018-04-16 11:53:06,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:53:06.019 9951 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.049s] 2018-04-16 11:53:08,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:53:08.360 9951 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [28.203s] 2018-04-16 11:53:25,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:53:25.522 9951 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [17.160s] 2018-04-16 11:53:46,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:53:46.138 9951 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.175s] 2018-04-16 11:53:55,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:53:55.180 9951 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [9.040s] 2018-04-16 11:54:08,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:54:08.399 9951 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [13.216s] 2018-04-16 11:54:12,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'c6c3a9d5-7399-4f01-bd4f-f3478c2321d2']'. 2018-04-16 11:54:13,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-16 11:54:13,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-16 11:54:13,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-16 11:54:13,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | c6c3a9d5-7399-4f01-bd4f-f3478c2321d2 | 2018-04-16 11:54:13,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-16 11:54:13,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-16 11:50:38 | 2018-04-16 11:54:13,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-16 11:54:12 | 2018-04-16 11:54:13,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:34 | 2018-04-16 11:54:13,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-16 11:54:13,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-16 11:54:13,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 9a8eef21-cb3b-4d43-9f93-9550c388316b) | 2018-04-16 11:54:13,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-16 11:54:13,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 64a2a8f2-e0f7-4cbd-b238-023b83b69969) | 2018-04-16 11:54:13,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 73 | 2018-04-16 11:54:13,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 203.351 | 2018-04-16 11:54:13,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 73 | 2018-04-16 11:54:13,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-16 11:54:13,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-16 11:54:13,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-16 11:54:13,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-16 11:54:13,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-16 11:54:13,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-16 11:54:13,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-04-16 11:54:20,713 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-16 11:54:20,713 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 04:01 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-16 11:54:20,717 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-16 11:54:20,813 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-16 11:54:23,241 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-16 11:54:22.830 10049 INFO rally.deployment.engine [-] Deployment 64a2a8f2-e0f7-4cbd-b238-023b83b69969 | Starting: Destroy cloud and free allocated resources. 2018-04-16 11:54:22.921 10049 INFO rally.deployment.engine [-] Deployment 64a2a8f2-e0f7-4cbd-b238-023b83b69969 | Completed: Destroy cloud and free allocated resources. 2018-04-16 11:54:22.958 10049 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=9a8eef21-cb3b-4d43-9f93-9550c388316b) for deployment 'opnfv-rally'. 2018-04-16 11:54:22.972 10049 INFO rally.api [-] Deleting verification (UUID=c6c3a9d5-7399-4f01-bd4f-f3478c2321d2). 2018-04-16 11:54:23.019 10049 INFO rally.api [-] Verification has been successfully deleted! 2018-04-16 11:54:23.019 10049 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=9a8eef21-cb3b-4d43-9f93-9550c388316b). 2018-04-16 11:54:23.031 10049 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-16 11:54:25,625 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-16 11:54:25.350 10052 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=5821e73e-6136-4920-92c9-750f1574b2f5) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 5821e73e-6136-4920-92c9-750f1574b2f5 | 2018-04-16T11:54:25 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 5821e73e-6136-4920-92c9-750f1574b2f5 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-16 11:54:28,931 - 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-04-16 11:54:28,932 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-16 11:54:31,084 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-16 11:54:30.822 10058 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=9a8eef21-cb3b-4d43-9f93-9550c388316b). 2018-04-16 11:54:30.938 10058 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-16 11:54:34,619 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-16 11:54:33.151 10061 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-16 11:54:33.352 10061 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-16 11:54:34.376 10061 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e52b2fc0-d45b-47f4-b73a-df1762cf113c) has been successfully created! Using verifier 'opnfv-tempest' (UUID=e52b2fc0-d45b-47f4-b73a-df1762cf113c) as the default verifier for the future CLI operations. 2018-04-16 11:54:37,573 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-16 11:54:40,624 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-16 11:54:45,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-16 11:54:50,938 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-16 11:54:49.922 10080 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e52b2fc0-d45b-47f4-b73a-df1762cf113c) for deployment 'opnfv-rally' (UUID=5821e73e-6136-4920-92c9-750f1574b2f5). 2018-04-16 11:54:50.767 10080 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e52b2fc0-d45b-47f4-b73a-df1762cf113c) has been successfully configured for deployment 'opnfv-rally' (UUID=5821e73e-6136-4920-92c9-750f1574b2f5)! 2018-04-16 11:54:50,938 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-16 11:54:50,938 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-16 11:54:50,939 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-16 11:54:50,953 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-16 11:54:54,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-e52b2fc0-d45b-47f4-b73a-df1762cf113c/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-04-16 11:54:54,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-04-16 11:54:56,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 11:54:56.241 10089 INFO rally.api [-] Starting verification (UUID=6fbac0ad-4e75-4af9-a793-9611cfe45ed5) for deployment 'opnfv-rally' (UUID=5821e73e-6136-4920-92c9-750f1574b2f5) by verifier 'opnfv-tempest' (UUID=e52b2fc0-d45b-47f4-b73a-df1762cf113c). 2018-04-16 11:54:56,242 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 6fbac0ad-4e75-4af9-a793-9611cfe45ed5 2018-04-16 11:57:38,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '6fbac0ad-4e75-4af9-a793-9611cfe45ed5']'. 2018-04-16 11:57:39,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-16 11:57:39,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-16 11:57:39,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-16 11:57:39,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 6fbac0ad-4e75-4af9-a793-9611cfe45ed5 | 2018-04-16 11:57:39,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-16 11:57:39,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-16 11:54:56 | 2018-04-16 11:57:39,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-16 11:57:37 | 2018-04-16 11:57:39,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:41 | 2018-04-16 11:57:39,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-16 11:57:39,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-16 11:57:39,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: e52b2fc0-d45b-47f4-b73a-df1762cf113c) | 2018-04-16 11:57:39,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-16 11:57:39,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 5821e73e-6136-4920-92c9-750f1574b2f5) | 2018-04-16 11:57:39,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-16 11:57:39,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 151.964 | 2018-04-16 11:57:39,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-04-16 11:57:39,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-04-16 11:57:39,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-16 11:57:39,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-16 11:57:39,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-16 11:57:39,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-16 11:57:39,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-16 11:57:39,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-16 11:57:46,075 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-16 11:57:46,075 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:08 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-16 11:57:46,079 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-04-16 11:58:06,234 - 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-04-16 11:58:06,234 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-04-16 11:58:06,265 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-04-16 11:58:06,384 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-16 11:58:06,384 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-16 11:58:06,388 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-16 11:58:07,429 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-16 12:37:53,812 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-16 12:37:53,812 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 39:46 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-16 12:37:53,816 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-16 12:37:53,816 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-16 12:37:53,904 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-16 12:37:56,309 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-16 12:37:55.956 10179 INFO rally.deployment.engine [-] Deployment 5821e73e-6136-4920-92c9-750f1574b2f5 | Starting: Destroy cloud and free allocated resources. 2018-04-16 12:37:56.028 10179 INFO rally.deployment.engine [-] Deployment 5821e73e-6136-4920-92c9-750f1574b2f5 | Completed: Destroy cloud and free allocated resources. 2018-04-16 12:37:56.056 10179 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=e52b2fc0-d45b-47f4-b73a-df1762cf113c) for deployment 'opnfv-rally'. 2018-04-16 12:37:56.074 10179 INFO rally.api [-] Deleting verification (UUID=6fbac0ad-4e75-4af9-a793-9611cfe45ed5). 2018-04-16 12:37:56.110 10179 INFO rally.api [-] Verification has been successfully deleted! 2018-04-16 12:37:56.110 10179 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=e52b2fc0-d45b-47f4-b73a-df1762cf113c). 2018-04-16 12:37:56.118 10179 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-16 12:37:58,684 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-16 12:37:58.413 10182 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=7dde26f3-6fdc-446a-97e6-4d528309a5ba) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 7dde26f3-6fdc-446a-97e6-4d528309a5ba | 2018-04-16T12:37:58 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 7dde26f3-6fdc-446a-97e6-4d528309a5ba ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-16 12:38:02,169 - 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-04-16 12:38:02,169 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-16 12:38:04,553 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-16 12:38:04.287 10188 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=e52b2fc0-d45b-47f4-b73a-df1762cf113c). 2018-04-16 12:38:04.400 10188 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-16 12:38:08,089 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-16 12:38:06.550 10191 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-16 12:38:06.670 10191 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-16 12:38:07.862 10191 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=dc137317-d7d2-48d5-8c60-0b5de4750aa6) has been successfully created! Using verifier 'opnfv-tempest' (UUID=dc137317-d7d2-48d5-8c60-0b5de4750aa6) as the default verifier for the future CLI operations. 2018-04-16 12:38:19,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-16 12:38:25,383 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-16 12:38:24.193 10210 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=dc137317-d7d2-48d5-8c60-0b5de4750aa6) for deployment 'opnfv-rally' (UUID=7dde26f3-6fdc-446a-97e6-4d528309a5ba). 2018-04-16 12:38:25.214 10210 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=dc137317-d7d2-48d5-8c60-0b5de4750aa6) has been successfully configured for deployment 'opnfv-rally' (UUID=7dde26f3-6fdc-446a-97e6-4d528309a5ba)! 2018-04-16 12:38:28,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-dc137317-d7d2-48d5-8c60-0b5de4750aa6/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-04-16 12:38:28,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-04-16 12:38:30,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 12:38:30.434 10219 INFO rally.api [-] Starting verification (UUID=5e04a751-1c27-4ae2-9094-c7deb9d8b7f0) for deployment 'opnfv-rally' (UUID=7dde26f3-6fdc-446a-97e6-4d528309a5ba) by verifier 'opnfv-tempest' (UUID=dc137317-d7d2-48d5-8c60-0b5de4750aa6). 2018-04-16 12:40:22,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '5e04a751-1c27-4ae2-9094-c7deb9d8b7f0']'. 2018-04-16 12:40:23,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-16 12:40:23,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-16 12:40:23,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-16 12:40:23,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 5e04a751-1c27-4ae2-9094-c7deb9d8b7f0 | 2018-04-16 12:40:23,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-16 12:40:23,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-16 12:38:30 | 2018-04-16 12:40:23,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-16 12:40:22 | 2018-04-16 12:40:23,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:52 | 2018-04-16 12:40:23,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-16 12:40:23,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-16 12:40:23,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: dc137317-d7d2-48d5-8c60-0b5de4750aa6) | 2018-04-16 12:40:23,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-16 12:40:23,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 7dde26f3-6fdc-446a-97e6-4d528309a5ba) | 2018-04-16 12:40:23,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-16 12:40:23,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 101.091 | 2018-04-16 12:40:23,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-04-16 12:40:23,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-04-16 12:40:23,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-16 12:40:23,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-16 12:40:23,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-04-16 12:40:23,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-16 12:40:23,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-16 12:40:23,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-04-16 12:40:30,441 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-16 12:40:30,442 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:19 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-04-16 12:40:30,446 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-04-16 12:40:30,447 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:59 | PASS | | vping_userdata | functest | smoke | 00:41 | PASS | | tempest_smoke_serial | functest | smoke | 19:27 | FAIL | | rally_sanity | functest | smoke | 20:55 | FAIL | | refstack_defcore | functest | smoke | 04:01 | PASS | | patrole | functest | smoke | 03:08 | PASS | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 39:46 | FAIL | | neutron_trunk | functest | smoke | 02:19 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-16 12:40:30,453 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-16 12:41:00,837 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-16 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-16 12:41:00,839 - 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=KHp837g2hnEwzh7zhZWRKpung export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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.10 export OS_REGION_NAME=regionOne 2018-04-16 12:41:00,839 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-16 12:41:00,840 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-16 12:41:00,840 - 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-04-16 12:41:00,841 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-16 12:43:59,122 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-16 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-16 12:43:59,125 - 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=KHp837g2hnEwzh7zhZWRKpung export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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.10 export OS_REGION_NAME=regionOne 2018-04-16 12:43:59,125 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-16 12:43:59,125 - 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-04-16 12:43:59,126 - xtesting.ci.run_tests - INFO - Running tier 'vnf' 2018-04-16 12:43:59,126 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-04-16 12:43:59,487 - 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-04-16 12:43:59,521 - 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/master.zip', u'file_name': u'openstack-blueprint.yaml', u'version': u'122', u'name': u'clearwater-opnfv'}} 2018-04-16 12:43:59,541 - 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-04-16 12:43:59,918 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-16 12:43:59,918 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-16 12:44:00,327 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-16 12:44:00,327 - xtesting.energy.energy - DEBUG - Submitting scenario (cloudify_ims/running) 2018-04-16 12:44:00,692 - functest.core.vnf - INFO - Prepare VNF: cloudify_ims, description: Created by OPNFV Functest: cloudify_ims 2018-04-16 12:44:03,641 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=cloudify_ims-ea9f59a8-c467-481d-b022-01420b120527, password=a1973944-38eb-4106-990e-6ee605ea452b, auth_url=http://172.30.9.25:5000/v3, project_name=cloudify_ims-ea9f59a8-c467-481d-b022-01420b120527, 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-04-16 12:44:03,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Additional pre-configuration steps 2018-04-16 12:44:05,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload some OS images if it doesn't exist 2018-04-16 12:44:05,202 - 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-04-16 12:45:29,627 - 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-04-16 12:45:36,764 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating keypair ... 2018-04-16 12:45:37,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating full network ... 2018-04-16 12:45:43,742 - 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 164, in deploy_orchestrator router_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_router.py", line 101, in create self._neutron, self._os_creds, self.router_settings) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/neutron_utils.py", line 301, in create_router os_router = neutron.create_router(json_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 867, in create_router return self.post(self.routers_path, body=body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 357, in post headers=headers, params=params) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 292, in do_request self._handle_fault_response(status_code, replybody, resp) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 268, in _handle_fault_response exception_handler_v20(status_code, error_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 92, in exception_handler_v20 request_ids=request_ids) IpAddressGenerationFailureClient: No more IP addresses available on network 284586e3-1c69-432a-afa3-cd8643adff58. Neutron server returns request_ids: ['req-dbe73222-ad70-48b6-8c4e-13362a17452a'] 2018-04-16 12:45:43,746 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-16 12:45:43,746 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-16 12:45:44,254 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-16 12:45:44,255 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 01:43 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-16 12:45:44,259 - 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 392, in clean cfy_client = self.orchestrator['object'] KeyError: 'object' 2018-04-16 12:45:44,259 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-04-16 12:45:53,342 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-04-16 12:45:53,342 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-04-16 12:45:53,460 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-16 12:45:53,834 - 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-04-16 12:45:53,834 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-04-16 12:45:53,858 - 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'master', u'name': u'vrouter-opnfv'}} 2018-04-16 12:45:53,863 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-16 12:45:53,885 - 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-04-16 12:45:53,885 - functest.core.vnf - INFO - Prepare VNF: vyos_vrouter, description: Created by OPNFV Functest: vyos_vrouter 2018-04-16 12:45:56,795 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=vyos_vrouter-d87b1126-02d8-4d74-97d8-1ac384211824, password=b1df84ef-30c1-4222-a192-0c753bac3d4a, auth_url=http://172.30.9.25:5000/v3, project_name=vyos_vrouter-d87b1126-02d8-4d74-97d8-1ac384211824, 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-04-16 12:45:56,796 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Additional pre-configuration steps 2018-04-16 12:45:56,796 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload some OS images if it doesn't exist 2018-04-16 12:45:56,796 - 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-04-16 12:47:24,599 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: vyos1.1.7, file: /home/opnfv/functest/images/vyos-1.1.7.img 2018-04-16 12:47:35,058 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating keypair ... 2018-04-16 12:47:35,811 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating full network ... 2018-04-16 12:47:42,174 - 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 186, in deploy_orchestrator router_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_router.py", line 101, in create self._neutron, self._os_creds, self.router_settings) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/neutron_utils.py", line 301, in create_router os_router = neutron.create_router(json_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 867, in create_router return self.post(self.routers_path, body=body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 357, in post headers=headers, params=params) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 292, in do_request self._handle_fault_response(status_code, replybody, resp) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 268, in _handle_fault_response exception_handler_v20(status_code, error_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 92, in exception_handler_v20 request_ids=request_ids) IpAddressGenerationFailureClient: No more IP addresses available on network 284586e3-1c69-432a-afa3-cd8643adff58. Neutron server returns request_ids: ['req-9b7fc9a2-9f0b-4791-b0ce-22e24cb43e54'] 2018-04-16 12:47:42,297 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-16 12:47:42,297 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 01:48 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-16 12:47:42,301 - 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 417, in clean cfy_client = self.orchestrator['object'] KeyError: 'object' 2018-04-16 12:47:42,301 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-04-16 12:47:51,565 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-04-16 12:47:51,565 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-04-16 12:47:51,652 - 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-04-16 12:47:51,670 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-04-16 12:47:51,671 - functest.core.vnf - INFO - Prepare VNF: juju_epc, description: Created by OPNFV Functest: juju_epc 2018-04-16 12:47:54,669 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=juju_epc-d1218213-9360-4f4e-96c0-d47eed0f5c6b, password=558acb64-8058-40c7-b327-0483d7ae835b, auth_url=http://172.30.9.25:5000/v3, project_name=juju_epc-d1218213-9360-4f4e-96c0-d47eed0f5c6b, 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-04-16 12:47:55,051 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-04-16 12:47:56,064 - 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-04-16 12:47:56,064 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-04-16 12:47:57,682 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - snaps creds: OSCreds - username=juju_network_discovery_bug, password=2ea9b30c-e92f-467a-bb90-514e08729df9, auth_url=http://172.30.9.25:5000/v3, project_name=juju_epc-d1218213-9360-4f4e-96c0-d47eed0f5c6b, 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-04-16 12:47:57,775 - 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-04-16 12:47:57,775 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Orchestrator 2018-04-16 12:47:57,776 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating full network ... 2018-04-16 12:48:01,581 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating network Router .... 2018-04-16 12:48:04,300 - 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 267, in deploy_orchestrator router_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_router.py", line 101, in create self._neutron, self._os_creds, self.router_settings) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/neutron_utils.py", line 301, in create_router os_router = neutron.create_router(json_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 867, in create_router return self.post(self.routers_path, body=body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 357, in post headers=headers, params=params) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 292, in do_request self._handle_fault_response(status_code, replybody, resp) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 268, in _handle_fault_response exception_handler_v20(status_code, error_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 92, in exception_handler_v20 request_ids=request_ids) IpAddressGenerationFailureClient: No more IP addresses available on network 284586e3-1c69-432a-afa3-cd8643adff58. Neutron server returns request_ids: ['req-c21aa8f0-aade-4205-9793-42a2bc09ae73'] 2018-04-16 12:48:04,417 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-16 12:48:04,417 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 00:13 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-04-16 12:48:04,421 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Destroying Orchestrator... 2018-04-16 12:48:04,507 - 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 414, 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', 'destroy-controller', '-y', 'abot-controller', '--destroy-all-models']' returned non-zero exit status 1 2018-04-16 12:48:04,508 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Remove the Abot_epc OS object .. 2018-04-16 12:48:04,508 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-04-16 12:48:09,832 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-04-16 12:48:09,832 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 01:43 | FAIL | | vyos_vrouter | functest | vnf | 01:48 | FAIL | | juju_epc | functest | vnf | 00:13 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-04-16 12:48:09,835 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-16 12:48:18,846 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-16 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-16 12:48:18,848 - 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=KHp837g2hnEwzh7zhZWRKpung export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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.10 export OS_REGION_NAME=regionOne 2018-04-16 12:48:18,848 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-16 12:48:18,848 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-16 12:48:18,849 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-16 12:48:18,849 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK