2018-04-18 03:57:22,948 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-22 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-18 03:57:22,950 - 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=6wvHMU3nbdcEXBwZ3BZYH7dup export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-18 03:57:22,951 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-18 03:57:22,951 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-04-18 03:57:22,952 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-18 03:57:22,952 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-18 03:57:24,836 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-18 03:57:33,482 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 8.635s OK 2018-04-18 03:57:33,607 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-18 03:57:33,608 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-18 03:57:33,611 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-18 03:57:34,950 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-18 04:06:42,272 - 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 547.271s OK 2018-04-18 04:06:42,400 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-18 04:06:42,401 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 09:07 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-18 04:06:42,404 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-18 04:06:43,086 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-18 04:07:17,426 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 34.339s OK 2018-04-18 04:07:17,539 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-18 04:07:17,540 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:34 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-18 04:07:17,544 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | api_check | functest | healthcheck | 09:07 | PASS | | snaps_health_check | functest | healthcheck | 00:34 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-18 04:07:17,547 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-18 04:07:41,964 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-22 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-18 04:07:41,966 - 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=6wvHMU3nbdcEXBwZ3BZYH7dup export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-18 04:07:41,967 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-18 04:07:41,967 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-04-18 04:07:41,968 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-18 04:07:41,968 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-18 04:07:42,830 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-18 04:07:42,830 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-18 04:07:43,269 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-18 04:07:43,269 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-04-18 04:07:43,667 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-18 04:07:43,667 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-18 04:07:43' 2018-04-18 04:07:43,667 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--266f54e1-f94e-41e7-9541-eff1316124a3' 2018-04-18 04:07:45,562 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-266f54e1-f94e-41e7-9541-eff1316124a3' 2018-04-18 04:07:51,218 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-266f54e1-f94e-41e7-9541-eff1316124a3' 2018-04-18 04:07:56,459 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-266f54e1-f94e-41e7-9541-eff1316124a3' 2018-04-18 04:07:57,190 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-266f54e1-f94e-41e7-9541-eff1316124a3' 2018-04-18 04:07:57,934 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-266f54e1-f94e-41e7-9541-eff1316124a3' 2018-04-18 04:08:02,211 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-266f54e1-f94e-41e7-9541-eff1316124a3' 2018-04-18 04:08:04,465 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-266f54e1-f94e-41e7-9541-eff1316124a3' 2018-04-18 04:08:22,630 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-18 04:08:26,446 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-18 04:08:26,583 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-18 04:08:27,590 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-18 04:08:42,798 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-18 04:08:42,798 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-18 04:08:43,316 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-18 04:08:43,317 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:44 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-18 04:08:43,321 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-18 04:08:43,410 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-18 04:08:43,410 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-18 04:08:43' 2018-04-18 04:08:43,411 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--43468c28-de74-4143-8efb-41db2be702e5' 2018-04-18 04:08:45,772 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-43468c28-de74-4143-8efb-41db2be702e5' 2018-04-18 04:08:47,491 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-43468c28-de74-4143-8efb-41db2be702e5' 2018-04-18 04:08:53,054 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-43468c28-de74-4143-8efb-41db2be702e5' 2018-04-18 04:08:53,669 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-43468c28-de74-4143-8efb-41db2be702e5' 2018-04-18 04:08:58,697 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-43468c28-de74-4143-8efb-41db2be702e5' 2018-04-18 04:09:03,099 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-18 04:09:10,783 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-18 04:09:13,340 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.9. Waiting for response... 2018-04-18 04:09:15,613 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-18 04:09:35,954 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-18 04:09:35,955 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:32 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-18 04:09:35,958 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-18 04:09:36,049 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-18 04:09:40,876 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-18 04:09:40.536 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=21ae4540-130a-4251-a617-963ab9d41ee3) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 21ae4540-130a-4251-a617-963ab9d41ee3 | 2018-04-18T04:09:40 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 21ae4540-130a-4251-a617-963ab9d41ee3 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-18 04:09:44,248 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-18 04:09:44,248 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-18 04:09:50,074 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-18 04:09:48.575 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-18 04:09:48.753 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-18 04:09:49.874 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2ad83486-8988-4cde-ad81-3eccd733e34d) has been successfully created! Using verifier 'opnfv-tempest' (UUID=2ad83486-8988-4cde-ad81-3eccd733e34d) as the default verifier for the future CLI operations. 2018-04-18 04:09:53,187 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-18 04:09:54,944 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-18 04:09:58,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-18 04:10:03,218 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-18 04:10:02.419 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=2ad83486-8988-4cde-ad81-3eccd733e34d) for deployment 'opnfv-rally' (UUID=21ae4540-130a-4251-a617-963ab9d41ee3). 2018-04-18 04:10:03.083 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2ad83486-8988-4cde-ad81-3eccd733e34d) has been successfully configured for deployment 'opnfv-rally' (UUID=21ae4540-130a-4251-a617-963ab9d41ee3)! 2018-04-18 04:10:03,219 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-18 04:10:03,219 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-18 04:10:03,221 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-18 04:10:03,224 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-18 04:10:06,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-2ad83486-8988-4cde-ad81-3eccd733e34d/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-18 04:10:06,060 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-18 04:10:06,062 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-18 04:10:06,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-04-18 04:10:08,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:10:08.183 55 INFO rally.api [-] Starting verification (UUID=006f18d4-f717-4e10-82fb-c2c723bfe835) for deployment 'opnfv-rally' (UUID=21ae4540-130a-4251-a617-963ab9d41ee3) by verifier 'opnfv-tempest' (UUID=2ad83486-8988-4cde-ad81-3eccd733e34d). 2018-04-18 04:10:08,184 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 006f18d4-f717-4e10-82fb-c2c723bfe835 2018-04-18 04:10:14,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:10:14.458 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.175s] 2018-04-18 04:10:14,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:10:14.528 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.070s] 2018-04-18 04:10:20,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:10:20.049 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.035s] 2018-04-18 04:10:21,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:10:21.930 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.880s] 2018-04-18 04:10:28,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:10:28.992 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.108s] 2018-04-18 04:10:44,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:10:44.084 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.009s] 2018-04-18 04:11:10,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:11:10.560 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.067s] 2018-04-18 04:11:10,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:11:10.562 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-18 04:11:37,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:11:37.045 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.069s] 2018-04-18 04:11:37,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:11:37.046 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-18 04:12:02,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:12:02.766 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.064s] 2018-04-18 04:12:02,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:12:02.767 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-18 04:12:42,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:12:42.285 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [13.732s] 2018-04-18 04:13:01,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:13:01.428 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.054s] 2018-04-18 04:13:01,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:13:01.530 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.102s] 2018-04-18 04:13:08,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:13:08.106 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.637s] 2018-04-18 04:13:08,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:13:08.114 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-04-18 04:13:09,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:13:09.382 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-18 04:13:09,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:13:09.383 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-18 04:13:13,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:13:13.432 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.471s] 2018-04-18 04:13:18,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:13:18.529 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.072s] 2018-04-18 04:13:23,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:13:23.972 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.579s] 2018-04-18 04:13:30,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:13:30.153 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.406s] 2018-04-18 04:13:38,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:13:38.224 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.954s] 2018-04-18 04:13:43,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:13:43.581 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.344s] 2018-04-18 04:13:48,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:13:48.779 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.175s] 2018-04-18 04:13:54,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:13:54.994 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.575s] 2018-04-18 04:14:00,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:14:00.836 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.393s] 2018-04-18 04:14:07,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:14:07.757 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.509s] 2018-04-18 04:14:09,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:14:09.595 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-18 04:14:11,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:14:11.550 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.069s] 2018-04-18 04:14:11,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:14:11.619 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.069s] 2018-04-18 04:14:11,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:14:11.688 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.068s] 2018-04-18 04:14:11,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:14:11.694 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-04-18 04:14:14,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:14:14.855 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.302s] 2018-04-18 04:14:15,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:14:15.573 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.718s] 2018-04-18 04:14:16,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:14:16.715 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.140s] 2018-04-18 04:14:21,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:14:21.852 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-04-18 04:14:26,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:14:26.635 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.803s] 2018-04-18 04:14:37,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:14:37.574 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.360s] 2018-04-18 04:14:40,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:14:40.795 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.220s] 2018-04-18 04:14:50,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:14:50.463 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.362s] 2018-04-18 04:14:53,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:14:53.648 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.183s] 2018-04-18 04:14:59,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:14:59.365 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [5.717s] 2018-04-18 04:15:07,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:15:07.298 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.346s] 2018-04-18 04:15:10,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:15:10.401 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.102s] 2018-04-18 04:15:13,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:15:13.510 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.109s] 2018-04-18 04:15:26,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:15:26.400 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [3.522s] 2018-04-18 04:15:26,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:15:26.677 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.278s] 2018-04-18 04:15:26,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:15:26.781 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.103s] 2018-04-18 04:15:26,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:15:26.833 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.051s] 2018-04-18 04:15:26,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:15:26.927 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.093s] 2018-04-18 04:15:26,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:15:26.975 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.049s] 2018-04-18 04:15:36,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:15:36.809 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.022s] 2018-04-18 04:15:36,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:15:36.995 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.187s] 2018-04-18 04:15:37,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:15:37.244 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.248s] 2018-04-18 04:15:37,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:15:37.295 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.050s] 2018-04-18 04:15:37,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:15:37.387 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.092s] 2018-04-18 04:15:37,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:15:37.437 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.050s] 2018-04-18 04:15:46,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:15:46.964 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [3.384s] 2018-04-18 04:15:50,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:15:50.899 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [3.934s] 2018-04-18 04:15:52,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:15:52.459 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.559s] 2018-04-18 04:15:52,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:15:52.651 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.193s] 2018-04-18 04:15:52,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:15:52.712 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.060s] 2018-04-18 04:16:01,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:16:01.573 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.096s] 2018-04-18 04:16:05,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:16:05.794 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.220s] 2018-04-18 04:16:07,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:16:07.201 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.407s] 2018-04-18 04:16:07,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:16:07.265 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.063s] 2018-04-18 04:16:07,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:16:07.314 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.049s] 2018-04-18 04:16:19,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:16:19.447 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [7.498s] 2018-04-18 04:16:24,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:16:24.067 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [4.621s] 2018-04-18 04:16:28,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:16:28.248 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.180s] 2018-04-18 04:16:31,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:16:31.077 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.828s] 2018-04-18 04:16:48,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:16:48.718 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [8.184s] 2018-04-18 04:16:53,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:16:53.609 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.890s] 2018-04-18 04:16:57,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:16:57.396 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [3.785s] 2018-04-18 04:17:00,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:17:00.198 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.802s] 2018-04-18 04:17:10,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:17:10.477 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [0.967s] 2018-04-18 04:17:12,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:17:12.166 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.687s] 2018-04-18 04:17:12,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:17:12.210 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.045s] 2018-04-18 04:17:16,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:17:16.196 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.066s] 2018-04-18 04:17:17,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:17:17.526 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.328s] 2018-04-18 04:17:17,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:17:17.569 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.044s] 2018-04-18 04:17:21,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:17:21.229 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.761s] 2018-04-18 04:17:24,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:17:24.111 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-04-18 04:17:25,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:17:25.258 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-18 04:17:25,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:17:25.260 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-18 04:17:25,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:17:25.261 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-18 04:17:25,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:17:25.262 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-18 04:17:25,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:17:25.263 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-18 04:17:27,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:17:26.999 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-04-18 04:17:39,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:17:39.360 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [7.437s] 2018-04-18 04:17:50,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:17:50.129 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.407s] 2018-04-18 04:18:01,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:18:01.068 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.937s] 2018-04-18 04:18:08,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:18:08.580 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.039s] 2018-04-18 04:19:04,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:19:04.901 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [50.812s] 2018-04-18 04:19:34,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:19:34.094 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [21.491s] 2018-04-18 04:20:13,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:20:13.432 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [23.464s] 2018-04-18 04:20:25,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '006f18d4-f717-4e10-82fb-c2c723bfe835']'. 2018-04-18 04:20:26,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-18 04:20:26,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-18 04:20:26,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-18 04:20:26,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 006f18d4-f717-4e10-82fb-c2c723bfe835 | 2018-04-18 04:20:26,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-18 04:20:26,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-18 04:10:08 | 2018-04-18 04:20:26,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-18 04:20:24 | 2018-04-18 04:20:26,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:10:16 | 2018-04-18 04:20:26,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-18 04:20:26,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-18 04:20:26,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-18 04:20:26,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 2ad83486-8988-4cde-ad81-3eccd733e34d) | 2018-04-18 04:20:26,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-18 04:20:26,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 21ae4540-130a-4251-a617-963ab9d41ee3) | 2018-04-18 04:20:26,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-18 04:20:26,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 601.019 | 2018-04-18 04:20:26,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-04-18 04:20:26,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-18 04:20:26,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-18 04:20:26,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-18 04:20:26,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-18 04:20:26,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-18 04:20:26,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-18 04:20:26,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-04-18 04:20:30,498 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-18 04:20:30,499 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 10:37 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-04-18 04:20:30,503 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-18 04:20:30,593 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-18 04:20:31,021 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-18 04:20:31,021 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-04-18 04:20:31,447 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-18 04:20:33,952 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-18 04:20:33.554 117 INFO rally.deployment.engine [-] Deployment 21ae4540-130a-4251-a617-963ab9d41ee3 | Starting: Destroy cloud and free allocated resources. 2018-04-18 04:20:33.653 117 INFO rally.deployment.engine [-] Deployment 21ae4540-130a-4251-a617-963ab9d41ee3 | Completed: Destroy cloud and free allocated resources. 2018-04-18 04:20:33.669 117 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=2ad83486-8988-4cde-ad81-3eccd733e34d) for deployment 'opnfv-rally'. 2018-04-18 04:20:33.677 117 INFO rally.api [-] Deleting verification (UUID=006f18d4-f717-4e10-82fb-c2c723bfe835). 2018-04-18 04:20:33.724 117 INFO rally.api [-] Verification has been successfully deleted! 2018-04-18 04:20:33.724 117 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=2ad83486-8988-4cde-ad81-3eccd733e34d). 2018-04-18 04:20:33.729 117 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-18 04:20:36,266 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-18 04:20:35.942 120 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=71d3b7b4-a50d-491c-bb77-b0c3fe14b19c) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 71d3b7b4-a50d-491c-bb77-b0c3fe14b19c | 2018-04-18T04:20:35 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 71d3b7b4-a50d-491c-bb77-b0c3fe14b19c ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-18 04:20:39,588 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-18 04:20:39,588 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-18 04:20:41,209 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-d8b2b11c-af9b-49fd-b26b-750ac0fa2f58'... 2018-04-18 04:20:43,545 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-d8b2b11c-af9b-49fd-b26b-750ac0fa2f58'... 2018-04-18 04:20:45,276 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-d8b2b11c-af9b-49fd-b26b-750ac0fa2f58'... 2018-04-18 04:20:49,583 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-d8b2b11c-af9b-49fd-b26b-750ac0fa2f58'... 2018-04-18 04:20:50,163 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-d8b2b11c-af9b-49fd-b26b-750ac0fa2f58'... 2018-04-18 04:20:50,805 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-18 04:20:50,805 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-04-18 04:20:50,807 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-18 04:20:50,825 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-18 04:20:50,826 - 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': 'b93ee010-1cc9-4a97-957b-1246c6da52cf', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-d8b2b11c-af9b-49fd-b26b-750ac0fa2f58', 'flavor_name': 'rally-tiny-d8b2b11c-af9b-49fd-b26b-750ac0fa2f58', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-d8b2b11c-af9b-49fd-b26b-750ac0fa2f58', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-18 04:21:50,363 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ba0c0dff-080e-414f-b14f-d5d0592a4567 2018-04-18 04:21:50,364 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-18 04:21:50,364 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'ba0c0dff-080e-414f-b14f-d5d0592a4567'] 2018-04-18 04:21:51,435 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task ba0c0dff-080e-414f-b14f-d5d0592a4567: 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 ba0c0dff-080e-414f-b14f-d5d0592a4567 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.553 | 0.553 | 0.553 | 0.553 | 0.553 | 0.553 | 100.0% | 1 | | total | 0.553 | 0.553 | 0.553 | 0.553 | 0.553 | 0.553 | 100.0% | 1 | | -> duration | 0.553 | 0.553 | 0.553 | 0.553 | 0.553 | 0.553 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.553071 Full duration: 6.600624 -------------------------------------------------------------------------------- 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 ba0c0dff-080e-414f-b14f-d5d0592a4567 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.307 | 0.307 | 0.307 | 0.307 | 0.307 | 0.307 | 100.0% | 1 | | total | 0.746 | 0.746 | 0.746 | 0.746 | 0.746 | 0.746 | 100.0% | 1 | | -> duration | 0.746 | 0.746 | 0.746 | 0.746 | 0.746 | 0.746 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.746012 Full duration: 6.949794 -------------------------------------------------------------------------------- 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 ba0c0dff-080e-414f-b14f-d5d0592a4567 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.21 | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 100.0% | 1 | | total | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | -> duration | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.613242 Full duration: 6.709715 -------------------------------------------------------------------------------- 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 ba0c0dff-080e-414f-b14f-d5d0592a4567 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.341 | 0.341 | 0.341 | 0.341 | 0.341 | 0.341 | 100.0% | 1 | | total | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 100.0% | 1 | | -> duration | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.752055 Full duration: 6.66042 -------------------------------------------------------------------------------- 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 ba0c0dff-080e-414f-b14f-d5d0592a4567 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.351 | 0.351 | 0.351 | 0.351 | 0.351 | 0.351 | 100.0% | 1 | | total | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | -> duration | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.737134 Full duration: 6.727201 -------------------------------------------------------------------------------- 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 ba0c0dff-080e-414f-b14f-d5d0592a4567 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.396 | 0.396 | 0.396 | 0.396 | 0.396 | 0.396 | 100.0% | 1 | | total | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 100.0% | 1 | | -> duration | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.836285 Full duration: 6.747022 HINTS: * To plot HTML graphics with this data, run: rally task report ba0c0dff-080e-414f-b14f-d5d0592a4567 --out output.html * To generate a JUnit report, run: rally task export ba0c0dff-080e-414f-b14f-d5d0592a4567 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ba0c0dff-080e-414f-b14f-d5d0592a4567 --json --out output.json 2018-04-18 04:21:51,436 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'ba0c0dff-080e-414f-b14f-d5d0592a4567'] 2018-04-18 04:21:52,462 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-18 04:21:52,462 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'ba0c0dff-080e-414f-b14f-d5d0592a4567', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-18 04:21:52,469 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-18 04:21:52,469 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-18 04:21:52,469 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-04-18 04:21:52,469 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-18 04:21:52,486 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-18 04:21:52,486 - 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': 'b93ee010-1cc9-4a97-957b-1246c6da52cf', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-d8b2b11c-af9b-49fd-b26b-750ac0fa2f58', 'flavor_name': 'rally-tiny-d8b2b11c-af9b-49fd-b26b-750ac0fa2f58', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-d8b2b11c-af9b-49fd-b26b-750ac0fa2f58', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-18 04:23:19,485 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7d45a6bf-5636-47df-85e2-0e5d43ce93b7 2018-04-18 04:23:19,485 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '7d45a6bf-5636-47df-85e2-0e5d43ce93b7'] 2018-04-18 04:23:20,419 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 7d45a6bf-5636-47df-85e2-0e5d43ce93b7: 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 7d45a6bf-5636-47df-85e2-0e5d43ce93b7 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.293 | 3.293 | 3.293 | 3.293 | 3.293 | 3.293 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 100.0% | 1 | | -> glance_v2.upload_data | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 100.0% | 1 | | glance_v2.delete_image | 1.478 | 1.478 | 1.478 | 1.478 | 1.478 | 1.478 | 100.0% | 1 | | total | 4.771 | 4.771 | 4.771 | 4.771 | 4.771 | 4.771 | 100.0% | 1 | | -> duration | 4.771 | 4.771 | 4.771 | 4.771 | 4.771 | 4.771 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.771365 Full duration: 12.222791 -------------------------------------------------------------------------------- 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 7d45a6bf-5636-47df-85e2-0e5d43ce93b7 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.998 | 3.998 | 3.998 | 3.998 | 3.998 | 3.998 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.05 | 0.05 | 0.05 | 0.05 | 0.05 | 0.05 | 100.0% | 1 | | -> glance_v2.upload_data | 1.687 | 1.687 | 1.687 | 1.687 | 1.687 | 1.687 | 100.0% | 1 | | glance_v2.list_images | 0.039 | 0.039 | 0.039 | 0.039 | 0.039 | 0.039 | 100.0% | 1 | | total | 4.038 | 4.038 | 4.038 | 4.038 | 4.038 | 4.038 | 100.0% | 1 | | -> duration | 4.038 | 4.038 | 4.038 | 4.038 | 4.038 | 4.038 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.038153 Full duration: 14.451616 -------------------------------------------------------------------------------- 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 7d45a6bf-5636-47df-85e2-0e5d43ce93b7 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.184 | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 100.0% | 1 | | total | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 100.0% | 1 | | -> duration | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.184019 Full duration: 6.913753 -------------------------------------------------------------------------------- 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-d8b2b11c-af9b-49fd-b26b-750ac0fa2f58" }, "number_instances": 2, "nics": [ { "net-id": "b93ee010-1cc9-4a97-957b-1246c6da52cf" } ] }, "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 7d45a6bf-5636-47df-85e2-0e5d43ce93b7 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.897 | 3.897 | 3.897 | 3.897 | 3.897 | 3.897 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 100.0% | 1 | | -> glance_v2.upload_data | 1.596 | 1.596 | 1.596 | 1.596 | 1.596 | 1.596 | 100.0% | 1 | | nova.boot_servers | 11.845 | 11.845 | 11.845 | 11.845 | 11.845 | 11.845 | 100.0% | 1 | | total | 15.743 | 15.743 | 15.743 | 15.743 | 15.743 | 15.743 | 100.0% | 1 | | -> duration | 14.743 | 14.743 | 14.743 | 14.743 | 14.743 | 14.743 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.742569 Full duration: 35.056521 HINTS: * To plot HTML graphics with this data, run: rally task report 7d45a6bf-5636-47df-85e2-0e5d43ce93b7 --out output.html * To generate a JUnit report, run: rally task export 7d45a6bf-5636-47df-85e2-0e5d43ce93b7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7d45a6bf-5636-47df-85e2-0e5d43ce93b7 --json --out output.json 2018-04-18 04:23:20,419 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '7d45a6bf-5636-47df-85e2-0e5d43ce93b7'] 2018-04-18 04:23:21,283 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-18 04:23:21,283 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '7d45a6bf-5636-47df-85e2-0e5d43ce93b7', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-18 04:23:21,292 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-18 04:23:21,292 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-18 04:23:21,292 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-04-18 04:23:21,293 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-18 04:23:21,313 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-18 04:23:21,314 - 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': 'b93ee010-1cc9-4a97-957b-1246c6da52cf', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-d8b2b11c-af9b-49fd-b26b-750ac0fa2f58', 'flavor_name': 'rally-tiny-d8b2b11c-af9b-49fd-b26b-750ac0fa2f58', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-d8b2b11c-af9b-49fd-b26b-750ac0fa2f58', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-18 04:26:21,287 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b960df9c-301c-45e9-92c2-54c8222ac7d3 2018-04-18 04:26:21,288 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b960df9c-301c-45e9-92c2-54c8222ac7d3'] 2018-04-18 04:26:22,448 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b960df9c-301c-45e9-92c2-54c8222ac7d3: 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 b960df9c-301c-45e9-92c2-54c8222ac7d3 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 | 2.892 | 2.892 | 2.892 | 2.892 | 2.892 | 2.892 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.437 | 2.437 | 2.437 | 2.437 | 2.437 | 2.437 | 100.0% | 1 | | total | 5.33 | 5.33 | 5.33 | 5.33 | 5.33 | 5.33 | 100.0% | 1 | | -> duration | 5.33 | 5.33 | 5.33 | 5.33 | 5.33 | 5.33 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.329739 Full duration: 21.030197 -------------------------------------------------------------------------------- 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 b960df9c-301c-45e9-92c2-54c8222ac7d3 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.123 | 3.123 | 3.123 | 3.123 | 3.123 | 3.123 | 100.0% | 1 | | cinder_v2.delete_volume | 2.166 | 2.166 | 2.166 | 2.166 | 2.166 | 2.166 | 100.0% | 1 | | total | 5.29 | 5.29 | 5.29 | 5.29 | 5.29 | 5.29 | 100.0% | 1 | | -> duration | 5.29 | 5.29 | 5.29 | 5.29 | 5.29 | 5.29 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.289822 Full duration: 14.180884 -------------------------------------------------------------------------------- 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-d8b2b11c-af9b-49fd-b26b-750ac0fa2f58" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task b960df9c-301c-45e9-92c2-54c8222ac7d3 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 7.992 | 7.992 | 7.992 | 7.992 | 7.992 | 7.992 | 100.0% | 1 | | cinder_v2.delete_volume | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 100.0% | 1 | | total | 10.293 | 10.293 | 10.293 | 10.293 | 10.293 | 10.293 | 100.0% | 1 | | -> duration | 10.293 | 10.293 | 10.293 | 10.293 | 10.293 | 10.293 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.292519 Full duration: 19.818161 -------------------------------------------------------------------------------- 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 b960df9c-301c-45e9-92c2-54c8222ac7d3 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.056 | 3.056 | 3.056 | 3.056 | 3.056 | 3.056 | 100.0% | 1 | | cinder_v2.delete_volume | 2.301 | 2.301 | 2.301 | 2.301 | 2.301 | 2.301 | 100.0% | 1 | | total | 5.357 | 5.357 | 5.357 | 5.357 | 5.357 | 5.357 | 100.0% | 1 | | -> duration | 5.357 | 5.357 | 5.357 | 5.357 | 5.357 | 5.357 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.357242 Full duration: 14.139436 -------------------------------------------------------------------------------- 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 b960df9c-301c-45e9-92c2-54c8222ac7d3 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.054 | 3.054 | 3.054 | 3.054 | 3.054 | 3.054 | 100.0% | 1 | | cinder_v2.extend_volume | 2.33 | 2.33 | 2.33 | 2.33 | 2.33 | 2.33 | 100.0% | 1 | | cinder_v2.delete_volume | 2.455 | 2.455 | 2.455 | 2.455 | 2.455 | 2.455 | 100.0% | 1 | | total | 7.839 | 7.839 | 7.839 | 7.839 | 7.839 | 7.839 | 100.0% | 1 | | -> duration | 7.839 | 7.839 | 7.839 | 7.839 | 7.839 | 7.839 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.839021 Full duration: 17.11042 -------------------------------------------------------------------------------- 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 b960df9c-301c-45e9-92c2-54c8222ac7d3 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.12 | 3.12 | 3.12 | 3.12 | 3.12 | 3.12 | 100.0% | 1 | | cinder_v2.delete_volume | 2.425 | 2.425 | 2.425 | 2.425 | 2.425 | 2.425 | 100.0% | 1 | | total | 5.545 | 5.545 | 5.545 | 5.545 | 5.545 | 5.545 | 100.0% | 1 | | -> duration | 5.545 | 5.545 | 5.545 | 5.545 | 5.545 | 5.545 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.544855 Full duration: 21.048939 -------------------------------------------------------------------------------- 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 b960df9c-301c-45e9-92c2-54c8222ac7d3 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.576 | 0.576 | 0.576 | 0.576 | 0.576 | 0.576 | 100.0% | 1 | | cinder_v2.list_qos | 0.161 | 0.161 | 0.161 | 0.161 | 0.161 | 0.161 | 100.0% | 1 | | total | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | -> duration | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.738044 Full duration: 11.241764 -------------------------------------------------------------------------------- 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 b960df9c-301c-45e9-92c2-54c8222ac7d3 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.653 | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 100.0% | 1 | | cinder_v2.set_qos | 0.257 | 0.257 | 0.257 | 0.257 | 0.257 | 0.257 | 100.0% | 1 | | total | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | -> duration | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.910423 Full duration: 11.406776 -------------------------------------------------------------------------------- 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 b960df9c-301c-45e9-92c2-54c8222ac7d3 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.582 | 0.582 | 0.582 | 0.582 | 0.582 | 0.582 | 100.0% | 1 | | cinder_v2.list_types | 0.156 | 0.156 | 0.156 | 0.156 | 0.156 | 0.156 | 100.0% | 1 | | total | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | -> duration | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.738428 Full duration: 11.110237 -------------------------------------------------------------------------------- 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 b960df9c-301c-45e9-92c2-54c8222ac7d3 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.597 | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 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.776203 Full duration: 11.224156 HINTS: * To plot HTML graphics with this data, run: rally task report b960df9c-301c-45e9-92c2-54c8222ac7d3 --out output.html * To generate a JUnit report, run: rally task export b960df9c-301c-45e9-92c2-54c8222ac7d3 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b960df9c-301c-45e9-92c2-54c8222ac7d3 --json --out output.json 2018-04-18 04:26:22,448 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b960df9c-301c-45e9-92c2-54c8222ac7d3'] 2018-04-18 04:26:23,525 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-18 04:26:23,525 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b960df9c-301c-45e9-92c2-54c8222ac7d3', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-18 04:26:23,534 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-18 04:26:23,535 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-18 04:26:23,535 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-04-18 04:26:23,535 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-18 04:26:23,552 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-18 04:26:23,553 - 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': 'b93ee010-1cc9-4a97-957b-1246c6da52cf', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-d8b2b11c-af9b-49fd-b26b-750ac0fa2f58', 'flavor_name': 'rally-tiny-d8b2b11c-af9b-49fd-b26b-750ac0fa2f58', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-d8b2b11c-af9b-49fd-b26b-750ac0fa2f58', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-18 04:27:35,631 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 15c2029f-7392-4cca-8e82-12d09faa46ea 2018-04-18 04:27:35,631 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '15c2029f-7392-4cca-8e82-12d09faa46ea'] 2018-04-18 04:27:36,610 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 15c2029f-7392-4cca-8e82-12d09faa46ea: 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 15c2029f-7392-4cca-8e82-12d09faa46ea 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.492 | 4.492 | 4.492 | 4.492 | 4.492 | 4.492 | 100.0% | 1 | | heat.update_stack | 2.555 | 2.555 | 2.555 | 2.555 | 2.555 | 2.555 | 100.0% | 1 | | heat.delete_stack | 2.486 | 2.486 | 2.486 | 2.486 | 2.486 | 2.486 | 100.0% | 1 | | total | 9.533 | 9.533 | 9.533 | 9.533 | 9.533 | 9.533 | 100.0% | 1 | | -> duration | 5.533 | 5.533 | 5.533 | 5.533 | 5.533 | 5.533 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.533389 Full duration: 17.128488 -------------------------------------------------------------------------------- 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 15c2029f-7392-4cca-8e82-12d09faa46ea 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.006 | 4.006 | 4.006 | 4.006 | 4.006 | 4.006 | 100.0% | 1 | | heat.check_stack | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 100.0% | 1 | | heat.delete_stack | 2.214 | 2.214 | 2.214 | 2.214 | 2.214 | 2.214 | 100.0% | 1 | | total | 6.692 | 6.692 | 6.692 | 6.692 | 6.692 | 6.692 | 100.0% | 1 | | -> duration | 4.692 | 4.692 | 4.692 | 4.692 | 4.692 | 4.692 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.692369 Full duration: 14.28901 -------------------------------------------------------------------------------- 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 15c2029f-7392-4cca-8e82-12d09faa46ea 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.014 | 4.014 | 4.014 | 4.014 | 4.014 | 4.014 | 100.0% | 1 | | heat.suspend_stack | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | heat.resume_stack | 0.543 | 0.543 | 0.543 | 0.543 | 0.543 | 0.543 | 100.0% | 1 | | heat.delete_stack | 2.33 | 2.33 | 2.33 | 2.33 | 2.33 | 2.33 | 100.0% | 1 | | total | 7.49 | 7.49 | 7.49 | 7.49 | 7.49 | 7.49 | 100.0% | 1 | | -> duration | 5.49 | 5.49 | 5.49 | 5.49 | 5.49 | 5.49 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.490256 Full duration: 15.269277 -------------------------------------------------------------------------------- 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 15c2029f-7392-4cca-8e82-12d09faa46ea 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.568 | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 100.0% | 1 | | total | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 100.0% | 1 | | -> duration | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.567742 Full duration: 7.584768 HINTS: * To plot HTML graphics with this data, run: rally task report 15c2029f-7392-4cca-8e82-12d09faa46ea --out output.html * To generate a JUnit report, run: rally task export 15c2029f-7392-4cca-8e82-12d09faa46ea --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 15c2029f-7392-4cca-8e82-12d09faa46ea --json --out output.json 2018-04-18 04:27:36,611 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '15c2029f-7392-4cca-8e82-12d09faa46ea'] 2018-04-18 04:27:37,675 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-18 04:27:37,675 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '15c2029f-7392-4cca-8e82-12d09faa46ea', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-18 04:27:37,683 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-18 04:27:37,683 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-18 04:27:37,684 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-04-18 04:27:37,684 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-18 04:27:37,711 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-18 04:27:37,711 - 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': 'b93ee010-1cc9-4a97-957b-1246c6da52cf', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-d8b2b11c-af9b-49fd-b26b-750ac0fa2f58', 'flavor_name': 'rally-tiny-d8b2b11c-af9b-49fd-b26b-750ac0fa2f58', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-d8b2b11c-af9b-49fd-b26b-750ac0fa2f58', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-18 04:30:33,630 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : bc8d0186-3e85-465c-9bfa-8386da32771c 2018-04-18 04:30:33,631 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'bc8d0186-3e85-465c-9bfa-8386da32771c'] 2018-04-18 04:30:34,750 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task bc8d0186-3e85-465c-9bfa-8386da32771c: 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 bc8d0186-3e85-465c-9bfa-8386da32771c 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.473 | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 100.0% | 1 | | keystone_v3.add_role | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | keystone_v3.revoke_role | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 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.703633 Full duration: 13.406458 -------------------------------------------------------------------------------- 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 bc8d0186-3e85-465c-9bfa-8386da32771c 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.484 | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 100.0% | 1 | | keystone_v3.add_role | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | keystone_v3.list_roles | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 100.0% | 1 | | total | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 100.0% | 1 | | -> duration | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.700308 Full duration: 13.112912 -------------------------------------------------------------------------------- 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 bc8d0186-3e85-465c-9bfa-8386da32771c 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.824 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 100.0% | 1 | | keystone_v3.list_projects | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | total | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 100.0% | 1 | | -> duration | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.902077 Full duration: 13.430105 -------------------------------------------------------------------------------- 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 bc8d0186-3e85-465c-9bfa-8386da32771c 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.551 | 0.551 | 0.551 | 0.551 | 0.551 | 0.551 | 100.0% | 1 | | keystone_v3.delete_role | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | total | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 100.0% | 1 | | -> duration | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.647304 Full duration: 11.447577 -------------------------------------------------------------------------------- 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 bc8d0186-3e85-465c-9bfa-8386da32771c has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_service | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 100.0% | 1 | | keystone_v3.delete_service | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | total | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 100.0% | 1 | | -> duration | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.568195 Full duration: 11.266722 -------------------------------------------------------------------------------- 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 bc8d0186-3e85-465c-9bfa-8386da32771c has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | keystone_v3.create_user | 0.421 | 0.421 | 0.421 | 0.421 | 0.421 | 0.421 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 100.0% | 1 | | -> keystone_v3.add_role | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | keystone_v3.create_role | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | keystone_v3.get_project | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | keystone_v3.get_user | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | keystone_v3.get_role | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | keystone_v3.list_services | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 100.0% | 1 | | keystone_v3.get_services | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | total | 1.615 | 1.615 | 1.615 | 1.615 | 1.615 | 1.615 | 100.0% | 1 | | -> duration | 1.615 | 1.615 | 1.615 | 1.615 | 1.615 | 1.615 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.615489 Full duration: 17.943646 -------------------------------------------------------------------------------- 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 bc8d0186-3e85-465c-9bfa-8386da32771c 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.62 | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 100.0% | 1 | | keystone_v3.update_project | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | keystone_v3.delete_project | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | total | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | -> duration | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.831959 Full duration: 11.420948 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task bc8d0186-3e85-465c-9bfa-8386da32771c 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.708 | 0.708 | 0.708 | 0.708 | 0.708 | 0.708 | 100.0% | 1 | | total | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 100.0% | 1 | | -> duration | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.796805 Full duration: 13.523314 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task bc8d0186-3e85-465c-9bfa-8386da32771c 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.63 | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 100.0% | 1 | | total | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 100.0% | 1 | | -> duration | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.630305 Full duration: 13.072393 -------------------------------------------------------------------------------- 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 bc8d0186-3e85-465c-9bfa-8386da32771c 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.641 | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 100.0% | 1 | | keystone_v3.list_users | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | total | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | -> duration | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.826427 Full duration: 13.472945 -------------------------------------------------------------------------------- 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 bc8d0186-3e85-465c-9bfa-8386da32771c 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.617 | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 100.0% | 1 | | keystone_v3.create_users | 4.339 | 4.339 | 4.339 | 4.339 | 4.339 | 4.339 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.339 | 4.339 | 4.339 | 4.339 | 4.339 | 4.339 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 100.0% | 1 | | total | 5.839 | 5.839 | 5.839 | 5.839 | 5.839 | 5.839 | 100.0% | 1 | | -> duration | 5.839 | 5.839 | 5.839 | 5.839 | 5.839 | 5.839 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.838691 Full duration: 22.321289 HINTS: * To plot HTML graphics with this data, run: rally task report bc8d0186-3e85-465c-9bfa-8386da32771c --out output.html * To generate a JUnit report, run: rally task export bc8d0186-3e85-465c-9bfa-8386da32771c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report bc8d0186-3e85-465c-9bfa-8386da32771c --json --out output.json 2018-04-18 04:30:34,750 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'bc8d0186-3e85-465c-9bfa-8386da32771c'] 2018-04-18 04:30:35,785 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-18 04:30:35,786 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'bc8d0186-3e85-465c-9bfa-8386da32771c', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-18 04:30:35,794 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-18 04:30:35,795 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-18 04:30:35,795 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-04-18 04:30:35,795 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-18 04:30:35,811 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-18 04:30:35,813 - 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': 'b93ee010-1cc9-4a97-957b-1246c6da52cf', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-d8b2b11c-af9b-49fd-b26b-750ac0fa2f58', 'flavor_name': 'rally-tiny-d8b2b11c-af9b-49fd-b26b-750ac0fa2f58', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-d8b2b11c-af9b-49fd-b26b-750ac0fa2f58', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-18 04:35:08,228 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 51717a28-0650-45d5-9250-b3bd63eaa60d 2018-04-18 04:35:08,229 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '51717a28-0650-45d5-9250-b3bd63eaa60d'] 2018-04-18 04:35:09,337 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 51717a28-0650-45d5-9250-b3bd63eaa60d: 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 51717a28-0650-45d5-9250-b3bd63eaa60d 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.916 | 0.916 | 0.916 | 0.916 | 0.916 | 0.916 | 100.0% | 1 | | neutron.delete_network | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 100.0% | 1 | | total | 1.552 | 1.552 | 1.552 | 1.552 | 1.552 | 1.552 | 100.0% | 1 | | -> duration | 1.552 | 1.552 | 1.552 | 1.552 | 1.552 | 1.552 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.552072 Full duration: 13.568576 -------------------------------------------------------------------------------- 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 51717a28-0650-45d5-9250-b3bd63eaa60d 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.269 | 1.269 | 1.269 | 1.269 | 1.269 | 1.269 | 100.0% | 1 | | neutron.delete_port | 0.546 | 0.546 | 0.546 | 0.546 | 0.546 | 0.546 | 100.0% | 1 | | total | 1.815 | 1.815 | 1.815 | 1.815 | 1.815 | 1.815 | 100.0% | 1 | | -> duration | 1.815 | 1.815 | 1.815 | 1.815 | 1.815 | 1.815 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.814678 Full duration: 24.767906 -------------------------------------------------------------------------------- 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 51717a28-0650-45d5-9250-b3bd63eaa60d 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.817 | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 100.0% | 1 | | neutron.create_subnet | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 100.0% | 1 | | neutron.create_router | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | neutron.add_interface_router | 1.411 | 1.411 | 1.411 | 1.411 | 1.411 | 1.411 | 100.0% | 1 | | neutron.remove_interface_router | 1.445 | 1.445 | 1.445 | 1.445 | 1.445 | 1.445 | 100.0% | 1 | | neutron.delete_router | 0.234 | 0.234 | 0.234 | 0.234 | 0.234 | 0.234 | 100.0% | 1 | | total | 4.626 | 4.626 | 4.626 | 4.626 | 4.626 | 4.626 | 100.0% | 1 | | -> duration | 4.626 | 4.626 | 4.626 | 4.626 | 4.626 | 4.626 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.625559 Full duration: 32.854972 -------------------------------------------------------------------------------- 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 51717a28-0650-45d5-9250-b3bd63eaa60d 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.041 | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 100.0% | 1 | | neutron.delete_subnet | 0.356 | 0.356 | 0.356 | 0.356 | 0.356 | 0.356 | 100.0% | 1 | | total | 1.398 | 1.398 | 1.398 | 1.398 | 1.398 | 1.398 | 100.0% | 1 | | -> duration | 1.398 | 1.398 | 1.398 | 1.398 | 1.398 | 1.398 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.397538 Full duration: 23.60639 -------------------------------------------------------------------------------- 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 51717a28-0650-45d5-9250-b3bd63eaa60d 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.119 | 1.119 | 1.119 | 1.119 | 1.119 | 1.119 | 100.0% | 1 | | neutron.list_networks | 0.162 | 0.162 | 0.162 | 0.162 | 0.162 | 0.162 | 100.0% | 1 | | total | 1.281 | 1.281 | 1.281 | 1.281 | 1.281 | 1.281 | 100.0% | 1 | | -> duration | 1.281 | 1.281 | 1.281 | 1.281 | 1.281 | 1.281 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.280658 Full duration: 15.425263 -------------------------------------------------------------------------------- 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 51717a28-0650-45d5-9250-b3bd63eaa60d 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.234 | 1.234 | 1.234 | 1.234 | 1.234 | 1.234 | 100.0% | 1 | | neutron.list_ports | 0.275 | 0.275 | 0.275 | 0.275 | 0.275 | 0.275 | 100.0% | 1 | | total | 1.509 | 1.509 | 1.509 | 1.509 | 1.509 | 1.509 | 100.0% | 1 | | -> duration | 1.509 | 1.509 | 1.509 | 1.509 | 1.509 | 1.509 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.509117 Full duration: 23.780031 -------------------------------------------------------------------------------- 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 51717a28-0650-45d5-9250-b3bd63eaa60d 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.745 | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 100.0% | 1 | | neutron.create_subnet | 0.545 | 0.545 | 0.545 | 0.545 | 0.545 | 0.545 | 100.0% | 1 | | neutron.create_router | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | neutron.add_interface_router | 1.455 | 1.455 | 1.455 | 1.455 | 1.455 | 1.455 | 100.0% | 1 | | neutron.list_routers | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 100.0% | 1 | | total | 3.048 | 3.048 | 3.048 | 3.048 | 3.048 | 3.048 | 100.0% | 1 | | -> duration | 3.048 | 3.048 | 3.048 | 3.048 | 3.048 | 3.048 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.047712 Full duration: 33.423979 -------------------------------------------------------------------------------- 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 51717a28-0650-45d5-9250-b3bd63eaa60d 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.736 | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 100.0% | 1 | | neutron.create_subnet | 0.442 | 0.442 | 0.442 | 0.442 | 0.442 | 0.442 | 100.0% | 1 | | neutron.list_subnets | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | total | 1.262 | 1.262 | 1.262 | 1.262 | 1.262 | 1.262 | 100.0% | 1 | | -> duration | 1.262 | 1.262 | 1.262 | 1.262 | 1.262 | 1.262 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.261849 Full duration: 29.721082 -------------------------------------------------------------------------------- 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 51717a28-0650-45d5-9250-b3bd63eaa60d has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 100.0% | 1 | | neutron.delete_security_group | 0.235 | 0.235 | 0.235 | 0.235 | 0.235 | 0.235 | 100.0% | 1 | | total | 1.111 | 1.111 | 1.111 | 1.111 | 1.111 | 1.111 | 100.0% | 1 | | -> duration | 1.111 | 1.111 | 1.111 | 1.111 | 1.111 | 1.111 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.111438 Full duration: 13.060019 -------------------------------------------------------------------------------- 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 51717a28-0650-45d5-9250-b3bd63eaa60d has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | neutron.create_security_group_rule | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | neutron.delete_security_group | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | total | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 100.0% | 1 | | -> duration | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.152908 Full duration: 13.183724 -------------------------------------------------------------------------------- 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 51717a28-0650-45d5-9250-b3bd63eaa60d 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.868 | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 100.0% | 1 | | neutron.create_router | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 100.0% | 1 | | neutron.add_gateway_router | 1.338 | 1.338 | 1.338 | 1.338 | 1.338 | 1.338 | 100.0% | 1 | | neutron.remove_gateway_router | 1.19 | 1.19 | 1.19 | 1.19 | 1.19 | 1.19 | 100.0% | 1 | | total | 3.471 | 3.471 | 3.471 | 3.471 | 3.471 | 3.471 | 100.0% | 1 | | -> duration | 3.471 | 3.471 | 3.471 | 3.471 | 3.471 | 3.471 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.470866 Full duration: 22.234949 HINTS: * To plot HTML graphics with this data, run: rally task report 51717a28-0650-45d5-9250-b3bd63eaa60d --out output.html * To generate a JUnit report, run: rally task export 51717a28-0650-45d5-9250-b3bd63eaa60d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 51717a28-0650-45d5-9250-b3bd63eaa60d --json --out output.json 2018-04-18 04:35:09,337 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '51717a28-0650-45d5-9250-b3bd63eaa60d'] 2018-04-18 04:35:10,216 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-18 04:35:10,216 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '51717a28-0650-45d5-9250-b3bd63eaa60d', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-18 04:35:10,221 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-18 04:35:10,221 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-18 04:35:10,221 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-04-18 04:35:10,222 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-18 04:35:10,228 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-18 04:35:10,229 - 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': 'b93ee010-1cc9-4a97-957b-1246c6da52cf', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-d8b2b11c-af9b-49fd-b26b-750ac0fa2f58', 'flavor_name': 'rally-tiny-d8b2b11c-af9b-49fd-b26b-750ac0fa2f58', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-d8b2b11c-af9b-49fd-b26b-750ac0fa2f58', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-18 04:38:08,940 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : fb539875-826e-47bb-be06-e0ae46a66258 2018-04-18 04:38:08,941 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'fb539875-826e-47bb-be06-e0ae46a66258'] 2018-04-18 04:38:09,989 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task fb539875-826e-47bb-be06-e0ae46a66258: aborted -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-d8b2b11c-af9b-49fd-b26b-750ac0fa2f58" }, "image": { "name": "Cirros-0.4.0-d8b2b11c-af9b-49fd-b26b-750ac0fa2f58" }, "block_migration": false, "nics": [ { "net-id": "b93ee010-1cc9-4a97-957b-1246c6da52cf" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task fb539875-826e-47bb-be06-e0ae46a66258 has 1 error(s) -------------------------------------------------------------------------------- RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/servers.py", line 722, in run block_migration, disk_over_commit) File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 87, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/utils.py", line 770, in _live_migrate "but instance did not change host: %s" % host_pre_migrate) RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 10.305 | 10.305 | 10.305 | 10.305 | 10.305 | 10.305 | 100.0% | 1 | | nova.find_host_to_migrate | 1.178 | 1.178 | 1.178 | 1.178 | 1.178 | 1.178 | 100.0% | 1 | | nova.live_migrate | 133.247 | 133.247 | 133.247 | 133.247 | 133.247 | 133.247 | 0.0% | 1 | | total | 144.73 | 144.73 | 144.73 | 144.73 | 144.73 | 144.73 | 0.0% | 1 | | -> duration | 143.73 | 143.73 | 143.73 | 143.73 | 143.73 | 143.73 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 143.73011 Full duration: 158.405815 HINTS: * To plot HTML graphics with this data, run: rally task report fb539875-826e-47bb-be06-e0ae46a66258 --out output.html * To generate a JUnit report, run: rally task export fb539875-826e-47bb-be06-e0ae46a66258 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report fb539875-826e-47bb-be06-e0ae46a66258 --json --out output.json 2018-04-18 04:38:09,990 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'fb539875-826e-47bb-be06-e0ae46a66258'] 2018-04-18 04:38:11,042 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-18 04:38:11,043 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'fb539875-826e-47bb-be06-e0ae46a66258', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-18 04:38:11,049 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-04-18 04:38:11,049 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-18 04:38:11,049 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-04-18 04:38:11,050 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-18 04:38:11,057 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-18 04:38:11,057 - 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': 'b93ee010-1cc9-4a97-957b-1246c6da52cf', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-d8b2b11c-af9b-49fd-b26b-750ac0fa2f58', 'flavor_name': 'rally-tiny-d8b2b11c-af9b-49fd-b26b-750ac0fa2f58', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-d8b2b11c-af9b-49fd-b26b-750ac0fa2f58', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-18 04:38:55,540 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 87f569e5-c1f3-4286-b733-a342b6dbde41 2018-04-18 04:38:55,540 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '87f569e5-c1f3-4286-b733-a342b6dbde41'] 2018-04-18 04:38:56,610 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 87f569e5-c1f3-4286-b733-a342b6dbde41: 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 87f569e5-c1f3-4286-b733-a342b6dbde41 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.7 | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 100.0% | 1 | | quotas.delete_quotas | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 100.0% | 1 | | total | 0.871 | 0.871 | 0.871 | 0.871 | 0.871 | 0.871 | 100.0% | 1 | | -> duration | 0.871 | 0.871 | 0.871 | 0.871 | 0.871 | 0.871 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.87098 Full duration: 7.726237 -------------------------------------------------------------------------------- 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 87f569e5-c1f3-4286-b733-a342b6dbde41 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.65 | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 100.0% | 1 | | total | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 100.0% | 1 | | -> duration | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.650257 Full duration: 7.417862 -------------------------------------------------------------------------------- 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 87f569e5-c1f3-4286-b733-a342b6dbde41 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.207 | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 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.589542 Full duration: 7.5845 -------------------------------------------------------------------------------- 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 87f569e5-c1f3-4286-b733-a342b6dbde41 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.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | total | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | -> duration | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.825639 Full duration: 7.86676 HINTS: * To plot HTML graphics with this data, run: rally task report 87f569e5-c1f3-4286-b733-a342b6dbde41 --out output.html * To generate a JUnit report, run: rally task export 87f569e5-c1f3-4286-b733-a342b6dbde41 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 87f569e5-c1f3-4286-b733-a342b6dbde41 --json --out output.json 2018-04-18 04:38:56,610 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '87f569e5-c1f3-4286-b733-a342b6dbde41'] 2018-04-18 04:38:57,620 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-18 04:38:57,620 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '87f569e5-c1f3-4286-b733-a342b6dbde41', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-18 04:38:57,627 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-18 04:38:57,629 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:40 | 6 | 100.00% | | glance | 01:08 | 4 | 100.00% | | cinder | 02:32 | 10 | 100.00% | | heat | 00:54 | 4 | 100.00% | | keystone | 02:34 | 11 | 100.00% | | neutron | 04:05 | 11 | 100.00% | | nova | 02:38 | 1 | 0.00% | | quotas | 00:30 | 4 | 100.00% | | | | | | | TOTAL: | 00:15:04 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-04-18 04:38:57,629 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-04-18 04:39:03,412 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-18 04:39:03,412 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-18 04:39:03,961 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-18 04:39:03,962 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 18:32 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-18 04:39:03,966 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-04-18 04:39:03,966 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-18 04:39:04,055 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-18 04:39:06,375 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-18 04:39:06.110 9788 INFO rally.deployment.engine [-] Deployment 71d3b7b4-a50d-491c-bb77-b0c3fe14b19c | Starting: Destroy cloud and free allocated resources. 2018-04-18 04:39:06.194 9788 INFO rally.deployment.engine [-] Deployment 71d3b7b4-a50d-491c-bb77-b0c3fe14b19c | Completed: Destroy cloud and free allocated resources. 2018-04-18 04:39:06.203 9788 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=2ad83486-8988-4cde-ad81-3eccd733e34d). 2018-04-18 04:39:06.205 9788 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-18 04:39:08,735 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-18 04:39:08.497 9791 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=e19dd982-02a7-49e9-b553-4f0717cdd356) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | e19dd982-02a7-49e9-b553-4f0717cdd356 | 2018-04-18T04:39:08 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: e19dd982-02a7-49e9-b553-4f0717cdd356 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-18 04:39:11,950 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-18 04:39:11,951 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-18 04:39:14,299 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-18 04:39:14.035 9797 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=2ad83486-8988-4cde-ad81-3eccd733e34d). 2018-04-18 04:39:14.159 9797 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-18 04:39:17,888 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-18 04:39:16.340 9800 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-18 04:39:16.488 9800 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-18 04:39:17.709 9800 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0da40d6d-1f16-40be-9d13-e2f707679307) has been successfully created! Using verifier 'opnfv-tempest' (UUID=0da40d6d-1f16-40be-9d13-e2f707679307) as the default verifier for the future CLI operations. 2018-04-18 04:39:20,746 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-18 04:39:22,242 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-18 04:39:25,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-18 04:39:30,890 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-18 04:39:30.041 9819 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0da40d6d-1f16-40be-9d13-e2f707679307) for deployment 'opnfv-rally' (UUID=e19dd982-02a7-49e9-b553-4f0717cdd356). 2018-04-18 04:39:30.719 9819 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0da40d6d-1f16-40be-9d13-e2f707679307) has been successfully configured for deployment 'opnfv-rally' (UUID=e19dd982-02a7-49e9-b553-4f0717cdd356)! 2018-04-18 04:39:30,890 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-18 04:39:30,891 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-18 04:39:30,893 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-18 04:39:33,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-04-18 04:39:35,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:39:35.435 9831 INFO rally.api [-] Starting verification (UUID=d0a4ebff-aaae-4447-8a2d-ae1c283c21dc) for deployment 'opnfv-rally' (UUID=e19dd982-02a7-49e9-b553-4f0717cdd356) by verifier 'opnfv-tempest' (UUID=0da40d6d-1f16-40be-9d13-e2f707679307). 2018-04-18 04:39:35,436 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: d0a4ebff-aaae-4447-8a2d-ae1c283c21dc 2018-04-18 04:39:44,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:39:44.830 9831 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.367s] 2018-04-18 04:39:45,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:39:45.046 9831 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.461s] 2018-04-18 04:39:45,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:39:45.072 9831 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.483s] 2018-04-18 04:39:45,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:39:45.117 9831 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.071s] 2018-04-18 04:39:47,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:39:47.363 9831 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.010s] 2018-04-18 04:39:48,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:39:48.091 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.663s] 2018-04-18 04:39:48,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:39:48.539 9831 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.174s] 2018-04-18 04:39:50,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:39:50.240 9831 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.701s] 2018-04-18 04:39:52,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:39:52.078 9831 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.168s] 2018-04-18 04:39:52,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:39:52.194 9831 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.116s] 2018-04-18 04:39:52,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:39:52.328 9831 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.134s] 2018-04-18 04:39:53,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:39:53.255 9831 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [3.169s] 2018-04-18 04:39:56,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:39:56.708 9831 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.033s] 2018-04-18 04:39:57,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:39:57.343 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.159s] 2018-04-18 04:39:57,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:39:57.528 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.184s] 2018-04-18 04:39:57,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:39:57.752 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.223s] 2018-04-18 04:39:57,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:39:57.764 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.012s] 2018-04-18 04:39:57,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:39:57.779 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.015s] 2018-04-18 04:39:57,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:39:57.794 9831 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.086s] 2018-04-18 04:40:05,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:05.076 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [16.979s] 2018-04-18 04:40:15,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:15.954 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [6.376s] 2018-04-18 04:40:16,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:16.019 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.065s] 2018-04-18 04:40:16,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:16.253 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.233s] 2018-04-18 04:40:16,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:16.352 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.097s] 2018-04-18 04:40:16,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:16.353 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-04-18 04:40:30,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:30.712 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.230s] 2018-04-18 04:40:30,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:30.979 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.266s] 2018-04-18 04:40:31,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:31.218 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.239s] 2018-04-18 04:40:31,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:31.510 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.291s] 2018-04-18 04:40:31,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:31.749 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.239s] 2018-04-18 04:40:31,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:31.881 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.132s] 2018-04-18 04:40:31,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:31.962 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.080s] 2018-04-18 04:40:32,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:32.035 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.072s] 2018-04-18 04:40:32,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:32.102 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.067s] 2018-04-18 04:40:32,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:32.184 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.081s] 2018-04-18 04:40:32,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:32.316 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.131s] 2018-04-18 04:40:32,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:32.437 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [48.105s] 2018-04-18 04:40:42,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:42.439 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [37.352s] 2018-04-18 04:40:51,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:51.278 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.189s] 2018-04-18 04:40:52,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:52.398 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.119s] 2018-04-18 04:40:52,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:52.713 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.700s] 2018-04-18 04:40:52,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:52.822 9831 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.164s] 2018-04-18 04:40:52,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:52.989 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.275s] 2018-04-18 04:40:53,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:53.261 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.271s] 2018-04-18 04:40:53,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:53.462 9831 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [43.570s] 2018-04-18 04:40:53,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:53.703 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.305s] 2018-04-18 04:40:53,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:53.749 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.488s] 2018-04-18 04:40:54,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:54.194 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.444s] 2018-04-18 04:40:54,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:54.617 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.423s] 2018-04-18 04:40:55,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:55.088 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.383s] 2018-04-18 04:40:56,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:56.088 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.999s] 2018-04-18 04:40:57,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:57.863 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.773s] 2018-04-18 04:40:58,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:58.100 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.238s] 2018-04-18 04:40:58,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:58.330 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.229s] 2018-04-18 04:40:58,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:58.557 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.227s] 2018-04-18 04:40:59,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:59.615 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.056s] 2018-04-18 04:40:59,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:40:59.858 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.243s] 2018-04-18 04:41:00,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:00.037 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [17.597s] 2018-04-18 04:41:00,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:00.244 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.385s] 2018-04-18 04:41:00,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:00.990 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.744s] 2018-04-18 04:41:02,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:02.070 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.079s] 2018-04-18 04:41:02,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:02.422 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.351s] 2018-04-18 04:41:02,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:02.710 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.287s] 2018-04-18 04:41:02,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:02.958 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.247s] 2018-04-18 04:41:03,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:03.244 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.285s] 2018-04-18 04:41:05,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:05.063 9831 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [11.603s] 2018-04-18 04:41:05,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:05.584 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.262s] 2018-04-18 04:41:07,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:07.184 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.599s] 2018-04-18 04:41:09,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:09.897 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.710s] 2018-04-18 04:41:10,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:10.533 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.637s] 2018-04-18 04:41:10,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:10.953 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [75.854s] 2018-04-18 04:41:12,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:12.166 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.216s] 2018-04-18 04:41:12,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:12.677 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.142s] 2018-04-18 04:41:12,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:12.916 9831 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [74.613s] 2018-04-18 04:41:13,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:13.441 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.764s] 2018-04-18 04:41:14,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:14.873 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.430s] 2018-04-18 04:41:14,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:14.934 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.063s] 2018-04-18 04:41:19,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:19.495 9831 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [89.242s] 2018-04-18 04:41:38,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:38.340 9831 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.083s] 2018-04-18 04:41:38,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:38.568 9831 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.228s] 2018-04-18 04:41:39,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:39.672 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [4.834s] 2018-04-18 04:41:39,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:39.756 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.085s] 2018-04-18 04:41:39,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:39.984 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.228s] 2018-04-18 04:41:40,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:40.084 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.098s] 2018-04-18 04:41:40,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:40.085 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-18 04:41:40,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:40.353 9831 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [35.282s] 2018-04-18 04:41:42,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:42.081 9831 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [29.158s] 2018-04-18 04:41:55,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:55.529 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.013s] 2018-04-18 04:41:55,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:55.689 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.159s] 2018-04-18 04:41:55,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:55.858 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.168s] 2018-04-18 04:41:56,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:56.008 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.149s] 2018-04-18 04:41:56,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:56.020 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.012s] 2018-04-18 04:41:56,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:56.033 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.012s] 2018-04-18 04:41:56,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:56.091 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.058s] 2018-04-18 04:41:56,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:56.266 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.174s] 2018-04-18 04:41:56,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:56.414 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.147s] 2018-04-18 04:41:56,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:56.449 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.034s] 2018-04-18 04:41:56,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:56.594 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.145s] 2018-04-18 04:41:56,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:56.797 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.201s] 2018-04-18 04:41:56,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:56.841 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.044s] 2018-04-18 04:41:56,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:56.881 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.040s] 2018-04-18 04:41:56,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:56.931 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.049s] 2018-04-18 04:41:57,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:57.408 9831 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.153s] 2018-04-18 04:41:57,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:57.858 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.926s] 2018-04-18 04:41:57,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:57.893 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.035s] 2018-04-18 04:41:57,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:57.931 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.037s] 2018-04-18 04:41:57,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:57.944 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.013s] 2018-04-18 04:41:57,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:57.977 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.033s] 2018-04-18 04:41:58,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:58.017 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.037s] 2018-04-18 04:41:58,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:58.049 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.033s] 2018-04-18 04:41:58,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:58.192 9831 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [17.837s] 2018-04-18 04:41:58,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:41:58.237 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.188s] 2018-04-18 04:42:01,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:42:01.047 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [61.002s] 2018-04-18 04:42:04,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:42:04.721 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.318s] 2018-04-18 04:42:05,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:42:05.005 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.283s] 2018-04-18 04:42:14,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:42:14.458 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2018-04-18 04:42:14,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:42:14.465 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.007s] 2018-04-18 04:42:14,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:42:14.613 9831 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.742s] 2018-04-18 04:42:14,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:42:14.643 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.176s] 2018-04-18 04:42:14,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:42:14.671 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.029s] 2018-04-18 04:42:14,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:42:14.700 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.028s] 2018-04-18 04:42:14,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:42:14.888 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.187s] 2018-04-18 04:42:14,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:42:14.932 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.043s] 2018-04-18 04:42:14,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:42:14.976 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.043s] 2018-04-18 04:42:15,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:42:15.025 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.048s] 2018-04-18 04:42:15,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:42:15.202 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.177s] 2018-04-18 04:42:22,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:42:22.708 9831 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.093s] 2018-04-18 04:42:33,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:42:33.956 9831 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.246s] 2018-04-18 04:42:37,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd0a4ebff-aaae-4447-8a2d-ae1c283c21dc']'. 2018-04-18 04:42:38,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-18 04:42:38,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-18 04:42:38,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-18 04:42:38,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d0a4ebff-aaae-4447-8a2d-ae1c283c21dc | 2018-04-18 04:42:38,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-18 04:42:38,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-18 04:39:35 | 2018-04-18 04:42:38,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-18 04:42:37 | 2018-04-18 04:42:38,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:02 | 2018-04-18 04:42:38,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-18 04:42:38,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-18 04:42:38,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 0da40d6d-1f16-40be-9d13-e2f707679307) | 2018-04-18 04:42:38,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-18 04:42:38,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: e19dd982-02a7-49e9-b553-4f0717cdd356) | 2018-04-18 04:42:38,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 128 | 2018-04-18 04:42:38,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 172.048 | 2018-04-18 04:42:38,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 128 | 2018-04-18 04:42:38,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-18 04:42:38,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-18 04:42:38,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-18 04:42:38,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-18 04:42:38,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-18 04:42:38,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-18 04:42:38,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-04-18 04:42:43,226 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-18 04:42:43,227 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 03:22 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-18 04:42:43,229 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-18 04:42:43,271 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-18 04:42:45,743 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-18 04:42:45.362 9943 INFO rally.deployment.engine [-] Deployment e19dd982-02a7-49e9-b553-4f0717cdd356 | Starting: Destroy cloud and free allocated resources. 2018-04-18 04:42:45.459 9943 INFO rally.deployment.engine [-] Deployment e19dd982-02a7-49e9-b553-4f0717cdd356 | Completed: Destroy cloud and free allocated resources. 2018-04-18 04:42:45.501 9943 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=0da40d6d-1f16-40be-9d13-e2f707679307) for deployment 'opnfv-rally'. 2018-04-18 04:42:45.521 9943 INFO rally.api [-] Deleting verification (UUID=d0a4ebff-aaae-4447-8a2d-ae1c283c21dc). 2018-04-18 04:42:45.580 9943 INFO rally.api [-] Verification has been successfully deleted! 2018-04-18 04:42:45.580 9943 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=0da40d6d-1f16-40be-9d13-e2f707679307). 2018-04-18 04:42:45.588 9943 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-18 04:42:48,157 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-18 04:42:47.849 9946 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=b58d77d1-221c-4e0f-aef5-e0bec01067b5) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | b58d77d1-221c-4e0f-aef5-e0bec01067b5 | 2018-04-18T04:42:47 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: b58d77d1-221c-4e0f-aef5-e0bec01067b5 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-18 04:42:51,449 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-18 04:42:51,450 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-18 04:42:53,722 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-18 04:42:53.514 9952 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=0da40d6d-1f16-40be-9d13-e2f707679307). 2018-04-18 04:42:53.621 9952 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-18 04:42:56,996 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-18 04:42:55.654 9955 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-18 04:42:55.819 9955 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-18 04:42:56.825 9955 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e28081a8-fdf4-4cfe-be32-fbf7332c01fc) has been successfully created! Using verifier 'opnfv-tempest' (UUID=e28081a8-fdf4-4cfe-be32-fbf7332c01fc) as the default verifier for the future CLI operations. 2018-04-18 04:42:59,958 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-18 04:43:01,498 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-18 04:43:06,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-18 04:43:10,909 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-18 04:43:10.071 9974 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e28081a8-fdf4-4cfe-be32-fbf7332c01fc) for deployment 'opnfv-rally' (UUID=b58d77d1-221c-4e0f-aef5-e0bec01067b5). 2018-04-18 04:43:10.749 9974 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e28081a8-fdf4-4cfe-be32-fbf7332c01fc) has been successfully configured for deployment 'opnfv-rally' (UUID=b58d77d1-221c-4e0f-aef5-e0bec01067b5)! 2018-04-18 04:43:10,910 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-18 04:43:10,910 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-18 04:43:10,912 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-18 04:43:10,920 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-18 04:43:14,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-e28081a8-fdf4-4cfe-be32-fbf7332c01fc/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-04-18 04:43:14,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-04-18 04:43:16,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 04:43:16.209 9983 INFO rally.api [-] Starting verification (UUID=2b283914-af66-44b8-8629-5cd16a4ff6d9) for deployment 'opnfv-rally' (UUID=b58d77d1-221c-4e0f-aef5-e0bec01067b5) by verifier 'opnfv-tempest' (UUID=e28081a8-fdf4-4cfe-be32-fbf7332c01fc). 2018-04-18 04:43:16,210 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 2b283914-af66-44b8-8629-5cd16a4ff6d9 2018-04-18 04:45:44,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '2b283914-af66-44b8-8629-5cd16a4ff6d9']'. 2018-04-18 04:45:45,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-18 04:45:45,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-18 04:45:45,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-18 04:45:45,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 2b283914-af66-44b8-8629-5cd16a4ff6d9 | 2018-04-18 04:45:45,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-18 04:45:45,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-18 04:43:16 | 2018-04-18 04:45:45,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-18 04:45:43 | 2018-04-18 04:45:45,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:27 | 2018-04-18 04:45:45,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-18 04:45:45,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-18 04:45:45,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: e28081a8-fdf4-4cfe-be32-fbf7332c01fc) | 2018-04-18 04:45:45,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-18 04:45:45,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: b58d77d1-221c-4e0f-aef5-e0bec01067b5) | 2018-04-18 04:45:45,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-18 04:45:45,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 139.419 | 2018-04-18 04:45:45,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-04-18 04:45:45,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-04-18 04:45:45,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-18 04:45:45,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-18 04:45:45,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-18 04:45:45,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-18 04:45:45,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-18 04:45:45,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-18 04:45:50,036 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-18 04:45:50,036 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:50 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-18 04:45:50,039 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-18 04:45:50,816 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-18 05:27:22,192 - xtesting.core.unit - DEBUG - test_add_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_group (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_admin_user_to_new_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_new_user_to_admin_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_complex_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_simple_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_several_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_without_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_id (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_setting (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_file (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url_properties (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image_new_settings (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_bad_image_file (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_image_type (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_url (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_create_three_part_image_from_file_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_delete_keypair (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_from_file (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_large_key (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_both (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_pub_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_exist_files_delete (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_exist_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_1 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_2 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_delete_network (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_admin_user_to_new_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_new_user_to_admin_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_with_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_without_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_networks_same_name (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_delete_router (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_True (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_false (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_user_to_new_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_external_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_new_user_as_admin_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_private_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_vanilla (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_ports (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_invalid_gateway_name (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_noname (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_delete_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_same_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_delete_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_same_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_volume_type_with_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos_and_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_create_delete_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_same_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_simple (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_bad_image (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_size (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_type (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_bad_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_valid_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_valid_volume_image (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok test_ping_via_router (snaps.openstack.tests.create_instance_tests.CreateInstanceTwoNetTests) ... ok test_create_admin_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_create_delete_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_set_allowed_address_pairs (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_mac_and_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_two_subnets (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_add_invalid_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_same_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group_never_added (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ... ok test_create_instance_from_three_part_image (snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage) ... ok test_create_instance_with_one_volume (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_instance_with_two_volumes (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_delete_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_same_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_short_timeout (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_dict (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_file (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_network_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_vm_inst_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_volume_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_volume_type_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_flavor_creator (snaps.openstack.tests.create_stack_tests.CreateStackFlavorTests) ... ok test_retrieve_keypair_creator (snaps.openstack.tests.create_stack_tests.CreateStackKeypairTests) ... ok test_retrieve_security_group_creator (snaps.openstack.tests.create_stack_tests.CreateStackSecurityGroupTests) ... ok test_bad_stack_file (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_missing_dependencies (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_single_port_static (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_init (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_before_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_reverse_engineer (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_second_creator (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_connect_via_ssh_heat_vm_derived (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_apply_simple_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok ---------------------------------------------------------------------- Ran 119 tests in 2491.307s OK 2018-04-18 05:27:22,309 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-18 05:27:22,309 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 41:31 | PASS | +---------------------+------------------+------------------+----------------+ 2018-04-18 05:27:22,314 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-18 05:27:22,414 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-18 05:27:24,901 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-18 05:27:24.437 10210 INFO rally.deployment.engine [-] Deployment b58d77d1-221c-4e0f-aef5-e0bec01067b5 | Starting: Destroy cloud and free allocated resources. 2018-04-18 05:27:24.522 10210 INFO rally.deployment.engine [-] Deployment b58d77d1-221c-4e0f-aef5-e0bec01067b5 | Completed: Destroy cloud and free allocated resources. 2018-04-18 05:27:24.583 10210 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=e28081a8-fdf4-4cfe-be32-fbf7332c01fc) for deployment 'opnfv-rally'. 2018-04-18 05:27:24.616 10210 INFO rally.api [-] Deleting verification (UUID=2b283914-af66-44b8-8629-5cd16a4ff6d9). 2018-04-18 05:27:24.684 10210 INFO rally.api [-] Verification has been successfully deleted! 2018-04-18 05:27:24.685 10210 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=e28081a8-fdf4-4cfe-be32-fbf7332c01fc). 2018-04-18 05:27:24.698 10210 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-18 05:27:27,333 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-18 05:27:27.048 10213 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=a4459676-bdc6-4f14-945b-9df2a9f50c42) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | a4459676-bdc6-4f14-945b-9df2a9f50c42 | 2018-04-18T05:27:26 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: a4459676-bdc6-4f14-945b-9df2a9f50c42 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-18 05:27:30,573 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-18 05:27:30,574 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-18 05:27:32,847 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-18 05:27:32.572 10219 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=e28081a8-fdf4-4cfe-be32-fbf7332c01fc). 2018-04-18 05:27:32.702 10219 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-18 05:27:36,396 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-18 05:27:34.933 10222 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-18 05:27:35.103 10222 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-18 05:27:36.210 10222 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2b562da1-4173-4598-976a-82d76544e69f) has been successfully created! Using verifier 'opnfv-tempest' (UUID=2b562da1-4173-4598-976a-82d76544e69f) as the default verifier for the future CLI operations. 2018-04-18 05:27:39,405 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-18 05:27:41,337 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-18 05:27:44,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-18 05:27:49,722 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-18 05:27:48.880 10241 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=2b562da1-4173-4598-976a-82d76544e69f) for deployment 'opnfv-rally' (UUID=a4459676-bdc6-4f14-945b-9df2a9f50c42). 2018-04-18 05:27:49.562 10241 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2b562da1-4173-4598-976a-82d76544e69f) has been successfully configured for deployment 'opnfv-rally' (UUID=a4459676-bdc6-4f14-945b-9df2a9f50c42)! 2018-04-18 05:27:49,722 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-18 05:27:49,723 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-18 05:27:49,724 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-18 05:27:49,733 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-18 05:27:52,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-2b562da1-4173-4598-976a-82d76544e69f/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-04-18 05:27:52,495 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-18 05:27:52,496 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-18 05:27:52,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-04-18 05:27:54,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-18 05:27:54.565 10250 INFO rally.api [-] Starting verification (UUID=8ca8a16f-1299-488e-a7cb-a61329329c34) for deployment 'opnfv-rally' (UUID=a4459676-bdc6-4f14-945b-9df2a9f50c42) by verifier 'opnfv-tempest' (UUID=2b562da1-4173-4598-976a-82d76544e69f). 2018-04-18 05:27:54,567 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 8ca8a16f-1299-488e-a7cb-a61329329c34 2018-04-18 05:29:38,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '8ca8a16f-1299-488e-a7cb-a61329329c34']'. 2018-04-18 05:29:39,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-18 05:29:39,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-18 05:29:39,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-18 05:29:39,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 8ca8a16f-1299-488e-a7cb-a61329329c34 | 2018-04-18 05:29:39,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-18 05:29:39,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-18 05:27:54 | 2018-04-18 05:29:39,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-18 05:29:38 | 2018-04-18 05:29:39,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:44 | 2018-04-18 05:29:39,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-18 05:29:39,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-18 05:29:39,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 2b562da1-4173-4598-976a-82d76544e69f) | 2018-04-18 05:29:39,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-18 05:29:39,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: a4459676-bdc6-4f14-945b-9df2a9f50c42) | 2018-04-18 05:29:39,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-18 05:29:39,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 93.35 | 2018-04-18 05:29:39,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-04-18 05:29:39,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-04-18 05:29:39,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-18 05:29:39,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-18 05:29:39,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-18 05:29:39,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-18 05:29:39,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-18 05:29:39,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-04-18 05:29:44,439 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-18 05:29:44,439 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:05 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-04-18 05:29:44,444 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:44 | PASS | | vping_userdata | functest | smoke | 00:32 | PASS | | tempest_smoke_serial | functest | smoke | 10:37 | PASS | | rally_sanity | functest | smoke | 18:32 | FAIL | | refstack_defcore | functest | smoke | 03:22 | PASS | | patrole | functest | smoke | 02:50 | PASS | | snaps_smoke | functest | smoke | 41:31 | PASS | | neutron_trunk | functest | smoke | 02:05 | PASS | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-18 05:29:44,451 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-18 05:30:14,143 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-22 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-18 05:30:14,145 - 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=6wvHMU3nbdcEXBwZ3BZYH7dup export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-18 05:30:14,146 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-18 05:30:14,146 - 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 | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ 2018-04-18 05:30:14,147 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-18 05:30:14,147 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-04-18 05:34:10,928 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-04-18 05:34:11,070 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-18 05:34:11,071 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:57 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-04-18 05:34:11,075 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:57 | PASS | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-18 05:34:11,079 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-18 05:35:42,961 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-22 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-18 05:35:42,963 - 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=6wvHMU3nbdcEXBwZ3BZYH7dup export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-18 05:35:42,964 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-18 05:35:42,964 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-18 05:35:42,964 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-04-18 05:35:42,965 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-18 05:35:50,708 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-22 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-18 05:35:50,712 - 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=6wvHMU3nbdcEXBwZ3BZYH7dup export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-18 05:35:50,712 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-18 05:35:50,714 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | parser-basics | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ 2018-04-18 05:35:50,715 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-18 05:35:50,715 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-04-18 05:38:05,709 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-04-18 05:38:05,861 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-18 05:38:05,861 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 02:15 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-04-18 05:38:05,865 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 02:15 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-18 05:38:05,867 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK