2018-05-01 22:19:25,661 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-73 | | 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-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-01 22:19:25,663 - 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=JYfhjqwcrxcjGCKtGcqX73RAA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-05-01 22:19:25,663 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-01 22:19:25,664 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-05-01 22:19:25,665 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-01 22:19:25,665 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-01 22:19:28,513 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-01 22:19:39,197 - 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 10.672s OK 2018-05-01 22:19:39,326 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 22:19:39,326 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-01 22:19:39,331 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-01 22:19:40,956 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-01 22:32:50,625 - 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 789.613s OK 2018-05-01 22:32:50,745 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 22:32:50,745 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 13:10 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-01 22:32:50,749 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-01 22:32:51,607 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-01 22:33:34,662 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 43.053s OK 2018-05-01 22:33:34,810 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 22:33:34,810 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:43 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-01 22:33:34,814 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:11 | PASS | | api_check | functest | healthcheck | 13:10 | PASS | | snaps_health_check | functest | healthcheck | 00:43 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-01 22:33:34,816 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-01 22:33:37,513 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-73 | | 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-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-01 22:33:37,518 - 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=JYfhjqwcrxcjGCKtGcqX73RAA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-05-01 22:33:37,518 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-01 22:33:37,519 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole odl snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ 2018-05-01 22:33:37,521 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-01 22:33:37,521 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-01 22:33:38,440 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-01 22:33:38,440 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-01 22:33:38,923 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-01 22:33:38,923 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-01 22:33:39,389 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-01 22:33:39,390 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-01 22:33:39' 2018-05-01 22:33:39,390 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--a0fb4950-5cfe-471f-8a9a-3f907f45e32c' 2018-05-01 22:33:42,994 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-a0fb4950-5cfe-471f-8a9a-3f907f45e32c' 2018-05-01 22:33:46,233 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-a0fb4950-5cfe-471f-8a9a-3f907f45e32c' 2018-05-01 22:33:52,588 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-a0fb4950-5cfe-471f-8a9a-3f907f45e32c' 2018-05-01 22:33:53,470 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-a0fb4950-5cfe-471f-8a9a-3f907f45e32c' 2018-05-01 22:33:54,287 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-a0fb4950-5cfe-471f-8a9a-3f907f45e32c' 2018-05-01 22:34:01,670 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-a0fb4950-5cfe-471f-8a9a-3f907f45e32c' 2018-05-01 22:34:06,007 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-a0fb4950-5cfe-471f-8a9a-3f907f45e32c' 2018-05-01 22:34:26,924 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-01 22:34:32,414 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-05-01 22:34:32,551 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-01 22:34:43,558 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.11. Waiting for response... 2018-05-01 22:34:54,575 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.11. Waiting for response... 2018-05-01 22:35:05,581 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.11. Waiting for response... 2018-05-01 22:35:16,587 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.11. Waiting for response... 2018-05-01 22:35:17,594 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-01 22:35:17,595 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-01 22:35:17,595 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-01 22:35:18,141 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 22:35:18,141 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:38 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-01 22:35:36,787 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-01 22:35:36,874 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-01 22:35:36,874 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-01 22:35:36' 2018-05-01 22:35:36,875 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--4aeafa3c-c197-4dba-a64e-5c68be2e60b8' 2018-05-01 22:35:39,243 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-4aeafa3c-c197-4dba-a64e-5c68be2e60b8' 2018-05-01 22:35:42,035 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-4aeafa3c-c197-4dba-a64e-5c68be2e60b8' 2018-05-01 22:35:48,426 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-4aeafa3c-c197-4dba-a64e-5c68be2e60b8' 2018-05-01 22:35:49,120 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-4aeafa3c-c197-4dba-a64e-5c68be2e60b8' 2018-05-01 22:35:56,393 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-4aeafa3c-c197-4dba-a64e-5c68be2e60b8' 2018-05-01 22:36:03,537 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-01 22:36:13,934 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-01 22:36:16,712 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-01 22:36:16,831 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 22:36:16,831 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:40 | PASS | +------------------------+------------------+------------------+----------------+ 2018-05-01 22:36:33,399 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-01 22:36:33,491 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-01 22:36:38,001 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-01 22:36:37.731 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9e1c62cc-2622-4699-9d46-567332437bf7) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9e1c62cc-2622-4699-9d46-567332437bf7 | 2018-05-01T22:36:37 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9e1c62cc-2622-4699-9d46-567332437bf7 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-01 22:36:41,260 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-01 22:36:41,261 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-01 22:36:46,773 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-01 22:36:45.442 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-01 22:36:45.576 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-01 22:36:46.620 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8b203303-9376-470b-aac6-530784eb51d2) has been successfully created! Using verifier 'opnfv-tempest' (UUID=8b203303-9376-470b-aac6-530784eb51d2) as the default verifier for the future CLI operations. 2018-05-01 22:36:49,757 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-01 22:36:52,482 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-01 22:36:59,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-01 22:37:04,953 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-01 22:37:03.932 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=8b203303-9376-470b-aac6-530784eb51d2) for deployment 'opnfv-rally' (UUID=9e1c62cc-2622-4699-9d46-567332437bf7). 2018-05-01 22:37:04.800 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8b203303-9376-470b-aac6-530784eb51d2) has been successfully configured for deployment 'opnfv-rally' (UUID=9e1c62cc-2622-4699-9d46-567332437bf7)! 2018-05-01 22:37:04,954 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-01 22:37:04,954 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-01 22:37:04,956 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-01 22:37:04,959 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-01 22:37:07,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-8b203303-9376-470b-aac6-530784eb51d2/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-01 22:37:07,920 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-01 22:37:07,921 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-01 22:37:07,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-05-01 22:37:10,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:37:10.048 55 INFO rally.api [-] Starting verification (UUID=634b5bd3-26fc-4f2e-828c-935b1da0dee7) for deployment 'opnfv-rally' (UUID=9e1c62cc-2622-4699-9d46-567332437bf7) by verifier 'opnfv-tempest' (UUID=8b203303-9376-470b-aac6-530784eb51d2). 2018-05-01 22:37:10,050 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 634b5bd3-26fc-4f2e-828c-935b1da0dee7 2018-05-01 22:37:17,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:37:17.418 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.183s] 2018-05-01 22:37:17,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:37:17.475 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.057s] 2018-05-01 22:37:24,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:37:24.505 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.700s] 2018-05-01 22:37:28,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:37:28.046 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.539s] 2018-05-01 22:37:42,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:37:42.057 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.908s] 2018-05-01 22:37:58,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:37:58.169 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [9.475s] 2018-05-01 22:38:32,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:38:32.801 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.066s] 2018-05-01 22:38:32,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:38:32.802 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-05-01 22:39:08,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:39:08.242 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.084s] 2018-05-01 22:39:08,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:39:08.243 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-01 22:39:39,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:39:39.831 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.071s] 2018-05-01 22:39:39,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:39:39.832 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-01 22:41:23,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:41:23.933 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [73.634s] 2018-05-01 22:41:46,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:41:46.737 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.050s] 2018-05-01 22:41:46,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:41:46.837 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.100s] 2018-05-01 22:41:54,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:41:54.989 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.661s] 2018-05-01 22:41:54,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:41:54.999 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-05-01 22:41:56,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:41:56.356 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-01 22:41:56,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:41:56.357 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-01 22:42:00,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:42:00.407 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.387s] 2018-05-01 22:42:07,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:42:07.309 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.084s] 2018-05-01 22:42:14,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:42:14.056 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.695s] 2018-05-01 22:42:21,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:42:21.443 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.459s] 2018-05-01 22:42:31,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:42:31.216 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.291s] 2018-05-01 22:42:37,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:42:37.332 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.409s] 2018-05-01 22:42:43,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:42:43.099 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.199s] 2018-05-01 22:42:50,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:42:50.570 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.616s] 2018-05-01 22:42:58,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:42:58.203 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.467s] 2018-05-01 22:43:06,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:43:06.763 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.768s] 2018-05-01 22:43:09,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:43:09.327 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-01 22:43:11,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:43:11.329 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.083s] 2018-05-01 22:43:11,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:43:11.400 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.070s] 2018-05-01 22:43:11,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:43:11.479 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.079s] 2018-05-01 22:43:11,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:43:11.486 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-05-01 22:43:15,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:43:15.800 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.792s] 2018-05-01 22:43:17,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:43:17.472 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.671s] 2018-05-01 22:43:19,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:43:19.639 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.167s] 2018-05-01 22:43:26,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:43:26.835 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-05-01 22:43:34,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:43:34.439 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.063s] 2018-05-01 22:43:49,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:43:49.187 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.804s] 2018-05-01 22:43:52,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:43:52.709 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.521s] 2018-05-01 22:44:04,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:44:04.004 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.964s] 2018-05-01 22:44:07,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:44:07.789 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.784s] 2018-05-01 22:44:16,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:44:16.877 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.088s] 2018-05-01 22:44:25,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:44:25.742 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.927s] 2018-05-01 22:44:29,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:44:29.445 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.702s] 2018-05-01 22:44:33,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:44:33.863 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.417s] 2018-05-01 22:44:51,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:44:51.224 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.604s] 2018-05-01 22:44:51,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:44:51.665 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.442s] 2018-05-01 22:44:51,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:44:51.917 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.251s] 2018-05-01 22:44:51,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:44:51.972 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.055s] 2018-05-01 22:44:52,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:44:52.237 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.263s] 2018-05-01 22:44:52,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:44:52.441 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.204s] 2018-05-01 22:45:06,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:45:06.646 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.891s] 2018-05-01 22:45:07,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:45:07.082 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.435s] 2018-05-01 22:45:07,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:45:07.222 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.139s] 2018-05-01 22:45:07,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:45:07.431 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.209s] 2018-05-01 22:45:07,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:45:07.693 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.262s] 2018-05-01 22:45:07,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:45:07.753 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.059s] 2018-05-01 22:45:21,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:45:21.542 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.223s] 2018-05-01 22:45:27,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:45:27.291 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.748s] 2018-05-01 22:45:29,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:45:29.194 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.903s] 2018-05-01 22:45:29,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:45:29.260 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.065s] 2018-05-01 22:45:29,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:45:29.457 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.197s] 2018-05-01 22:45:42,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:45:42.062 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.367s] 2018-05-01 22:45:48,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:45:48.846 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.783s] 2018-05-01 22:45:50,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:45:50.816 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.969s] 2018-05-01 22:45:51,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:45:51.026 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.210s] 2018-05-01 22:45:51,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:45:51.228 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.201s] 2018-05-01 22:46:05,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:46:05.683 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.080s] 2018-05-01 22:46:11,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:46:11.526 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.842s] 2018-05-01 22:46:15,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:46:15.643 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.117s] 2018-05-01 22:46:18,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:46:18.811 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.166s] 2018-05-01 22:46:44,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:46:44.522 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.719s] 2018-05-01 22:46:50,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:46:50.580 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [6.058s] 2018-05-01 22:46:55,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:46:55.125 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.544s] 2018-05-01 22:47:00,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:47:00.478 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [5.352s] 2018-05-01 22:47:17,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:47:17.439 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.731s] 2018-05-01 22:47:20,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:47:20.289 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.847s] 2018-05-01 22:47:20,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:47:20.360 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.073s] 2018-05-01 22:47:25,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:47:25.188 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.577s] 2018-05-01 22:47:27,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:47:27.865 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.676s] 2018-05-01 22:47:27,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:47:27.940 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.076s] 2018-05-01 22:47:32,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:47:32.202 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.105s] 2018-05-01 22:47:35,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:47:35.854 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-05-01 22:47:37,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:47:37.808 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-01 22:47:37,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:47:37.810 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-01 22:47:37,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:47:37.811 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-01 22:47:37,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:47:37.812 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-01 22:47:37,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:47:37.812 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-01 22:47:39,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:47:39.734 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-05-01 22:47:56,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:47:56.588 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.856s] 2018-05-01 22:48:10,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:48:10.415 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.947s] 2018-05-01 22:48:22,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:48:22.788 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.370s] 2018-05-01 22:48:32,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:48:32.625 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.187s] 2018-05-01 22:52:16,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:52:16.046 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [217.094s] 2018-05-01 22:53:53,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:53:53.042 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [87.892s] 2018-05-01 22:54:38,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 22:54:38.314 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [26.892s] 2018-05-01 22:54:56,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '634b5bd3-26fc-4f2e-828c-935b1da0dee7']'. 2018-05-01 22:54:58,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-01 22:54:58,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-01 22:54:58,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-01 22:54:58,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 634b5bd3-26fc-4f2e-828c-935b1da0dee7 | 2018-05-01 22:54:58,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-01 22:54:58,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-01 22:37:09 | 2018-05-01 22:54:58,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-01 22:54:56 | 2018-05-01 22:54:58,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:17:47 | 2018-05-01 22:54:58,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-01 22:54:58,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-01 22:54:58,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-01 22:54:58,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 8b203303-9376-470b-aac6-530784eb51d2) | 2018-05-01 22:54:58,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-01 22:54:58,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9e1c62cc-2622-4699-9d46-567332437bf7) | 2018-05-01 22:54:58,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-01 22:54:58,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1043.212 | 2018-05-01 22:54:58,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-05-01 22:54:58,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-01 22:54:58,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-01 22:54:58,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-01 22:54:58,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-05-01 22:54:58,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-01 22:54:58,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-01 22:54:58,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-05-01 22:55:05,571 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 22:55:05,572 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 18:16 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-05-01 22:55:05,576 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-05-01 22:55:05,576 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-01 22:55:05,662 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-01 22:55:06,097 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-01 22:55:06,097 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-01 22:55:06,564 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-01 22:55:09,043 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-01 22:55:08.687 259 INFO rally.deployment.engine [-] Deployment 9e1c62cc-2622-4699-9d46-567332437bf7 | Starting: Destroy cloud and free allocated resources. 2018-05-01 22:55:08.764 259 INFO rally.deployment.engine [-] Deployment 9e1c62cc-2622-4699-9d46-567332437bf7 | Completed: Destroy cloud and free allocated resources. 2018-05-01 22:55:08.804 259 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=8b203303-9376-470b-aac6-530784eb51d2) for deployment 'opnfv-rally'. 2018-05-01 22:55:08.823 259 INFO rally.api [-] Deleting verification (UUID=634b5bd3-26fc-4f2e-828c-935b1da0dee7). 2018-05-01 22:55:08.857 259 INFO rally.api [-] Verification has been successfully deleted! 2018-05-01 22:55:08.857 259 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=8b203303-9376-470b-aac6-530784eb51d2). 2018-05-01 22:55:08.865 259 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-01 22:55:11,453 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-01 22:55:11.201 262 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=06cafa84-2bb5-4402-8848-f5cf6fef4adf) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 06cafa84-2bb5-4402-8848-f5cf6fef4adf | 2018-05-01T22:55:11 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 06cafa84-2bb5-4402-8848-f5cf6fef4adf ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-01 22:55:14,786 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-01 22:55:14,786 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-01 22:55:16,503 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-38500684-ee55-4a17-8e2b-790e5ec7657a'... 2018-05-01 22:55:19,499 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-38500684-ee55-4a17-8e2b-790e5ec7657a'... 2018-05-01 22:55:22,085 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-38500684-ee55-4a17-8e2b-790e5ec7657a'... 2018-05-01 22:55:30,006 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-38500684-ee55-4a17-8e2b-790e5ec7657a'... 2018-05-01 22:55:30,713 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-38500684-ee55-4a17-8e2b-790e5ec7657a'... 2018-05-01 22:55:31,418 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-01 22:55:31,418 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-05-01 22:55:31,419 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-01 22:55:31,437 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-01 22:55:31,438 - 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': 'f5806cf6-5169-42d0-a5ed-42e87c8d6e36', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-38500684-ee55-4a17-8e2b-790e5ec7657a', 'flavor_name': 'rally-tiny-38500684-ee55-4a17-8e2b-790e5ec7657a', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-38500684-ee55-4a17-8e2b-790e5ec7657a', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-01 22:56:33,480 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : daa72ea8-c8a1-4ca1-a10e-146623d23b65 2018-05-01 22:56:33,481 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-01 22:56:33,481 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'daa72ea8-c8a1-4ca1-a10e-146623d23b65'] 2018-05-01 22:56:34,575 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task daa72ea8-c8a1-4ca1-a10e-146623d23b65: 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 daa72ea8-c8a1-4ca1-a10e-146623d23b65 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.487 | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 100.0% | 1 | | total | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 100.0% | 1 | | -> duration | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.487568 Full duration: 7.289079 -------------------------------------------------------------------------------- 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 daa72ea8-c8a1-4ca1-a10e-146623d23b65 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_cinder | 0.423 | 0.423 | 0.423 | 0.423 | 0.423 | 0.423 | 100.0% | 1 | | total | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 100.0% | 1 | | -> duration | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.855261 Full duration: 7.59991 -------------------------------------------------------------------------------- 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 daa72ea8-c8a1-4ca1-a10e-146623d23b65 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.548 | 0.548 | 0.548 | 0.548 | 0.548 | 0.548 | 100.0% | 1 | | total | 0.965 | 0.965 | 0.965 | 0.965 | 0.965 | 0.965 | 100.0% | 1 | | -> duration | 0.965 | 0.965 | 0.965 | 0.965 | 0.965 | 0.965 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.964742 Full duration: 8.073228 -------------------------------------------------------------------------------- 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 daa72ea8-c8a1-4ca1-a10e-146623d23b65 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.375 | 0.375 | 0.375 | 0.375 | 0.375 | 0.375 | 100.0% | 1 | | total | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 100.0% | 1 | | -> duration | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.807225 Full duration: 7.54934 -------------------------------------------------------------------------------- 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 daa72ea8-c8a1-4ca1-a10e-146623d23b65 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.66 | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 100.0% | 1 | | total | 1.056 | 1.056 | 1.056 | 1.056 | 1.056 | 1.056 | 100.0% | 1 | | -> duration | 1.056 | 1.056 | 1.056 | 1.056 | 1.056 | 1.056 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.055864 Full duration: 7.769007 -------------------------------------------------------------------------------- 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 daa72ea8-c8a1-4ca1-a10e-146623d23b65 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.224 | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 100.0% | 1 | | total | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | -> duration | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.684209 Full duration: 7.399225 HINTS: * To plot HTML graphics with this data, run: rally task report daa72ea8-c8a1-4ca1-a10e-146623d23b65 --out output.html * To generate a JUnit report, run: rally task export daa72ea8-c8a1-4ca1-a10e-146623d23b65 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report daa72ea8-c8a1-4ca1-a10e-146623d23b65 --json --out output.json 2018-05-01 22:56:34,576 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'daa72ea8-c8a1-4ca1-a10e-146623d23b65'] 2018-05-01 22:56:35,649 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-01 22:56:35,649 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'daa72ea8-c8a1-4ca1-a10e-146623d23b65', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-01 22:56:35,657 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-01 22:56:35,657 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-01 22:56:35,657 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-05-01 22:56:35,658 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-01 22:56:35,674 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-01 22:56:35,675 - 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': 'f5806cf6-5169-42d0-a5ed-42e87c8d6e36', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-38500684-ee55-4a17-8e2b-790e5ec7657a', 'flavor_name': 'rally-tiny-38500684-ee55-4a17-8e2b-790e5ec7657a', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-38500684-ee55-4a17-8e2b-790e5ec7657a', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-01 22:58:13,565 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 4d269e35-8cfc-42e1-8d4a-a019f473387e 2018-05-01 22:58:13,565 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '4d269e35-8cfc-42e1-8d4a-a019f473387e'] 2018-05-01 22:58:14,576 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 4d269e35-8cfc-42e1-8d4a-a019f473387e: 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 4d269e35-8cfc-42e1-8d4a-a019f473387e 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.545 | 4.545 | 4.545 | 4.545 | 4.545 | 4.545 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.495 | 0.495 | 0.495 | 0.495 | 0.495 | 0.495 | 100.0% | 1 | | -> glance_v2.upload_data | 1.579 | 1.579 | 1.579 | 1.579 | 1.579 | 1.579 | 100.0% | 1 | | glance_v2.delete_image | 1.095 | 1.095 | 1.095 | 1.095 | 1.095 | 1.095 | 100.0% | 1 | | total | 5.64 | 5.64 | 5.64 | 5.64 | 5.64 | 5.64 | 100.0% | 1 | | -> duration | 5.64 | 5.64 | 5.64 | 5.64 | 5.64 | 5.64 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.639697 Full duration: 14.192117 -------------------------------------------------------------------------------- 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 4d269e35-8cfc-42e1-8d4a-a019f473387e 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.703 | 4.703 | 4.703 | 4.703 | 4.703 | 4.703 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.49 | 0.49 | 0.49 | 0.49 | 0.49 | 0.49 | 100.0% | 1 | | -> glance_v2.upload_data | 1.741 | 1.741 | 1.741 | 1.741 | 1.741 | 1.741 | 100.0% | 1 | | glance_v2.list_images | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 100.0% | 1 | | total | 4.887 | 4.887 | 4.887 | 4.887 | 4.887 | 4.887 | 100.0% | 1 | | -> duration | 4.887 | 4.887 | 4.887 | 4.887 | 4.887 | 4.887 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.887076 Full duration: 16.368624 -------------------------------------------------------------------------------- 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 4d269e35-8cfc-42e1-8d4a-a019f473387e 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.339 | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 100.0% | 1 | | total | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 100.0% | 1 | | -> duration | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.339534 Full duration: 7.749848 -------------------------------------------------------------------------------- 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-38500684-ee55-4a17-8e2b-790e5ec7657a" }, "number_instances": 2, "nics": [ { "net-id": "f5806cf6-5169-42d0-a5ed-42e87c8d6e36" } ] }, "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 4d269e35-8cfc-42e1-8d4a-a019f473387e 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.21 | 4.21 | 4.21 | 4.21 | 4.21 | 4.21 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 100.0% | 1 | | -> glance_v2.upload_data | 1.437 | 1.437 | 1.437 | 1.437 | 1.437 | 1.437 | 100.0% | 1 | | nova.boot_servers | 11.476 | 11.476 | 11.476 | 11.476 | 11.476 | 11.476 | 100.0% | 1 | | total | 15.687 | 15.687 | 15.687 | 15.687 | 15.687 | 15.687 | 100.0% | 1 | | -> duration | 14.687 | 14.687 | 14.687 | 14.687 | 14.687 | 14.687 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.686828 Full duration: 40.373908 HINTS: * To plot HTML graphics with this data, run: rally task report 4d269e35-8cfc-42e1-8d4a-a019f473387e --out output.html * To generate a JUnit report, run: rally task export 4d269e35-8cfc-42e1-8d4a-a019f473387e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 4d269e35-8cfc-42e1-8d4a-a019f473387e --json --out output.json 2018-05-01 22:58:14,576 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '4d269e35-8cfc-42e1-8d4a-a019f473387e'] 2018-05-01 22:58:15,554 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-01 22:58:15,555 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '4d269e35-8cfc-42e1-8d4a-a019f473387e', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-01 22:58:15,559 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-01 22:58:15,560 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-01 22:58:15,560 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-05-01 22:58:15,560 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-01 22:58:15,572 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-01 22:58:15,573 - 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': 'f5806cf6-5169-42d0-a5ed-42e87c8d6e36', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-38500684-ee55-4a17-8e2b-790e5ec7657a', 'flavor_name': 'rally-tiny-38500684-ee55-4a17-8e2b-790e5ec7657a', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-38500684-ee55-4a17-8e2b-790e5ec7657a', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-01 23:01:32,425 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 660c0822-a2c0-45da-86be-c2540d39828c 2018-05-01 23:01:32,426 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '660c0822-a2c0-45da-86be-c2540d39828c'] 2018-05-01 23:01:33,471 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 660c0822-a2c0-45da-86be-c2540d39828c: 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 660c0822-a2c0-45da-86be-c2540d39828c 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.149 | 3.149 | 3.149 | 3.149 | 3.149 | 3.149 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.626 | 2.626 | 2.626 | 2.626 | 2.626 | 2.626 | 100.0% | 1 | | total | 5.775 | 5.775 | 5.775 | 5.775 | 5.775 | 5.775 | 100.0% | 1 | | -> duration | 5.775 | 5.775 | 5.775 | 5.775 | 5.775 | 5.775 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.775428 Full duration: 23.755262 -------------------------------------------------------------------------------- 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 660c0822-a2c0-45da-86be-c2540d39828c 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.218 | 3.218 | 3.218 | 3.218 | 3.218 | 3.218 | 100.0% | 1 | | cinder_v2.delete_volume | 2.629 | 2.629 | 2.629 | 2.629 | 2.629 | 2.629 | 100.0% | 1 | | total | 5.847 | 5.847 | 5.847 | 5.847 | 5.847 | 5.847 | 100.0% | 1 | | -> duration | 5.847 | 5.847 | 5.847 | 5.847 | 5.847 | 5.847 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.84748 Full duration: 15.916427 -------------------------------------------------------------------------------- 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-38500684-ee55-4a17-8e2b-790e5ec7657a" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 660c0822-a2c0-45da-86be-c2540d39828c 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.552 | 8.552 | 8.552 | 8.552 | 8.552 | 8.552 | 100.0% | 1 | | cinder_v2.delete_volume | 2.626 | 2.626 | 2.626 | 2.626 | 2.626 | 2.626 | 100.0% | 1 | | total | 11.178 | 11.178 | 11.178 | 11.178 | 11.178 | 11.178 | 100.0% | 1 | | -> duration | 11.178 | 11.178 | 11.178 | 11.178 | 11.178 | 11.178 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.178365 Full duration: 21.767891 -------------------------------------------------------------------------------- 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 660c0822-a2c0-45da-86be-c2540d39828c 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.148 | 3.148 | 3.148 | 3.148 | 3.148 | 3.148 | 100.0% | 1 | | cinder_v2.delete_volume | 2.631 | 2.631 | 2.631 | 2.631 | 2.631 | 2.631 | 100.0% | 1 | | total | 5.78 | 5.78 | 5.78 | 5.78 | 5.78 | 5.78 | 100.0% | 1 | | -> duration | 5.78 | 5.78 | 5.78 | 5.78 | 5.78 | 5.78 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.779659 Full duration: 15.790877 -------------------------------------------------------------------------------- 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 660c0822-a2c0-45da-86be-c2540d39828c 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.343 | 3.343 | 3.343 | 3.343 | 3.343 | 3.343 | 100.0% | 1 | | cinder_v2.extend_volume | 2.527 | 2.527 | 2.527 | 2.527 | 2.527 | 2.527 | 100.0% | 1 | | cinder_v2.delete_volume | 2.477 | 2.477 | 2.477 | 2.477 | 2.477 | 2.477 | 100.0% | 1 | | total | 8.348 | 8.348 | 8.348 | 8.348 | 8.348 | 8.348 | 100.0% | 1 | | -> duration | 8.348 | 8.348 | 8.348 | 8.348 | 8.348 | 8.348 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.347963 Full duration: 18.604307 -------------------------------------------------------------------------------- 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 660c0822-a2c0-45da-86be-c2540d39828c 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.223 | 3.223 | 3.223 | 3.223 | 3.223 | 3.223 | 100.0% | 1 | | cinder_v2.delete_volume | 2.773 | 2.773 | 2.773 | 2.773 | 2.773 | 2.773 | 100.0% | 1 | | total | 5.996 | 5.996 | 5.996 | 5.996 | 5.996 | 5.996 | 100.0% | 1 | | -> duration | 5.996 | 5.996 | 5.996 | 5.996 | 5.996 | 5.996 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.996077 Full duration: 22.954028 -------------------------------------------------------------------------------- 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 660c0822-a2c0-45da-86be-c2540d39828c 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.607 | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 100.0% | 1 | | cinder_v2.list_qos | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 100.0% | 1 | | total | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 100.0% | 1 | | -> duration | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.775855 Full duration: 12.76127 -------------------------------------------------------------------------------- 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 660c0822-a2c0-45da-86be-c2540d39828c 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.623 | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 100.0% | 1 | | cinder_v2.set_qos | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 100.0% | 1 | | total | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 100.0% | 1 | | -> duration | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.83906 Full duration: 12.755822 -------------------------------------------------------------------------------- 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 660c0822-a2c0-45da-86be-c2540d39828c 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.615 | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 100.0% | 1 | | cinder_v2.list_types | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 100.0% | 1 | | total | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | -> duration | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.792388 Full duration: 13.093886 -------------------------------------------------------------------------------- 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 660c0822-a2c0-45da-86be-c2540d39828c 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.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 100.0% | 1 | | total | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 100.0% | 1 | | -> duration | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.897949 Full duration: 12.478092 HINTS: * To plot HTML graphics with this data, run: rally task report 660c0822-a2c0-45da-86be-c2540d39828c --out output.html * To generate a JUnit report, run: rally task export 660c0822-a2c0-45da-86be-c2540d39828c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 660c0822-a2c0-45da-86be-c2540d39828c --json --out output.json 2018-05-01 23:01:33,472 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '660c0822-a2c0-45da-86be-c2540d39828c'] 2018-05-01 23:01:34,530 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-01 23:01:34,530 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '660c0822-a2c0-45da-86be-c2540d39828c', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-01 23:01:34,537 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-01 23:01:34,537 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-01 23:01:34,537 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-05-01 23:01:34,537 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-01 23:01:34,544 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-01 23:01:34,544 - 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': 'f5806cf6-5169-42d0-a5ed-42e87c8d6e36', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-38500684-ee55-4a17-8e2b-790e5ec7657a', 'flavor_name': 'rally-tiny-38500684-ee55-4a17-8e2b-790e5ec7657a', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-38500684-ee55-4a17-8e2b-790e5ec7657a', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-01 23:02:57,608 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 979aff9d-c210-45be-a76e-8e67996421e4 2018-05-01 23:02:57,609 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '979aff9d-c210-45be-a76e-8e67996421e4'] 2018-05-01 23:02:58,585 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 979aff9d-c210-45be-a76e-8e67996421e4: 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 979aff9d-c210-45be-a76e-8e67996421e4 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.146 | 5.146 | 5.146 | 5.146 | 5.146 | 5.146 | 100.0% | 1 | | heat.update_stack | 2.619 | 2.619 | 2.619 | 2.619 | 2.619 | 2.619 | 100.0% | 1 | | heat.delete_stack | 3.062 | 3.062 | 3.062 | 3.062 | 3.062 | 3.062 | 100.0% | 1 | | total | 10.827 | 10.827 | 10.827 | 10.827 | 10.827 | 10.827 | 100.0% | 1 | | -> duration | 6.827 | 6.827 | 6.827 | 6.827 | 6.827 | 6.827 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.827282 Full duration: 19.395261 -------------------------------------------------------------------------------- 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 979aff9d-c210-45be-a76e-8e67996421e4 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.839 | 4.839 | 4.839 | 4.839 | 4.839 | 4.839 | 100.0% | 1 | | heat.check_stack | 0.86 | 0.86 | 0.86 | 0.86 | 0.86 | 0.86 | 100.0% | 1 | | heat.delete_stack | 1.743 | 1.743 | 1.743 | 1.743 | 1.743 | 1.743 | 100.0% | 1 | | total | 7.443 | 7.443 | 7.443 | 7.443 | 7.443 | 7.443 | 100.0% | 1 | | -> duration | 5.443 | 5.443 | 5.443 | 5.443 | 5.443 | 5.443 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.442941 Full duration: 17.643535 -------------------------------------------------------------------------------- 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 979aff9d-c210-45be-a76e-8e67996421e4 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.598 | 4.598 | 4.598 | 4.598 | 4.598 | 4.598 | 100.0% | 1 | | heat.suspend_stack | 0.973 | 0.973 | 0.973 | 0.973 | 0.973 | 0.973 | 100.0% | 1 | | heat.resume_stack | 1.676 | 1.676 | 1.676 | 1.676 | 1.676 | 1.676 | 100.0% | 1 | | heat.delete_stack | 1.612 | 1.612 | 1.612 | 1.612 | 1.612 | 1.612 | 100.0% | 1 | | total | 8.859 | 8.859 | 8.859 | 8.859 | 8.859 | 8.859 | 100.0% | 1 | | -> duration | 6.859 | 6.859 | 6.859 | 6.859 | 6.859 | 6.859 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.858803 Full duration: 18.475951 -------------------------------------------------------------------------------- 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 979aff9d-c210-45be-a76e-8e67996421e4 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.59 | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 100.0% | 1 | | total | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 100.0% | 1 | | -> duration | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.590002 Full duration: 8.439164 HINTS: * To plot HTML graphics with this data, run: rally task report 979aff9d-c210-45be-a76e-8e67996421e4 --out output.html * To generate a JUnit report, run: rally task export 979aff9d-c210-45be-a76e-8e67996421e4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 979aff9d-c210-45be-a76e-8e67996421e4 --json --out output.json 2018-05-01 23:02:58,586 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '979aff9d-c210-45be-a76e-8e67996421e4'] 2018-05-01 23:02:59,576 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-01 23:02:59,577 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '979aff9d-c210-45be-a76e-8e67996421e4', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-01 23:02:59,584 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-01 23:02:59,584 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-01 23:02:59,584 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-05-01 23:02:59,584 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-01 23:02:59,598 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-01 23:02:59,599 - 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': 'f5806cf6-5169-42d0-a5ed-42e87c8d6e36', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-38500684-ee55-4a17-8e2b-790e5ec7657a', 'flavor_name': 'rally-tiny-38500684-ee55-4a17-8e2b-790e5ec7657a', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-38500684-ee55-4a17-8e2b-790e5ec7657a', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-01 23:06:15,849 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e0425cfc-638c-4e86-a3e7-6670c949a602 2018-05-01 23:06:15,850 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e0425cfc-638c-4e86-a3e7-6670c949a602'] 2018-05-01 23:06:16,895 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e0425cfc-638c-4e86-a3e7-6670c949a602: 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 e0425cfc-638c-4e86-a3e7-6670c949a602 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.504 | 0.504 | 0.504 | 0.504 | 0.504 | 0.504 | 100.0% | 1 | | keystone_v3.add_role | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 100.0% | 1 | | keystone_v3.revoke_role | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 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.783276 Full duration: 14.512359 -------------------------------------------------------------------------------- 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 e0425cfc-638c-4e86-a3e7-6670c949a602 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.522 | 0.522 | 0.522 | 0.522 | 0.522 | 0.522 | 100.0% | 1 | | keystone_v3.add_role | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | keystone_v3.list_roles | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | total | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | -> duration | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.748119 Full duration: 14.748958 -------------------------------------------------------------------------------- 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 e0425cfc-638c-4e86-a3e7-6670c949a602 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.876 | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 100.0% | 1 | | keystone_v3.list_projects | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | total | 0.961 | 0.961 | 0.961 | 0.961 | 0.961 | 0.961 | 100.0% | 1 | | -> duration | 0.961 | 0.961 | 0.961 | 0.961 | 0.961 | 0.961 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.961241 Full duration: 15.24577 -------------------------------------------------------------------------------- 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 e0425cfc-638c-4e86-a3e7-6670c949a602 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.497 | 0.497 | 0.497 | 0.497 | 0.497 | 0.497 | 100.0% | 1 | | keystone_v3.delete_role | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | total | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 100.0% | 1 | | -> duration | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.603519 Full duration: 12.240017 -------------------------------------------------------------------------------- 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 e0425cfc-638c-4e86-a3e7-6670c949a602 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.507 | 0.507 | 0.507 | 0.507 | 0.507 | 0.507 | 100.0% | 1 | | keystone_v3.delete_service | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | total | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 100.0% | 1 | | -> duration | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.610456 Full duration: 12.437218 -------------------------------------------------------------------------------- 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 e0425cfc-638c-4e86-a3e7-6670c949a602 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.475 | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | -> keystone_v3.add_role | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | keystone_v3.create_role | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | keystone_v3.get_project | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | keystone_v3.get_user | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | keystone_v3.get_role | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | keystone_v3.list_services | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | keystone_v3.get_services | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 100.0% | 1 | | total | 1.869 | 1.869 | 1.869 | 1.869 | 1.869 | 1.869 | 100.0% | 1 | | -> duration | 1.869 | 1.869 | 1.869 | 1.869 | 1.869 | 1.869 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.869107 Full duration: 19.838584 -------------------------------------------------------------------------------- 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 e0425cfc-638c-4e86-a3e7-6670c949a602 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.675 | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 100.0% | 1 | | keystone_v3.update_project | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | keystone_v3.delete_project | 0.159 | 0.159 | 0.159 | 0.159 | 0.159 | 0.159 | 100.0% | 1 | | total | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 100.0% | 1 | | -> duration | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.942457 Full duration: 12.803767 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task e0425cfc-638c-4e86-a3e7-6670c949a602 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.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | total | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> duration | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.782235 Full duration: 14.551998 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task e0425cfc-638c-4e86-a3e7-6670c949a602 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 | | total | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | -> duration | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.679685 Full duration: 14.329998 -------------------------------------------------------------------------------- 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 e0425cfc-638c-4e86-a3e7-6670c949a602 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.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | keystone_v3.list_users | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | total | 0.93 | 0.93 | 0.93 | 0.93 | 0.93 | 0.93 | 100.0% | 1 | | -> duration | 0.93 | 0.93 | 0.93 | 0.93 | 0.93 | 0.93 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.929516 Full duration: 14.641991 -------------------------------------------------------------------------------- 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 e0425cfc-638c-4e86-a3e7-6670c949a602 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.676 | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 100.0% | 1 | | keystone_v3.create_users | 4.811 | 4.811 | 4.811 | 4.811 | 4.811 | 4.811 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.81 | 4.81 | 4.81 | 4.81 | 4.81 | 4.81 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.284 | 1.284 | 1.284 | 1.284 | 1.284 | 1.284 | 100.0% | 1 | | total | 6.535 | 6.535 | 6.535 | 6.535 | 6.535 | 6.535 | 100.0% | 1 | | -> duration | 6.535 | 6.535 | 6.535 | 6.535 | 6.535 | 6.535 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.534556 Full duration: 22.988921 HINTS: * To plot HTML graphics with this data, run: rally task report e0425cfc-638c-4e86-a3e7-6670c949a602 --out output.html * To generate a JUnit report, run: rally task export e0425cfc-638c-4e86-a3e7-6670c949a602 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e0425cfc-638c-4e86-a3e7-6670c949a602 --json --out output.json 2018-05-01 23:06:16,896 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e0425cfc-638c-4e86-a3e7-6670c949a602'] 2018-05-01 23:06:17,913 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-01 23:06:17,913 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e0425cfc-638c-4e86-a3e7-6670c949a602', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-01 23:06:17,921 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-01 23:06:17,922 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-01 23:06:17,922 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-05-01 23:06:17,922 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-01 23:06:17,934 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-01 23:06:17,934 - 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': 'f5806cf6-5169-42d0-a5ed-42e87c8d6e36', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-38500684-ee55-4a17-8e2b-790e5ec7657a', 'flavor_name': 'rally-tiny-38500684-ee55-4a17-8e2b-790e5ec7657a', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-38500684-ee55-4a17-8e2b-790e5ec7657a', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-01 23:11:25,253 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 57f41dcd-7e05-40c9-971f-ffacea941003 2018-05-01 23:11:25,253 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '57f41dcd-7e05-40c9-971f-ffacea941003'] 2018-05-01 23:11:26,298 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 57f41dcd-7e05-40c9-971f-ffacea941003: 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 57f41dcd-7e05-40c9-971f-ffacea941003 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.046 | 1.046 | 1.046 | 1.046 | 1.046 | 1.046 | 100.0% | 1 | | neutron.delete_network | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 100.0% | 1 | | total | 1.908 | 1.908 | 1.908 | 1.908 | 1.908 | 1.908 | 100.0% | 1 | | -> duration | 1.908 | 1.908 | 1.908 | 1.908 | 1.908 | 1.908 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.908112 Full duration: 15.625926 -------------------------------------------------------------------------------- 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 57f41dcd-7e05-40c9-971f-ffacea941003 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.434 | 1.434 | 1.434 | 1.434 | 1.434 | 1.434 | 100.0% | 1 | | neutron.delete_port | 0.654 | 0.654 | 0.654 | 0.654 | 0.654 | 0.654 | 100.0% | 1 | | total | 2.087 | 2.087 | 2.087 | 2.087 | 2.087 | 2.087 | 100.0% | 1 | | -> duration | 2.087 | 2.087 | 2.087 | 2.087 | 2.087 | 2.087 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.087392 Full duration: 28.682248 -------------------------------------------------------------------------------- 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 57f41dcd-7e05-40c9-971f-ffacea941003 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.844 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 100.0% | 1 | | neutron.create_subnet | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 100.0% | 1 | | neutron.create_router | 0.36 | 0.36 | 0.36 | 0.36 | 0.36 | 0.36 | 100.0% | 1 | | neutron.add_interface_router | 1.54 | 1.54 | 1.54 | 1.54 | 1.54 | 1.54 | 100.0% | 1 | | neutron.remove_interface_router | 1.073 | 1.073 | 1.073 | 1.073 | 1.073 | 1.073 | 100.0% | 1 | | neutron.delete_router | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 100.0% | 1 | | total | 5.193 | 5.193 | 5.193 | 5.193 | 5.193 | 5.193 | 100.0% | 1 | | -> duration | 5.193 | 5.193 | 5.193 | 5.193 | 5.193 | 5.193 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.193149 Full duration: 39.332558 -------------------------------------------------------------------------------- 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 57f41dcd-7e05-40c9-971f-ffacea941003 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.087 | 1.087 | 1.087 | 1.087 | 1.087 | 1.087 | 100.0% | 1 | | neutron.delete_subnet | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | total | 1.711 | 1.711 | 1.711 | 1.711 | 1.711 | 1.711 | 100.0% | 1 | | -> duration | 1.711 | 1.711 | 1.711 | 1.711 | 1.711 | 1.711 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.710826 Full duration: 30.426301 -------------------------------------------------------------------------------- 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 57f41dcd-7e05-40c9-971f-ffacea941003 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.list_networks | 0.277 | 0.277 | 0.277 | 0.277 | 0.277 | 0.277 | 100.0% | 1 | | total | 1.268 | 1.268 | 1.268 | 1.268 | 1.268 | 1.268 | 100.0% | 1 | | -> duration | 1.268 | 1.268 | 1.268 | 1.268 | 1.268 | 1.268 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.26802 Full duration: 17.163589 -------------------------------------------------------------------------------- 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 57f41dcd-7e05-40c9-971f-ffacea941003 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.37 | 1.37 | 1.37 | 1.37 | 1.37 | 1.37 | 100.0% | 1 | | neutron.list_ports | 0.272 | 0.272 | 0.272 | 0.272 | 0.272 | 0.272 | 100.0% | 1 | | total | 1.642 | 1.642 | 1.642 | 1.642 | 1.642 | 1.642 | 100.0% | 1 | | -> duration | 1.642 | 1.642 | 1.642 | 1.642 | 1.642 | 1.642 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.64222 Full duration: 28.938473 -------------------------------------------------------------------------------- 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 57f41dcd-7e05-40c9-971f-ffacea941003 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.824 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 100.0% | 1 | | neutron.create_subnet | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 100.0% | 1 | | neutron.create_router | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 100.0% | 1 | | neutron.add_interface_router | 1.591 | 1.591 | 1.591 | 1.591 | 1.591 | 1.591 | 100.0% | 1 | | neutron.list_routers | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 100.0% | 1 | | total | 3.857 | 3.857 | 3.857 | 3.857 | 3.857 | 3.857 | 100.0% | 1 | | -> duration | 3.857 | 3.857 | 3.857 | 3.857 | 3.857 | 3.857 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.856781 Full duration: 40.208737 -------------------------------------------------------------------------------- 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 57f41dcd-7e05-40c9-971f-ffacea941003 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | total | n/a | n/a | n/a | n/a | n/a | n/a | n/a | 0 | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.0 Full duration: 22.602384 -------------------------------------------------------------------------------- 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 57f41dcd-7e05-40c9-971f-ffacea941003 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.023 | 1.023 | 1.023 | 1.023 | 1.023 | 1.023 | 100.0% | 1 | | neutron.delete_security_group | 0.319 | 0.319 | 0.319 | 0.319 | 0.319 | 0.319 | 100.0% | 1 | | total | 1.342 | 1.342 | 1.342 | 1.342 | 1.342 | 1.342 | 100.0% | 1 | | -> duration | 1.342 | 1.342 | 1.342 | 1.342 | 1.342 | 1.342 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.341802 Full duration: 14.601743 -------------------------------------------------------------------------------- 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 57f41dcd-7e05-40c9-971f-ffacea941003 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.086 | 1.086 | 1.086 | 1.086 | 1.086 | 1.086 | 100.0% | 1 | | neutron.create_security_group_rule | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.257 | 0.257 | 0.257 | 0.257 | 0.257 | 0.257 | 100.0% | 1 | | neutron.delete_security_group | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 100.0% | 1 | | total | 2.188 | 2.188 | 2.188 | 2.188 | 2.188 | 2.188 | 100.0% | 1 | | -> duration | 2.188 | 2.188 | 2.188 | 2.188 | 2.188 | 2.188 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.187641 Full duration: 15.298871 -------------------------------------------------------------------------------- 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 57f41dcd-7e05-40c9-971f-ffacea941003 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.118 | 1.118 | 1.118 | 1.118 | 1.118 | 1.118 | 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.227 | 1.227 | 1.227 | 1.227 | 1.227 | 1.227 | 100.0% | 1 | | neutron.remove_gateway_router | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | total | 3.424 | 3.424 | 3.424 | 3.424 | 3.424 | 3.424 | 100.0% | 1 | | -> duration | 3.424 | 3.424 | 3.424 | 3.424 | 3.424 | 3.424 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.423532 Full duration: 24.287825 HINTS: * To plot HTML graphics with this data, run: rally task report 57f41dcd-7e05-40c9-971f-ffacea941003 --out output.html * To generate a JUnit report, run: rally task export 57f41dcd-7e05-40c9-971f-ffacea941003 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 57f41dcd-7e05-40c9-971f-ffacea941003 --json --out output.json 2018-05-01 23:11:26,298 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '57f41dcd-7e05-40c9-971f-ffacea941003'] 2018-05-01 23:11:27,372 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-01 23:11:27,373 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '57f41dcd-7e05-40c9-971f-ffacea941003', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-01 23:11:27,380 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-01 23:11:27,381 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-01 23:11:27,381 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-05-01 23:11:27,381 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-01 23:11:27,396 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-01 23:11:27,397 - 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': 'f5806cf6-5169-42d0-a5ed-42e87c8d6e36', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-38500684-ee55-4a17-8e2b-790e5ec7657a', 'flavor_name': 'rally-tiny-38500684-ee55-4a17-8e2b-790e5ec7657a', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-38500684-ee55-4a17-8e2b-790e5ec7657a', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-01 23:16:05,964 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 83607839-4e36-4183-8ed3-32341ee8996e 2018-05-01 23:16:05,964 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '83607839-4e36-4183-8ed3-32341ee8996e'] 2018-05-01 23:16:07,072 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 83607839-4e36-4183-8ed3-32341ee8996e: finished -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-38500684-ee55-4a17-8e2b-790e5ec7657a" }, "image": { "name": "Cirros-0.4.0-38500684-ee55-4a17-8e2b-790e5ec7657a" }, "block_migration": false, "nics": [ { "net-id": "f5806cf6-5169-42d0-a5ed-42e87c8d6e36" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 83607839-4e36-4183-8ed3-32341ee8996e has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 10.295 | 10.295 | 10.295 | 10.295 | 10.295 | 10.295 | 100.0% | 1 | | nova.find_host_to_migrate | 1.421 | 1.421 | 1.421 | 1.421 | 1.421 | 1.421 | 100.0% | 1 | | nova.live_migrate | 13.237 | 13.237 | 13.237 | 13.237 | 13.237 | 13.237 | 100.0% | 1 | | nova.delete_server | 2.63 | 2.63 | 2.63 | 2.63 | 2.63 | 2.63 | 100.0% | 1 | | total | 27.583 | 27.583 | 27.583 | 27.583 | 27.583 | 27.583 | 100.0% | 1 | | -> duration | 26.583 | 26.583 | 26.583 | 26.583 | 26.583 | 26.583 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 26.583492 Full duration: 37.144315 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_attach_created_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-38500684-ee55-4a17-8e2b-790e5ec7657a" }, "image": { "name": "Cirros-0.4.0-38500684-ee55-4a17-8e2b-790e5ec7657a" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "f5806cf6-5169-42d0-a5ed-42e87c8d6e36" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 83607839-4e36-4183-8ed3-32341ee8996e has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.209 | 9.209 | 9.209 | 9.209 | 9.209 | 9.209 | 100.0% | 1 | | cinder_v2.create_volume | 2.833 | 2.833 | 2.833 | 2.833 | 2.833 | 2.833 | 100.0% | 1 | | nova.attach_volume | 4.109 | 4.109 | 4.109 | 4.109 | 4.109 | 4.109 | 100.0% | 1 | | nova.find_host_to_migrate | 1.354 | 1.354 | 1.354 | 1.354 | 1.354 | 1.354 | 100.0% | 1 | | nova.live_migrate | 11.593 | 11.593 | 11.593 | 11.593 | 11.593 | 11.593 | 100.0% | 1 | | nova.detach_volume | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 100.0% | 1 | | cinder_v2.delete_volume | 2.612 | 2.612 | 2.612 | 2.612 | 2.612 | 2.612 | 100.0% | 1 | | nova.delete_server | 5.262 | 5.262 | 5.262 | 5.262 | 5.262 | 5.262 | 100.0% | 1 | | total | 38.373 | 38.373 | 38.373 | 38.373 | 38.373 | 38.373 | 100.0% | 1 | | -> duration | 37.373 | 37.373 | 37.373 | 37.373 | 37.373 | 37.373 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 37.372939 Full duration: 50.048992 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-38500684-ee55-4a17-8e2b-790e5ec7657a" }, "image": { "name": "Cirros-0.4.0-38500684-ee55-4a17-8e2b-790e5ec7657a" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "f5806cf6-5169-42d0-a5ed-42e87c8d6e36" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 83607839-4e36-4183-8ed3-32341ee8996e has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 9.125 | 9.125 | 9.125 | 9.125 | 9.125 | 9.125 | 100.0% | 1 | | nova.boot_server | 9.245 | 9.245 | 9.245 | 9.245 | 9.245 | 9.245 | 100.0% | 1 | | nova.find_host_to_migrate | 1.407 | 1.407 | 1.407 | 1.407 | 1.407 | 1.407 | 100.0% | 1 | | nova.live_migrate | 11.293 | 11.293 | 11.293 | 11.293 | 11.293 | 11.293 | 100.0% | 1 | | nova.delete_server | 2.841 | 2.841 | 2.841 | 2.841 | 2.841 | 2.841 | 100.0% | 1 | | total | 33.912 | 33.912 | 33.912 | 33.912 | 33.912 | 33.912 | 100.0% | 1 | | -> duration | 32.912 | 32.912 | 32.912 | 32.912 | 32.912 | 32.912 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 32.912339 Full duration: 45.728764 -------------------------------------------------------------------------------- test scenario NovaKeypair.boot_and_delete_server_with_keypair args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-38500684-ee55-4a17-8e2b-790e5ec7657a" }, "image": { "name": "Cirros-0.4.0-38500684-ee55-4a17-8e2b-790e5ec7657a" }, "server_kwargs": { "nics": [ { "net-id": "f5806cf6-5169-42d0-a5ed-42e87c8d6e36" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "key_pairs": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 83607839-4e36-4183-8ed3-32341ee8996e has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | total | n/a | n/a | n/a | n/a | n/a | n/a | n/a | 0 | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.0 Full duration: 11.274167 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-38500684-ee55-4a17-8e2b-790e5ec7657a" }, "image": { "name": "Cirros-0.4.0-38500684-ee55-4a17-8e2b-790e5ec7657a" }, "volume_size": 5, "nics": [ { "net-id": "f5806cf6-5169-42d0-a5ed-42e87c8d6e36" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 }, "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 83607839-4e36-4183-8ed3-32341ee8996e has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | total | n/a | n/a | n/a | n/a | n/a | n/a | n/a | 0 | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.0 Full duration: 10.817252 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-38500684-ee55-4a17-8e2b-790e5ec7657a" }, "image": { "name": "Cirros-0.4.0-38500684-ee55-4a17-8e2b-790e5ec7657a" }, "force_delete": false, "nics": [ { "net-id": "f5806cf6-5169-42d0-a5ed-42e87c8d6e36" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 83607839-4e36-4183-8ed3-32341ee8996e has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | total | n/a | n/a | n/a | n/a | n/a | n/a | n/a | 0 | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.0 Full duration: 10.539356 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-38500684-ee55-4a17-8e2b-790e5ec7657a" }, "image": { "name": "Cirros-0.4.0-38500684-ee55-4a17-8e2b-790e5ec7657a" }, "nics": [ { "net-id": "f5806cf6-5169-42d0-a5ed-42e87c8d6e36" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 83607839-4e36-4183-8ed3-32341ee8996e has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.391 | 9.391 | 9.391 | 9.391 | 9.391 | 9.391 | 100.0% | 1 | | nova.migrate | 34.142 | 34.142 | 34.142 | 34.142 | 34.142 | 34.142 | 100.0% | 1 | | nova.resize_confirm | 3.154 | 3.154 | 3.154 | 3.154 | 3.154 | 3.154 | 100.0% | 1 | | nova.delete_server | 4.919 | 4.919 | 4.919 | 4.919 | 4.919 | 4.919 | 100.0% | 1 | | total | 51.606 | 51.606 | 51.606 | 51.606 | 51.606 | 51.606 | 100.0% | 1 | | -> duration | 50.606 | 50.606 | 50.606 | 50.606 | 50.606 | 50.606 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 50.606158 Full duration: 61.582413 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-38500684-ee55-4a17-8e2b-790e5ec7657a" }, "image": { "name": "Cirros-0.4.0-38500684-ee55-4a17-8e2b-790e5ec7657a" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 83607839-4e36-4183-8ed3-32341ee8996e has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | total | n/a | n/a | n/a | n/a | n/a | n/a | n/a | 0 | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.0 Full duration: 9.378788 -------------------------------------------------------------------------------- test scenario NovaServerGroups.create_and_delete_server_group args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "policies": [ "affinity" ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 83607839-4e36-4183-8ed3-32341ee8996e has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_server_group | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | nova.delete_server_group | 0.149 | 0.149 | 0.149 | 0.149 | 0.149 | 0.149 | 100.0% | 1 | | total | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | -> duration | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.819725 Full duration: 9.268079 HINTS: * To plot HTML graphics with this data, run: rally task report 83607839-4e36-4183-8ed3-32341ee8996e --out output.html * To generate a JUnit report, run: rally task export 83607839-4e36-4183-8ed3-32341ee8996e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 83607839-4e36-4183-8ed3-32341ee8996e --json --out output.json 2018-05-01 23:16:07,073 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '83607839-4e36-4183-8ed3-32341ee8996e'] 2018-05-01 23:16:08,162 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-01 23:16:08,162 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '83607839-4e36-4183-8ed3-32341ee8996e', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-01 23:16:08,171 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-01 23:16:08,171 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-01 23:16:08,171 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-05-01 23:16:08,172 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-01 23:16:08,188 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-01 23:16:08,188 - 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': 'f5806cf6-5169-42d0-a5ed-42e87c8d6e36', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-38500684-ee55-4a17-8e2b-790e5ec7657a', 'flavor_name': 'rally-tiny-38500684-ee55-4a17-8e2b-790e5ec7657a', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-38500684-ee55-4a17-8e2b-790e5ec7657a', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-01 23:17:00,854 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : deee9b74-215d-4760-bb7c-7f8f9598505c 2018-05-01 23:17:00,855 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'deee9b74-215d-4760-bb7c-7f8f9598505c'] 2018-05-01 23:17:01,829 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task deee9b74-215d-4760-bb7c-7f8f9598505c: 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 deee9b74-215d-4760-bb7c-7f8f9598505c 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.723 | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 100.0% | 1 | | quotas.delete_quotas | 0.186 | 0.186 | 0.186 | 0.186 | 0.186 | 0.186 | 100.0% | 1 | | total | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 100.0% | 1 | | -> duration | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.909274 Full duration: 8.445033 -------------------------------------------------------------------------------- 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 deee9b74-215d-4760-bb7c-7f8f9598505c 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.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | total | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | -> duration | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.703994 Full duration: 8.464341 -------------------------------------------------------------------------------- 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 deee9b74-215d-4760-bb7c-7f8f9598505c 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.313 | 0.313 | 0.313 | 0.313 | 0.313 | 0.313 | 100.0% | 1 | | total | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | -> duration | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.72397 Full duration: 8.378903 -------------------------------------------------------------------------------- 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 deee9b74-215d-4760-bb7c-7f8f9598505c 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.989 | 0.989 | 0.989 | 0.989 | 0.989 | 0.989 | 100.0% | 1 | | total | 0.99 | 0.99 | 0.99 | 0.99 | 0.99 | 0.99 | 100.0% | 1 | | -> duration | 0.99 | 0.99 | 0.99 | 0.99 | 0.99 | 0.99 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.989559 Full duration: 8.75871 HINTS: * To plot HTML graphics with this data, run: rally task report deee9b74-215d-4760-bb7c-7f8f9598505c --out output.html * To generate a JUnit report, run: rally task export deee9b74-215d-4760-bb7c-7f8f9598505c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report deee9b74-215d-4760-bb7c-7f8f9598505c --json --out output.json 2018-05-01 23:17:01,830 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'deee9b74-215d-4760-bb7c-7f8f9598505c'] 2018-05-01 23:17:02,844 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-01 23:17:02,845 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'deee9b74-215d-4760-bb7c-7f8f9598505c', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-01 23:17:02,851 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-01 23:17:02,855 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:45 | 6 | 100.00% | | glance | 01:18 | 4 | 100.00% | | cinder | 02:49 | 10 | 100.00% | | heat | 01:03 | 4 | 100.00% | | keystone | 02:48 | 11 | 100.00% | | neutron | 04:37 | 10 | 100.00% | | nova | 04:05 | 5 | 100.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:18:03 | 54 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-01 23:17:02,855 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-01 23:17:11,430 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-01 23:17:11,430 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-01 23:17:12,169 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 23:17:12,170 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 22:05 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-01 23:17:12,174 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-01 23:17:12,265 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-01 23:17:14,712 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-01 23:17:14.397 10798 INFO rally.deployment.engine [-] Deployment 06cafa84-2bb5-4402-8848-f5cf6fef4adf | Starting: Destroy cloud and free allocated resources. 2018-05-01 23:17:14.484 10798 INFO rally.deployment.engine [-] Deployment 06cafa84-2bb5-4402-8848-f5cf6fef4adf | Completed: Destroy cloud and free allocated resources. 2018-05-01 23:17:14.499 10798 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=8b203303-9376-470b-aac6-530784eb51d2). 2018-05-01 23:17:14.502 10798 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-01 23:17:16,942 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-01 23:17:16.699 10801 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=b25cf060-ac1d-4d6e-ba55-c0656fcabb70) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | b25cf060-ac1d-4d6e-ba55-c0656fcabb70 | 2018-05-01T23:17:16 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: b25cf060-ac1d-4d6e-ba55-c0656fcabb70 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-01 23:17:20,261 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-01 23:17:20,262 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-01 23:17:22,577 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-01 23:17:22.317 10807 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=8b203303-9376-470b-aac6-530784eb51d2). 2018-05-01 23:17:22.430 10807 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-01 23:17:25,838 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-01 23:17:24.597 10810 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-01 23:17:24.738 10810 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-01 23:17:25.666 10810 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0491a187-5fcf-40bf-973a-5e512beaea82) has been successfully created! Using verifier 'opnfv-tempest' (UUID=0491a187-5fcf-40bf-973a-5e512beaea82) as the default verifier for the future CLI operations. 2018-05-01 23:17:28,826 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-01 23:17:31,593 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-01 23:17:37,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-01 23:17:42,775 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-01 23:17:41.746 10829 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0491a187-5fcf-40bf-973a-5e512beaea82) for deployment 'opnfv-rally' (UUID=b25cf060-ac1d-4d6e-ba55-c0656fcabb70). 2018-05-01 23:17:42.613 10829 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0491a187-5fcf-40bf-973a-5e512beaea82) has been successfully configured for deployment 'opnfv-rally' (UUID=b25cf060-ac1d-4d6e-ba55-c0656fcabb70)! 2018-05-01 23:17:42,776 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-01 23:17:42,776 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-01 23:17:42,778 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-01 23:17:45,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-05-01 23:17:47,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:17:47.206 10841 INFO rally.api [-] Starting verification (UUID=6a3391a5-8f4f-4c97-9b50-ccfa07e90c3f) for deployment 'opnfv-rally' (UUID=b25cf060-ac1d-4d6e-ba55-c0656fcabb70) by verifier 'opnfv-tempest' (UUID=0491a187-5fcf-40bf-973a-5e512beaea82). 2018-05-01 23:17:47,207 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 6a3391a5-8f4f-4c97-9b50-ccfa07e90c3f 2018-05-01 23:17:56,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:17:56.190 10841 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.008s] 2018-05-01 23:17:56,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:17:56.194 10841 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.233s] 2018-05-01 23:17:56,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:17:56.197 10841 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.310s] 2018-05-01 23:17:56,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:17:56.810 10841 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.723s] 2018-05-01 23:17:56,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:17:56.985 10841 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.175s] 2018-05-01 23:17:57,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:17:57.191 10841 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.952s] 2018-05-01 23:18:00,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:00.282 10841 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.089s] 2018-05-01 23:18:00,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:00.754 10841 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.167s] 2018-05-01 23:18:04,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:04.948 10841 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.192s] 2018-05-01 23:18:06,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:06.067 10841 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.888s] 2018-05-01 23:18:06,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:06.798 10841 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.850s] 2018-05-01 23:18:07,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:07.204 10841 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.735s] 2018-05-01 23:18:08,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:08.101 10841 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.897s] 2018-05-01 23:18:08,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:08.359 10841 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON ... fail 2018-05-01 23:18:08,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:08.372 10841 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.573s] 2018-05-01 23:18:09,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:09.052 10841 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.209s] 2018-05-01 23:18:09,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:09.250 10841 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.198s] 2018-05-01 23:18:09,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:09.479 10841 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON ... fail 2018-05-01 23:18:10,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:10.802 10841 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.428s] 2018-05-01 23:18:12,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:12.289 10841 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [2.745s] 2018-05-01 23:18:13,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:13.203 10841 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.060s] 2018-05-01 23:18:13,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:13.954 10841 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.666s] 2018-05-01 23:18:14,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:14.033 10841 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.195s] 2018-05-01 23:18:14,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:14.206 10841 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.172s] 2018-05-01 23:18:14,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:14.385 10841 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.179s] 2018-05-01 23:18:14,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:14.559 10841 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.173s] 2018-05-01 23:18:14,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:14.709 10841 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.150s] 2018-05-01 23:18:14,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:14.881 10841 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.171s] 2018-05-01 23:18:15,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:15.321 10841 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [4.519s] 2018-05-01 23:18:15,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:15.366 10841 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.485s] 2018-05-01 23:18:15,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:15.576 10841 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.210s] 2018-05-01 23:18:15,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:15.776 10841 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.199s] 2018-05-01 23:18:16,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:16.087 10841 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.311s] 2018-05-01 23:18:16,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:16.097 10841 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2018-05-01 23:18:16,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:16.144 10841 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.046s] 2018-05-01 23:18:16,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:16.341 10841 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.196s] 2018-05-01 23:18:16,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:16.382 10841 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.041s] 2018-05-01 23:18:16,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:16.581 10841 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.198s] 2018-05-01 23:18:17,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:17.065 10841 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [3.862s] 2018-05-01 23:18:17,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:17.683 10841 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [1.102s] 2018-05-01 23:18:17,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:17.716 10841 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.033s] 2018-05-01 23:18:17,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:17.749 10841 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.032s] 2018-05-01 23:18:17,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:17.910 10841 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.161s] 2018-05-01 23:18:17,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:17.935 10841 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [2.614s] 2018-05-01 23:18:18,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:18.087 10841 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.176s] 2018-05-01 23:18:18,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:18.252 10841 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.317s] 2018-05-01 23:18:18,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:18.277 10841 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.024s] 2018-05-01 23:18:18,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:18.283 10841 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.196s] 2018-05-01 23:18:18,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:18.304 10841 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.027s] 2018-05-01 23:18:18,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:18.322 10841 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.018s] 2018-05-01 23:18:18,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:18.479 10841 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.195s] 2018-05-01 23:18:18,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:18.515 10841 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.036s] 2018-05-01 23:18:19,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:19.271 10841 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON ... fail 2018-05-01 23:18:22,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:22.690 10841 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.666s] 2018-05-01 23:18:23,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:23.521 10841 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.923s] 2018-05-01 23:18:23,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:23.826 10841 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.305s] 2018-05-01 23:18:23,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:23.888 10841 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [1.198s] 2018-05-01 23:18:24,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:24.037 10841 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.210s] 2018-05-01 23:18:24,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:24.577 10841 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.689s] 2018-05-01 23:18:24,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:24.705 10841 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.667s] 2018-05-01 23:18:25,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:25.143 10841 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.564s] 2018-05-01 23:18:25,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:25.384 10841 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.679s] 2018-05-01 23:18:25,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:25.800 10841 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.416s] 2018-05-01 23:18:26,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:26.049 10841 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.906s] 2018-05-01 23:18:26,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:26.125 10841 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.074s] 2018-05-01 23:18:26,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:26.202 10841 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.076s] 2018-05-01 23:18:26,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:26.274 10841 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.071s] 2018-05-01 23:18:26,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:26.344 10841 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.070s] 2018-05-01 23:18:26,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:26.443 10841 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.098s] 2018-05-01 23:18:26,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:26.581 10841 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.138s] 2018-05-01 23:18:27,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:27.044 10841 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.464s] 2018-05-01 23:18:30,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:30.761 10841 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [9.174s] 2018-05-01 23:18:32,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:32.800 10841 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.194s] 2018-05-01 23:18:32,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:32.995 10841 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.194s] 2018-05-01 23:18:33,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:33.192 10841 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.196s] 2018-05-01 23:18:34,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:34.053 10841 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.859s] 2018-05-01 23:18:34,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:34.297 10841 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.244s] 2018-05-01 23:18:34,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:34.518 10841 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.221s] 2018-05-01 23:18:34,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:34.714 10841 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.196s] 2018-05-01 23:18:34,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:34.761 10841 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.046s] 2018-05-01 23:18:34,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:34.817 10841 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.056s] 2018-05-01 23:18:34,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:34.909 10841 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.090s] 2018-05-01 23:18:35,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:35.107 10841 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.198s] 2018-05-01 23:18:35,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:35.342 10841 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.234s] 2018-05-01 23:18:35,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:35.565 10841 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.222s] 2018-05-01 23:18:35,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:35.621 10841 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.056s] 2018-05-01 23:18:35,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:35.825 10841 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.203s] 2018-05-01 23:18:36,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:36.453 10841 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.820s] 2018-05-01 23:18:38,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:38.553 10841 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.888s] 2018-05-01 23:18:39,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:39.073 10841 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.619s] 2018-05-01 23:18:40,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:40.854 10841 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.167s] 2018-05-01 23:18:43,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:43.531 10841 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [12.767s] 2018-05-01 23:18:45,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:45.358 10841 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [6.279s] 2018-05-01 23:18:45,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:45.926 10841 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.372s] 2018-05-01 23:18:46,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:46.690 10841 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.335s] 2018-05-01 23:18:48,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:48.487 10841 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.560s] 2018-05-01 23:18:48,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:48.692 10841 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.204s] 2018-05-01 23:18:48,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:48.814 10841 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.122s] 2018-05-01 23:18:49,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:49.018 10841 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.203s] 2018-05-01 23:18:49,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:49.073 10841 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.054s] 2018-05-01 23:18:49,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:49.181 10841 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.490s] 2018-05-01 23:18:51,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:51.002 10841 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.820s] 2018-05-01 23:18:53,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:53.385 10841 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.381s] 2018-05-01 23:18:53,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:53.455 10841 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.071s] 2018-05-01 23:18:57,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:18:57.121 10841 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [13.587s] 2018-05-01 23:19:01,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '6a3391a5-8f4f-4c97-9b50-ccfa07e90c3f']'. 2018-05-01 23:19:02,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-01 23:19:02,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-01 23:19:02,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-01 23:19:02,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 6a3391a5-8f4f-4c97-9b50-ccfa07e90c3f | 2018-05-01 23:19:02,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-01 23:19:02,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-01 23:17:47 | 2018-05-01 23:19:02,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-01 23:19:01 | 2018-05-01 23:19:02,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:14 | 2018-05-01 23:19:02,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-01 23:19:02,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-01 23:19:02,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 0491a187-5fcf-40bf-973a-5e512beaea82) | 2018-05-01 23:19:02,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-01 23:19:02,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: b25cf060-ac1d-4d6e-ba55-c0656fcabb70) | 2018-05-01 23:19:02,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 113 | 2018-05-01 23:19:02,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 63.417 | 2018-05-01 23:19:02,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 102 | 2018-05-01 23:19:02,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-01 23:19:02,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-01 23:19:02,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-01 23:19:02,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 11 | 2018-05-01 23:19:02,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-01 23:19:02,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-01 23:19:02,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 90.2654867257% 2018-05-01 23:19:10,416 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 23:19:10,416 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 01:41 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-05-01 23:19:10,421 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-05-01 23:19:10,421 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-01 23:19:10,510 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-01 23:19:13,003 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-01 23:19:12.633 10931 INFO rally.deployment.engine [-] Deployment b25cf060-ac1d-4d6e-ba55-c0656fcabb70 | Starting: Destroy cloud and free allocated resources. 2018-05-01 23:19:12.712 10931 INFO rally.deployment.engine [-] Deployment b25cf060-ac1d-4d6e-ba55-c0656fcabb70 | Completed: Destroy cloud and free allocated resources. 2018-05-01 23:19:12.749 10931 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=0491a187-5fcf-40bf-973a-5e512beaea82) for deployment 'opnfv-rally'. 2018-05-01 23:19:12.765 10931 INFO rally.api [-] Deleting verification (UUID=6a3391a5-8f4f-4c97-9b50-ccfa07e90c3f). 2018-05-01 23:19:12.805 10931 INFO rally.api [-] Verification has been successfully deleted! 2018-05-01 23:19:12.806 10931 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=0491a187-5fcf-40bf-973a-5e512beaea82). 2018-05-01 23:19:12.817 10931 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-01 23:19:15,374 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-01 23:19:15.067 10934 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=b16b6e4c-9330-4d15-8458-958899884f19) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | b16b6e4c-9330-4d15-8458-958899884f19 | 2018-05-01T23:19:15 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: b16b6e4c-9330-4d15-8458-958899884f19 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-01 23:19:18,721 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-01 23:19:18,722 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-01 23:19:21,104 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-01 23:19:20.763 10940 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=0491a187-5fcf-40bf-973a-5e512beaea82). 2018-05-01 23:19:20.886 10940 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-01 23:19:24,469 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-01 23:19:23.183 10943 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-01 23:19:23.302 10943 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-01 23:19:24.323 10943 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a0cb33d9-c321-4569-8ecc-5dcd3c717df1) has been successfully created! Using verifier 'opnfv-tempest' (UUID=a0cb33d9-c321-4569-8ecc-5dcd3c717df1) as the default verifier for the future CLI operations. 2018-05-01 23:19:27,427 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-01 23:19:30,481 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-01 23:19:37,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-01 23:19:42,860 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-01 23:19:41.834 10962 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a0cb33d9-c321-4569-8ecc-5dcd3c717df1) for deployment 'opnfv-rally' (UUID=b16b6e4c-9330-4d15-8458-958899884f19). 2018-05-01 23:19:42.698 10962 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a0cb33d9-c321-4569-8ecc-5dcd3c717df1) has been successfully configured for deployment 'opnfv-rally' (UUID=b16b6e4c-9330-4d15-8458-958899884f19)! 2018-05-01 23:19:42,860 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-01 23:19:42,860 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-01 23:19:42,863 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-01 23:19:42,873 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-01 23:19:46,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-a0cb33d9-c321-4569-8ecc-5dcd3c717df1/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-05-01 23:19:46,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-05-01 23:19:48,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 23:19:48.100 10971 INFO rally.api [-] Starting verification (UUID=2cb78625-f362-42a8-90e0-31893a5b643a) for deployment 'opnfv-rally' (UUID=b16b6e4c-9330-4d15-8458-958899884f19) by verifier 'opnfv-tempest' (UUID=a0cb33d9-c321-4569-8ecc-5dcd3c717df1). 2018-05-01 23:19:48,102 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 2cb78625-f362-42a8-90e0-31893a5b643a 2018-05-01 23:22:30,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '2cb78625-f362-42a8-90e0-31893a5b643a']'. 2018-05-01 23:22:31,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-01 23:22:31,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-01 23:22:31,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-01 23:22:31,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 2cb78625-f362-42a8-90e0-31893a5b643a | 2018-05-01 23:22:31,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-01 23:22:31,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-01 23:19:48 | 2018-05-01 23:22:31,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-01 23:22:29 | 2018-05-01 23:22:31,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:41 | 2018-05-01 23:22:31,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-01 23:22:31,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-01 23:22:31,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: a0cb33d9-c321-4569-8ecc-5dcd3c717df1) | 2018-05-01 23:22:31,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-01 23:22:31,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: b16b6e4c-9330-4d15-8458-958899884f19) | 2018-05-01 23:22:31,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-01 23:22:31,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 152.301 | 2018-05-01 23:22:31,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-05-01 23:22:31,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-05-01 23:22:31,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-01 23:22:31,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-01 23:22:31,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-01 23:22:31,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-01 23:22:31,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-01 23:22:31,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-05-01 23:22:38,647 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 23:22:38,647 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:11 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-01 23:22:38,651 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-05-01 23:22:58,929 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-05-01 23:22:58,929 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-05-01 23:22:58,963 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-05-01 23:22:59,082 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 23:22:59,082 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-01 23:22:59,086 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-01 23:23:00,038 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-02 00:03:14,480 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-02 00:03:14,480 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 40:14 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-05-02 00:03:14,484 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-05-02 00:03:14,484 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-02 00:03:14,572 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-02 00:03:17,117 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-02 00:03:16.692 11061 INFO rally.deployment.engine [-] Deployment b16b6e4c-9330-4d15-8458-958899884f19 | Starting: Destroy cloud and free allocated resources. 2018-05-02 00:03:16.781 11061 INFO rally.deployment.engine [-] Deployment b16b6e4c-9330-4d15-8458-958899884f19 | Completed: Destroy cloud and free allocated resources. 2018-05-02 00:03:16.839 11061 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=a0cb33d9-c321-4569-8ecc-5dcd3c717df1) for deployment 'opnfv-rally'. 2018-05-02 00:03:16.870 11061 INFO rally.api [-] Deleting verification (UUID=2cb78625-f362-42a8-90e0-31893a5b643a). 2018-05-02 00:03:16.904 11061 INFO rally.api [-] Verification has been successfully deleted! 2018-05-02 00:03:16.904 11061 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=a0cb33d9-c321-4569-8ecc-5dcd3c717df1). 2018-05-02 00:03:16.913 11061 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-02 00:03:19,510 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-02 00:03:19.224 11064 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=28c48de6-f2ad-4ccc-9cd1-395e73850e23) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 28c48de6-f2ad-4ccc-9cd1-395e73850e23 | 2018-05-02T00:03:19 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 28c48de6-f2ad-4ccc-9cd1-395e73850e23 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-02 00:03:22,818 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-02 00:03:22,818 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-02 00:03:25,149 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-02 00:03:24.887 11070 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=a0cb33d9-c321-4569-8ecc-5dcd3c717df1). 2018-05-02 00:03:25.002 11070 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-02 00:03:28,447 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-02 00:03:27.177 11073 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-02 00:03:27.308 11073 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-02 00:03:28.260 11073 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1a67af5f-b50a-4c1e-9820-7b6cd935085a) has been successfully created! Using verifier 'opnfv-tempest' (UUID=1a67af5f-b50a-4c1e-9820-7b6cd935085a) as the default verifier for the future CLI operations. 2018-05-02 00:03:40,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-02 00:03:46,155 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-02 00:03:45.085 11092 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=1a67af5f-b50a-4c1e-9820-7b6cd935085a) for deployment 'opnfv-rally' (UUID=28c48de6-f2ad-4ccc-9cd1-395e73850e23). 2018-05-02 00:03:45.994 11092 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1a67af5f-b50a-4c1e-9820-7b6cd935085a) has been successfully configured for deployment 'opnfv-rally' (UUID=28c48de6-f2ad-4ccc-9cd1-395e73850e23)! 2018-05-02 00:03:50,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-1a67af5f-b50a-4c1e-9820-7b6cd935085a/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-05-02 00:03:50,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-05-02 00:03:52,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-02 00:03:52.094 11101 INFO rally.api [-] Starting verification (UUID=e7e95911-00ca-4137-a203-e13d2e7fd8e1) for deployment 'opnfv-rally' (UUID=28c48de6-f2ad-4ccc-9cd1-395e73850e23) by verifier 'opnfv-tempest' (UUID=1a67af5f-b50a-4c1e-9820-7b6cd935085a). 2018-05-02 00:05:42,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'e7e95911-00ca-4137-a203-e13d2e7fd8e1']'. 2018-05-02 00:05:43,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-02 00:05:43,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-02 00:05:43,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-02 00:05:43,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | e7e95911-00ca-4137-a203-e13d2e7fd8e1 | 2018-05-02 00:05:43,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-02 00:05:43,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-02 00:03:52 | 2018-05-02 00:05:43,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-02 00:05:42 | 2018-05-02 00:05:43,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:50 | 2018-05-02 00:05:43,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-02 00:05:43,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-02 00:05:43,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 1a67af5f-b50a-4c1e-9820-7b6cd935085a) | 2018-05-02 00:05:43,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-02 00:05:43,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 28c48de6-f2ad-4ccc-9cd1-395e73850e23) | 2018-05-02 00:05:43,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-02 00:05:43,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 98.625 | 2018-05-02 00:05:43,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-05-02 00:05:43,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-05-02 00:05:43,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-02 00:05:43,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-02 00:05:43,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-05-02 00:05:43,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-02 00:05:43,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-02 00:05:43,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-05-02 00:05:50,871 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-02 00:05:50,871 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:19 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-05-02 00:05:50,875 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-05-02 00:05:50,876 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:38 | PASS | | vping_userdata | functest | smoke | 00:40 | PASS | | tempest_smoke_serial | functest | smoke | 18:16 | FAIL | | rally_sanity | functest | smoke | 22:05 | PASS | | refstack_defcore | functest | smoke | 01:41 | FAIL | | patrole | functest | smoke | 03:11 | PASS | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 40:14 | FAIL | | neutron_trunk | functest | smoke | 02:19 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-02 00:05:50,883 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-02 00:05:54,800 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-73 | | 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-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-02 00:05:54,802 - 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=JYfhjqwcrxcjGCKtGcqX73RAA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-05-02 00:05:54,802 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-02 00:05:54,803 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification bgpvpn | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ 2018-05-02 00:05:54,804 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-05-02 00:05:54,804 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-05-02 00:09:26,719 - xtesting.core.feature - ERROR - Execute command: doctor-test failed 2018-05-02 00:09:26,720 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-05-02 00:09:26,876 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-02 00:09:26,876 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:32 | FAIL | +-----------------------------+-----------------+------------------+----------------+ 2018-05-02 00:09:26,880 - xtesting.ci.run_tests - ERROR - The test case 'doctor-notification' failed. 2018-05-02 00:09:26,880 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-05-02 00:27:03,840 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-02 00:27:12,686 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-02 00:27:12.390 151 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=337dedf1-11cb-439e-99cc-7032912f2abc) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 337dedf1-11cb-439e-99cc-7032912f2abc | 2018-05-02T00:27:12 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 337dedf1-11cb-439e-99cc-7032912f2abc ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-02 00:27:15,955 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-02 00:27:15,955 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-02 00:27:23,026 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-02 00:27:20.105 160 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-02 00:27:20.244 160 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-02 00:27:22.836 160 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8d8edf15-54dc-4d06-9d2f-b1b555d09f6f) has been successfully created! Using verifier 'opnfv-tempest' (UUID=8d8edf15-54dc-4d06-9d2f-b1b555d09f6f) as the default verifier for the future CLI operations. 2018-05-02 00:27:29,398 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-02 00:27:27.844 179 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=8d8edf15-54dc-4d06-9d2f-b1b555d09f6f) for deployment 'opnfv-rally' (UUID=337dedf1-11cb-439e-99cc-7032912f2abc). 2018-05-02 00:27:29.225 179 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8d8edf15-54dc-4d06-9d2f-b1b555d09f6f) has been successfully configured for deployment 'opnfv-rally' (UUID=337dedf1-11cb-439e-99cc-7032912f2abc)! 2018-05-02 00:27:29,399 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-02 00:33:16,794 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-05-02 00:33:21,051 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-05-02 00:33:21,066 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-2.tar.gz --strip-components=1' 2018-05-02 00:33:31,992 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-05-02 00:33:32,007 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-0.tar.gz --strip-components=1' 2018-05-02 00:33:37,664 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-05-02 00:33:37,679 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-1.tar.gz --strip-components=1' 2018-05-02 00:33:38,222 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-05-02 00:33:38,237 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-0.tar.gz --strip-components=1' 2018-05-02 00:33:38,501 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-05-02 00:33:38,515 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-1.tar.gz --strip-components=1' 2018-05-02 00:33:38,538 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-05-02 00:33:40,223 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/bgpvpn.log' 2018-05-02 00:33:40,341 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-02 00:33:40,342 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 24:13 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-05-02 00:33:40,346 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-05-02 00:33:40,347 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:32 | FAIL | | bgpvpn | sdnvpn | features | 24:13 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-05-02 00:33:40,353 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-02 00:33:45,795 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-73 | | 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-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-02 00:33:45,797 - 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=JYfhjqwcrxcjGCKtGcqX73RAA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-05-02 00:33:45,797 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-02 00:33:45,797 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-02 00:33:45,798 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-05-02 00:33:45,798 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-02 00:33:48,250 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-73 | | 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-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-02 00:33:48,255 - 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=JYfhjqwcrxcjGCKtGcqX73RAA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-05-02 00:33:48,255 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-02 00:33:48,256 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-02 00:33:48,256 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-02 00:33:48,257 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK