2018-05-16 21:59:32,211 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-119 | | 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-ovn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-16 21:59:32,214 - 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=uwFPDA7FZc8kK4bDava3VnBUa export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.10 export OS_REGION_NAME=regionOne 2018-05-16 21:59:32,214 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-16 21:59:32,214 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-05-16 21:59:32,215 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-16 21:59:32,215 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-16 21:59:34,159 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-16 21:59:42,697 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 8.525s OK 2018-05-16 21:59:42,826 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 21:59:42,826 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-16 21:59:42,830 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-16 21:59:44,028 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-16 22:09:09,945 - 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 565.864s OK 2018-05-16 22:09:10,074 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 22:09:10,075 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 09:26 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-16 22:09:10,078 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-16 22:09:10,914 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-16 22:09:42,737 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 31.821s OK 2018-05-16 22:09:42,851 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 22:09:42,851 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:32 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-16 22:09:42,855 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | api_check | functest | healthcheck | 09:26 | PASS | | snaps_health_check | functest | healthcheck | 00:32 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-16 22:09:42,858 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-16 22:09:45,692 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-119 | | 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-ovn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-16 22:09:45,696 - 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=uwFPDA7FZc8kK4bDava3VnBUa export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.10 export OS_REGION_NAME=regionOne 2018-05-16 22:09:45,696 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-16 22:09:45,697 - 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-05-16 22:09:45,699 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-16 22:09:45,699 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-16 22:09:46,612 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-16 22:09:46,612 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-16 22:09:47,147 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-16 22:09:47,147 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-16 22:09:47,578 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-16 22:09:47,579 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-16 22:09:47' 2018-05-16 22:09:47,579 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--d67d2e80-3b0a-44b0-b955-0e38fcda5582' 2018-05-16 22:09:49,651 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-d67d2e80-3b0a-44b0-b955-0e38fcda5582' 2018-05-16 22:09:52,012 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-d67d2e80-3b0a-44b0-b955-0e38fcda5582' 2018-05-16 22:09:56,990 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-d67d2e80-3b0a-44b0-b955-0e38fcda5582' 2018-05-16 22:09:57,717 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-d67d2e80-3b0a-44b0-b955-0e38fcda5582' 2018-05-16 22:09:58,388 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-d67d2e80-3b0a-44b0-b955-0e38fcda5582' 2018-05-16 22:10:02,648 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-d67d2e80-3b0a-44b0-b955-0e38fcda5582' 2018-05-16 22:10:04,924 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-d67d2e80-3b0a-44b0-b955-0e38fcda5582' 2018-05-16 22:10:23,795 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-16 22:10:27,320 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-05-16 22:10:27,405 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-16 22:10:28,412 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-16 22:10:28,413 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-16 22:10:28,413 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-16 22:10:28,978 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 22:10:28,979 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:41 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-16 22:10:42,624 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-16 22:10:42,713 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-16 22:10:42,714 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-16 22:10:42' 2018-05-16 22:10:42,714 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--d504f42f-e77b-4cfe-ade7-428fb82c37d0' 2018-05-16 22:10:44,559 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-d504f42f-e77b-4cfe-ade7-428fb82c37d0' 2018-05-16 22:10:46,832 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-d504f42f-e77b-4cfe-ade7-428fb82c37d0' 2018-05-16 22:10:52,122 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-d504f42f-e77b-4cfe-ade7-428fb82c37d0' 2018-05-16 22:10:52,753 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-d504f42f-e77b-4cfe-ade7-428fb82c37d0' 2018-05-16 22:10:57,411 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-d504f42f-e77b-4cfe-ade7-428fb82c37d0' 2018-05-16 22:11:01,940 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-16 22:11:10,342 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-16 22:11:12,711 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-16 22:11:12,821 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 22:11:12,821 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:30 | PASS | +------------------------+------------------+------------------+----------------+ 2018-05-16 22:11:32,700 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-16 22:11:32,788 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-16 22:11:37,220 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-16 22:11:36.995 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f6179a83-3aa4-41f0-9599-ddbcfd66feb9) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f6179a83-3aa4-41f0-9599-ddbcfd66feb9 | 2018-05-16T22:11:36 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f6179a83-3aa4-41f0-9599-ddbcfd66feb9 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-16 22:11:40,531 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-16 22:11:40,531 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-16 22:11:46,391 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-16 22:11:44.756 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-16 22:11:44.912 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-16 22:11:46.201 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=64433bc2-2136-4213-a1d9-ddee37d228ae) has been successfully created! Using verifier 'opnfv-tempest' (UUID=64433bc2-2136-4213-a1d9-ddee37d228ae) as the default verifier for the future CLI operations. 2018-05-16 22:11:49,403 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-16 22:11:50,949 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-16 22:11:54,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-16 22:11:59,324 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-16 22:11:58.523 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=64433bc2-2136-4213-a1d9-ddee37d228ae) for deployment 'opnfv-rally' (UUID=f6179a83-3aa4-41f0-9599-ddbcfd66feb9). 2018-05-16 22:11:59.193 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=64433bc2-2136-4213-a1d9-ddee37d228ae) has been successfully configured for deployment 'opnfv-rally' (UUID=f6179a83-3aa4-41f0-9599-ddbcfd66feb9)! 2018-05-16 22:11:59,325 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-16 22:11:59,325 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-16 22:11:59,327 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-16 22:11:59,342 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-16 22:12:02,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-64433bc2-2136-4213-a1d9-ddee37d228ae/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-16 22:12:02,839 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-16 22:12:02,841 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-16 22:12:02,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-05-16 22:12:04,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:12:04.956 55 INFO rally.api [-] Starting verification (UUID=067b955c-d60e-4105-89df-6e45aaecdb09) for deployment 'opnfv-rally' (UUID=f6179a83-3aa4-41f0-9599-ddbcfd66feb9) by verifier 'opnfv-tempest' (UUID=64433bc2-2136-4213-a1d9-ddee37d228ae). 2018-05-16 22:12:04,957 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 067b955c-d60e-4105-89df-6e45aaecdb09 2018-05-16 22:12:11,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:12:11.481 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.160s] 2018-05-16 22:12:11,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:12:11.533 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.053s] 2018-05-16 22:12:16,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:12:16.466 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.987s] 2018-05-16 22:12:17,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:12:17.881 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.413s] 2018-05-16 22:12:25,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:12:25.719 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.464s] 2018-05-16 22:12:38,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:12:38.828 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [8.511s] 2018-05-16 22:13:06,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:13:06.239 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.064s] 2018-05-16 22:13:06,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:13:06.240 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-05-16 22:13:30,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:13:30.952 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.064s] 2018-05-16 22:13:30,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:13:30.953 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-16 22:13:54,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:13:54.545 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.062s] 2018-05-16 22:13:54,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:13:54.547 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-16 22:14:40,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:14:40.060 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [23.059s] 2018-05-16 22:14:57,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:14:57.099 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.051s] 2018-05-16 22:14:57,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:14:57.193 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.094s] 2018-05-16 22:15:04,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:15:04.117 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.613s] 2018-05-16 22:15:04,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:15:04.127 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-05-16 22:15:05,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:15:05.305 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-16 22:15:05,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:15:05.306 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-16 22:15:08,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:15:08.914 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.310s] 2018-05-16 22:15:13,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:15:13.945 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.074s] 2018-05-16 22:15:19,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:15:19.605 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.556s] 2018-05-16 22:15:25,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:15:25.979 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.369s] 2018-05-16 22:15:33,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:15:33.868 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.775s] 2018-05-16 22:15:39,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:15:39.051 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.330s] 2018-05-16 22:15:44,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:15:44.141 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.189s] 2018-05-16 22:15:50,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:15:50.397 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.401s] 2018-05-16 22:15:56,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:15:56.477 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.408s] 2018-05-16 22:16:03,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:16:03.544 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.518s] 2018-05-16 22:16:05,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:16:05.540 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-16 22:16:07,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:16:07.394 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.068s] 2018-05-16 22:16:07,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:16:07.460 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.064s] 2018-05-16 22:16:07,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:16:07.530 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.070s] 2018-05-16 22:16:07,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:16:07.537 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-05-16 22:16:10,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:16:10.789 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.289s] 2018-05-16 22:16:11,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:16:11.713 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.923s] 2018-05-16 22:16:12,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:16:12.596 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.883s] 2018-05-16 22:16:17,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:16:17.830 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-05-16 22:16:22,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:16:22.399 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.582s] 2018-05-16 22:16:33,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:16:33.710 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [1.951s] 2018-05-16 22:16:35,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:16:35.919 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [2.208s] 2018-05-16 22:16:45,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:16:45.509 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.443s] 2018-05-16 22:16:48,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:16:48.359 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.849s] 2018-05-16 22:16:53,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:16:53.097 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [4.736s] 2018-05-16 22:17:00,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:17:00.794 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.404s] 2018-05-16 22:17:04,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:17:04.054 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.260s] 2018-05-16 22:17:06,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:17:06.641 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [2.586s] 2018-05-16 22:17:18,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:17:18.134 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [2.832s] 2018-05-16 22:17:18,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:17:18.403 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.268s] 2018-05-16 22:17:18,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:17:18.642 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.238s] 2018-05-16 22:17:18,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:17:18.823 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.181s] 2018-05-16 22:17:18,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:17:18.917 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.093s] 2018-05-16 22:17:19,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:17:19.123 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.205s] 2018-05-16 22:17:26,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:17:26.822 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [2.623s] 2018-05-16 22:17:26,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:17:26.989 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.167s] 2018-05-16 22:17:27,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:17:27.093 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.103s] 2018-05-16 22:17:27,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:17:27.288 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.194s] 2018-05-16 22:17:27,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:17:27.388 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.100s] 2018-05-16 22:17:27,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:17:27.439 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.049s] 2018-05-16 22:17:35,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:17:35.313 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [2.681s] 2018-05-16 22:17:38,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:17:38.038 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [2.724s] 2018-05-16 22:17:39,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:17:39.888 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.850s] 2018-05-16 22:17:39,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:17:39.940 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.052s] 2018-05-16 22:17:39,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:17:39.990 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.049s] 2018-05-16 22:17:48,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:17:48.451 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [2.682s] 2018-05-16 22:17:51,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:17:51.900 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [3.449s] 2018-05-16 22:17:53,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:17:53.356 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.455s] 2018-05-16 22:17:53,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:17:53.419 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.063s] 2018-05-16 22:17:53,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:17:53.469 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.050s] 2018-05-16 22:18:05,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:18:05.826 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [7.865s] 2018-05-16 22:18:10,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:18:10.352 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [4.524s] 2018-05-16 22:18:14,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:18:14.323 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [3.970s] 2018-05-16 22:18:17,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:18:17.332 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.009s] 2018-05-16 22:18:32,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:18:32.210 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [7.748s] 2018-05-16 22:18:36,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:18:36.815 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.604s] 2018-05-16 22:18:40,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:18:40.539 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [3.724s] 2018-05-16 22:18:43,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:18:43.831 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.291s] 2018-05-16 22:18:51,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:18:51.994 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.065s] 2018-05-16 22:18:53,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:18:53.249 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.251s] 2018-05-16 22:18:53,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:18:53.289 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.043s] 2018-05-16 22:18:57,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:18:57.192 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.944s] 2018-05-16 22:18:58,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:18:58.642 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.448s] 2018-05-16 22:18:58,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:18:58.683 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.042s] 2018-05-16 22:19:02,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:19:02.125 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.781s] 2018-05-16 22:19:04,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:19:04.920 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-05-16 22:19:05,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:19:05.946 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-16 22:19:05,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:19:05.948 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-16 22:19:05,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:19:05.949 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-16 22:19:05,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:19:05.950 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-16 22:19:05,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:19:05.950 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-16 22:19:07,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:19:07.813 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-05-16 22:19:23,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:19:23.444 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [11.069s] 2018-05-16 22:19:34,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:19:34.475 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.536s] 2018-05-16 22:19:44,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:19:44.529 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.051s] 2018-05-16 22:19:52,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:19:52.252 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.037s] 2018-05-16 22:22:33,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:22:33.592 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [155.877s] 2018-05-16 22:25:08,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:25:08.178 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [146.729s] 2018-05-16 22:25:44,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:25:44.596 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [22.098s] 2018-05-16 22:25:56,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '067b955c-d60e-4105-89df-6e45aaecdb09']'. 2018-05-16 22:25:57,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-16 22:25:57,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-16 22:25:57,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-16 22:25:57,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 067b955c-d60e-4105-89df-6e45aaecdb09 | 2018-05-16 22:25:57,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-16 22:25:57,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-16 22:12:04 | 2018-05-16 22:25:57,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-16 22:25:55 | 2018-05-16 22:25:57,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:13:51 | 2018-05-16 22:25:57,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-16 22:25:57,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-16 22:25:57,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-16 22:25:57,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 64433bc2-2136-4213-a1d9-ddee37d228ae) | 2018-05-16 22:25:57,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-16 22:25:57,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: f6179a83-3aa4-41f0-9599-ddbcfd66feb9) | 2018-05-16 22:25:57,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-16 22:25:57,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 815.165 | 2018-05-16 22:25:57,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 88 | 2018-05-16 22:25:57,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-16 22:25:57,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-16 22:25:57,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-16 22:25:57,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-05-16 22:25:57,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-16 22:25:57,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-16 22:25:57,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 97.7777777778% 2018-05-16 22:26:01,564 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 22:26:01,565 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 14:12 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-05-16 22:26:01,569 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-05-16 22:26:01,569 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-16 22:26:01,701 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-16 22:26:02,140 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-16 22:26:02,140 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-16 22:26:02,525 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-16 22:26:05,123 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-16 22:26:04.691 210 INFO rally.deployment.engine [-] Deployment f6179a83-3aa4-41f0-9599-ddbcfd66feb9 | Starting: Destroy cloud and free allocated resources. 2018-05-16 22:26:04.783 210 INFO rally.deployment.engine [-] Deployment f6179a83-3aa4-41f0-9599-ddbcfd66feb9 | Completed: Destroy cloud and free allocated resources. 2018-05-16 22:26:04.823 210 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=64433bc2-2136-4213-a1d9-ddee37d228ae) for deployment 'opnfv-rally'. 2018-05-16 22:26:04.839 210 INFO rally.api [-] Deleting verification (UUID=067b955c-d60e-4105-89df-6e45aaecdb09). 2018-05-16 22:26:04.887 210 INFO rally.api [-] Verification has been successfully deleted! 2018-05-16 22:26:04.887 210 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=64433bc2-2136-4213-a1d9-ddee37d228ae). 2018-05-16 22:26:04.899 210 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-16 22:26:07,486 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-16 22:26:07.226 213 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=3317fd45-b867-4d48-aafd-2e32e9f4d712) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 3317fd45-b867-4d48-aafd-2e32e9f4d712 | 2018-05-16T22:26:07 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 3317fd45-b867-4d48-aafd-2e32e9f4d712 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-16 22:26:10,725 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-16 22:26:10,725 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-16 22:26:11,966 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-53a025e0-930b-40b7-b44f-ed8db1abf1a2'... 2018-05-16 22:26:13,807 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-53a025e0-930b-40b7-b44f-ed8db1abf1a2'... 2018-05-16 22:26:15,244 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-53a025e0-930b-40b7-b44f-ed8db1abf1a2'... 2018-05-16 22:26:20,327 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-53a025e0-930b-40b7-b44f-ed8db1abf1a2'... 2018-05-16 22:26:20,969 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-53a025e0-930b-40b7-b44f-ed8db1abf1a2'... 2018-05-16 22:26:21,551 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-16 22:26:21,552 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-05-16 22:26:21,553 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-16 22:26:21,571 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-16 22:26:21,577 - 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': '372f988b-a12e-4403-84ee-9e8d39da2e25', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-53a025e0-930b-40b7-b44f-ed8db1abf1a2', 'flavor_name': 'rally-tiny-53a025e0-930b-40b7-b44f-ed8db1abf1a2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-53a025e0-930b-40b7-b44f-ed8db1abf1a2', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-16 22:27:21,174 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 9c9eb8d6-c218-477f-97c0-1750e48644ae 2018-05-16 22:27:21,175 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-16 22:27:21,175 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '9c9eb8d6-c218-477f-97c0-1750e48644ae'] 2018-05-16 22:27:22,193 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 9c9eb8d6-c218-477f-97c0-1750e48644ae: 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 9c9eb8d6-c218-477f-97c0-1750e48644ae 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.454 | 0.454 | 0.454 | 0.454 | 0.454 | 0.454 | 100.0% | 1 | | total | 0.454 | 0.454 | 0.454 | 0.454 | 0.454 | 0.454 | 100.0% | 1 | | -> duration | 0.454 | 0.454 | 0.454 | 0.454 | 0.454 | 0.454 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.453685 Full duration: 6.474424 -------------------------------------------------------------------------------- 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 9c9eb8d6-c218-477f-97c0-1750e48644ae 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.305 | 0.305 | 0.305 | 0.305 | 0.305 | 0.305 | 100.0% | 1 | | total | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 100.0% | 1 | | -> duration | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.722475 Full duration: 6.595212 -------------------------------------------------------------------------------- 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 9c9eb8d6-c218-477f-97c0-1750e48644ae 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.209 | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 100.0% | 1 | | total | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | -> duration | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.607812 Full duration: 6.510083 -------------------------------------------------------------------------------- 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 9c9eb8d6-c218-477f-97c0-1750e48644ae 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.32 | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 100.0% | 1 | | total | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | -> duration | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.725295 Full duration: 6.771336 -------------------------------------------------------------------------------- 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 9c9eb8d6-c218-477f-97c0-1750e48644ae 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.369 | 0.369 | 0.369 | 0.369 | 0.369 | 0.369 | 100.0% | 1 | | total | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | -> duration | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.832392 Full duration: 6.782925 -------------------------------------------------------------------------------- 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 9c9eb8d6-c218-477f-97c0-1750e48644ae 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.199 | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 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.634366 Full duration: 6.605218 HINTS: * To plot HTML graphics with this data, run: rally task report 9c9eb8d6-c218-477f-97c0-1750e48644ae --out output.html * To generate a JUnit report, run: rally task export 9c9eb8d6-c218-477f-97c0-1750e48644ae --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 9c9eb8d6-c218-477f-97c0-1750e48644ae --json --out output.json 2018-05-16 22:27:22,194 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '9c9eb8d6-c218-477f-97c0-1750e48644ae'] 2018-05-16 22:27:23,280 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-16 22:27:23,280 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '9c9eb8d6-c218-477f-97c0-1750e48644ae', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-16 22:27:23,288 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-16 22:27:23,288 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-16 22:27:23,288 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-05-16 22:27:23,289 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-16 22:27:23,305 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-16 22:27:23,317 - 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': '372f988b-a12e-4403-84ee-9e8d39da2e25', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-53a025e0-930b-40b7-b44f-ed8db1abf1a2', 'flavor_name': 'rally-tiny-53a025e0-930b-40b7-b44f-ed8db1abf1a2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-53a025e0-930b-40b7-b44f-ed8db1abf1a2', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-16 22:28:50,407 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 65c7061f-040d-430e-8fa3-9422bf4e0ee8 2018-05-16 22:28:50,407 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '65c7061f-040d-430e-8fa3-9422bf4e0ee8'] 2018-05-16 22:28:51,498 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 65c7061f-040d-430e-8fa3-9422bf4e0ee8: 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 65c7061f-040d-430e-8fa3-9422bf4e0ee8 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.497 | 3.497 | 3.497 | 3.497 | 3.497 | 3.497 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 100.0% | 1 | | -> glance_v2.upload_data | 1.211 | 1.211 | 1.211 | 1.211 | 1.211 | 1.211 | 100.0% | 1 | | glance_v2.delete_image | 1.271 | 1.271 | 1.271 | 1.271 | 1.271 | 1.271 | 100.0% | 1 | | total | 4.769 | 4.769 | 4.769 | 4.769 | 4.769 | 4.769 | 100.0% | 1 | | -> duration | 4.769 | 4.769 | 4.769 | 4.769 | 4.769 | 4.769 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.768981 Full duration: 12.256138 -------------------------------------------------------------------------------- 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 65c7061f-040d-430e-8fa3-9422bf4e0ee8 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.053 | 3.053 | 3.053 | 3.053 | 3.053 | 3.053 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 100.0% | 1 | | -> glance_v2.upload_data | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 100.0% | 1 | | glance_v2.list_images | 0.035 | 0.035 | 0.035 | 0.035 | 0.035 | 0.035 | 100.0% | 1 | | total | 3.088 | 3.088 | 3.088 | 3.088 | 3.088 | 3.088 | 100.0% | 1 | | -> duration | 3.088 | 3.088 | 3.088 | 3.088 | 3.088 | 3.088 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.0878 Full duration: 13.070877 -------------------------------------------------------------------------------- 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 65c7061f-040d-430e-8fa3-9422bf4e0ee8 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.171 | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 100.0% | 1 | | total | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 100.0% | 1 | | -> duration | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.171009 Full duration: 7.139597 -------------------------------------------------------------------------------- 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-53a025e0-930b-40b7-b44f-ed8db1abf1a2" }, "number_instances": 2, "nics": [ { "net-id": "372f988b-a12e-4403-84ee-9e8d39da2e25" } ] }, "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 65c7061f-040d-430e-8fa3-9422bf4e0ee8 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.142 | 3.142 | 3.142 | 3.142 | 3.142 | 3.142 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 100.0% | 1 | | -> glance_v2.upload_data | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 100.0% | 1 | | nova.boot_servers | 11.035 | 11.035 | 11.035 | 11.035 | 11.035 | 11.035 | 100.0% | 1 | | total | 14.178 | 14.178 | 14.178 | 14.178 | 14.178 | 14.178 | 100.0% | 1 | | -> duration | 13.178 | 13.178 | 13.178 | 13.178 | 13.178 | 13.178 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.178022 Full duration: 36.453225 HINTS: * To plot HTML graphics with this data, run: rally task report 65c7061f-040d-430e-8fa3-9422bf4e0ee8 --out output.html * To generate a JUnit report, run: rally task export 65c7061f-040d-430e-8fa3-9422bf4e0ee8 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 65c7061f-040d-430e-8fa3-9422bf4e0ee8 --json --out output.json 2018-05-16 22:28:51,499 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '65c7061f-040d-430e-8fa3-9422bf4e0ee8'] 2018-05-16 22:28:52,587 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-16 22:28:52,588 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '65c7061f-040d-430e-8fa3-9422bf4e0ee8', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-16 22:28:52,595 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-16 22:28:52,596 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-16 22:28:52,596 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-05-16 22:28:52,596 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-16 22:28:52,613 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-16 22:28:52,624 - 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': '372f988b-a12e-4403-84ee-9e8d39da2e25', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-53a025e0-930b-40b7-b44f-ed8db1abf1a2', 'flavor_name': 'rally-tiny-53a025e0-930b-40b7-b44f-ed8db1abf1a2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-53a025e0-930b-40b7-b44f-ed8db1abf1a2', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-16 22:31:52,407 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 901c7287-920a-44f2-8b83-5779a29815ad 2018-05-16 22:31:52,407 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '901c7287-920a-44f2-8b83-5779a29815ad'] 2018-05-16 22:31:53,460 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 901c7287-920a-44f2-8b83-5779a29815ad: 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 901c7287-920a-44f2-8b83-5779a29815ad has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_snapshot | 3.036 | 3.036 | 3.036 | 3.036 | 3.036 | 3.036 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.257 | 2.257 | 2.257 | 2.257 | 2.257 | 2.257 | 100.0% | 1 | | total | 5.293 | 5.293 | 5.293 | 5.293 | 5.293 | 5.293 | 100.0% | 1 | | -> duration | 5.293 | 5.293 | 5.293 | 5.293 | 5.293 | 5.293 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.293287 Full duration: 21.042833 -------------------------------------------------------------------------------- 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 901c7287-920a-44f2-8b83-5779a29815ad 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.143 | 3.143 | 3.143 | 3.143 | 3.143 | 3.143 | 100.0% | 1 | | cinder_v2.delete_volume | 2.429 | 2.429 | 2.429 | 2.429 | 2.429 | 2.429 | 100.0% | 1 | | total | 5.572 | 5.572 | 5.572 | 5.572 | 5.572 | 5.572 | 100.0% | 1 | | -> duration | 5.572 | 5.572 | 5.572 | 5.572 | 5.572 | 5.572 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.572372 Full duration: 14.576978 -------------------------------------------------------------------------------- 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-53a025e0-930b-40b7-b44f-ed8db1abf1a2" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 901c7287-920a-44f2-8b83-5779a29815ad has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 7.6 | 7.6 | 7.6 | 7.6 | 7.6 | 7.6 | 100.0% | 1 | | cinder_v2.delete_volume | 2.184 | 2.184 | 2.184 | 2.184 | 2.184 | 2.184 | 100.0% | 1 | | total | 9.784 | 9.784 | 9.784 | 9.784 | 9.784 | 9.784 | 100.0% | 1 | | -> duration | 9.784 | 9.784 | 9.784 | 9.784 | 9.784 | 9.784 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.784083 Full duration: 19.132115 -------------------------------------------------------------------------------- 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 901c7287-920a-44f2-8b83-5779a29815ad 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.917 | 2.917 | 2.917 | 2.917 | 2.917 | 2.917 | 100.0% | 1 | | cinder_v2.delete_volume | 2.461 | 2.461 | 2.461 | 2.461 | 2.461 | 2.461 | 100.0% | 1 | | total | 5.379 | 5.379 | 5.379 | 5.379 | 5.379 | 5.379 | 100.0% | 1 | | -> duration | 5.379 | 5.379 | 5.379 | 5.379 | 5.379 | 5.379 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.378545 Full duration: 14.312153 -------------------------------------------------------------------------------- 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 901c7287-920a-44f2-8b83-5779a29815ad 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.042 | 3.042 | 3.042 | 3.042 | 3.042 | 3.042 | 100.0% | 1 | | cinder_v2.extend_volume | 2.532 | 2.532 | 2.532 | 2.532 | 2.532 | 2.532 | 100.0% | 1 | | cinder_v2.delete_volume | 2.285 | 2.285 | 2.285 | 2.285 | 2.285 | 2.285 | 100.0% | 1 | | total | 7.86 | 7.86 | 7.86 | 7.86 | 7.86 | 7.86 | 100.0% | 1 | | -> duration | 7.86 | 7.86 | 7.86 | 7.86 | 7.86 | 7.86 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.860145 Full duration: 16.909554 -------------------------------------------------------------------------------- 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 901c7287-920a-44f2-8b83-5779a29815ad 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.112 | 3.112 | 3.112 | 3.112 | 3.112 | 3.112 | 100.0% | 1 | | cinder_v2.delete_volume | 2.414 | 2.414 | 2.414 | 2.414 | 2.414 | 2.414 | 100.0% | 1 | | total | 5.527 | 5.527 | 5.527 | 5.527 | 5.527 | 5.527 | 100.0% | 1 | | -> duration | 5.527 | 5.527 | 5.527 | 5.527 | 5.527 | 5.527 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.527123 Full duration: 21.188945 -------------------------------------------------------------------------------- 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 901c7287-920a-44f2-8b83-5779a29815ad 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.571 | 0.571 | 0.571 | 0.571 | 0.571 | 0.571 | 100.0% | 1 | | cinder_v2.list_qos | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 100.0% | 1 | | total | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 100.0% | 1 | | -> duration | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.722042 Full duration: 10.976002 -------------------------------------------------------------------------------- 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 901c7287-920a-44f2-8b83-5779a29815ad 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.562 | 0.562 | 0.562 | 0.562 | 0.562 | 0.562 | 100.0% | 1 | | cinder_v2.set_qos | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 100.0% | 1 | | total | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 100.0% | 1 | | -> duration | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.746694 Full duration: 11.106794 -------------------------------------------------------------------------------- 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 901c7287-920a-44f2-8b83-5779a29815ad 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.571 | 0.571 | 0.571 | 0.571 | 0.571 | 0.571 | 100.0% | 1 | | cinder_v2.list_types | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 100.0% | 1 | | total | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 100.0% | 1 | | -> duration | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.736419 Full duration: 11.16194 -------------------------------------------------------------------------------- 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 901c7287-920a-44f2-8b83-5779a29815ad 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.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 100.0% | 1 | | total | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 100.0% | 1 | | -> duration | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.76864 Full duration: 11.092498 HINTS: * To plot HTML graphics with this data, run: rally task report 901c7287-920a-44f2-8b83-5779a29815ad --out output.html * To generate a JUnit report, run: rally task export 901c7287-920a-44f2-8b83-5779a29815ad --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 901c7287-920a-44f2-8b83-5779a29815ad --json --out output.json 2018-05-16 22:31:53,461 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '901c7287-920a-44f2-8b83-5779a29815ad'] 2018-05-16 22:31:54,571 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-16 22:31:54,571 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '901c7287-920a-44f2-8b83-5779a29815ad', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-16 22:31:54,578 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-16 22:31:54,579 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-16 22:31:54,579 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-05-16 22:31:54,579 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-16 22:31:54,596 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-16 22:31:54,607 - 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': '372f988b-a12e-4403-84ee-9e8d39da2e25', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-53a025e0-930b-40b7-b44f-ed8db1abf1a2', 'flavor_name': 'rally-tiny-53a025e0-930b-40b7-b44f-ed8db1abf1a2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-53a025e0-930b-40b7-b44f-ed8db1abf1a2', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-16 22:33:06,485 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 16e0a8ac-c78b-4ddc-8cfa-70ccbb53e3fb 2018-05-16 22:33:06,486 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '16e0a8ac-c78b-4ddc-8cfa-70ccbb53e3fb'] 2018-05-16 22:33:07,495 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 16e0a8ac-c78b-4ddc-8cfa-70ccbb53e3fb: 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 16e0a8ac-c78b-4ddc-8cfa-70ccbb53e3fb 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.384 | 4.384 | 4.384 | 4.384 | 4.384 | 4.384 | 100.0% | 1 | | heat.update_stack | 2.382 | 2.382 | 2.382 | 2.382 | 2.382 | 2.382 | 100.0% | 1 | | heat.delete_stack | 2.507 | 2.507 | 2.507 | 2.507 | 2.507 | 2.507 | 100.0% | 1 | | total | 9.273 | 9.273 | 9.273 | 9.273 | 9.273 | 9.273 | 100.0% | 1 | | -> duration | 5.273 | 5.273 | 5.273 | 5.273 | 5.273 | 5.273 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.273052 Full duration: 16.792941 -------------------------------------------------------------------------------- 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 16e0a8ac-c78b-4ddc-8cfa-70ccbb53e3fb 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.242 | 4.242 | 4.242 | 4.242 | 4.242 | 4.242 | 100.0% | 1 | | heat.check_stack | 0.474 | 0.474 | 0.474 | 0.474 | 0.474 | 0.474 | 100.0% | 1 | | heat.delete_stack | 2.194 | 2.194 | 2.194 | 2.194 | 2.194 | 2.194 | 100.0% | 1 | | total | 6.911 | 6.911 | 6.911 | 6.911 | 6.911 | 6.911 | 100.0% | 1 | | -> duration | 4.911 | 4.911 | 4.911 | 4.911 | 4.911 | 4.911 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.910677 Full duration: 14.384176 -------------------------------------------------------------------------------- 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 16e0a8ac-c78b-4ddc-8cfa-70ccbb53e3fb 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.294 | 4.294 | 4.294 | 4.294 | 4.294 | 4.294 | 100.0% | 1 | | heat.suspend_stack | 0.383 | 0.383 | 0.383 | 0.383 | 0.383 | 0.383 | 100.0% | 1 | | heat.resume_stack | 0.299 | 0.299 | 0.299 | 0.299 | 0.299 | 0.299 | 100.0% | 1 | | heat.delete_stack | 2.401 | 2.401 | 2.401 | 2.401 | 2.401 | 2.401 | 100.0% | 1 | | total | 7.377 | 7.377 | 7.377 | 7.377 | 7.377 | 7.377 | 100.0% | 1 | | -> duration | 5.377 | 5.377 | 5.377 | 5.377 | 5.377 | 5.377 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.377451 Full duration: 14.950986 -------------------------------------------------------------------------------- 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 16e0a8ac-c78b-4ddc-8cfa-70ccbb53e3fb has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.list_stacks | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 100.0% | 1 | | total | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 100.0% | 1 | | -> duration | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.556096 Full duration: 7.275689 HINTS: * To plot HTML graphics with this data, run: rally task report 16e0a8ac-c78b-4ddc-8cfa-70ccbb53e3fb --out output.html * To generate a JUnit report, run: rally task export 16e0a8ac-c78b-4ddc-8cfa-70ccbb53e3fb --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 16e0a8ac-c78b-4ddc-8cfa-70ccbb53e3fb --json --out output.json 2018-05-16 22:33:07,496 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '16e0a8ac-c78b-4ddc-8cfa-70ccbb53e3fb'] 2018-05-16 22:33:08,404 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-16 22:33:08,404 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '16e0a8ac-c78b-4ddc-8cfa-70ccbb53e3fb', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-16 22:33:08,412 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-16 22:33:08,412 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-16 22:33:08,413 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-05-16 22:33:08,413 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-16 22:33:08,427 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-16 22:33:08,435 - 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': '372f988b-a12e-4403-84ee-9e8d39da2e25', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-53a025e0-930b-40b7-b44f-ed8db1abf1a2', 'flavor_name': 'rally-tiny-53a025e0-930b-40b7-b44f-ed8db1abf1a2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-53a025e0-930b-40b7-b44f-ed8db1abf1a2', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-16 22:36:06,248 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 98bfae47-335d-414b-b4ea-1511d990e7e0 2018-05-16 22:36:06,249 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '98bfae47-335d-414b-b4ea-1511d990e7e0'] 2018-05-16 22:36:07,318 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 98bfae47-335d-414b-b4ea-1511d990e7e0: 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 98bfae47-335d-414b-b4ea-1511d990e7e0 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.465 | 0.465 | 0.465 | 0.465 | 0.465 | 0.465 | 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.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | total | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | -> duration | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.683248 Full duration: 13.144065 -------------------------------------------------------------------------------- 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 98bfae47-335d-414b-b4ea-1511d990e7e0 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.468 | 0.468 | 0.468 | 0.468 | 0.468 | 0.468 | 100.0% | 1 | | keystone_v3.add_role | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 100.0% | 1 | | keystone_v3.list_roles | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | total | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 100.0% | 1 | | -> duration | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.672854 Full duration: 13.198461 -------------------------------------------------------------------------------- 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 98bfae47-335d-414b-b4ea-1511d990e7e0 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.611 | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 100.0% | 1 | | keystone_v3.list_projects | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 100.0% | 1 | | total | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | -> duration | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.684739 Full duration: 13.392925 -------------------------------------------------------------------------------- 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 98bfae47-335d-414b-b4ea-1511d990e7e0 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.465 | 0.465 | 0.465 | 0.465 | 0.465 | 0.465 | 100.0% | 1 | | keystone_v3.delete_role | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | total | 0.552 | 0.552 | 0.552 | 0.552 | 0.552 | 0.552 | 100.0% | 1 | | -> duration | 0.552 | 0.552 | 0.552 | 0.552 | 0.552 | 0.552 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.551564 Full duration: 11.178238 -------------------------------------------------------------------------------- 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 98bfae47-335d-414b-b4ea-1511d990e7e0 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.483 | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 100.0% | 1 | | keystone_v3.delete_service | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | total | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 100.0% | 1 | | -> duration | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.579443 Full duration: 11.008984 -------------------------------------------------------------------------------- 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 98bfae47-335d-414b-b4ea-1511d990e7e0 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.631 | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 100.0% | 1 | | keystone_v3.create_user | 0.422 | 0.422 | 0.422 | 0.422 | 0.422 | 0.422 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 100.0% | 1 | | -> keystone_v3.add_role | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | keystone_v3.create_role | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 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.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | keystone_v3.get_role | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | keystone_v3.list_services | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 100.0% | 1 | | keystone_v3.get_services | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 100.0% | 1 | | total | 1.623 | 1.623 | 1.623 | 1.623 | 1.623 | 1.623 | 100.0% | 1 | | -> duration | 1.623 | 1.623 | 1.623 | 1.623 | 1.623 | 1.623 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.622587 Full duration: 18.164631 -------------------------------------------------------------------------------- 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 98bfae47-335d-414b-b4ea-1511d990e7e0 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.64 | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 100.0% | 1 | | keystone_v3.update_project | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | keystone_v3.delete_project | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 100.0% | 1 | | total | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 100.0% | 1 | | -> duration | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.874385 Full duration: 11.298696 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 98bfae47-335d-414b-b4ea-1511d990e7e0 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.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | total | 0.654 | 0.654 | 0.654 | 0.654 | 0.654 | 0.654 | 100.0% | 1 | | -> duration | 0.654 | 0.654 | 0.654 | 0.654 | 0.654 | 0.654 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.653855 Full duration: 13.304975 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 98bfae47-335d-414b-b4ea-1511d990e7e0 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.631 | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 100.0% | 1 | | total | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | -> duration | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.63166 Full duration: 13.202072 -------------------------------------------------------------------------------- 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 98bfae47-335d-414b-b4ea-1511d990e7e0 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.63 | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 100.0% | 1 | | keystone_v3.list_users | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | total | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 100.0% | 1 | | -> duration | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.805385 Full duration: 13.34718 -------------------------------------------------------------------------------- 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 98bfae47-335d-414b-b4ea-1511d990e7e0 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.717 | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 100.0% | 1 | | keystone_v3.create_users | 4.265 | 4.265 | 4.265 | 4.265 | 4.265 | 4.265 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.265 | 4.265 | 4.265 | 4.265 | 4.265 | 4.265 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.07 | 1.07 | 1.07 | 1.07 | 1.07 | 1.07 | 100.0% | 1 | | total | 5.876 | 5.876 | 5.876 | 5.876 | 5.876 | 5.876 | 100.0% | 1 | | -> duration | 5.876 | 5.876 | 5.876 | 5.876 | 5.876 | 5.876 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.875866 Full duration: 22.17439 HINTS: * To plot HTML graphics with this data, run: rally task report 98bfae47-335d-414b-b4ea-1511d990e7e0 --out output.html * To generate a JUnit report, run: rally task export 98bfae47-335d-414b-b4ea-1511d990e7e0 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 98bfae47-335d-414b-b4ea-1511d990e7e0 --json --out output.json 2018-05-16 22:36:07,319 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '98bfae47-335d-414b-b4ea-1511d990e7e0'] 2018-05-16 22:36:08,335 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-16 22:36:08,336 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '98bfae47-335d-414b-b4ea-1511d990e7e0', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-16 22:36:08,344 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-16 22:36:08,344 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-16 22:36:08,344 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-05-16 22:36:08,345 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-16 22:36:08,361 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-16 22:36:08,362 - 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': '372f988b-a12e-4403-84ee-9e8d39da2e25', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-53a025e0-930b-40b7-b44f-ed8db1abf1a2', 'flavor_name': 'rally-tiny-53a025e0-930b-40b7-b44f-ed8db1abf1a2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-53a025e0-930b-40b7-b44f-ed8db1abf1a2', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-16 22:40:26,819 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : fa0aa29e-3a9f-427c-9fc7-e829f6912a6d 2018-05-16 22:40:26,819 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'fa0aa29e-3a9f-427c-9fc7-e829f6912a6d'] 2018-05-16 22:40:27,824 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task fa0aa29e-3a9f-427c-9fc7-e829f6912a6d: 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 fa0aa29e-3a9f-427c-9fc7-e829f6912a6d 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.882 | 0.882 | 0.882 | 0.882 | 0.882 | 0.882 | 100.0% | 1 | | neutron.delete_network | 0.504 | 0.504 | 0.504 | 0.504 | 0.504 | 0.504 | 100.0% | 1 | | total | 1.386 | 1.386 | 1.386 | 1.386 | 1.386 | 1.386 | 100.0% | 1 | | -> duration | 1.386 | 1.386 | 1.386 | 1.386 | 1.386 | 1.386 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.386299 Full duration: 13.173262 -------------------------------------------------------------------------------- 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 fa0aa29e-3a9f-427c-9fc7-e829f6912a6d 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.557 | 1.557 | 1.557 | 1.557 | 1.557 | 1.557 | 100.0% | 1 | | neutron.delete_port | 0.649 | 0.649 | 0.649 | 0.649 | 0.649 | 0.649 | 100.0% | 1 | | total | 2.206 | 2.206 | 2.206 | 2.206 | 2.206 | 2.206 | 100.0% | 1 | | -> duration | 2.206 | 2.206 | 2.206 | 2.206 | 2.206 | 2.206 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.206229 Full duration: 23.20547 -------------------------------------------------------------------------------- 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 fa0aa29e-3a9f-427c-9fc7-e829f6912a6d 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.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | neutron.create_subnet | 0.413 | 0.413 | 0.413 | 0.413 | 0.413 | 0.413 | 100.0% | 1 | | neutron.create_router | 0.159 | 0.159 | 0.159 | 0.159 | 0.159 | 0.159 | 100.0% | 1 | | neutron.add_interface_router | 1.757 | 1.757 | 1.757 | 1.757 | 1.757 | 1.757 | 100.0% | 1 | | neutron.remove_interface_router | 1.05 | 1.05 | 1.05 | 1.05 | 1.05 | 1.05 | 100.0% | 1 | | neutron.delete_router | 0.23 | 0.23 | 0.23 | 0.23 | 0.23 | 0.23 | 100.0% | 1 | | total | 4.447 | 4.447 | 4.447 | 4.447 | 4.447 | 4.447 | 100.0% | 1 | | -> duration | 4.447 | 4.447 | 4.447 | 4.447 | 4.447 | 4.447 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.447437 Full duration: 29.259956 -------------------------------------------------------------------------------- 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 fa0aa29e-3a9f-427c-9fc7-e829f6912a6d 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.108 | 1.108 | 1.108 | 1.108 | 1.108 | 1.108 | 100.0% | 1 | | neutron.delete_subnet | 0.351 | 0.351 | 0.351 | 0.351 | 0.351 | 0.351 | 100.0% | 1 | | total | 1.459 | 1.459 | 1.459 | 1.459 | 1.459 | 1.459 | 100.0% | 1 | | -> duration | 1.459 | 1.459 | 1.459 | 1.459 | 1.459 | 1.459 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.459192 Full duration: 21.616767 -------------------------------------------------------------------------------- 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 fa0aa29e-3a9f-427c-9fc7-e829f6912a6d 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.026 | 1.026 | 1.026 | 1.026 | 1.026 | 1.026 | 100.0% | 1 | | neutron.list_networks | 0.162 | 0.162 | 0.162 | 0.162 | 0.162 | 0.162 | 100.0% | 1 | | total | 1.188 | 1.188 | 1.188 | 1.188 | 1.188 | 1.188 | 100.0% | 1 | | -> duration | 1.188 | 1.188 | 1.188 | 1.188 | 1.188 | 1.188 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.188326 Full duration: 15.44815 -------------------------------------------------------------------------------- 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 fa0aa29e-3a9f-427c-9fc7-e829f6912a6d 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.583 | 1.583 | 1.583 | 1.583 | 1.583 | 1.583 | 100.0% | 1 | | neutron.list_ports | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | total | 1.672 | 1.672 | 1.672 | 1.672 | 1.672 | 1.672 | 100.0% | 1 | | -> duration | 1.672 | 1.672 | 1.672 | 1.672 | 1.672 | 1.672 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.671644 Full duration: 24.190584 -------------------------------------------------------------------------------- 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 fa0aa29e-3a9f-427c-9fc7-e829f6912a6d 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.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | neutron.create_subnet | 0.418 | 0.418 | 0.418 | 0.418 | 0.418 | 0.418 | 100.0% | 1 | | neutron.create_router | 0.277 | 0.277 | 0.277 | 0.277 | 0.277 | 0.277 | 100.0% | 1 | | neutron.add_interface_router | 1.442 | 1.442 | 1.442 | 1.442 | 1.442 | 1.442 | 100.0% | 1 | | neutron.list_routers | 0.063 | 0.063 | 0.063 | 0.063 | 0.063 | 0.063 | 100.0% | 1 | | total | 2.932 | 2.932 | 2.932 | 2.932 | 2.932 | 2.932 | 100.0% | 1 | | -> duration | 2.932 | 2.932 | 2.932 | 2.932 | 2.932 | 2.932 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.932129 Full duration: 31.462586 -------------------------------------------------------------------------------- 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 fa0aa29e-3a9f-427c-9fc7-e829f6912a6d 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.918 | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 100.0% | 1 | | neutron.create_subnet | 0.426 | 0.426 | 0.426 | 0.426 | 0.426 | 0.426 | 100.0% | 1 | | neutron.list_subnets | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | total | 1.44 | 1.44 | 1.44 | 1.44 | 1.44 | 1.44 | 100.0% | 1 | | -> duration | 1.44 | 1.44 | 1.44 | 1.44 | 1.44 | 1.44 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.440333 Full duration: 25.767131 -------------------------------------------------------------------------------- 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 fa0aa29e-3a9f-427c-9fc7-e829f6912a6d 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.877 | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 100.0% | 1 | | neutron.delete_security_group | 0.124 | 0.124 | 0.124 | 0.124 | 0.124 | 0.124 | 100.0% | 1 | | total | 1.002 | 1.002 | 1.002 | 1.002 | 1.002 | 1.002 | 100.0% | 1 | | -> duration | 1.002 | 1.002 | 1.002 | 1.002 | 1.002 | 1.002 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.00169 Full duration: 12.963608 -------------------------------------------------------------------------------- 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 fa0aa29e-3a9f-427c-9fc7-e829f6912a6d 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.844 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 100.0% | 1 | | neutron.create_security_group_rule | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | neutron.delete_security_group | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | total | 1.217 | 1.217 | 1.217 | 1.217 | 1.217 | 1.217 | 100.0% | 1 | | -> duration | 1.217 | 1.217 | 1.217 | 1.217 | 1.217 | 1.217 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.216701 Full duration: 12.99804 -------------------------------------------------------------------------------- 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 fa0aa29e-3a9f-427c-9fc7-e829f6912a6d 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.898 | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 100.0% | 1 | | neutron.create_router | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 100.0% | 1 | | neutron.add_gateway_router | 1.365 | 1.365 | 1.365 | 1.365 | 1.365 | 1.365 | 100.0% | 1 | | neutron.remove_gateway_router | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 100.0% | 1 | | total | 3.069 | 3.069 | 3.069 | 3.069 | 3.069 | 3.069 | 100.0% | 1 | | -> duration | 3.069 | 3.069 | 3.069 | 3.069 | 3.069 | 3.069 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.06883 Full duration: 22.016496 HINTS: * To plot HTML graphics with this data, run: rally task report fa0aa29e-3a9f-427c-9fc7-e829f6912a6d --out output.html * To generate a JUnit report, run: rally task export fa0aa29e-3a9f-427c-9fc7-e829f6912a6d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report fa0aa29e-3a9f-427c-9fc7-e829f6912a6d --json --out output.json 2018-05-16 22:40:27,825 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'fa0aa29e-3a9f-427c-9fc7-e829f6912a6d'] 2018-05-16 22:40:28,807 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-16 22:40:28,808 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'fa0aa29e-3a9f-427c-9fc7-e829f6912a6d', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-16 22:40:28,814 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-16 22:40:28,814 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-16 22:40:28,814 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-05-16 22:40:28,815 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-16 22:40:28,824 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-16 22:40:28,824 - 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': '372f988b-a12e-4403-84ee-9e8d39da2e25', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-53a025e0-930b-40b7-b44f-ed8db1abf1a2', 'flavor_name': 'rally-tiny-53a025e0-930b-40b7-b44f-ed8db1abf1a2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-53a025e0-930b-40b7-b44f-ed8db1abf1a2', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-16 22:46:52,910 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 464d011f-984e-46b0-a696-4d7376cb0dd1 2018-05-16 22:46:52,911 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '464d011f-984e-46b0-a696-4d7376cb0dd1'] 2018-05-16 22:46:53,962 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 464d011f-984e-46b0-a696-4d7376cb0dd1: finished -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-53a025e0-930b-40b7-b44f-ed8db1abf1a2" }, "image": { "name": "Cirros-0.4.0-53a025e0-930b-40b7-b44f-ed8db1abf1a2" }, "block_migration": false, "nics": [ { "net-id": "372f988b-a12e-4403-84ee-9e8d39da2e25" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 464d011f-984e-46b0-a696-4d7376cb0dd1 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 8.57 | 8.57 | 8.57 | 8.57 | 8.57 | 8.57 | 100.0% | 1 | | nova.find_host_to_migrate | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 100.0% | 1 | | nova.live_migrate | 9.198 | 9.198 | 9.198 | 9.198 | 9.198 | 9.198 | 100.0% | 1 | | nova.delete_server | 2.622 | 2.622 | 2.622 | 2.622 | 2.622 | 2.622 | 100.0% | 1 | | total | 21.341 | 21.341 | 21.341 | 21.341 | 21.341 | 21.341 | 100.0% | 1 | | -> duration | 20.341 | 20.341 | 20.341 | 20.341 | 20.341 | 20.341 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 20.340997 Full duration: 29.604313 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_attach_created_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-53a025e0-930b-40b7-b44f-ed8db1abf1a2" }, "image": { "name": "Cirros-0.4.0-53a025e0-930b-40b7-b44f-ed8db1abf1a2" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "372f988b-a12e-4403-84ee-9e8d39da2e25" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 464d011f-984e-46b0-a696-4d7376cb0dd1 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.78 | 7.78 | 7.78 | 7.78 | 7.78 | 7.78 | 100.0% | 1 | | cinder_v2.create_volume | 2.634 | 2.634 | 2.634 | 2.634 | 2.634 | 2.634 | 100.0% | 1 | | nova.attach_volume | 4.045 | 4.045 | 4.045 | 4.045 | 4.045 | 4.045 | 100.0% | 1 | | nova.find_host_to_migrate | 0.872 | 0.872 | 0.872 | 0.872 | 0.872 | 0.872 | 100.0% | 1 | | nova.live_migrate | 39.545 | 39.545 | 39.545 | 39.545 | 39.545 | 39.545 | 100.0% | 1 | | nova.detach_volume | 3.722 | 3.722 | 3.722 | 3.722 | 3.722 | 3.722 | 100.0% | 1 | | cinder_v2.delete_volume | 2.284 | 2.284 | 2.284 | 2.284 | 2.284 | 2.284 | 100.0% | 1 | | nova.delete_server | 2.376 | 2.376 | 2.376 | 2.376 | 2.376 | 2.376 | 100.0% | 1 | | total | 63.26 | 63.26 | 63.26 | 63.26 | 63.26 | 63.26 | 100.0% | 1 | | -> duration | 62.26 | 62.26 | 62.26 | 62.26 | 62.26 | 62.26 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 62.259589 Full duration: 74.363523 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-53a025e0-930b-40b7-b44f-ed8db1abf1a2" }, "image": { "name": "Cirros-0.4.0-53a025e0-930b-40b7-b44f-ed8db1abf1a2" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "372f988b-a12e-4403-84ee-9e8d39da2e25" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 464d011f-984e-46b0-a696-4d7376cb0dd1 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 7.774 | 7.774 | 7.774 | 7.774 | 7.774 | 7.774 | 100.0% | 1 | | nova.boot_server | 7.707 | 7.707 | 7.707 | 7.707 | 7.707 | 7.707 | 100.0% | 1 | | nova.find_host_to_migrate | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | | nova.live_migrate | 13.573 | 13.573 | 13.573 | 13.573 | 13.573 | 13.573 | 100.0% | 1 | | nova.delete_server | 4.546 | 4.546 | 4.546 | 4.546 | 4.546 | 4.546 | 100.0% | 1 | | total | 34.601 | 34.601 | 34.601 | 34.601 | 34.601 | 34.601 | 100.0% | 1 | | -> duration | 33.601 | 33.601 | 33.601 | 33.601 | 33.601 | 33.601 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 33.601282 Full duration: 45.384448 -------------------------------------------------------------------------------- test scenario NovaKeypair.boot_and_delete_server_with_keypair args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-53a025e0-930b-40b7-b44f-ed8db1abf1a2" }, "image": { "name": "Cirros-0.4.0-53a025e0-930b-40b7-b44f-ed8db1abf1a2" }, "server_kwargs": { "nics": [ { "net-id": "372f988b-a12e-4403-84ee-9e8d39da2e25" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "key_pairs": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 464d011f-984e-46b0-a696-4d7376cb0dd1 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_keypair | 0.895 | 0.895 | 0.895 | 0.895 | 0.895 | 0.895 | 100.0% | 1 | | nova.boot_server | 6.832 | 6.832 | 6.832 | 6.832 | 6.832 | 6.832 | 100.0% | 1 | | nova.delete_server | 2.638 | 2.638 | 2.638 | 2.638 | 2.638 | 2.638 | 100.0% | 1 | | nova.delete_keypair | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 100.0% | 1 | | total | 10.415 | 10.415 | 10.415 | 10.415 | 10.415 | 10.415 | 100.0% | 1 | | -> duration | 9.415 | 9.415 | 9.415 | 9.415 | 9.415 | 9.415 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.414623 Full duration: 28.006357 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-53a025e0-930b-40b7-b44f-ed8db1abf1a2" }, "image": { "name": "Cirros-0.4.0-53a025e0-930b-40b7-b44f-ed8db1abf1a2" }, "volume_size": 5, "nics": [ { "net-id": "372f988b-a12e-4403-84ee-9e8d39da2e25" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 }, "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 464d011f-984e-46b0-a696-4d7376cb0dd1 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 7.725 | 7.725 | 7.725 | 7.725 | 7.725 | 7.725 | 100.0% | 1 | | nova.boot_server | 8.207 | 8.207 | 8.207 | 8.207 | 8.207 | 8.207 | 100.0% | 1 | | nova.delete_server | 2.499 | 2.499 | 2.499 | 2.499 | 2.499 | 2.499 | 100.0% | 1 | | total | 18.431 | 18.431 | 18.431 | 18.431 | 18.431 | 18.431 | 100.0% | 1 | | -> duration | 17.431 | 17.431 | 17.431 | 17.431 | 17.431 | 17.431 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.431272 Full duration: 38.868677 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-53a025e0-930b-40b7-b44f-ed8db1abf1a2" }, "image": { "name": "Cirros-0.4.0-53a025e0-930b-40b7-b44f-ed8db1abf1a2" }, "force_delete": false, "nics": [ { "net-id": "372f988b-a12e-4403-84ee-9e8d39da2e25" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 464d011f-984e-46b0-a696-4d7376cb0dd1 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.656 | 7.656 | 7.656 | 7.656 | 7.656 | 7.656 | 100.0% | 1 | | nova.pause_server | 2.337 | 2.337 | 2.337 | 2.337 | 2.337 | 2.337 | 100.0% | 1 | | nova.unpause_server | 2.444 | 2.444 | 2.444 | 2.444 | 2.444 | 2.444 | 100.0% | 1 | | nova.delete_server | 7.126 | 7.126 | 7.126 | 7.126 | 7.126 | 7.126 | 100.0% | 1 | | total | 19.564 | 19.564 | 19.564 | 19.564 | 19.564 | 19.564 | 100.0% | 1 | | -> duration | 14.564 | 14.564 | 14.564 | 14.564 | 14.564 | 14.564 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.564369 Full duration: 37.10856 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-53a025e0-930b-40b7-b44f-ed8db1abf1a2" }, "image": { "name": "Cirros-0.4.0-53a025e0-930b-40b7-b44f-ed8db1abf1a2" }, "nics": [ { "net-id": "372f988b-a12e-4403-84ee-9e8d39da2e25" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 464d011f-984e-46b0-a696-4d7376cb0dd1 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.96 | 7.96 | 7.96 | 7.96 | 7.96 | 7.96 | 100.0% | 1 | | nova.migrate | 42.198 | 42.198 | 42.198 | 42.198 | 42.198 | 42.198 | 100.0% | 1 | | nova.resize_confirm | 2.465 | 2.465 | 2.465 | 2.465 | 2.465 | 2.465 | 100.0% | 1 | | nova.delete_server | 2.567 | 2.567 | 2.567 | 2.567 | 2.567 | 2.567 | 100.0% | 1 | | total | 55.191 | 55.191 | 55.191 | 55.191 | 55.191 | 55.191 | 100.0% | 1 | | -> duration | 54.191 | 54.191 | 54.191 | 54.191 | 54.191 | 54.191 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 54.19141 Full duration: 63.203563 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-53a025e0-930b-40b7-b44f-ed8db1abf1a2" }, "image": { "name": "Cirros-0.4.0-53a025e0-930b-40b7-b44f-ed8db1abf1a2" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 464d011f-984e-46b0-a696-4d7376cb0dd1 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.817 | 7.817 | 7.817 | 7.817 | 7.817 | 7.817 | 100.0% | 1 | | nova.list_interfaces | 0.153 | 0.153 | 0.153 | 0.153 | 0.153 | 0.153 | 100.0% | 1 | | total | 7.97 | 7.97 | 7.97 | 7.97 | 7.97 | 7.97 | 100.0% | 1 | | -> duration | 6.97 | 6.97 | 6.97 | 6.97 | 6.97 | 6.97 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.969959 Full duration: 29.222707 -------------------------------------------------------------------------------- test scenario NovaServerGroups.create_and_delete_server_group args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "policies": [ "affinity" ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 464d011f-984e-46b0-a696-4d7376cb0dd1 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_server_group | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | nova.delete_server_group | 0.056 | 0.056 | 0.056 | 0.056 | 0.056 | 0.056 | 100.0% | 1 | | total | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | -> duration | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.664504 Full duration: 8.133917 HINTS: * To plot HTML graphics with this data, run: rally task report 464d011f-984e-46b0-a696-4d7376cb0dd1 --out output.html * To generate a JUnit report, run: rally task export 464d011f-984e-46b0-a696-4d7376cb0dd1 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 464d011f-984e-46b0-a696-4d7376cb0dd1 --json --out output.json 2018-05-16 22:46:53,963 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '464d011f-984e-46b0-a696-4d7376cb0dd1'] 2018-05-16 22:46:55,073 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-16 22:46:55,073 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '464d011f-984e-46b0-a696-4d7376cb0dd1', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-16 22:46:55,082 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-16 22:46:55,083 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-16 22:46:55,083 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-05-16 22:46:55,083 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-16 22:46:55,100 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-16 22:46:55,112 - 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': '372f988b-a12e-4403-84ee-9e8d39da2e25', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-53a025e0-930b-40b7-b44f-ed8db1abf1a2', 'flavor_name': 'rally-tiny-53a025e0-930b-40b7-b44f-ed8db1abf1a2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-53a025e0-930b-40b7-b44f-ed8db1abf1a2', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-16 22:47:39,423 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 76887dff-d1b3-4a0c-a94b-ddad0f178cc0 2018-05-16 22:47:39,423 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '76887dff-d1b3-4a0c-a94b-ddad0f178cc0'] 2018-05-16 22:47:40,464 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 76887dff-d1b3-4a0c-a94b-ddad0f178cc0: 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 76887dff-d1b3-4a0c-a94b-ddad0f178cc0 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.739 | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 100.0% | 1 | | quotas.delete_quotas | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 100.0% | 1 | | total | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 100.0% | 1 | | -> duration | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.893256 Full duration: 7.707412 -------------------------------------------------------------------------------- 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 76887dff-d1b3-4a0c-a94b-ddad0f178cc0 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | total | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | -> duration | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.664885 Full duration: 7.404551 -------------------------------------------------------------------------------- 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 76887dff-d1b3-4a0c-a94b-ddad0f178cc0 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.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | -> duration | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.688238 Full duration: 7.661552 -------------------------------------------------------------------------------- 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 76887dff-d1b3-4a0c-a94b-ddad0f178cc0 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.065 | 1.065 | 1.065 | 1.065 | 1.065 | 1.065 | 100.0% | 1 | | total | 1.065 | 1.065 | 1.065 | 1.065 | 1.065 | 1.065 | 100.0% | 1 | | -> duration | 1.065 | 1.065 | 1.065 | 1.065 | 1.065 | 1.065 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.06539 Full duration: 7.921353 HINTS: * To plot HTML graphics with this data, run: rally task report 76887dff-d1b3-4a0c-a94b-ddad0f178cc0 --out output.html * To generate a JUnit report, run: rally task export 76887dff-d1b3-4a0c-a94b-ddad0f178cc0 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 76887dff-d1b3-4a0c-a94b-ddad0f178cc0 --json --out output.json 2018-05-16 22:47:40,465 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '76887dff-d1b3-4a0c-a94b-ddad0f178cc0'] 2018-05-16 22:47:41,464 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-16 22:47:41,465 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '76887dff-d1b3-4a0c-a94b-ddad0f178cc0', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-16 22:47:41,473 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-16 22:47:41,477 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:39 | 6 | 100.00% | | glance | 01:08 | 4 | 100.00% | | cinder | 02:31 | 10 | 100.00% | | heat | 00:53 | 4 | 100.00% | | keystone | 02:33 | 11 | 100.00% | | neutron | 03:52 | 11 | 100.00% | | nova | 05:53 | 9 | 100.00% | | quotas | 00:30 | 4 | 100.00% | | | | | | | TOTAL: | 00:18:03 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-16 22:47:41,477 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-16 22:47:46,825 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-16 22:47:46,825 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-16 22:47:47,326 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 22:47:47,326 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 21:44 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-16 22:47:47,330 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-16 22:47:47,421 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-16 22:47:49,760 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-16 22:47:49.525 11289 INFO rally.deployment.engine [-] Deployment 3317fd45-b867-4d48-aafd-2e32e9f4d712 | Starting: Destroy cloud and free allocated resources. 2018-05-16 22:47:49.612 11289 INFO rally.deployment.engine [-] Deployment 3317fd45-b867-4d48-aafd-2e32e9f4d712 | Completed: Destroy cloud and free allocated resources. 2018-05-16 22:47:49.622 11289 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=64433bc2-2136-4213-a1d9-ddee37d228ae). 2018-05-16 22:47:49.624 11289 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-16 22:47:52,241 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-16 22:47:51.940 11292 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=dd272b0a-dc34-41cb-8dff-19cf49a6f598) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | dd272b0a-dc34-41cb-8dff-19cf49a6f598 | 2018-05-16T22:47:51 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: dd272b0a-dc34-41cb-8dff-19cf49a6f598 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-16 22:47:55,470 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-16 22:47:55,471 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-16 22:47:57,795 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-16 22:47:57.527 11298 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=64433bc2-2136-4213-a1d9-ddee37d228ae). 2018-05-16 22:47:57.651 11298 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-16 22:48:01,264 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-16 22:47:59.854 11301 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-16 22:48:00.008 11301 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-16 22:48:01.091 11301 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=59b95d79-80a2-4747-b9fb-3dd55765a365) has been successfully created! Using verifier 'opnfv-tempest' (UUID=59b95d79-80a2-4747-b9fb-3dd55765a365) as the default verifier for the future CLI operations. 2018-05-16 22:48:04,272 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-16 22:48:05,769 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-16 22:48:09,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-16 22:48:14,905 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-16 22:48:13.990 11320 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=59b95d79-80a2-4747-b9fb-3dd55765a365) for deployment 'opnfv-rally' (UUID=dd272b0a-dc34-41cb-8dff-19cf49a6f598). 2018-05-16 22:48:14.745 11320 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=59b95d79-80a2-4747-b9fb-3dd55765a365) has been successfully configured for deployment 'opnfv-rally' (UUID=dd272b0a-dc34-41cb-8dff-19cf49a6f598)! 2018-05-16 22:48:14,905 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-16 22:48:14,906 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-16 22:48:14,908 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-16 22:48:17,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-05-16 22:48:19,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:48:19.295 11332 INFO rally.api [-] Starting verification (UUID=a1ba7043-0757-4ea0-80c5-16e48b7fa250) for deployment 'opnfv-rally' (UUID=dd272b0a-dc34-41cb-8dff-19cf49a6f598) by verifier 'opnfv-tempest' (UUID=59b95d79-80a2-4747-b9fb-3dd55765a365). 2018-05-16 22:48:19,296 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: a1ba7043-0757-4ea0-80c5-16e48b7fa250 2018-05-16 22:48:27,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:48:27.570 11332 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.206s] 2018-05-16 22:48:27,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:48:27.915 11332 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.397s] 2018-05-16 22:48:28,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:48:28.829 11332 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.914s] 2018-05-16 22:48:31,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:48:31.109 11332 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.550s] 2018-05-16 22:48:33,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:48:33.560 11332 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [3.313s] 2018-05-16 22:48:34,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:48:34.226 11332 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.665s] 2018-05-16 22:48:34,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:48:34.508 11332 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.281s] 2018-05-16 22:48:36,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:48:36.185 11332 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.241s] 2018-05-16 22:48:36,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:48:36.369 11332 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.184s] 2018-05-16 22:48:38,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:48:38.021 11332 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.861s] 2018-05-16 22:48:38,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:48:38.815 11332 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.793s] 2018-05-16 22:48:47,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:48:47.947 11332 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.263s] 2018-05-16 22:48:48,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:48:48.301 11332 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.353s] 2018-05-16 22:48:48,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:48:48.436 11332 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [17.323s] 2018-05-16 22:48:48,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:48:48.531 11332 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.230s] 2018-05-16 22:48:49,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:48:49.040 11332 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.507s] 2018-05-16 22:48:49,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:48:49.245 11332 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.206s] 2018-05-16 22:48:49,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:48:49.316 11332 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.070s] 2018-05-16 22:48:49,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:48:49.390 11332 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.073s] 2018-05-16 22:48:49,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:48:49.604 11332 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.215s] 2018-05-16 22:48:49,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:48:49.670 11332 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.064s] 2018-05-16 22:48:49,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:48:49.739 11332 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.069s] 2018-05-16 22:48:49,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:48:49.886 11332 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.146s] 2018-05-16 22:49:29,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:49:29.931 11332 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [41.485s] 2018-05-16 22:49:32,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:49:32.889 11332 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [54.750s] 2018-05-16 22:49:33,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:49:33.471 11332 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.587s] 2018-05-16 22:49:42,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:49:42.406 11332 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [12.474s] 2018-05-16 22:49:44,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:49:44.979 11332 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [70.457s] 2018-05-16 22:49:47,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:49:47.458 11332 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.159s] 2018-05-16 22:49:58,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:49:58.706 11332 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.073s] 2018-05-16 22:49:58,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:49:58.777 11332 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.071s] 2018-05-16 22:50:05,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:50:05.851 11332 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [23.441s] 2018-05-16 22:50:10,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:50:10.434 11332 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.323s] 2018-05-16 22:50:10,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:50:10.694 11332 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.260s] 2018-05-16 22:50:20,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:50:20.105 11332 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2018-05-16 22:50:20,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:50:20.113 11332 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.007s] 2018-05-16 22:50:20,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:50:20.295 11332 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.181s] 2018-05-16 22:50:20,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:50:20.323 11332 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.028s] 2018-05-16 22:50:20,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:50:20.352 11332 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.028s] 2018-05-16 22:50:20,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:50:20.401 11332 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.047s] 2018-05-16 22:50:20,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:50:20.579 11332 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.178s] 2018-05-16 22:50:20,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:50:20.619 11332 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.039s] 2018-05-16 22:50:20,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:50:20.656 11332 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.036s] 2018-05-16 22:50:20,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:50:20.784 11332 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.128s] 2018-05-16 22:50:21,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:50:21.200 11332 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [17.136s] 2018-05-16 22:50:21,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:50:21.266 11332 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.066s] 2018-05-16 22:50:21,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:50:21.596 11332 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.330s] 2018-05-16 22:50:21,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:50:21.695 11332 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.097s] 2018-05-16 22:50:21,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:50:21.697 11332 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-16 22:50:31,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:50:31.362 11332 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.152s] 2018-05-16 22:50:34,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a1ba7043-0757-4ea0-80c5-16e48b7fa250']'. 2018-05-16 22:50:34,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-16 22:50:34,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-16 22:50:34,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-16 22:50:34,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a1ba7043-0757-4ea0-80c5-16e48b7fa250 | 2018-05-16 22:50:34,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-16 22:50:34,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-16 22:48:19 | 2018-05-16 22:50:34,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-16 22:50:33 | 2018-05-16 22:50:34,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:14 | 2018-05-16 22:50:34,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-16 22:50:34,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-16 22:50:34,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 59b95d79-80a2-4747-b9fb-3dd55765a365) | 2018-05-16 22:50:34,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-16 22:50:34,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: dd272b0a-dc34-41cb-8dff-19cf49a6f598) | 2018-05-16 22:50:34,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 50 | 2018-05-16 22:50:34,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 126.077 | 2018-05-16 22:50:34,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 50 | 2018-05-16 22:50:34,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-16 22:50:34,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-16 22:50:34,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-16 22:50:34,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-16 22:50:34,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-16 22:50:34,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-16 22:50:35,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-05-16 22:50:38,298 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 22:50:38,299 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 02:34 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-16 22:50:38,303 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-16 22:50:38,414 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-16 22:50:40,887 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-16 22:50:40.510 11426 INFO rally.deployment.engine [-] Deployment dd272b0a-dc34-41cb-8dff-19cf49a6f598 | Starting: Destroy cloud and free allocated resources. 2018-05-16 22:50:40.598 11426 INFO rally.deployment.engine [-] Deployment dd272b0a-dc34-41cb-8dff-19cf49a6f598 | Completed: Destroy cloud and free allocated resources. 2018-05-16 22:50:40.627 11426 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=59b95d79-80a2-4747-b9fb-3dd55765a365) for deployment 'opnfv-rally'. 2018-05-16 22:50:40.640 11426 INFO rally.api [-] Deleting verification (UUID=a1ba7043-0757-4ea0-80c5-16e48b7fa250). 2018-05-16 22:50:40.684 11426 INFO rally.api [-] Verification has been successfully deleted! 2018-05-16 22:50:40.684 11426 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=59b95d79-80a2-4747-b9fb-3dd55765a365). 2018-05-16 22:50:40.695 11426 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-16 22:50:43,385 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-16 22:50:43.083 11429 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=d1c035ac-5cff-4a39-b6ed-accd2f1fa15a) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | d1c035ac-5cff-4a39-b6ed-accd2f1fa15a | 2018-05-16T22:50:43 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: d1c035ac-5cff-4a39-b6ed-accd2f1fa15a ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-16 22:50:46,636 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-16 22:50:46,636 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-16 22:50:48,956 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-16 22:50:48.705 11435 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=59b95d79-80a2-4747-b9fb-3dd55765a365). 2018-05-16 22:50:48.831 11435 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-16 22:50:52,400 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-16 22:50:50.989 11438 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-16 22:50:51.140 11438 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-16 22:50:52.215 11438 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=43c3260e-4b4f-47a7-a01f-5c05557150cb) has been successfully created! Using verifier 'opnfv-tempest' (UUID=43c3260e-4b4f-47a7-a01f-5c05557150cb) as the default verifier for the future CLI operations. 2018-05-16 22:50:55,469 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-16 22:50:56,945 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-16 22:51:01,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-16 22:51:06,659 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-16 22:51:05.766 11457 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=43c3260e-4b4f-47a7-a01f-5c05557150cb) for deployment 'opnfv-rally' (UUID=d1c035ac-5cff-4a39-b6ed-accd2f1fa15a). 2018-05-16 22:51:06.432 11457 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=43c3260e-4b4f-47a7-a01f-5c05557150cb) has been successfully configured for deployment 'opnfv-rally' (UUID=d1c035ac-5cff-4a39-b6ed-accd2f1fa15a)! 2018-05-16 22:51:06,660 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-16 22:51:06,660 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-16 22:51:06,662 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-16 22:51:06,671 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-16 22:51:11,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-43c3260e-4b4f-47a7-a01f-5c05557150cb/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-05-16 22:51:11,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-05-16 22:51:13,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 22:51:13.215 11466 INFO rally.api [-] Starting verification (UUID=73aafd9a-5609-4678-8dfa-8a4fbb490dcd) for deployment 'opnfv-rally' (UUID=d1c035ac-5cff-4a39-b6ed-accd2f1fa15a) by verifier 'opnfv-tempest' (UUID=43c3260e-4b4f-47a7-a01f-5c05557150cb). 2018-05-16 22:51:13,217 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 73aafd9a-5609-4678-8dfa-8a4fbb490dcd 2018-05-16 22:53:40,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '73aafd9a-5609-4678-8dfa-8a4fbb490dcd']'. 2018-05-16 22:53:41,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-16 22:53:41,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-16 22:53:41,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-16 22:53:41,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 73aafd9a-5609-4678-8dfa-8a4fbb490dcd | 2018-05-16 22:53:41,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-16 22:53:41,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-16 22:51:13 | 2018-05-16 22:53:41,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-16 22:53:40 | 2018-05-16 22:53:41,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:27 | 2018-05-16 22:53:41,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-16 22:53:41,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-16 22:53:41,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 43c3260e-4b4f-47a7-a01f-5c05557150cb) | 2018-05-16 22:53:41,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-16 22:53:41,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: d1c035ac-5cff-4a39-b6ed-accd2f1fa15a) | 2018-05-16 22:53:41,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-16 22:53:41,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 138.516 | 2018-05-16 22:53:41,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 114 | 2018-05-16 22:53:41,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 166 | 2018-05-16 22:53:41,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-16 22:53:41,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-16 22:53:41,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 7 | 2018-05-16 22:53:41,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-16 22:53:41,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-16 22:53:41,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 94.2148760331% 2018-05-16 22:53:45,308 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 22:53:45,309 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:50 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-05-16 22:53:45,313 - xtesting.ci.run_tests - ERROR - The test case 'patrole' failed. 2018-05-16 22:53:45,313 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-16 22:53:46,087 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-16 23:35:49,385 - 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) ... ERROR 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 ====================================================================== ERROR: test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_router_tests.py", line 398, in test_create_router_with_ext_port self.router_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_router.py", line 128, in create self._neutron, self._os_creds, port_setting) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/neutron_utils.py", line 506, in create_port json_body = port_settings.dict_for_neutron(neutron, os_creds) File "/usr/lib/python2.7/site-packages/snaps/config/network.py", line 469, in dict_for_neutron + ' in project - ' + str(project_name)) PortConfigError: Cannot locate network with name - external in project - admin ---------------------------------------------------------------------- Ran 119 tests in 2523.227s FAILED (errors=1) 2018-05-16 23:35:49,540 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 23:35:49,541 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 42:03 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-05-16 23:35:49,545 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-05-16 23:35:49,545 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-16 23:35:49,635 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-16 23:35:52,085 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-16 23:35:51.739 11693 INFO rally.deployment.engine [-] Deployment d1c035ac-5cff-4a39-b6ed-accd2f1fa15a | Starting: Destroy cloud and free allocated resources. 2018-05-16 23:35:51.824 11693 INFO rally.deployment.engine [-] Deployment d1c035ac-5cff-4a39-b6ed-accd2f1fa15a | Completed: Destroy cloud and free allocated resources. 2018-05-16 23:35:51.856 11693 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=43c3260e-4b4f-47a7-a01f-5c05557150cb) for deployment 'opnfv-rally'. 2018-05-16 23:35:51.877 11693 INFO rally.api [-] Deleting verification (UUID=73aafd9a-5609-4678-8dfa-8a4fbb490dcd). 2018-05-16 23:35:51.920 11693 INFO rally.api [-] Verification has been successfully deleted! 2018-05-16 23:35:51.920 11693 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=43c3260e-4b4f-47a7-a01f-5c05557150cb). 2018-05-16 23:35:51.926 11693 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-16 23:35:54,530 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-16 23:35:54.225 11696 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=05f3494d-d5ab-486b-9771-8fa97d3e36db) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 05f3494d-d5ab-486b-9771-8fa97d3e36db | 2018-05-16T23:35:54 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 05f3494d-d5ab-486b-9771-8fa97d3e36db ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-16 23:35:57,906 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-16 23:35:57,907 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-16 23:36:00,309 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-16 23:36:00.038 11702 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=43c3260e-4b4f-47a7-a01f-5c05557150cb). 2018-05-16 23:36:00.171 11702 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-16 23:36:03,800 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-16 23:36:02.399 11705 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-16 23:36:02.555 11705 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-16 23:36:03.632 11705 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e39fa972-2ac6-4ed6-a58d-d9da35efbef5) has been successfully created! Using verifier 'opnfv-tempest' (UUID=e39fa972-2ac6-4ed6-a58d-d9da35efbef5) as the default verifier for the future CLI operations. 2018-05-16 23:36:06,840 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-16 23:36:08,475 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-16 23:36:12,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-16 23:36:17,612 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-16 23:36:16.773 11724 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e39fa972-2ac6-4ed6-a58d-d9da35efbef5) for deployment 'opnfv-rally' (UUID=05f3494d-d5ab-486b-9771-8fa97d3e36db). 2018-05-16 23:36:17.452 11724 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e39fa972-2ac6-4ed6-a58d-d9da35efbef5) has been successfully configured for deployment 'opnfv-rally' (UUID=05f3494d-d5ab-486b-9771-8fa97d3e36db)! 2018-05-16 23:36:17,613 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-16 23:36:17,613 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-16 23:36:17,615 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-16 23:36:17,629 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-16 23:36:20,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-e39fa972-2ac6-4ed6-a58d-d9da35efbef5/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-05-16 23:36:20,502 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-16 23:36:20,504 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-16 23:36:20,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-05-16 23:36:22,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 23:36:22.675 11733 INFO rally.api [-] Starting verification (UUID=7c7647eb-9241-4c8f-aa61-a25fdfc297aa) for deployment 'opnfv-rally' (UUID=05f3494d-d5ab-486b-9771-8fa97d3e36db) by verifier 'opnfv-tempest' (UUID=e39fa972-2ac6-4ed6-a58d-d9da35efbef5). 2018-05-16 23:36:22,677 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 7c7647eb-9241-4c8f-aa61-a25fdfc297aa 2018-05-16 23:37:31,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '7c7647eb-9241-4c8f-aa61-a25fdfc297aa']'. 2018-05-16 23:37:32,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-16 23:37:32,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-16 23:37:32,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-16 23:37:32,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 7c7647eb-9241-4c8f-aa61-a25fdfc297aa | 2018-05-16 23:37:32,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-16 23:37:32,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-16 23:36:22 | 2018-05-16 23:37:32,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-16 23:37:31 | 2018-05-16 23:37:32,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:09 | 2018-05-16 23:37:32,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-16 23:37:32,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-16 23:37:32,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: e39fa972-2ac6-4ed6-a58d-d9da35efbef5) | 2018-05-16 23:37:32,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-16 23:37:32,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 05f3494d-d5ab-486b-9771-8fa97d3e36db) | 2018-05-16 23:37:32,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-16 23:37:32,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 59.414 | 2018-05-16 23:37:32,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 4 | 2018-05-16 23:37:32,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-05-16 23:37:32,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-16 23:37:32,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-16 23:37:32,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 39 | 2018-05-16 23:37:32,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-16 23:37:32,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-16 23:37:32,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 9.3023255814% 2018-05-16 23:37:35,491 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 23:37:35,492 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 01:29 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-05-16 23:37:35,496 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-05-16 23:37:35,497 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:41 | PASS | | vping_userdata | functest | smoke | 00:30 | PASS | | tempest_smoke_serial | functest | smoke | 14:12 | FAIL | | rally_sanity | functest | smoke | 21:44 | PASS | | refstack_defcore | functest | smoke | 02:34 | PASS | | patrole | functest | smoke | 02:50 | FAIL | | snaps_smoke | functest | smoke | 42:03 | FAIL | | neutron_trunk | functest | smoke | 01:29 | FAIL | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-16 23:37:35,504 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-16 23:37:39,012 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-119 | | 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-ovn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-16 23:37:39,016 - 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=uwFPDA7FZc8kK4bDava3VnBUa export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.10 export OS_REGION_NAME=regionOne 2018-05-16 23:37:39,016 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-16 23:37:39,017 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-16 23:37:39,017 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-05-16 23:37:39,020 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-16 23:37:41,470 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-119 | | 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-ovn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-16 23:37:41,474 - 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=uwFPDA7FZc8kK4bDava3VnBUa export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.10 export OS_REGION_NAME=regionOne 2018-05-16 23:37:41,474 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-16 23:37:41,475 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | vnf | 4 | (daily)|(weekly) | Collection of VNF test cases. | cloudify_ims vyos_vrouter juju_epc | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ 2018-05-16 23:37:41,476 - xtesting.ci.run_tests - INFO - Running tier 'vnf' 2018-05-16 23:37:41,476 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-05-16 23:37:42,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-05-16 23:37:42,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - VNF configuration: {'inputs': {u'vellum_cluster_size': 1, u'agent_user': u'ubuntu', u'image_id': u'ubuntu_14.04', u'external_network_name': u'', u'dime_cluster_size': 1, u'key_pair_name': u'cloudify_ims_kp', u'bono_cluster_size': 1, u'flavor_id': u'm1.small', u'public_domain': u'clearwater.opnfv', u'homer_cluster_size': 1, u'release': u'repo122', u'private_key_path': u'/etc/cloudify/cloudify_ims.pem', u'sprout_cluster_size': 1}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'm1.small'}, u'network_quotas': {u'security_group': 20, u'security_group_rule': 100, u'port': 50}, u'compute_quotas': {u'cores': 50, u'instances': 15}}, 'descriptor': {u'file_name': u'/src/vims/openstack-blueprint.yaml', u'version': u'122', u'name': u'clearwater-opnfv'}} 2018-05-16 23:37:42,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Images needed for vIMS: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'ubuntu_14.04': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-05-16 23:37:42,664 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-16 23:37:42,665 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-16 23:37:43,108 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-16 23:37:43,108 - xtesting.energy.energy - DEBUG - Submitting scenario (cloudify_ims/running) 2018-05-16 23:37:43,492 - functest.core.vnf - INFO - Prepare VNF: cloudify_ims, description: Created by OPNFV Functest: cloudify_ims 2018-05-16 23:37:46,372 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=cloudify_ims-304b196c-cfb3-4fdc-9138-963881b94c13, password=700159b3-990d-4b26-bbc7-71e962aed875, auth_url=http://172.30.9.22:5000/v3, project_name=cloudify_ims-304b196c-cfb3-4fdc-9138-963881b94c13, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-16 23:37:46,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Additional pre-configuration steps 2018-05-16 23:37:47,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload some OS images if it doesn't exist 2018-05-16 23:37:47,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-05-16 23:39:10,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: ubuntu_14.04, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-05-16 23:39:17,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating keypair ... 2018-05-16 23:39:17,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating full network ... 2018-05-16 23:39:25,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating security group for cloudify manager vm 2018-05-16 23:39:26,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for cloudify manager vm ... 2018-05-16 23:39:27,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating cloudify manager VM 2018-05-16 23:42:15,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': '700159b3-990d-4b26-bbc7-71e962aed875', 'keystone_tenant_name': 'cloudify_ims-304b196c-cfb3-4fdc-9138-963881b94c13', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.22:5000', 'user_domain_name': 'Default', 'keystone_username': 'cloudify_ims-304b196c-cfb3-4fdc-9138-963881b94c13', 'project_domain_name': 'Default'} 2018-05-16 23:42:15,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Attemps running status of the Manager 2018-05-16 23:42:31,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 809, u'state': u'running', u'Id': u'cloudify-influxdb.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Management Worker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Celery Management'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'LSB: Starts Logstash as a daemon.', u'MainPID': 0, u'state': u'running', u'Id': u'logstash.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Logstash'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'RabbitMQ Service', u'MainPID': 0, u'state': u'start-pre', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'activating', u'SubState': u'start-pre'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 863, u'state': u'running', u'Id': u'postgresql-9.5.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'PostgreSQL'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify REST Service', u'MainPID': 812, u'state': u'running', u'Id': u'cloudify-restservice.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Manager Rest-Service'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Stage Service', u'MainPID': 808, u'state': u'running', u'Id': u'cloudify-stage.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Cloudify Stage'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Riemann Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-riemann.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 845, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-05-16 23:42:32,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - The current manager status is running 2018-05-16 23:43:02,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager is up and running 2018-05-16 23:43:02,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-05-16 23:43:02,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-05-16 23:43:23,939 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo cp ~/cloudify_ims.pem /etc/cloudify/ stdout: 2018-05-16 23:43:23,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo chmod 444 /etc/cloudify/cloudify_ims.pem stdout: 2018-05-16 23:43:44,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo yum install -y gcc python-devel stdout: Loaded plugins: fastestmirror Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=genclo error was 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error" 2018-05-16 23:43:44,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - ERROR - SSH sudo yum install -y gcc python-devel stderr: One of the configured repositories failed (Unknown), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo= ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable or subscription-manager repos --disable= 5. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=.skip_if_unavailable=true Cannot find a valid baseurl for repo: base/7/x86_64 2018-05-16 23:43:44,970 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 290, in deploy_orchestrator ssh, cmd, "Unable to install packages on manager") File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 428, in run_blocking_ssh_command raise Exception(error_msg) Exception: Unable to install packages on manager 2018-05-16 23:43:44,970 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-16 23:43:44,971 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-16 23:43:45,626 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 23:43:45,627 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 06:01 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-16 23:43:45,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-05-16 23:43:45,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 397, in clean exec_list = cfy_client.executions.list(dep_name) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/executions.py", line 125, in list response = self.api.get(uri, params=params, _include=_include) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 229, in get timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 211, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 154, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 116, in _raise_client_error server_traceback=server_traceback) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 127, in _prepare_and_raise_exception status_code, error_code=error_code) CloudifyClientError: 404: Requested `Deployment` with ID `clearwater-opnfv` was not found 2018-05-16 23:43:45,756 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-16 23:44:06,307 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-05-16 23:44:06,308 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-05-16 23:44:06,688 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-05-16 23:44:07,324 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-05-16 23:44:07,324 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-05-16 23:44:07,351 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - VNF configuration: {'inputs': {u'region': u'RegionOne', u'external_network_name': u'admin_floating_net'}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'm1.medium'}}, 'descriptor': {u'file_name': u'/src/opnfv-vnf-vyos-blueprint/function-test-openstack-blueprint.yaml', u'version': u'fraser', u'name': u'vrouter-opnfv'}} 2018-05-16 23:44:07,356 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-05-16 23:44:07,379 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Images needed for vrouter: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'vyos1.1.7': u'/home/opnfv/functest/images/vyos-1.1.7.img'} 2018-05-16 23:44:07,380 - functest.core.vnf - INFO - Prepare VNF: vyos_vrouter, description: Created by OPNFV Functest: vyos_vrouter 2018-05-16 23:44:10,176 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=vyos_vrouter-1c708d1c-7cb6-4493-9404-6655b981d9cc, password=be548d5d-2292-4580-8645-18c5401be356, auth_url=http://172.30.9.22:5000/v3, project_name=vyos_vrouter-1c708d1c-7cb6-4493-9404-6655b981d9cc, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-16 23:44:10,176 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Additional pre-configuration steps 2018-05-16 23:44:10,177 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload some OS images if it doesn't exist 2018-05-16 23:44:10,177 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-05-16 23:45:34,532 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: vyos1.1.7, file: /home/opnfv/functest/images/vyos-1.1.7.img 2018-05-16 23:45:44,523 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating keypair ... 2018-05-16 23:45:45,190 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating full network ... 2018-05-16 23:45:52,064 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating security group for cloudify manager vm 2018-05-16 23:45:53,758 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for cloudify manager vm ... 2018-05-16 23:45:54,374 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating cloudify manager VM 2018-05-16 23:48:43,748 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Attemps running status of the Manager 2018-05-16 23:48:52,187 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - The current manager status is running 2018-05-16 23:49:22,208 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager is up and running 2018-05-16 23:49:22,208 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-05-16 23:49:43,310 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo cp ~/cloudify_vrouter.pem /etc/cloudify/ stdout: 2018-05-16 23:49:43,363 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo chmod 444 /etc/cloudify/cloudify_vrouter.pem stdout: 2018-05-16 23:50:04,336 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo yum install -y gcc python-devel stdout: Loaded plugins: fastestmirror Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=genclo error was 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error" 2018-05-16 23:50:04,336 - functest.opnfv_tests.vnf.router.cloudify_vrouter - ERROR - SSH sudo yum install -y gcc python-devel stderr: One of the configured repositories failed (Unknown), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo= ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable or subscription-manager repos --disable= 5. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=.skip_if_unavailable=true Cannot find a valid baseurl for repo: base/7/x86_64 2018-05-16 23:50:04,337 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 289, in deploy_orchestrator ssh, cmd, "Unable to install packages on manager") File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 131, in run_blocking_ssh_command raise Exception(error_msg) Exception: Unable to install packages on manager 2018-05-16 23:50:04,467 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 23:50:04,467 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 05:57 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-16 23:50:04,471 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-05-16 23:50:04,558 - functest.opnfv_tests.vnf.router.cloudify_vrouter - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 411, in clean exec_list = cfy_client.executions.list(dep_name) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/executions.py", line 125, in list response = self.api.get(uri, params=params, _include=_include) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 229, in get timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 211, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 154, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 116, in _raise_client_error server_traceback=server_traceback) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 127, in _prepare_and_raise_exception status_code, error_code=error_code) CloudifyClientError: 404: Requested `Deployment` with ID `vrouter-opnfv` was not found 2018-05-16 23:50:04,559 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-16 23:50:24,243 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-05-16 23:50:24,244 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-05-16 23:50:24,357 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - VNF configuration: {'descriptor': {u'file_name': u'/src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml', u'version': u'1', u'name': u'abot-oai-epc'}, 'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium.juju'}}} 2018-05-16 23:50:24,376 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-05-16 23:50:24,376 - functest.core.vnf - INFO - Prepare VNF: juju_epc, description: Created by OPNFV Functest: juju_epc 2018-05-16 23:50:27,130 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=juju_epc-3e9d6d6e-55df-418b-bb81-120b2796de3b, password=b8dec79a-e3af-4c11-b9e6-ecba43ddcff4, auth_url=http://172.30.9.22:5000/v3, project_name=juju_epc-3e9d6d6e-55df-418b-bb81-120b2796de3b, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-16 23:50:27,131 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - ENV: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | DEPLOY_SCENARIO | os-ovn-nofeature-noha | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-119 | | SDN_CONTROLLER_IP | 192.30.9.10 | | ENERGY_RECORDER_API_PASSWORD | | | INSTALLER_TYPE | apex | | NAMESERVER | 8.8.8.8 | | POD_ARCH | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | NODE_NAME | lf-pod1 | | VOLUME_DEVICE_NAME | vdb | | EXTERNAL_NETWORK | | | ENERGY_RECORDER_API_USER | | +--------------------------------------+----------------------------------------------------------+ 2018-05-16 23:50:27,499 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-05-16 23:50:28,934 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace Since Juju 2 is being run for the first time, downloading latest cloud information. Fetching latest public cloud list... Updated your list of public clouds with 6 cloud regions added: added cloud region: - aws/eu-west-3 - google/asia-south1 - google/europe-west2 - google/europe-west3 - google/southamerica-east1 - google/us-east4 2018-05-16 23:50:28,934 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-05-16 23:50:30,404 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - snaps creds: OSCreds - username=juju_network_discovery_bug, password=5935fb36-8951-48f1-a7e4-d6d64b89bda8, auth_url=http://172.30.9.22:5000/v3, project_name=juju_epc-3e9d6d6e-55df-418b-bb81-120b2796de3b, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-16 23:50:30,508 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-credential abot-epc -f /home/opnfv/functest/results/juju_epc/credentials.yaml --replace Credentials updated for cloud "abot-epc". 2018-05-16 23:50:30,508 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Juju Orchestrator 2018-05-16 23:50:30,509 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating full network with nameserver: 8.8.8.8 2018-05-16 23:50:33,574 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating network Router .... 2018-05-16 23:50:38,246 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Flavor .... 2018-05-16 23:50:38,834 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload some OS images if it doesn't exist 2018-05-16 23:50:38,845 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Images needed for vEPC: {u'trusty': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img', u'xenial': u'/home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img'} 2018-05-16 23:50:38,845 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: trusty, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-05-16 23:50:45,734 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 4b9101cb-2f76-4890-822f-99a6e72da2bf -s trusty -r regionOne -u http://172.30.9.22:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-05-16 23:50:45,734 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: xenial, file: /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-05-16 23:50:52,794 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i b5247327-4ca8-4c8f-a0cc-2bafbbeb4d13 -s xenial -r regionOne -u http://172.30.9.22:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-05-16 23:50:52,795 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Network ID : 6adcd63c-d401-4ef2-9849-e018cae59797 2018-05-16 23:50:52,795 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Starting Juju Bootstrap process... 2018-05-16 23:53:16,607 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Exception with Juju Bootstrap: ['timeout', '-t', '3600', 'juju', 'bootstrap', 'abot-epc', 'abot-controller', '--metadata-source', '/root', '--constraints', 'mem=2G', '--bootstrap-series', 'xenial', '--config', 'network=6adcd63c-d401-4ef2-9849-e018cae59797', '--config', 'ssl-hostname-verification=false', '--config', 'use-floating-ip=true', '--config', 'use-default-secgroup=true', '--debug'] 23:50:52 INFO juju.cmd supercommand.go:63 running juju [2.2.5 gc go1.9.4] 23:50:52 DEBUG juju.cmd supercommand.go:64 args: []string{"juju", "bootstrap", "abot-epc", "abot-controller", "--metadata-source", "/root", "--constraints", "mem=2G", "--bootstrap-series", "xenial", "--config", "network=6adcd63c-d401-4ef2-9849-e018cae59797", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 23:50:52 DEBUG juju.cmd.juju.commands bootstrap.go:804 authenticating with region "" and credential "abot-epc" () 23:50:52 DEBUG juju.cmd.juju.commands bootstrap.go:932 provider attrs: map[network:6adcd63c-d401-4ef2-9849-e018cae59797 external-network: use-floating-ip:true use-default-secgroup:true] 23:50:53 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 23:50:53 DEBUG juju.cmd.juju.commands bootstrap.go:988 preparing controller with config: map[enable-os-upgrade:true name:controller max-action-results-age:336h apt-ftp-proxy: agent-stream:released network:6adcd63c-d401-4ef2-9849-e018cae59797 default-series:xenial transmit-vendor-metrics:true no-proxy:127.0.0.1,localhost,::1 authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCn0VcFzxFRvigMFrypmMBwE3COfsqTPCLTnEWgNGWwacIz90wCF4arhapeuOyVCEWTt655absaejdyahJzoXToTMi72B7/VkhYusWGBcZ517m0883yFx/QxJSka1W7m6bLjHEF6HHFw2Ew1FI3tEskYuG+xHSDGcnZoSgqDm9XEY7iajYyDjG1yHFdc7y0W1mwVhu9C/6m1F2fhvbP7hI4FFsWUq4Zj5hWjUM4XdtJHo986BgQ+NqmzzoHWv50XGnqMC35NVdn6iCVIJ65obLVAzojIDDiZsD6pTunDfAqliZnbJkh9ossLOQehCojrBCEgWYF0Ro5BVQvL8nnnuPV juju-client-key apt-mirror: logging-config: max-status-history-size:5G apt-https-proxy: firewall-mode:instance type:openstack uuid:2ae522c9-da8a-4cc0-88d0-c6d3369faa34 max-action-results-size:5G update-status-hook-interval:5m apt-http-proxy: apt-no-proxy: disable-network-management:false max-status-history-age:336h http-proxy: image-metadata-url: image-stream:released enable-os-refresh-update:true net-bond-reconfigure-delay:17 agent-metadata-url: ftp-proxy: automatically-retry-hooks:true provisioner-harvest-mode:destroyed external-network: logforward-enabled:false test-mode:false resource-tags: use-default-secgroup:true proxy-ssh:false use-floating-ip:true ignore-machine-addresses:false development:false ssl-hostname-verification:false https-proxy:] 23:50:53 INFO juju.provider.openstack provider.go:144 opening model "controller" 23:50:54 DEBUG goose :1 auth details: &{Token:gAAAAABa_MPebsB4g5Vn-JzTNZ5RbcT8F8pjklYyyBtqUmciyZXvex2aKkYM7ZSrvvdkYprZBP1uiOCuEjsYtmMBWbz075UgoY9q_GcdrePWNp7ur6gkFU99OVhd8czOdR3skDTThA12EAhbMOwxuOz1EqiO0RkBYkWKjME4bOMMqF7PdZVhutQ TenantId:65b6c97dcbd647dd8ea5002a69760bdb UserId:be9196fa047d43e3991e292f75549a79 Domain: RegionServiceURLs:map[regionOne:map[cloudformation:http://172.30.9.22:8000/v1 key-manager:http://172.30.9.22:9311 placement:http://172.30.9.22:8778/placement metric:http://172.30.9.22:8041 compute:http://172.30.9.22:8774/v2.1 volume:http://172.30.9.22:8776/v1/65b6c97dcbd647dd8ea5002a69760bdb image:http://172.30.9.22:9292 identity:http://172.30.9.22:5000 network:http://172.30.9.22:9696 volumev3:http://172.30.9.22:8776/v3/65b6c97dcbd647dd8ea5002a69760bdb orchestration:http://172.30.9.22:8004/v1/65b6c97dcbd647dd8ea5002a69760bdb alarming:http://172.30.9.22:8042 volumev2:http://172.30.9.22:8776/v2/65b6c97dcbd647dd8ea5002a69760bdb policy:http://172.30.9.22:1789]]} 23:50:54 INFO cmd bootstrap.go:482 Creating Juju controller "abot-controller" on abot-epc/regionOne 23:50:54 DEBUG goose :1 performing API version discovery for "http://172.30.9.22:8774/" 23:50:54 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.22:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.22:8774/v2.1/ Rel:self}] Status:CURRENT}] 23:50:54 INFO juju.cmd.juju.commands bootstrap.go:540 combined bootstrap constraints: mem=2048M 23:50:54 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 23:50:54 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 23:50:54 DEBUG juju.environs.bootstrap bootstrap.go:685 no agent directory found, using default agent binary metadata source: https://streams.canonical.com/juju/tools 23:50:54 DEBUG juju.environs.bootstrap bootstrap.go:710 setting default image metadata source: /root/images 23:50:54 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 23:50:54 INFO juju.environs.bootstrap bootstrap.go:728 custom image metadata added to search path 23:50:54 INFO cmd bootstrap.go:233 Loading image metadata 23:50:54 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 23:50:54 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 23:50:54 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 23:50:54 DEBUG juju.environs.bootstrap bootstrap.go:576 constraints for image metadata lookup &{{{regionOne http://172.30.9.22:5000/v3} [quantal trusty win2012hv centos7 opensuseleap genericlinux zesty precise xenial win2012hvr2 win7 utopic vivid win2016hv saucy wily raring win2008r2 win8 win2012 yakkety win2012r2 win2016 win2016nano win81 win10] [amd64 i386 armhf arm64 ppc64el s390x] released}} 23:50:54 DEBUG juju.environs.bootstrap bootstrap.go:588 found 2 image metadata in bootstrap metadata 23:50:56 DEBUG juju.environs.bootstrap bootstrap.go:588 found 0 image metadata in default cloud images 23:50:57 DEBUG juju.environs.simplestreams simplestreams.go:457 skipping index "http://cloud-images.ubuntu.com/releases/streams/v1/index.sjson" because of missing information: index file has no data for cloud {regionOne http://172.30.9.22:5000/v3} not found 23:50:57 DEBUG juju.environs.bootstrap bootstrap.go:584 ignoring image metadata in default ubuntu cloud images: index file has no data for cloud {regionOne http://172.30.9.22:5000/v3} not found 23:50:57 DEBUG juju.environs.bootstrap bootstrap.go:592 found 2 image metadata from all image data sources 23:50:57 INFO cmd bootstrap.go:296 Looking for packaged Juju agent version 2.2.5 for amd64 23:50:57 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.2.5 23:50:57 DEBUG juju.environs.tools tools.go:101 finding agent binaries in stream "released" 23:50:57 DEBUG juju.environs.tools tools.go:103 reading agent binaries with major.minor version 2.2 23:50:57 DEBUG juju.environs.tools tools.go:111 filtering agent binaries by version: 2.2.5 23:50:57 DEBUG juju.environs.tools tools.go:114 filtering agent binaries by series: xenial 23:50:57 DEBUG juju.environs.tools tools.go:117 filtering agent binaries by architecture: amd64 23:50:57 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 23:50:58 DEBUG juju.environs.simplestreams simplestreams.go:683 using default candidate for content id "com.ubuntu.juju:released:tools" are {20161007 mirrors:1.0 content-download streams/v1/cpc-mirrors.sjson []} 23:51:01 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 23:51:01 INFO cmd bootstrap.go:357 Starting new instance for initial controller Launching controller instance(s) on abot-epc/regionOne... 23:51:02 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 23:51:02 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:b5247327-4ca8-4c8f-a0cc-2bafbbeb4d13 Arch:amd64 VirtType:}] 23:51:02 INFO juju.environs.instances image.go:106 find instance - using image with id: b5247327-4ca8-4c8f-a0cc-2bafbbeb4d13 23:51:02 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false 23:51:02 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 23:51:02 DEBUG juju.provider.openstack provider.go:1010 openstack user data; 2491 bytes 23:51:02 DEBUG juju.provider.openstack provider.go:1022 using network id "6adcd63c-d401-4ef2-9849-e018cae59797" 23:51:02 DEBUG goose :1 performing API version discovery for "http://172.30.9.22:9696/" 23:51:02 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.22:9696/v2.0/ Rel:self}] Status:CURRENT}] 23:51:04 INFO juju.provider.openstack provider.go:1146 trying to build instance in availability zone "nova" - instance "180ce78e-c4c8-486b-8d55-2c27fd1313aa" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "180ce78e-c4c8-486b-8d55-2c27fd1313aa" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "180ce78e-c4c8-486b-8d55-2c27fd1313aa" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "180ce78e-c4c8-486b-8d55-2c27fd1313aa" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "180ce78e-c4c8-486b-8d55-2c27fd1313aa" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "180ce78e-c4c8-486b-8d55-2c27fd1313aa" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "180ce78e-c4c8-486b-8d55-2c27fd1313aa" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "180ce78e-c4c8-486b-8d55-2c27fd1313aa" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "180ce78e-c4c8-486b-8d55-2c27fd1313aa" has status BUILD, wait 10 seconds before retry, attempt 9 - instance "180ce78e-c4c8-486b-8d55-2c27fd1313aa" has status BUILD, wait 10 seconds before retry, attempt 10 - instance "180ce78e-c4c8-486b-8d55-2c27fd1313aa" has status BUILD, wait 10 seconds before retry, attempt 11 - instance "180ce78e-c4c8-486b-8d55-2c27fd1313aa" has status BUILD, wait 10 seconds before retry, attempt 12 23:53:10 INFO juju.provider.openstack provider.go:1189 started instance "180ce78e-c4c8-486b-8d55-2c27fd1313aa" 23:53:10 DEBUG juju.provider.openstack provider.go:1193 allocating public IP address for openstack node 23:53:10 ERROR juju.cmd.juju.commands bootstrap.go:496 failed to bootstrap model: cannot start bootstrap instance: cannot allocate a public IP as needed: could not find an external network in availability zone [] 23:53:10 DEBUG juju.cmd.juju.commands bootstrap.go:497 (error details: [{github.com/juju/juju/cmd/juju/commands/bootstrap.go:588: failed to bootstrap model} {github.com/juju/juju/provider/common/bootstrap.go:50: } {github.com/juju/juju/provider/common/bootstrap.go:185: cannot start bootstrap instance} {github.com/juju/juju/provider/openstack/provider.go:1195: cannot allocate a public IP as needed} {github.com/juju/juju/provider/openstack/networking.go:185: could not find an external network in availability zone []}]) 23:53:10 DEBUG juju.cmd.juju.commands bootstrap.go:1095 cleaning up after failed bootstrap 23:53:10 INFO juju.provider.common destroy.go:20 destroying model "controller" 23:53:10 INFO juju.provider.common destroy.go:31 destroying instances 23:53:12 DEBUG juju.provider.openstack provider.go:1231 terminating instances [180ce78e-c4c8-486b-8d55-2c27fd1313aa] 23:53:12 DEBUG juju.provider.openstack firewaller.go:297 deleting security group "juju-fad1f31a-d9bc-4d66-86f6-6257476825bc-2ae522c9-da8a-4cc0-88d0-c6d3369faa34-0" 23:53:14 INFO juju.provider.common destroy.go:51 destroying storage 23:53:14 DEBUG juju.provider.openstack cinder.go:81 volume URL: http://172.30.9.22:8776/v2/65b6c97dcbd647dd8ea5002a69760bdb 23:53:15 DEBUG juju.provider.openstack firewaller.go:297 deleting security group "juju-fad1f31a-d9bc-4d66-86f6-6257476825bc-2ae522c9-da8a-4cc0-88d0-c6d3369faa34" 23:53:16 INFO cmd supercommand.go:465 command finished 2018-05-16 23:53:16,721 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 23:53:16,721 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 02:52 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-05-16 23:53:16,806 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Exception with Juju Cleanup: ['juju', 'debug-log', '--replay', '--no-tail'] ERROR No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". 2018-05-16 23:53:16,806 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Remove the Abot_epc OS object .. 2018-05-16 23:53:16,807 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-16 23:53:23,904 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-05-16 23:53:23,905 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 06:01 | FAIL | | vyos_vrouter | functest | vnf | 05:57 | FAIL | | juju_epc | functest | vnf | 02:52 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-05-16 23:53:23,908 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-16 23:53:26,686 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-119 | | 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-ovn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-16 23:53:26,688 - 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=uwFPDA7FZc8kK4bDava3VnBUa export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.10 export OS_REGION_NAME=regionOne 2018-05-16 23:53:26,688 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-16 23:53:26,689 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-16 23:53:26,689 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-16 23:53:26,690 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK