2018-04-12 04:05:00,055 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-7 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-12 04:05:00,059 - 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=Y9Z7XuKgaAKEwGKPHfw7ENRHt export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-12 04:05:00,060 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-12 04:05:00,061 - 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-12 04:05:00,063 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-12 04:05:00,063 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-12 04:05:02,131 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-12 04:05:12,025 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 9.883s OK 2018-04-12 04:05:12,163 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-12 04:05:12,163 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-12 04:05:12,167 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-12 04:05:13,682 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-12 04:18:16,612 - 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 782.876s OK 2018-04-12 04:18:16,739 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-12 04:18:16,739 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 13:03 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-12 04:18:16,743 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-12 04:18:17,477 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-12 04:18:58,913 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 41.435s OK 2018-04-12 04:18:59,032 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-12 04:18:59,033 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:41 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-12 04:18:59,037 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 13:03 | PASS | | snaps_health_check | functest | healthcheck | 00:41 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-12 04:18:59,040 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-12 04:19:34,248 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-7 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-12 04:19:34,251 - 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=Y9Z7XuKgaAKEwGKPHfw7ENRHt export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-12 04:19:34,252 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-12 04:19:34,253 - 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-12 04:19:34,254 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-12 04:19:34,255 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-12 04:19:35,192 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-12 04:19:35,193 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-12 04:19:35,632 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-12 04:19:35,632 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-04-12 04:19:36,019 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-12 04:19:36,019 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-12 04:19:36' 2018-04-12 04:19:36,019 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--c1a53808-b660-424e-9c77-ae26f8fea419' 2018-04-12 04:19:39,303 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-c1a53808-b660-424e-9c77-ae26f8fea419' 2018-04-12 04:19:41,814 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-c1a53808-b660-424e-9c77-ae26f8fea419' 2018-04-12 04:19:47,611 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-c1a53808-b660-424e-9c77-ae26f8fea419' 2018-04-12 04:19:48,498 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-c1a53808-b660-424e-9c77-ae26f8fea419' 2018-04-12 04:19:49,230 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-c1a53808-b660-424e-9c77-ae26f8fea419' 2018-04-12 04:19:53,404 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-c1a53808-b660-424e-9c77-ae26f8fea419' 2018-04-12 04:19:57,396 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-c1a53808-b660-424e-9c77-ae26f8fea419' 2018-04-12 04:20:17,222 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-12 04:20:30,235 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-12 04:20:30,372 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-12 04:20:31,379 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-12 04:20:47,937 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-12 04:20:47,937 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-12 04:20:48,421 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-12 04:20:48,421 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:55 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-12 04:20:48,425 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-12 04:20:48,523 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-12 04:20:48,524 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-12 04:20:48' 2018-04-12 04:20:48,524 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--f2767e50-c4f6-4337-87fd-e2e1646bf959' 2018-04-12 04:20:54,341 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-f2767e50-c4f6-4337-87fd-e2e1646bf959' 2018-04-12 04:20:56,809 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-f2767e50-c4f6-4337-87fd-e2e1646bf959' 2018-04-12 04:21:01,963 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-f2767e50-c4f6-4337-87fd-e2e1646bf959' 2018-04-12 04:21:02,637 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-f2767e50-c4f6-4337-87fd-e2e1646bf959' 2018-04-12 04:21:06,957 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-f2767e50-c4f6-4337-87fd-e2e1646bf959' 2018-04-12 04:21:12,641 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-12 04:21:24,670 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-12 04:21:26,920 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.10. Waiting for response... 2018-04-12 04:21:29,472 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-12 04:21:58,999 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-12 04:21:58,999 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:41 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-12 04:21:59,004 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-12 04:21:59,101 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-12 04:22:03,856 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-12 04:22:03.541 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=c007ddab-70b6-4bfb-8c68-f73a9ca813e0) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | c007ddab-70b6-4bfb-8c68-f73a9ca813e0 | 2018-04-12T04:22:03 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: c007ddab-70b6-4bfb-8c68-f73a9ca813e0 ~/.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-12 04:22:07,119 - 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-12 04:22:07,119 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-12 04:22:12,626 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-12 04:22:11.295 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-12 04:22:11.441 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-12 04:22:12.462 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=82925539-9a18-4595-b421-45155ca75313) has been successfully created! Using verifier 'opnfv-tempest' (UUID=82925539-9a18-4595-b421-45155ca75313) as the default verifier for the future CLI operations. 2018-04-12 04:22:15,587 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-12 04:22:17,591 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-12 04:22:27,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-12 04:22:32,682 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-12 04:22:31.855 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=82925539-9a18-4595-b421-45155ca75313) for deployment 'opnfv-rally' (UUID=c007ddab-70b6-4bfb-8c68-f73a9ca813e0). 2018-04-12 04:22:32.521 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=82925539-9a18-4595-b421-45155ca75313) has been successfully configured for deployment 'opnfv-rally' (UUID=c007ddab-70b6-4bfb-8c68-f73a9ca813e0)! 2018-04-12 04:22:32,682 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-12 04:22:32,682 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-12 04:22:32,685 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-12 04:22:32,688 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-12 04:22:36,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-82925539-9a18-4595-b421-45155ca75313/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-12 04:22:36,695 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-12 04:22:36,697 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-12 04:22:36,697 - 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-12 04:22:38,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:22:38.829 55 INFO rally.api [-] Starting verification (UUID=13624b49-36f3-4b6d-879d-f853caf4a6ee) for deployment 'opnfv-rally' (UUID=c007ddab-70b6-4bfb-8c68-f73a9ca813e0) by verifier 'opnfv-tempest' (UUID=82925539-9a18-4595-b421-45155ca75313). 2018-04-12 04:22:38,831 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 13624b49-36f3-4b6d-879d-f853caf4a6ee 2018-04-12 04:22:46,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:22:46.394 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.234s] 2018-04-12 04:22:46,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:22:46.453 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.058s] 2018-04-12 04:22:52,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:22:52.485 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.906s] 2018-04-12 04:22:54,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:22:54.114 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.629s] 2018-04-12 04:23:04,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:23:04.054 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.824s] 2018-04-12 04:23:21,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:23:21.579 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [11.935s] 2018-04-12 04:23:59,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:23:59.940 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.072s] 2018-04-12 04:23:59,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:23:59.941 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-12 04:24:31,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:24:31.623 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.066s] 2018-04-12 04:24:31,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:24:31.624 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-12 04:25:01,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:25:01.473 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.071s] 2018-04-12 04:25:01,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:25:01.475 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-12 04:25:53,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:25:53.704 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [22.137s] 2018-04-12 04:26:19,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:26:19.722 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.052s] 2018-04-12 04:26:20,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:26:20.049 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.326s] 2018-04-12 04:26:28,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:26:28.492 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.804s] 2018-04-12 04:26:28,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:26:28.502 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-04-12 04:26:30,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:26:30.349 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-12 04:26:30,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:26:30.349 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-12 04:26:34,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:26:34.145 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.399s] 2018-04-12 04:26:39,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:26:39.620 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.074s] 2018-04-12 04:26:46,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:26:46.259 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.603s] 2018-04-12 04:26:54,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:26:54.062 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.944s] 2018-04-12 04:27:02,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:27:02.862 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.061s] 2018-04-12 04:27:08,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:27:08.661 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.458s] 2018-04-12 04:27:14,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:27:14.170 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.194s] 2018-04-12 04:27:21,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:27:21.924 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.516s] 2018-04-12 04:27:29,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:27:29.252 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.446s] 2018-04-12 04:27:36,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:27:36.950 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.693s] 2018-04-12 04:27:38,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:27:38.988 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-12 04:27:40,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:27:40.951 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.079s] 2018-04-12 04:27:41,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:27:41.026 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.074s] 2018-04-12 04:27:41,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:27:41.077 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.051s] 2018-04-12 04:27:41,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:27:41.083 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-04-12 04:27:44,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:27:44.244 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.336s] 2018-04-12 04:27:47,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:27:47.823 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [3.578s] 2018-04-12 04:27:50,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:27:50.054 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.230s] 2018-04-12 04:27:59,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:27:59.925 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-04-12 04:28:04,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:28:04.798 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.746s] 2018-04-12 04:28:17,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:28:17.054 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.754s] 2018-04-12 04:28:20,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:28:20.490 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.435s] 2018-04-12 04:28:31,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:28:31.249 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.514s] 2018-04-12 04:28:34,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:28:34.463 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.212s] 2018-04-12 04:28:40,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:28:40.620 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.156s] 2018-04-12 04:28:49,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:28:49.983 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.804s] 2018-04-12 04:28:52,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:28:52.774 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.787s] 2018-04-12 04:28:57,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:28:57.779 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [5.005s] 2018-04-12 04:29:11,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:29:11.553 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [3.900s] 2018-04-12 04:29:11,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:29:11.850 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.297s] 2018-04-12 04:29:11,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:29:11.959 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.108s] 2018-04-12 04:29:12,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:29:12.153 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.193s] 2018-04-12 04:29:12,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:29:12.251 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.097s] 2018-04-12 04:29:12,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:29:12.304 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.052s] 2018-04-12 04:29:23,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:29:23.219 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [3.694s] 2018-04-12 04:29:23,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:29:23.443 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.224s] 2018-04-12 04:29:23,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:29:23.729 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.285s] 2018-04-12 04:29:23,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:29:23.787 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.057s] 2018-04-12 04:29:23,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:29:23.890 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.102s] 2018-04-12 04:29:23,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:29:23.943 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.052s] 2018-04-12 04:29:34,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:29:34.964 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [3.274s] 2018-04-12 04:29:40,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:29:40.454 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.489s] 2018-04-12 04:29:42,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:29:42.477 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.023s] 2018-04-12 04:29:42,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:29:42.529 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.053s] 2018-04-12 04:29:42,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:29:42.580 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.051s] 2018-04-12 04:29:52,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:29:52.448 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [2.966s] 2018-04-12 04:29:57,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:29:57.143 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.694s] 2018-04-12 04:29:59,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:29:59.166 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.022s] 2018-04-12 04:29:59,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:29:59.217 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.051s] 2018-04-12 04:29:59,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:29:59.414 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.197s] 2018-04-12 04:30:14,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:30:14.305 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [10.110s] 2018-04-12 04:30:19,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:30:19.655 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.351s] 2018-04-12 04:30:23,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:30:23.687 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.032s] 2018-04-12 04:30:26,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:30:26.818 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.129s] 2018-04-12 04:30:48,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:30:48.024 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.768s] 2018-04-12 04:30:53,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:30:53.051 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.025s] 2018-04-12 04:30:57,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:30:57.028 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [3.977s] 2018-04-12 04:31:00,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:31:00.680 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.652s] 2018-04-12 04:31:12,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:31:12.105 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.059s] 2018-04-12 04:31:13,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:31:13.965 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.860s] 2018-04-12 04:31:14,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:31:14.015 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.051s] 2018-04-12 04:31:19,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:31:19.106 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.986s] 2018-04-12 04:31:20,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:31:20.698 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.587s] 2018-04-12 04:31:20,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:31:20.736 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.043s] 2018-04-12 04:31:24,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:31:24.537 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.760s] 2018-04-12 04:31:28,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:31:28.296 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-04-12 04:31:29,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:31:29.720 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-12 04:31:29,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:31:29.723 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-12 04:31:29,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:31:29.724 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-12 04:31:29,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:31:29.725 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-12 04:31:29,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:31:29.726 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-12 04:31:31,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:31:31.618 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-04-12 04:31:48,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:31:48.485 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [11.337s] 2018-04-12 04:32:01,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:32:01.172 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.201s] 2018-04-12 04:32:15,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:32:15.920 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [14.744s] 2018-04-12 04:32:27,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:32:27.054 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.040s] 2018-04-12 04:33:48,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:33:48.059 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [74.102s] 2018-04-12 04:34:38,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:34:38.272 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [41.180s] 2018-04-12 04:35:25,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:35:25.467 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [29.851s] 2018-04-12 04:35:39,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '13624b49-36f3-4b6d-879d-f853caf4a6ee']'. 2018-04-12 04:35:40,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-12 04:35:40,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-12 04:35:40,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-12 04:35:40,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 13624b49-36f3-4b6d-879d-f853caf4a6ee | 2018-04-12 04:35:40,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-12 04:35:40,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-12 04:22:38 | 2018-04-12 04:35:40,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-12 04:35:38 | 2018-04-12 04:35:40,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:13:00 | 2018-04-12 04:35:40,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-12 04:35:40,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-12 04:35:40,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-12 04:35:40,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 82925539-9a18-4595-b421-45155ca75313) | 2018-04-12 04:35:40,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-12 04:35:40,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: c007ddab-70b6-4bfb-8c68-f73a9ca813e0) | 2018-04-12 04:35:40,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-12 04:35:40,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 762.084 | 2018-04-12 04:35:40,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-04-12 04:35:40,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-12 04:35:40,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-12 04:35:40,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-12 04:35:40,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-12 04:35:40,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-12 04:35:40,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-12 04:35:40,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-04-12 04:35:48,194 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-12 04:35:48,194 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 13:32 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-04-12 04:35:48,198 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-12 04:35:48,301 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-12 04:35:48,705 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-12 04:35:48,705 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-04-12 04:35:49,068 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-12 04:35:51,563 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-12 04:35:51.158 115 INFO rally.deployment.engine [-] Deployment c007ddab-70b6-4bfb-8c68-f73a9ca813e0 | Starting: Destroy cloud and free allocated resources. 2018-04-12 04:35:51.231 115 INFO rally.deployment.engine [-] Deployment c007ddab-70b6-4bfb-8c68-f73a9ca813e0 | Completed: Destroy cloud and free allocated resources. 2018-04-12 04:35:51.272 115 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=82925539-9a18-4595-b421-45155ca75313) for deployment 'opnfv-rally'. 2018-04-12 04:35:51.290 115 INFO rally.api [-] Deleting verification (UUID=13624b49-36f3-4b6d-879d-f853caf4a6ee). 2018-04-12 04:35:51.341 115 INFO rally.api [-] Verification has been successfully deleted! 2018-04-12 04:35:51.342 115 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=82925539-9a18-4595-b421-45155ca75313). 2018-04-12 04:35:51.354 115 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-12 04:35:53,988 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-12 04:35:53.717 118 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=d2feb591-54d7-4792-bdf7-9864ff1767e9) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | d2feb591-54d7-4792-bdf7-9864ff1767e9 | 2018-04-12T04:35:53 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: d2feb591-54d7-4792-bdf7-9864ff1767e9 ~/.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-12 04:35:57,283 - 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-12 04:35:57,284 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-12 04:35:58,585 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-a12866fc-24e3-4931-b6d9-38e6960ef759'... 2018-04-12 04:36:01,135 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-a12866fc-24e3-4931-b6d9-38e6960ef759'... 2018-04-12 04:36:02,951 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-a12866fc-24e3-4931-b6d9-38e6960ef759'... 2018-04-12 04:36:07,934 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-a12866fc-24e3-4931-b6d9-38e6960ef759'... 2018-04-12 04:36:08,688 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-a12866fc-24e3-4931-b6d9-38e6960ef759'... 2018-04-12 04:36:09,359 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-12 04:36:09,359 - 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-12 04:36:09,361 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-12 04:36:09,379 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-12 04:36:09,379 - 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': '85cebfb6-7ec9-480b-b1e9-a9751c625c5c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-a12866fc-24e3-4931-b6d9-38e6960ef759', 'flavor_name': 'rally-tiny-a12866fc-24e3-4931-b6d9-38e6960ef759', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-a12866fc-24e3-4931-b6d9-38e6960ef759', '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-12 04:37:10,895 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a076456e-a8d4-43cb-ad65-07396c22e2b1 2018-04-12 04:37:10,896 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-12 04:37:10,896 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a076456e-a8d4-43cb-ad65-07396c22e2b1'] 2018-04-12 04:37:11,959 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a076456e-a8d4-43cb-ad65-07396c22e2b1: 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 a076456e-a8d4-43cb-ad65-07396c22e2b1 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.456 | 0.456 | 0.456 | 0.456 | 0.456 | 0.456 | 100.0% | 1 | | total | 0.456 | 0.456 | 0.456 | 0.456 | 0.456 | 0.456 | 100.0% | 1 | | -> duration | 0.456 | 0.456 | 0.456 | 0.456 | 0.456 | 0.456 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.456219 Full duration: 6.477029 -------------------------------------------------------------------------------- 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 a076456e-a8d4-43cb-ad65-07396c22e2b1 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.425 | 0.425 | 0.425 | 0.425 | 0.425 | 0.425 | 100.0% | 1 | | total | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 100.0% | 1 | | -> duration | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.848545 Full duration: 7.966836 -------------------------------------------------------------------------------- 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 a076456e-a8d4-43cb-ad65-07396c22e2b1 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.301 | 0.301 | 0.301 | 0.301 | 0.301 | 0.301 | 100.0% | 1 | | total | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 100.0% | 1 | | -> duration | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.727414 Full duration: 6.890118 -------------------------------------------------------------------------------- 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 a076456e-a8d4-43cb-ad65-07396c22e2b1 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.319 | 0.319 | 0.319 | 0.319 | 0.319 | 0.319 | 100.0% | 1 | | total | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 100.0% | 1 | | -> duration | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.728679 Full duration: 7.028036 -------------------------------------------------------------------------------- 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 a076456e-a8d4-43cb-ad65-07396c22e2b1 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.339 | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 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.825755 Full duration: 8.381475 -------------------------------------------------------------------------------- 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 a076456e-a8d4-43cb-ad65-07396c22e2b1 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.206 | 0.206 | 0.206 | 0.206 | 0.206 | 0.206 | 100.0% | 1 | | total | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 100.0% | 1 | | -> duration | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.634038 Full duration: 7.187086 HINTS: * To plot HTML graphics with this data, run: rally task report a076456e-a8d4-43cb-ad65-07396c22e2b1 --out output.html * To generate a JUnit report, run: rally task export a076456e-a8d4-43cb-ad65-07396c22e2b1 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a076456e-a8d4-43cb-ad65-07396c22e2b1 --json --out output.json 2018-04-12 04:37:11,959 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a076456e-a8d4-43cb-ad65-07396c22e2b1'] 2018-04-12 04:37:13,027 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-12 04:37:13,027 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a076456e-a8d4-43cb-ad65-07396c22e2b1', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-12 04:37:13,035 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-12 04:37:13,036 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-12 04:37:13,036 - 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-12 04:37:13,037 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-12 04:37:13,064 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-12 04:37:13,065 - 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': '85cebfb6-7ec9-480b-b1e9-a9751c625c5c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-a12866fc-24e3-4931-b6d9-38e6960ef759', 'flavor_name': 'rally-tiny-a12866fc-24e3-4931-b6d9-38e6960ef759', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-a12866fc-24e3-4931-b6d9-38e6960ef759', '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-12 04:38:53,397 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : aa15008f-2ca1-4898-849a-fec17e0d3c0c 2018-04-12 04:38:53,397 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'aa15008f-2ca1-4898-849a-fec17e0d3c0c'] 2018-04-12 04:38:54,387 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task aa15008f-2ca1-4898-849a-fec17e0d3c0c: 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 aa15008f-2ca1-4898-849a-fec17e0d3c0c has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.152 | 4.152 | 4.152 | 4.152 | 4.152 | 4.152 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.051 | 0.051 | 0.051 | 0.051 | 0.051 | 0.051 | 100.0% | 1 | | -> glance_v2.upload_data | 1.591 | 1.591 | 1.591 | 1.591 | 1.591 | 1.591 | 100.0% | 1 | | glance_v2.delete_image | 3.035 | 3.035 | 3.035 | 3.035 | 3.035 | 3.035 | 100.0% | 1 | | total | 7.187 | 7.187 | 7.187 | 7.187 | 7.187 | 7.187 | 100.0% | 1 | | -> duration | 7.187 | 7.187 | 7.187 | 7.187 | 7.187 | 7.187 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.187253 Full duration: 15.06094 -------------------------------------------------------------------------------- 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 aa15008f-2ca1-4898-849a-fec17e0d3c0c has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 5.432 | 5.432 | 5.432 | 5.432 | 5.432 | 5.432 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 100.0% | 1 | | -> glance_v2.upload_data | 3.14 | 3.14 | 3.14 | 3.14 | 3.14 | 3.14 | 100.0% | 1 | | glance_v2.list_images | 0.039 | 0.039 | 0.039 | 0.039 | 0.039 | 0.039 | 100.0% | 1 | | total | 5.471 | 5.471 | 5.471 | 5.471 | 5.471 | 5.471 | 100.0% | 1 | | -> duration | 5.471 | 5.471 | 5.471 | 5.471 | 5.471 | 5.471 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.471011 Full duration: 17.871487 -------------------------------------------------------------------------------- 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 aa15008f-2ca1-4898-849a-fec17e0d3c0c 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.204 | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 100.0% | 1 | | total | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 100.0% | 1 | | -> duration | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.20454 Full duration: 7.383478 -------------------------------------------------------------------------------- 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-a12866fc-24e3-4931-b6d9-38e6960ef759" }, "number_instances": 2, "nics": [ { "net-id": "85cebfb6-7ec9-480b-b1e9-a9751c625c5c" } ] }, "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 aa15008f-2ca1-4898-849a-fec17e0d3c0c has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.709 | 4.709 | 4.709 | 4.709 | 4.709 | 4.709 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 100.0% | 1 | | -> glance_v2.upload_data | 2.407 | 2.407 | 2.407 | 2.407 | 2.407 | 2.407 | 100.0% | 1 | | nova.boot_servers | 16.982 | 16.982 | 16.982 | 16.982 | 16.982 | 16.982 | 100.0% | 1 | | total | 21.692 | 21.692 | 21.692 | 21.692 | 21.692 | 21.692 | 100.0% | 1 | | -> duration | 20.692 | 20.692 | 20.692 | 20.692 | 20.692 | 20.692 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 20.691821 Full duration: 42.580222 HINTS: * To plot HTML graphics with this data, run: rally task report aa15008f-2ca1-4898-849a-fec17e0d3c0c --out output.html * To generate a JUnit report, run: rally task export aa15008f-2ca1-4898-849a-fec17e0d3c0c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report aa15008f-2ca1-4898-849a-fec17e0d3c0c --json --out output.json 2018-04-12 04:38:54,388 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'aa15008f-2ca1-4898-849a-fec17e0d3c0c'] 2018-04-12 04:38:55,383 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-12 04:38:55,384 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'aa15008f-2ca1-4898-849a-fec17e0d3c0c', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-12 04:38:55,391 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-12 04:38:55,391 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-12 04:38:55,392 - 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-12 04:38:55,392 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-12 04:38:55,407 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-12 04:38:55,408 - 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': '85cebfb6-7ec9-480b-b1e9-a9751c625c5c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-a12866fc-24e3-4931-b6d9-38e6960ef759', 'flavor_name': 'rally-tiny-a12866fc-24e3-4931-b6d9-38e6960ef759', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-a12866fc-24e3-4931-b6d9-38e6960ef759', '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-12 04:42:08,202 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c80a0f74-8a17-4799-a0da-47a32d535cf4 2018-04-12 04:42:08,203 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'c80a0f74-8a17-4799-a0da-47a32d535cf4'] 2018-04-12 04:42:09,275 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task c80a0f74-8a17-4799-a0da-47a32d535cf4: 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 c80a0f74-8a17-4799-a0da-47a32d535cf4 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 | 5.767 | 5.767 | 5.767 | 5.767 | 5.767 | 5.767 | 100.0% | 1 | | cinder_v2.delete_snapshot | 4.458 | 4.458 | 4.458 | 4.458 | 4.458 | 4.458 | 100.0% | 1 | | total | 10.226 | 10.226 | 10.226 | 10.226 | 10.226 | 10.226 | 100.0% | 1 | | -> duration | 10.226 | 10.226 | 10.226 | 10.226 | 10.226 | 10.226 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.225666 Full duration: 26.758415 -------------------------------------------------------------------------------- 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 c80a0f74-8a17-4799-a0da-47a32d535cf4 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 | 2.992 | 2.992 | 2.992 | 2.992 | 2.992 | 2.992 | 100.0% | 1 | | cinder_v2.delete_volume | 2.595 | 2.595 | 2.595 | 2.595 | 2.595 | 2.595 | 100.0% | 1 | | total | 5.588 | 5.588 | 5.588 | 5.588 | 5.588 | 5.588 | 100.0% | 1 | | -> duration | 5.588 | 5.588 | 5.588 | 5.588 | 5.588 | 5.588 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.587845 Full duration: 15.565086 -------------------------------------------------------------------------------- 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-a12866fc-24e3-4931-b6d9-38e6960ef759" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task c80a0f74-8a17-4799-a0da-47a32d535cf4 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 | 10.011 | 10.011 | 10.011 | 10.011 | 10.011 | 10.011 | 100.0% | 1 | | cinder_v2.delete_volume | 2.592 | 2.592 | 2.592 | 2.592 | 2.592 | 2.592 | 100.0% | 1 | | total | 12.604 | 12.604 | 12.604 | 12.604 | 12.604 | 12.604 | 100.0% | 1 | | -> duration | 12.604 | 12.604 | 12.604 | 12.604 | 12.604 | 12.604 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.603821 Full duration: 24.08193 -------------------------------------------------------------------------------- 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 c80a0f74-8a17-4799-a0da-47a32d535cf4 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.421 | 3.421 | 3.421 | 3.421 | 3.421 | 3.421 | 100.0% | 1 | | cinder_v2.delete_volume | 2.463 | 2.463 | 2.463 | 2.463 | 2.463 | 2.463 | 100.0% | 1 | | total | 5.885 | 5.885 | 5.885 | 5.885 | 5.885 | 5.885 | 100.0% | 1 | | -> duration | 5.885 | 5.885 | 5.885 | 5.885 | 5.885 | 5.885 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.884937 Full duration: 15.189285 -------------------------------------------------------------------------------- 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 c80a0f74-8a17-4799-a0da-47a32d535cf4 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.183 | 3.183 | 3.183 | 3.183 | 3.183 | 3.183 | 100.0% | 1 | | cinder_v2.extend_volume | 2.493 | 2.493 | 2.493 | 2.493 | 2.493 | 2.493 | 100.0% | 1 | | cinder_v2.delete_volume | 2.713 | 2.713 | 2.713 | 2.713 | 2.713 | 2.713 | 100.0% | 1 | | total | 8.39 | 8.39 | 8.39 | 8.39 | 8.39 | 8.39 | 100.0% | 1 | | -> duration | 8.39 | 8.39 | 8.39 | 8.39 | 8.39 | 8.39 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.3896 Full duration: 17.720584 -------------------------------------------------------------------------------- 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 c80a0f74-8a17-4799-a0da-47a32d535cf4 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.282 | 3.282 | 3.282 | 3.282 | 3.282 | 3.282 | 100.0% | 1 | | cinder_v2.delete_volume | 2.465 | 2.465 | 2.465 | 2.465 | 2.465 | 2.465 | 100.0% | 1 | | total | 5.747 | 5.747 | 5.747 | 5.747 | 5.747 | 5.747 | 100.0% | 1 | | -> duration | 5.747 | 5.747 | 5.747 | 5.747 | 5.747 | 5.747 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.747329 Full duration: 21.757612 -------------------------------------------------------------------------------- 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 c80a0f74-8a17-4799-a0da-47a32d535cf4 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.895 | 0.895 | 0.895 | 0.895 | 0.895 | 0.895 | 100.0% | 1 | | cinder_v2.list_qos | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 100.0% | 1 | | total | 1.081 | 1.081 | 1.081 | 1.081 | 1.081 | 1.081 | 100.0% | 1 | | -> duration | 1.081 | 1.081 | 1.081 | 1.081 | 1.081 | 1.081 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.081001 Full duration: 12.272129 -------------------------------------------------------------------------------- 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 c80a0f74-8a17-4799-a0da-47a32d535cf4 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 | 1.088 | 1.088 | 1.088 | 1.088 | 1.088 | 1.088 | 100.0% | 1 | | cinder_v2.set_qos | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 100.0% | 1 | | total | 1.277 | 1.277 | 1.277 | 1.277 | 1.277 | 1.277 | 100.0% | 1 | | -> duration | 1.277 | 1.277 | 1.277 | 1.277 | 1.277 | 1.277 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.276593 Full duration: 11.968302 -------------------------------------------------------------------------------- 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 c80a0f74-8a17-4799-a0da-47a32d535cf4 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.593 | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 100.0% | 1 | | cinder_v2.list_types | 0.156 | 0.156 | 0.156 | 0.156 | 0.156 | 0.156 | 100.0% | 1 | | total | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | -> duration | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.749076 Full duration: 12.072351 -------------------------------------------------------------------------------- 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 c80a0f74-8a17-4799-a0da-47a32d535cf4 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.606 | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.441 | 0.441 | 0.441 | 0.441 | 0.441 | 0.441 | 100.0% | 1 | | total | 1.047 | 1.047 | 1.047 | 1.047 | 1.047 | 1.047 | 100.0% | 1 | | -> duration | 1.047 | 1.047 | 1.047 | 1.047 | 1.047 | 1.047 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.0467 Full duration: 11.468237 HINTS: * To plot HTML graphics with this data, run: rally task report c80a0f74-8a17-4799-a0da-47a32d535cf4 --out output.html * To generate a JUnit report, run: rally task export c80a0f74-8a17-4799-a0da-47a32d535cf4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c80a0f74-8a17-4799-a0da-47a32d535cf4 --json --out output.json 2018-04-12 04:42:09,276 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'c80a0f74-8a17-4799-a0da-47a32d535cf4'] 2018-04-12 04:42:10,168 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-12 04:42:10,169 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'c80a0f74-8a17-4799-a0da-47a32d535cf4', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-12 04:42:10,177 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-12 04:42:10,178 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-12 04:42:10,178 - 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-12 04:42:10,178 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-12 04:42:10,195 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-12 04:42:10,196 - 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': '85cebfb6-7ec9-480b-b1e9-a9751c625c5c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-a12866fc-24e3-4931-b6d9-38e6960ef759', 'flavor_name': 'rally-tiny-a12866fc-24e3-4931-b6d9-38e6960ef759', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-a12866fc-24e3-4931-b6d9-38e6960ef759', '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-12 04:43:28,260 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1761ec22-4ab7-4e81-8141-d3897304a30f 2018-04-12 04:43:28,260 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '1761ec22-4ab7-4e81-8141-d3897304a30f'] 2018-04-12 04:43:29,211 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 1761ec22-4ab7-4e81-8141-d3897304a30f: 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 1761ec22-4ab7-4e81-8141-d3897304a30f 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.464 | 4.464 | 4.464 | 4.464 | 4.464 | 4.464 | 100.0% | 1 | | heat.update_stack | 2.537 | 2.537 | 2.537 | 2.537 | 2.537 | 2.537 | 100.0% | 1 | | heat.delete_stack | 2.564 | 2.564 | 2.564 | 2.564 | 2.564 | 2.564 | 100.0% | 1 | | total | 9.565 | 9.565 | 9.565 | 9.565 | 9.565 | 9.565 | 100.0% | 1 | | -> duration | 5.565 | 5.565 | 5.565 | 5.565 | 5.565 | 5.565 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.565494 Full duration: 18.889307 -------------------------------------------------------------------------------- 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 1761ec22-4ab7-4e81-8141-d3897304a30f 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.363 | 4.363 | 4.363 | 4.363 | 4.363 | 4.363 | 100.0% | 1 | | heat.check_stack | 0.33 | 0.33 | 0.33 | 0.33 | 0.33 | 0.33 | 100.0% | 1 | | heat.delete_stack | 2.394 | 2.394 | 2.394 | 2.394 | 2.394 | 2.394 | 100.0% | 1 | | total | 7.087 | 7.087 | 7.087 | 7.087 | 7.087 | 7.087 | 100.0% | 1 | | -> duration | 5.087 | 5.087 | 5.087 | 5.087 | 5.087 | 5.087 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.087158 Full duration: 15.116797 -------------------------------------------------------------------------------- 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 1761ec22-4ab7-4e81-8141-d3897304a30f 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.476 | 4.476 | 4.476 | 4.476 | 4.476 | 4.476 | 100.0% | 1 | | heat.suspend_stack | 0.388 | 0.388 | 0.388 | 0.388 | 0.388 | 0.388 | 100.0% | 1 | | heat.resume_stack | 1.369 | 1.369 | 1.369 | 1.369 | 1.369 | 1.369 | 100.0% | 1 | | heat.delete_stack | 2.388 | 2.388 | 2.388 | 2.388 | 2.388 | 2.388 | 100.0% | 1 | | total | 8.62 | 8.62 | 8.62 | 8.62 | 8.62 | 8.62 | 100.0% | 1 | | -> duration | 6.62 | 6.62 | 6.62 | 6.62 | 6.62 | 6.62 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.620159 Full duration: 16.234139 -------------------------------------------------------------------------------- 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 1761ec22-4ab7-4e81-8141-d3897304a30f 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.543 | 0.543 | 0.543 | 0.543 | 0.543 | 0.543 | 100.0% | 1 | | total | 0.543 | 0.543 | 0.543 | 0.543 | 0.543 | 0.543 | 100.0% | 1 | | -> duration | 0.543 | 0.543 | 0.543 | 0.543 | 0.543 | 0.543 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.54323 Full duration: 8.115312 HINTS: * To plot HTML graphics with this data, run: rally task report 1761ec22-4ab7-4e81-8141-d3897304a30f --out output.html * To generate a JUnit report, run: rally task export 1761ec22-4ab7-4e81-8141-d3897304a30f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1761ec22-4ab7-4e81-8141-d3897304a30f --json --out output.json 2018-04-12 04:43:29,212 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '1761ec22-4ab7-4e81-8141-d3897304a30f'] 2018-04-12 04:43:30,269 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-12 04:43:30,270 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '1761ec22-4ab7-4e81-8141-d3897304a30f', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-12 04:43:30,277 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-12 04:43:30,277 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-12 04:43:30,277 - 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-12 04:43:30,277 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-12 04:43:30,291 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-12 04:43:30,292 - 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': '85cebfb6-7ec9-480b-b1e9-a9751c625c5c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-a12866fc-24e3-4931-b6d9-38e6960ef759', 'flavor_name': 'rally-tiny-a12866fc-24e3-4931-b6d9-38e6960ef759', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-a12866fc-24e3-4931-b6d9-38e6960ef759', '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-12 04:46:36,360 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : eecacef9-9027-47ea-a239-30a0137be103 2018-04-12 04:46:36,360 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'eecacef9-9027-47ea-a239-30a0137be103'] 2018-04-12 04:46:37,345 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task eecacef9-9027-47ea-a239-30a0137be103: 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 eecacef9-9027-47ea-a239-30a0137be103 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.483 | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 100.0% | 1 | | keystone_v3.add_role | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | keystone_v3.revoke_role | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | total | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 100.0% | 1 | | -> duration | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.713696 Full duration: 13.740672 -------------------------------------------------------------------------------- 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 eecacef9-9027-47ea-a239-30a0137be103 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.587 | 0.587 | 0.587 | 0.587 | 0.587 | 0.587 | 100.0% | 1 | | keystone_v3.add_role | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | keystone_v3.list_roles | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | total | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | -> duration | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.782568 Full duration: 14.033574 -------------------------------------------------------------------------------- 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 eecacef9-9027-47ea-a239-30a0137be103 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.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | keystone_v3.list_projects | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | total | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 100.0% | 1 | | -> duration | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.868667 Full duration: 14.504835 -------------------------------------------------------------------------------- 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 eecacef9-9027-47ea-a239-30a0137be103 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.49 | 0.49 | 0.49 | 0.49 | 0.49 | 0.49 | 100.0% | 1 | | keystone_v3.delete_role | 0.277 | 0.277 | 0.277 | 0.277 | 0.277 | 0.277 | 100.0% | 1 | | total | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | -> duration | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.766615 Full duration: 11.903253 -------------------------------------------------------------------------------- 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 eecacef9-9027-47ea-a239-30a0137be103 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.469 | 0.469 | 0.469 | 0.469 | 0.469 | 0.469 | 100.0% | 1 | | keystone_v3.delete_service | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | total | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 100.0% | 1 | | -> duration | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.572803 Full duration: 12.079598 -------------------------------------------------------------------------------- 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 eecacef9-9027-47ea-a239-30a0137be103 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.654 | 0.654 | 0.654 | 0.654 | 0.654 | 0.654 | 100.0% | 1 | | keystone_v3.create_user | 0.463 | 0.463 | 0.463 | 0.463 | 0.463 | 0.463 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | -> keystone_v3.add_role | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 100.0% | 1 | | keystone_v3.create_role | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | keystone_v3.get_project | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | keystone_v3.get_user | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | keystone_v3.get_role | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | keystone_v3.list_services | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | keystone_v3.get_services | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | total | 1.706 | 1.706 | 1.706 | 1.706 | 1.706 | 1.706 | 100.0% | 1 | | -> duration | 1.706 | 1.706 | 1.706 | 1.706 | 1.706 | 1.706 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.705536 Full duration: 18.61468 -------------------------------------------------------------------------------- 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 eecacef9-9027-47ea-a239-30a0137be103 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.646 | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 100.0% | 1 | | keystone_v3.update_project | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | keystone_v3.delete_project | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | total | 0.872 | 0.872 | 0.872 | 0.872 | 0.872 | 0.872 | 100.0% | 1 | | -> duration | 0.872 | 0.872 | 0.872 | 0.872 | 0.872 | 0.872 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.872132 Full duration: 12.781669 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task eecacef9-9027-47ea-a239-30a0137be103 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.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | total | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 100.0% | 1 | | -> duration | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.767643 Full duration: 14.903378 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task eecacef9-9027-47ea-a239-30a0137be103 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.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | total | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | -> duration | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.757807 Full duration: 13.875436 -------------------------------------------------------------------------------- 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 eecacef9-9027-47ea-a239-30a0137be103 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 100.0% | 1 | | keystone_v3.list_users | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | total | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 100.0% | 1 | | -> duration | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.825263 Full duration: 13.609915 -------------------------------------------------------------------------------- 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 eecacef9-9027-47ea-a239-30a0137be103 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 1.152 | 1.152 | 1.152 | 1.152 | 1.152 | 1.152 | 100.0% | 1 | | keystone_v3.create_users | 4.773 | 4.773 | 4.773 | 4.773 | 4.773 | 4.773 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.772 | 4.772 | 4.772 | 4.772 | 4.772 | 4.772 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.871 | 0.871 | 0.871 | 0.871 | 0.871 | 0.871 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.223 | 1.223 | 1.223 | 1.223 | 1.223 | 1.223 | 100.0% | 1 | | total | 6.786 | 6.786 | 6.786 | 6.786 | 6.786 | 6.786 | 100.0% | 1 | | -> duration | 6.786 | 6.786 | 6.786 | 6.786 | 6.786 | 6.786 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.785967 Full duration: 25.762958 HINTS: * To plot HTML graphics with this data, run: rally task report eecacef9-9027-47ea-a239-30a0137be103 --out output.html * To generate a JUnit report, run: rally task export eecacef9-9027-47ea-a239-30a0137be103 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report eecacef9-9027-47ea-a239-30a0137be103 --json --out output.json 2018-04-12 04:46:37,346 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'eecacef9-9027-47ea-a239-30a0137be103'] 2018-04-12 04:46:38,367 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-12 04:46:38,368 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'eecacef9-9027-47ea-a239-30a0137be103', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-12 04:46:38,377 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-12 04:46:38,377 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-12 04:46:38,377 - 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-12 04:46:38,377 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-12 04:46:38,395 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-12 04:46:38,396 - 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': '85cebfb6-7ec9-480b-b1e9-a9751c625c5c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-a12866fc-24e3-4931-b6d9-38e6960ef759', 'flavor_name': 'rally-tiny-a12866fc-24e3-4931-b6d9-38e6960ef759', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-a12866fc-24e3-4931-b6d9-38e6960ef759', '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-12 04:51:27,984 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 750ea077-1032-4679-be06-c04d1017ee1f 2018-04-12 04:51:27,985 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '750ea077-1032-4679-be06-c04d1017ee1f'] 2018-04-12 04:51:29,083 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 750ea077-1032-4679-be06-c04d1017ee1f: 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 750ea077-1032-4679-be06-c04d1017ee1f 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.919 | 0.919 | 0.919 | 0.919 | 0.919 | 0.919 | 100.0% | 1 | | neutron.delete_network | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | total | 1.614 | 1.614 | 1.614 | 1.614 | 1.614 | 1.614 | 100.0% | 1 | | -> duration | 1.614 | 1.614 | 1.614 | 1.614 | 1.614 | 1.614 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.6139 Full duration: 14.747388 -------------------------------------------------------------------------------- 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 750ea077-1032-4679-be06-c04d1017ee1f 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.77 | 1.77 | 1.77 | 1.77 | 1.77 | 1.77 | 100.0% | 1 | | neutron.delete_port | 0.459 | 0.459 | 0.459 | 0.459 | 0.459 | 0.459 | 100.0% | 1 | | total | 2.229 | 2.229 | 2.229 | 2.229 | 2.229 | 2.229 | 100.0% | 1 | | -> duration | 2.229 | 2.229 | 2.229 | 2.229 | 2.229 | 2.229 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.229344 Full duration: 26.917398 -------------------------------------------------------------------------------- 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 750ea077-1032-4679-be06-c04d1017ee1f 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.522 | 1.522 | 1.522 | 1.522 | 1.522 | 1.522 | 100.0% | 1 | | neutron.create_subnet | 0.652 | 0.652 | 0.652 | 0.652 | 0.652 | 0.652 | 100.0% | 1 | | neutron.create_router | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | neutron.add_interface_router | 1.581 | 1.581 | 1.581 | 1.581 | 1.581 | 1.581 | 100.0% | 1 | | neutron.remove_interface_router | 1.875 | 1.875 | 1.875 | 1.875 | 1.875 | 1.875 | 100.0% | 1 | | neutron.delete_router | 1.217 | 1.217 | 1.217 | 1.217 | 1.217 | 1.217 | 100.0% | 1 | | total | 6.954 | 6.954 | 6.954 | 6.954 | 6.954 | 6.954 | 100.0% | 1 | | -> duration | 6.954 | 6.954 | 6.954 | 6.954 | 6.954 | 6.954 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.953814 Full duration: 36.356347 -------------------------------------------------------------------------------- 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 750ea077-1032-4679-be06-c04d1017ee1f 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.057 | 1.057 | 1.057 | 1.057 | 1.057 | 1.057 | 100.0% | 1 | | neutron.delete_subnet | 0.578 | 0.578 | 0.578 | 0.578 | 0.578 | 0.578 | 100.0% | 1 | | total | 1.636 | 1.636 | 1.636 | 1.636 | 1.636 | 1.636 | 100.0% | 1 | | -> duration | 1.636 | 1.636 | 1.636 | 1.636 | 1.636 | 1.636 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.635639 Full duration: 26.013637 -------------------------------------------------------------------------------- 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 750ea077-1032-4679-be06-c04d1017ee1f 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.01 | 1.01 | 1.01 | 1.01 | 1.01 | 1.01 | 100.0% | 1 | | neutron.list_networks | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 100.0% | 1 | | total | 1.154 | 1.154 | 1.154 | 1.154 | 1.154 | 1.154 | 100.0% | 1 | | -> duration | 1.154 | 1.154 | 1.154 | 1.154 | 1.154 | 1.154 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.154018 Full duration: 15.958243 -------------------------------------------------------------------------------- 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 750ea077-1032-4679-be06-c04d1017ee1f 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.566 | 1.566 | 1.566 | 1.566 | 1.566 | 1.566 | 100.0% | 1 | | neutron.list_ports | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | total | 1.68 | 1.68 | 1.68 | 1.68 | 1.68 | 1.68 | 100.0% | 1 | | -> duration | 1.68 | 1.68 | 1.68 | 1.68 | 1.68 | 1.68 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.68018 Full duration: 25.108105 -------------------------------------------------------------------------------- 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 750ea077-1032-4679-be06-c04d1017ee1f 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.809 | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 100.0% | 1 | | neutron.create_subnet | 0.551 | 0.551 | 0.551 | 0.551 | 0.551 | 0.551 | 100.0% | 1 | | neutron.create_router | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | neutron.add_interface_router | 1.817 | 1.817 | 1.817 | 1.817 | 1.817 | 1.817 | 100.0% | 1 | | neutron.list_routers | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 100.0% | 1 | | total | 3.475 | 3.475 | 3.475 | 3.475 | 3.475 | 3.475 | 100.0% | 1 | | -> duration | 3.475 | 3.475 | 3.475 | 3.475 | 3.475 | 3.475 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.475489 Full duration: 35.521271 -------------------------------------------------------------------------------- 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 750ea077-1032-4679-be06-c04d1017ee1f 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.405 | 1.405 | 1.405 | 1.405 | 1.405 | 1.405 | 100.0% | 1 | | neutron.create_subnet | 0.462 | 0.462 | 0.462 | 0.462 | 0.462 | 0.462 | 100.0% | 1 | | neutron.list_subnets | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | total | 1.95 | 1.95 | 1.95 | 1.95 | 1.95 | 1.95 | 100.0% | 1 | | -> duration | 1.95 | 1.95 | 1.95 | 1.95 | 1.95 | 1.95 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.949884 Full duration: 30.257305 -------------------------------------------------------------------------------- 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 750ea077-1032-4679-be06-c04d1017ee1f 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.897 | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 100.0% | 1 | | neutron.delete_security_group | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 100.0% | 1 | | total | 1.023 | 1.023 | 1.023 | 1.023 | 1.023 | 1.023 | 100.0% | 1 | | -> duration | 1.023 | 1.023 | 1.023 | 1.023 | 1.023 | 1.023 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.022674 Full duration: 13.131994 -------------------------------------------------------------------------------- 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 750ea077-1032-4679-be06-c04d1017ee1f 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.778 | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 100.0% | 1 | | neutron.create_security_group_rule | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | neutron.delete_security_group | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | total | 1.116 | 1.116 | 1.116 | 1.116 | 1.116 | 1.116 | 100.0% | 1 | | -> duration | 1.116 | 1.116 | 1.116 | 1.116 | 1.116 | 1.116 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.116111 Full duration: 13.516836 -------------------------------------------------------------------------------- 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 750ea077-1032-4679-be06-c04d1017ee1f 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.893 | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 100.0% | 1 | | neutron.create_router | 0.072 | 0.072 | 0.072 | 0.072 | 0.072 | 0.072 | 100.0% | 1 | | neutron.add_gateway_router | 1.367 | 1.367 | 1.367 | 1.367 | 1.367 | 1.367 | 100.0% | 1 | | neutron.remove_gateway_router | 1.143 | 1.143 | 1.143 | 1.143 | 1.143 | 1.143 | 100.0% | 1 | | total | 3.476 | 3.476 | 3.476 | 3.476 | 3.476 | 3.476 | 100.0% | 1 | | -> duration | 3.476 | 3.476 | 3.476 | 3.476 | 3.476 | 3.476 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.475924 Full duration: 23.237197 HINTS: * To plot HTML graphics with this data, run: rally task report 750ea077-1032-4679-be06-c04d1017ee1f --out output.html * To generate a JUnit report, run: rally task export 750ea077-1032-4679-be06-c04d1017ee1f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 750ea077-1032-4679-be06-c04d1017ee1f --json --out output.json 2018-04-12 04:51:29,084 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '750ea077-1032-4679-be06-c04d1017ee1f'] 2018-04-12 04:51:30,154 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-12 04:51:30,154 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '750ea077-1032-4679-be06-c04d1017ee1f', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-12 04:51:30,160 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-12 04:51:30,160 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-12 04:51:30,160 - 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-12 04:51:30,160 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-12 04:51:30,167 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-12 04:51:30,167 - 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': '85cebfb6-7ec9-480b-b1e9-a9751c625c5c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-a12866fc-24e3-4931-b6d9-38e6960ef759', 'flavor_name': 'rally-tiny-a12866fc-24e3-4931-b6d9-38e6960ef759', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-a12866fc-24e3-4931-b6d9-38e6960ef759', '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-12 04:54:35,823 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e3e507da-15e9-41f2-892a-1367106445d3 2018-04-12 04:54:35,823 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e3e507da-15e9-41f2-892a-1367106445d3'] 2018-04-12 04:54:36,881 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e3e507da-15e9-41f2-892a-1367106445d3: 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-a12866fc-24e3-4931-b6d9-38e6960ef759" }, "image": { "name": "Cirros-0.4.0-a12866fc-24e3-4931-b6d9-38e6960ef759" }, "block_migration": false, "nics": [ { "net-id": "85cebfb6-7ec9-480b-b1e9-a9751c625c5c" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task e3e507da-15e9-41f2-892a-1367106445d3 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 | 12.676 | 12.676 | 12.676 | 12.676 | 12.676 | 12.676 | 100.0% | 1 | | nova.find_host_to_migrate | 1.231 | 1.231 | 1.231 | 1.231 | 1.231 | 1.231 | 100.0% | 1 | | nova.live_migrate | 133.664 | 133.664 | 133.664 | 133.664 | 133.664 | 133.664 | 0.0% | 1 | | total | 147.571 | 147.571 | 147.571 | 147.571 | 147.571 | 147.571 | 0.0% | 1 | | -> duration | 146.571 | 146.571 | 146.571 | 146.571 | 146.571 | 146.571 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 146.57072 Full duration: 164.579412 HINTS: * To plot HTML graphics with this data, run: rally task report e3e507da-15e9-41f2-892a-1367106445d3 --out output.html * To generate a JUnit report, run: rally task export e3e507da-15e9-41f2-892a-1367106445d3 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e3e507da-15e9-41f2-892a-1367106445d3 --json --out output.json 2018-04-12 04:54:36,881 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e3e507da-15e9-41f2-892a-1367106445d3'] 2018-04-12 04:54:37,856 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-12 04:54:37,856 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e3e507da-15e9-41f2-892a-1367106445d3', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-12 04:54:37,864 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-04-12 04:54:37,864 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-12 04:54:37,864 - 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-12 04:54:37,864 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-12 04:54:37,881 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-12 04:54:37,882 - 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': '85cebfb6-7ec9-480b-b1e9-a9751c625c5c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-a12866fc-24e3-4931-b6d9-38e6960ef759', 'flavor_name': 'rally-tiny-a12866fc-24e3-4931-b6d9-38e6960ef759', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-a12866fc-24e3-4931-b6d9-38e6960ef759', '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-12 04:55:26,330 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 63d9fa75-99e3-4d71-b2f6-bef12d88e999 2018-04-12 04:55:26,331 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '63d9fa75-99e3-4d71-b2f6-bef12d88e999'] 2018-04-12 04:55:27,321 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 63d9fa75-99e3-4d71-b2f6-bef12d88e999: 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 63d9fa75-99e3-4d71-b2f6-bef12d88e999 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.691 | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 100.0% | 1 | | quotas.delete_quotas | 0.208 | 0.208 | 0.208 | 0.208 | 0.208 | 0.208 | 100.0% | 1 | | total | 0.899 | 0.899 | 0.899 | 0.899 | 0.899 | 0.899 | 100.0% | 1 | | -> duration | 0.899 | 0.899 | 0.899 | 0.899 | 0.899 | 0.899 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.898874 Full duration: 8.008847 -------------------------------------------------------------------------------- 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 63d9fa75-99e3-4d71-b2f6-bef12d88e999 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.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | total | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | -> duration | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.705154 Full duration: 7.743548 -------------------------------------------------------------------------------- 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 63d9fa75-99e3-4d71-b2f6-bef12d88e999 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.298 | 0.298 | 0.298 | 0.298 | 0.298 | 0.298 | 100.0% | 1 | | total | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 100.0% | 1 | | -> duration | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.698919 Full duration: 8.420371 -------------------------------------------------------------------------------- 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 63d9fa75-99e3-4d71-b2f6-bef12d88e999 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.362 | 1.362 | 1.362 | 1.362 | 1.362 | 1.362 | 100.0% | 1 | | total | 1.362 | 1.362 | 1.362 | 1.362 | 1.362 | 1.362 | 100.0% | 1 | | -> duration | 1.362 | 1.362 | 1.362 | 1.362 | 1.362 | 1.362 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.361744 Full duration: 8.959332 HINTS: * To plot HTML graphics with this data, run: rally task report 63d9fa75-99e3-4d71-b2f6-bef12d88e999 --out output.html * To generate a JUnit report, run: rally task export 63d9fa75-99e3-4d71-b2f6-bef12d88e999 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 63d9fa75-99e3-4d71-b2f6-bef12d88e999 --json --out output.json 2018-04-12 04:55:27,322 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '63d9fa75-99e3-4d71-b2f6-bef12d88e999'] 2018-04-12 04:55:28,362 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-12 04:55:28,362 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '63d9fa75-99e3-4d71-b2f6-bef12d88e999', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-12 04:55:28,369 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-12 04:55:28,373 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:43 | 6 | 100.00% | | glance | 01:22 | 4 | 100.00% | | cinder | 02:48 | 10 | 100.00% | | heat | 00:58 | 4 | 100.00% | | keystone | 02:45 | 11 | 100.00% | | neutron | 04:20 | 11 | 100.00% | | nova | 02:44 | 1 | 0.00% | | quotas | 00:33 | 4 | 100.00% | | | | | | | TOTAL: | 00:16:18 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-04-12 04:55:28,373 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-04-12 04:55:37,694 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-12 04:55:37,694 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-12 04:55:38,186 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-12 04:55:38,186 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 19:49 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-12 04:55:38,190 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-04-12 04:55:38,191 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-12 04:55:38,298 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-12 04:55:40,667 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-12 04:55:40.330 9786 INFO rally.deployment.engine [-] Deployment d2feb591-54d7-4792-bdf7-9864ff1767e9 | Starting: Destroy cloud and free allocated resources. 2018-04-12 04:55:40.427 9786 INFO rally.deployment.engine [-] Deployment d2feb591-54d7-4792-bdf7-9864ff1767e9 | Completed: Destroy cloud and free allocated resources. 2018-04-12 04:55:40.451 9786 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=82925539-9a18-4595-b421-45155ca75313). 2018-04-12 04:55:40.455 9786 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-12 04:55:43,031 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-12 04:55:42.751 9789 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=2897205a-7774-4df8-8637-ceb085ccf940) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 2897205a-7774-4df8-8637-ceb085ccf940 | 2018-04-12T04:55:42 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 2897205a-7774-4df8-8637-ceb085ccf940 ~/.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-12 04:55:46,160 - 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-12 04:55:46,160 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-12 04:55:48,479 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-12 04:55:48.225 9795 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=82925539-9a18-4595-b421-45155ca75313). 2018-04-12 04:55:48.348 9795 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-12 04:55:51,861 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-12 04:55:50.534 9798 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-12 04:55:50.666 9798 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-12 04:55:51.618 9798 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=412b6688-0ac5-48ec-9fd6-f9d97575dbb9) has been successfully created! Using verifier 'opnfv-tempest' (UUID=412b6688-0ac5-48ec-9fd6-f9d97575dbb9) as the default verifier for the future CLI operations. 2018-04-12 04:55:54,842 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-12 04:55:56,631 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-12 04:56:05,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-12 04:56:11,027 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-12 04:56:10.193 9817 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=412b6688-0ac5-48ec-9fd6-f9d97575dbb9) for deployment 'opnfv-rally' (UUID=2897205a-7774-4df8-8637-ceb085ccf940). 2018-04-12 04:56:10.868 9817 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=412b6688-0ac5-48ec-9fd6-f9d97575dbb9) has been successfully configured for deployment 'opnfv-rally' (UUID=2897205a-7774-4df8-8637-ceb085ccf940)! 2018-04-12 04:56:11,027 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-12 04:56:11,028 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-12 04:56:11,030 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-12 04:56:13,149 - 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-12 04:56:15,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:15.309 9829 INFO rally.api [-] Starting verification (UUID=b811548c-9f35-469f-b0c3-20b3b6338a30) for deployment 'opnfv-rally' (UUID=2897205a-7774-4df8-8637-ceb085ccf940) by verifier 'opnfv-tempest' (UUID=412b6688-0ac5-48ec-9fd6-f9d97575dbb9). 2018-04-12 04:56:15,311 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: b811548c-9f35-469f-b0c3-20b3b6338a30 2018-04-12 04:56:24,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:24.983 9829 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2018-04-12 04:56:25,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:25.186 9829 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.269s] 2018-04-12 04:56:25,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:25.200 9829 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.319s] 2018-04-12 04:56:25,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:25.207 9829 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.328s] 2018-04-12 04:56:25,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:25.253 9829 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.066s] 2018-04-12 04:56:25,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:25.553 9829 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.485s] 2018-04-12 04:56:25,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:25.574 9829 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.021s] 2018-04-12 04:56:30,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:30.522 9829 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.455s] 2018-04-12 04:56:30,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:30.749 9829 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.193s] 2018-04-12 04:56:30,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:30.952 9829 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.202s] 2018-04-12 04:56:31,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:31.096 9829 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.144s] 2018-04-12 04:56:32,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:32.504 9829 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.401s] 2018-04-12 04:56:33,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:33.122 9829 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [2.599s] 2018-04-12 04:56:34,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:34.470 9829 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.348s] 2018-04-12 04:56:34,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:34.641 9829 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.967s] 2018-04-12 04:56:35,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:35.501 9829 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.859s] 2018-04-12 04:56:35,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:35.527 9829 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.056s] 2018-04-12 04:56:36,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:36.245 9829 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.717s] 2018-04-12 04:56:36,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:36.274 9829 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.215s] 2018-04-12 04:56:36,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:36.291 9829 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.016s] 2018-04-12 04:56:36,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:36.552 9829 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.259s] 2018-04-12 04:56:36,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:36.559 9829 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.007s] 2018-04-12 04:56:36,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:36.575 9829 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.015s] 2018-04-12 04:56:37,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:37.666 9829 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.419s] 2018-04-12 04:56:38,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:38.123 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.338s] 2018-04-12 04:56:39,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:39.087 9829 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.419s] 2018-04-12 04:56:39,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:39.201 9829 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.115s] 2018-04-12 04:56:39,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:39.325 9829 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.122s] 2018-04-12 04:56:39,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:39.394 9829 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.069s] 2018-04-12 04:56:39,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:39.420 9829 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.026s] 2018-04-12 04:56:40,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:40.076 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.952s] 2018-04-12 04:56:43,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:43.949 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [18.965s] 2018-04-12 04:56:56,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:56.519 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.041s] 2018-04-12 04:56:56,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:56.560 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.041s] 2018-04-12 04:56:56,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:56.608 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.047s] 2018-04-12 04:56:57,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:57.058 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.449s] 2018-04-12 04:56:57,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:57.165 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.106s] 2018-04-12 04:56:57,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:57.376 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.211s] 2018-04-12 04:56:57,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:57.429 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.053s] 2018-04-12 04:56:57,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:57.478 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.049s] 2018-04-12 04:56:57,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:57.537 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.058s] 2018-04-12 04:56:57,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:57.587 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.049s] 2018-04-12 04:56:57,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:57.629 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.041s] 2018-04-12 04:56:57,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:57.715 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.085s] 2018-04-12 04:56:57,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:57.792 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.076s] 2018-04-12 04:56:57,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:57.842 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.051s] 2018-04-12 04:56:57,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:57.897 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.054s] 2018-04-12 04:56:59,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:59.713 9829 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [8.196s] 2018-04-12 04:56:59,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:59.778 9829 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.064s] 2018-04-12 04:56:59,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:56:59.988 9829 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.209s] 2018-04-12 04:57:00,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:00.122 9829 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.132s] 2018-04-12 04:57:00,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:00.124 9829 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-12 04:57:00,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:00.134 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.288s] 2018-04-12 04:57:01,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:01.182 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.047s] 2018-04-12 04:57:02,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:02.283 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.099s] 2018-04-12 04:57:03,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:03.442 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.157s] 2018-04-12 04:57:04,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:04.456 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.013s] 2018-04-12 04:57:05,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:05.397 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.939s] 2018-04-12 04:57:05,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:05.619 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.222s] 2018-04-12 04:57:06,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:05.999 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.380s] 2018-04-12 04:57:06,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:06.238 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.238s] 2018-04-12 04:57:07,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:07.205 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.965s] 2018-04-12 04:57:07,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:07.437 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.233s] 2018-04-12 04:57:07,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:07.674 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.236s] 2018-04-12 04:57:07,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:07.914 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.239s] 2018-04-12 04:57:08,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:08.934 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.018s] 2018-04-12 04:57:09,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:09.310 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.376s] 2018-04-12 04:57:09,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:09.549 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.238s] 2018-04-12 04:57:09,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:09.775 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.226s] 2018-04-12 04:57:10,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:10.015 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.239s] 2018-04-12 04:57:28,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:28.884 9829 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [49.891s] 2018-04-12 04:57:29,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:29.580 9829 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.701s] 2018-04-12 04:57:39,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:39.118 9829 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.863s] 2018-04-12 04:57:39,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:39.328 9829 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.210s] 2018-04-12 04:57:39,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:39.578 9829 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.250s] 2018-04-12 04:57:40,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:40.209 9829 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.630s] 2018-04-12 04:57:40,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:40.693 9829 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.483s] 2018-04-12 04:57:41,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:41.098 9829 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.404s] 2018-04-12 04:57:48,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:48.583 9829 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.401s] 2018-04-12 04:57:48,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:48.810 9829 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [71.866s] 2018-04-12 04:57:50,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:50.759 9829 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.174s] 2018-04-12 04:57:53,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:53.521 9829 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.759s] 2018-04-12 04:57:54,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:54.169 9829 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.649s] 2018-04-12 04:57:55,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:55.576 9829 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.405s] 2018-04-12 04:57:57,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:57.110 9829 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.534s] 2018-04-12 04:57:59,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:59.120 9829 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.007s] 2018-04-12 04:57:59,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:57:59.169 9829 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.051s] 2018-04-12 04:58:01,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:58:01.070 9829 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [5.601s] 2018-04-12 04:58:01,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:58:01.135 9829 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.065s] 2018-04-12 04:58:01,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:58:01.362 9829 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.226s] 2018-04-12 04:58:01,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:58:01.458 9829 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.094s] 2018-04-12 04:58:01,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:58:01.461 9829 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-04-12 04:58:23,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:58:23.655 9829 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [34.834s] 2018-04-12 04:58:24,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:58:24.465 9829 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.145s] 2018-04-12 04:58:37,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:58:37.391 9829 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.155s] 2018-04-12 04:58:37,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:58:37.555 9829 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.164s] 2018-04-12 04:58:37,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:58:37.735 9829 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.180s] 2018-04-12 04:58:37,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:58:37.896 9829 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.159s] 2018-04-12 04:58:37,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:58:37.910 9829 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.014s] 2018-04-12 04:58:37,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:58:37.924 9829 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.013s] 2018-04-12 04:58:38,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:58:38.141 9829 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.217s] 2018-04-12 04:58:38,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:58:38.187 9829 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.046s] 2018-04-12 04:58:38,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:58:38.197 9829 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.009s] 2018-04-12 04:58:38,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:58:38.403 9829 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.205s] 2018-04-12 04:58:38,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:58:38.413 9829 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.010s] 2018-04-12 04:58:38,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:58:38.462 9829 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.049s] 2018-04-12 04:58:38,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:58:38.658 9829 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.195s] 2018-04-12 04:58:38,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:58:38.821 9829 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.162s] 2018-04-12 04:58:38,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:58:38.858 9829 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.037s] 2018-04-12 04:58:39,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:58:39.080 9829 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.221s] 2018-04-12 04:58:39,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:58:39.113 9829 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.033s] 2018-04-12 04:58:39,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:58:39.148 9829 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.034s] 2018-04-12 04:58:39,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:58:39.300 9829 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.152s] 2018-04-12 04:58:39,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:58:39.335 9829 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.034s] 2018-04-12 04:58:39,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:58:39.373 9829 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.037s] 2018-04-12 04:58:39,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:58:39.406 9829 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.032s] 2018-04-12 04:58:39,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:58:39.440 9829 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.034s] 2018-04-12 04:58:43,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'b811548c-9f35-469f-b0c3-20b3b6338a30']'. 2018-04-12 04:58:44,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-12 04:58:44,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-12 04:58:44,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-12 04:58:44,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | b811548c-9f35-469f-b0c3-20b3b6338a30 | 2018-04-12 04:58:44,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-12 04:58:44,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-12 04:56:15 | 2018-04-12 04:58:44,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-12 04:58:42 | 2018-04-12 04:58:44,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:27 | 2018-04-12 04:58:44,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-12 04:58:44,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-12 04:58:44,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 412b6688-0ac5-48ec-9fd6-f9d97575dbb9) | 2018-04-12 04:58:44,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-12 04:58:44,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2897205a-7774-4df8-8637-ceb085ccf940) | 2018-04-12 04:58:44,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 117 | 2018-04-12 04:58:44,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 137.313 | 2018-04-12 04:58:44,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 117 | 2018-04-12 04:58:44,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-12 04:58:44,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-12 04:58:44,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-12 04:58:44,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-12 04:58:44,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-12 04:58:44,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-12 04:58:44,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-04-12 04:58:53,332 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-12 04:58:53,332 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 02:58 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-12 04:58:53,337 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-12 04:58:53,439 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-12 04:58:56,094 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-12 04:58:55.671 9933 INFO rally.deployment.engine [-] Deployment 2897205a-7774-4df8-8637-ceb085ccf940 | Starting: Destroy cloud and free allocated resources. 2018-04-12 04:58:55.750 9933 INFO rally.deployment.engine [-] Deployment 2897205a-7774-4df8-8637-ceb085ccf940 | Completed: Destroy cloud and free allocated resources. 2018-04-12 04:58:55.789 9933 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=412b6688-0ac5-48ec-9fd6-f9d97575dbb9) for deployment 'opnfv-rally'. 2018-04-12 04:58:55.807 9933 INFO rally.api [-] Deleting verification (UUID=b811548c-9f35-469f-b0c3-20b3b6338a30). 2018-04-12 04:58:55.844 9933 INFO rally.api [-] Verification has been successfully deleted! 2018-04-12 04:58:55.845 9933 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=412b6688-0ac5-48ec-9fd6-f9d97575dbb9). 2018-04-12 04:58:55.856 9933 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-12 04:58:58,516 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-12 04:58:58.226 9936 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=748d253c-74db-4455-8047-38edabb84972) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 748d253c-74db-4455-8047-38edabb84972 | 2018-04-12T04:58:58 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 748d253c-74db-4455-8047-38edabb84972 ~/.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-12 04:59:01,760 - 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-12 04:59:01,761 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-12 04:59:04,100 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-12 04:59:03.853 9942 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=412b6688-0ac5-48ec-9fd6-f9d97575dbb9). 2018-04-12 04:59:03.983 9942 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-12 04:59:07,453 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-12 04:59:06.098 9945 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-12 04:59:06.236 9945 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-12 04:59:07.271 9945 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=21896b5c-4169-4b8a-8230-99cfc704035a) has been successfully created! Using verifier 'opnfv-tempest' (UUID=21896b5c-4169-4b8a-8230-99cfc704035a) as the default verifier for the future CLI operations. 2018-04-12 04:59:10,489 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-12 04:59:12,257 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-12 04:59:18,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-12 04:59:24,104 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-12 04:59:23.194 9964 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=21896b5c-4169-4b8a-8230-99cfc704035a) for deployment 'opnfv-rally' (UUID=748d253c-74db-4455-8047-38edabb84972). 2018-04-12 04:59:23.943 9964 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=21896b5c-4169-4b8a-8230-99cfc704035a) has been successfully configured for deployment 'opnfv-rally' (UUID=748d253c-74db-4455-8047-38edabb84972)! 2018-04-12 04:59:24,104 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-12 04:59:24,105 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-12 04:59:24,107 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-12 04:59:24,122 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-12 04:59:27,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-21896b5c-4169-4b8a-8230-99cfc704035a/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-12 04:59:27,228 - 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-12 04:59:29,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 04:59:29.482 9973 INFO rally.api [-] Starting verification (UUID=85e16504-e9a7-4892-a4d5-0744a9871712) for deployment 'opnfv-rally' (UUID=748d253c-74db-4455-8047-38edabb84972) by verifier 'opnfv-tempest' (UUID=21896b5c-4169-4b8a-8230-99cfc704035a). 2018-04-12 04:59:29,483 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 85e16504-e9a7-4892-a4d5-0744a9871712 2018-04-12 05:02:30,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '85e16504-e9a7-4892-a4d5-0744a9871712']'. 2018-04-12 05:02:31,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-12 05:02:31,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-12 05:02:31,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-12 05:02:31,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 85e16504-e9a7-4892-a4d5-0744a9871712 | 2018-04-12 05:02:31,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-12 05:02:31,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-12 04:59:29 | 2018-04-12 05:02:31,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-12 05:02:29 | 2018-04-12 05:02:31,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:00 | 2018-04-12 05:02:31,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-12 05:02:31,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-12 05:02:31,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 21896b5c-4169-4b8a-8230-99cfc704035a) | 2018-04-12 05:02:31,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-12 05:02:31,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 748d253c-74db-4455-8047-38edabb84972) | 2018-04-12 05:02:31,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-12 05:02:31,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 168.858 | 2018-04-12 05:02:31,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-04-12 05:02:31,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-04-12 05:02:31,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-12 05:02:31,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-12 05:02:31,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-12 05:02:31,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-12 05:02:31,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-12 05:02:31,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-12 05:02:40,803 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-12 05:02:40,804 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:30 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-12 05:02:40,808 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-12 05:02:41,581 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-12 06:03:13,534 - 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 3631.883s OK 2018-04-12 06:03:13,662 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-12 06:03:13,662 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 60:32 | PASS | +---------------------+------------------+------------------+----------------+ 2018-04-12 06:03:13,666 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-12 06:03:13,766 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-12 06:03:16,326 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-12 06:03:15.886 10200 INFO rally.deployment.engine [-] Deployment 748d253c-74db-4455-8047-38edabb84972 | Starting: Destroy cloud and free allocated resources. 2018-04-12 06:03:15.969 10200 INFO rally.deployment.engine [-] Deployment 748d253c-74db-4455-8047-38edabb84972 | Completed: Destroy cloud and free allocated resources. 2018-04-12 06:03:16.026 10200 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=21896b5c-4169-4b8a-8230-99cfc704035a) for deployment 'opnfv-rally'. 2018-04-12 06:03:16.059 10200 INFO rally.api [-] Deleting verification (UUID=85e16504-e9a7-4892-a4d5-0744a9871712). 2018-04-12 06:03:16.099 10200 INFO rally.api [-] Verification has been successfully deleted! 2018-04-12 06:03:16.100 10200 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=21896b5c-4169-4b8a-8230-99cfc704035a). 2018-04-12 06:03:16.113 10200 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-12 06:03:18,614 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-12 06:03:18.375 10203 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=5bd025a4-38d2-4650-bc16-bb2d12d8e54f) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 5bd025a4-38d2-4650-bc16-bb2d12d8e54f | 2018-04-12T06:03:18 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 5bd025a4-38d2-4650-bc16-bb2d12d8e54f ~/.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-12 06:03:21,809 - 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-12 06:03:21,810 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-12 06:03:24,390 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-12 06:03:23.916 10209 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=21896b5c-4169-4b8a-8230-99cfc704035a). 2018-04-12 06:03:24.232 10209 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-12 06:03:27,765 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-12 06:03:26.431 10212 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-12 06:03:26.568 10212 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-12 06:03:27.580 10212 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=abbf5c20-23b1-48e7-94a6-c3eb67d22020) has been successfully created! Using verifier 'opnfv-tempest' (UUID=abbf5c20-23b1-48e7-94a6-c3eb67d22020) as the default verifier for the future CLI operations. 2018-04-12 06:03:30,639 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-12 06:03:33,389 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-12 06:03:39,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-12 06:03:45,320 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-12 06:03:44.218 10231 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=abbf5c20-23b1-48e7-94a6-c3eb67d22020) for deployment 'opnfv-rally' (UUID=5bd025a4-38d2-4650-bc16-bb2d12d8e54f). 2018-04-12 06:03:45.217 10231 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=abbf5c20-23b1-48e7-94a6-c3eb67d22020) has been successfully configured for deployment 'opnfv-rally' (UUID=5bd025a4-38d2-4650-bc16-bb2d12d8e54f)! 2018-04-12 06:03:45,320 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-12 06:03:45,320 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-12 06:03:45,322 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-12 06:03:45,333 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-12 06:03:48,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-abbf5c20-23b1-48e7-94a6-c3eb67d22020/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-12 06:03:48,289 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-12 06:03:48,290 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-12 06:03:48,291 - 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-12 06:03:50,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-12 06:03:50.747 10240 INFO rally.api [-] Starting verification (UUID=d2dab49b-21a6-49eb-99b0-5da5217ffebb) for deployment 'opnfv-rally' (UUID=5bd025a4-38d2-4650-bc16-bb2d12d8e54f) by verifier 'opnfv-tempest' (UUID=abbf5c20-23b1-48e7-94a6-c3eb67d22020). 2018-04-12 06:03:50,749 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: d2dab49b-21a6-49eb-99b0-5da5217ffebb 2018-04-12 06:05:54,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd2dab49b-21a6-49eb-99b0-5da5217ffebb']'. 2018-04-12 06:05:55,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-12 06:05:55,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-12 06:05:55,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-12 06:05:55,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d2dab49b-21a6-49eb-99b0-5da5217ffebb | 2018-04-12 06:05:55,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-12 06:05:55,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-12 06:03:50 | 2018-04-12 06:05:55,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-12 06:05:54 | 2018-04-12 06:05:55,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:04 | 2018-04-12 06:05:55,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-12 06:05:55,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-12 06:05:55,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: abbf5c20-23b1-48e7-94a6-c3eb67d22020) | 2018-04-12 06:05:55,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-12 06:05:55,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 5bd025a4-38d2-4650-bc16-bb2d12d8e54f) | 2018-04-12 06:05:55,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-12 06:05:55,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 112.489 | 2018-04-12 06:05:55,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-04-12 06:05:55,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-04-12 06:05:55,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-12 06:05:55,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-12 06:05:55,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-12 06:05:55,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-12 06:05:55,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-12 06:05:55,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-04-12 06:06:01,749 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-12 06:06:01,750 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:31 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-04-12 06:06:01,754 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:55 | PASS | | vping_userdata | functest | smoke | 00:41 | PASS | | tempest_smoke_serial | functest | smoke | 13:32 | PASS | | rally_sanity | functest | smoke | 19:49 | FAIL | | refstack_defcore | functest | smoke | 02:58 | PASS | | patrole | functest | smoke | 03:30 | PASS | | snaps_smoke | functest | smoke | 60:32 | PASS | | neutron_trunk | functest | smoke | 02:31 | PASS | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-12 06:06:01,762 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-12 06:06:29,631 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-7 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-12 06:06:29,636 - 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=Y9Z7XuKgaAKEwGKPHfw7ENRHt export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-12 06:06:29,636 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-12 06:06:29,637 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification barometercollectd | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ 2018-04-12 06:06:29,639 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-12 06:06:29,639 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-04-12 06:09:53,177 - xtesting.core.feature - ERROR - Execute command: doctor-test failed 2018-04-12 06:09:53,178 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-04-12 06:09:53,296 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-12 06:09:53,296 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:24 | FAIL | +-----------------------------+-----------------+------------------+----------------+ 2018-04-12 06:09:53,300 - xtesting.ci.run_tests - ERROR - The test case 'doctor-notification' failed. 2018-04-12 06:09:53,300 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-04-12 06:52:55,660 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-04-12 06:52:55,786 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-12 06:52:55,786 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 43:02 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-04-12 06:52:55,790 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-04-12 06:52:55,790 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:24 | FAIL | | barometercollectd | barometer | features | 43:02 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-12 06:52:55,796 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-12 06:55:04,495 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-7 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-12 06:55:04,499 - 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=Y9Z7XuKgaAKEwGKPHfw7ENRHt export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-12 06:55:04,499 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-12 06:55:04,499 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-12 06:55:04,500 - 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-12 06:55:04,501 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-12 06:55:45,201 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-7 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-12 06:55:45,203 - 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=Y9Z7XuKgaAKEwGKPHfw7ENRHt export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-12 06:55:45,203 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-12 06:55:45,204 - 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-12 06:55:45,205 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-12 06:55:45,205 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-04-12 06:58:43,505 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-04-12 06:58:43,634 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-12 06:58:43,635 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 02:58 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-04-12 06:58:43,639 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 02:58 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-12 06:58:43,641 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK