2018-05-19 11:32:23,105 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-131 | | 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-19 11:32:23,108 - 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=qxdYDvta47vZ7DavDYYU6HzEJ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23: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.4 export OS_REGION_NAME=regionOne 2018-05-19 11:32:23,108 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-19 11:32:23,109 - 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-19 11:32:23,110 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-19 11:32:23,110 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-19 11:32:25,118 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-19 11:32:32,874 - 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 7.745s OK 2018-05-19 11:32:32,995 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 11:32:32,995 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:08 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-19 11:32:32,999 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-19 11:32:34,215 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-19 11:41:31,098 - 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 536.831s OK 2018-05-19 11:41:31,217 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 11:41:31,218 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 08:57 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-19 11:41:31,222 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-19 11:41:31,902 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-19 11:42:01,911 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 30.008s OK 2018-05-19 11:42:02,015 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 11:42:02,015 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:30 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-19 11:42:02,019 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:08 | PASS | | api_check | functest | healthcheck | 08:57 | PASS | | snaps_health_check | functest | healthcheck | 00:30 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-19 11:42:02,022 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-19 11:42:04,712 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-131 | | 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-19 11:42:04,716 - 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=qxdYDvta47vZ7DavDYYU6HzEJ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23: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.4 export OS_REGION_NAME=regionOne 2018-05-19 11:42:04,716 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-19 11:42:04,718 - 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-19 11:42:04,720 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-19 11:42:04,720 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-19 11:42:05,571 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-19 11:42:05,571 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-19 11:42:06,002 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-19 11:42:06,002 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-19 11:42:06,445 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-19 11:42:06,445 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-19 11:42:06' 2018-05-19 11:42:06,445 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--5af07e92-385e-42cb-b85e-267b5d0b81af' 2018-05-19 11:42:08,753 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-5af07e92-385e-42cb-b85e-267b5d0b81af' 2018-05-19 11:42:11,133 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-5af07e92-385e-42cb-b85e-267b5d0b81af' 2018-05-19 11:42:16,786 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-5af07e92-385e-42cb-b85e-267b5d0b81af' 2018-05-19 11:42:17,419 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-5af07e92-385e-42cb-b85e-267b5d0b81af' 2018-05-19 11:42:18,161 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-5af07e92-385e-42cb-b85e-267b5d0b81af' 2018-05-19 11:42:23,124 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-5af07e92-385e-42cb-b85e-267b5d0b81af' 2018-05-19 11:42:26,246 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-5af07e92-385e-42cb-b85e-267b5d0b81af' 2018-05-19 11:42:44,827 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-19 11:42:48,841 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-05-19 11:42:48,978 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-19 11:42:49,985 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-19 11:42:49,986 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-19 11:42:49,986 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-19 11:42:50,488 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 11:42:50,488 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:44 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-19 11:43:03,829 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-19 11:43:03,919 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-19 11:43:03,919 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-19 11:43:03' 2018-05-19 11:43:03,919 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--2a4debee-b726-4bd2-b204-8dcf0283663b' 2018-05-19 11:43:05,839 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-2a4debee-b726-4bd2-b204-8dcf0283663b' 2018-05-19 11:43:07,463 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-2a4debee-b726-4bd2-b204-8dcf0283663b' 2018-05-19 11:43:12,429 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-2a4debee-b726-4bd2-b204-8dcf0283663b' 2018-05-19 11:43:13,029 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-2a4debee-b726-4bd2-b204-8dcf0283663b' 2018-05-19 11:43:17,349 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-2a4debee-b726-4bd2-b204-8dcf0283663b' 2018-05-19 11:43:21,520 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-19 11:43:29,286 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-19 11:43:31,832 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.8. Waiting for response... 2018-05-19 11:43:34,202 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-19 11:43:34,304 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 11:43:34,304 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:30 | PASS | +------------------------+------------------+------------------+----------------+ 2018-05-19 11:43:47,805 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-19 11:43:47,896 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-19 11:43:52,674 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-19 11:43:52.426 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=776e600a-9caa-4f6b-9677-43b692bb1cf0) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 776e600a-9caa-4f6b-9677-43b692bb1cf0 | 2018-05-19T11:43:52 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 776e600a-9caa-4f6b-9677-43b692bb1cf0 ~/.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-19 11:43:55,971 - 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-19 11:43:55,971 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-19 11:44:01,730 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-19 11:44:00.266 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-19 11:44:00.386 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-19 11:44:01.483 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ecc6ac3f-a6e5-4009-af15-b2678cef1f73) has been successfully created! Using verifier 'opnfv-tempest' (UUID=ecc6ac3f-a6e5-4009-af15-b2678cef1f73) as the default verifier for the future CLI operations. 2018-05-19 11:44:04,767 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-19 11:44:06,508 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-19 11:44:11,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-19 11:44:16,633 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-19 11:44:15.797 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ecc6ac3f-a6e5-4009-af15-b2678cef1f73) for deployment 'opnfv-rally' (UUID=776e600a-9caa-4f6b-9677-43b692bb1cf0). 2018-05-19 11:44:16.469 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ecc6ac3f-a6e5-4009-af15-b2678cef1f73) has been successfully configured for deployment 'opnfv-rally' (UUID=776e600a-9caa-4f6b-9677-43b692bb1cf0)! 2018-05-19 11:44:16,633 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-19 11:44:16,633 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-19 11:44:16,635 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-19 11:44:16,639 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-19 11:44:19,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-ecc6ac3f-a6e5-4009-af15-b2678cef1f73/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-19 11:44:19,606 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-19 11:44:19,607 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-19 11:44:19,607 - 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-19 11:44:21,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:44:21.827 55 INFO rally.api [-] Starting verification (UUID=ee2e37d8-9405-42a3-8158-bfc24a80381b) for deployment 'opnfv-rally' (UUID=776e600a-9caa-4f6b-9677-43b692bb1cf0) by verifier 'opnfv-tempest' (UUID=ecc6ac3f-a6e5-4009-af15-b2678cef1f73). 2018-05-19 11:44:21,828 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: ee2e37d8-9405-42a3-8158-bfc24a80381b 2018-05-19 11:44:27,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:44:27.902 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.169s] 2018-05-19 11:44:27,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:44:27.956 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.053s] 2018-05-19 11:44:33,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:44:33.112 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.841s] 2018-05-19 11:44:34,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:44:34.682 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.569s] 2018-05-19 11:44:42,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:44:42.164 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.002s] 2018-05-19 11:44:54,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:44:54.411 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [7.502s] 2018-05-19 11:45:21,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:45:21.792 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.076s] 2018-05-19 11:45:21,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:45:21.793 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-05-19 11:45:46,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:45:46.101 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.067s] 2018-05-19 11:45:46,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:45:46.103 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-19 11:46:11,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:46:11.294 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.068s] 2018-05-19 11:46:11,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:46:11.295 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-19 11:46:46,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:46:46.217 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [12.308s] 2018-05-19 11:47:03,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:47:03.703 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.052s] 2018-05-19 11:47:03,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:47:03.976 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.273s] 2018-05-19 11:47:10,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:47:10.957 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.639s] 2018-05-19 11:47:10,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:47:10.967 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-05-19 11:47:12,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:47:12.033 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-19 11:47:12,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:47:12.035 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-19 11:47:15,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:47:15.643 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.333s] 2018-05-19 11:47:20,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:47:20.805 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.073s] 2018-05-19 11:47:26,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:47:26.099 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.588s] 2018-05-19 11:47:32,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:47:32.336 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.453s] 2018-05-19 11:47:40,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:47:40.681 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.108s] 2018-05-19 11:47:45,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:47:45.813 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.314s] 2018-05-19 11:47:50,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:47:50.651 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.164s] 2018-05-19 11:47:56,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:47:56.975 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.527s] 2018-05-19 11:48:02,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:48:02.800 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.400s] 2018-05-19 11:48:09,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:48:09.679 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.428s] 2018-05-19 11:48:11,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:48:11.503 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-19 11:48:13,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:48:13.307 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.070s] 2018-05-19 11:48:13,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:48:13.357 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.050s] 2018-05-19 11:48:13,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:48:13.429 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.072s] 2018-05-19 11:48:13,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:48:13.436 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-05-19 11:48:16,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:48:16.761 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.509s] 2018-05-19 11:48:17,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:48:17.687 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.925s] 2018-05-19 11:48:18,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:48:18.758 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.071s] 2018-05-19 11:48:24,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:48:24.204 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-05-19 11:48:28,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:48:28.568 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.592s] 2018-05-19 11:48:39,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:48:39.712 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.131s] 2018-05-19 11:48:41,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:48:41.963 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [2.250s] 2018-05-19 11:48:51,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:48:51.630 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.383s] 2018-05-19 11:48:54,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:48:54.425 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.794s] 2018-05-19 11:48:59,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:48:59.080 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [4.654s] 2018-05-19 11:49:06,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:49:06.560 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.512s] 2018-05-19 11:49:09,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:49:09.440 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.878s] 2018-05-19 11:49:12,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:49:12.041 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [2.600s] 2018-05-19 11:49:23,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:49:23.387 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [2.869s] 2018-05-19 11:49:23,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:49:23.571 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.184s] 2018-05-19 11:49:23,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:49:23.690 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.118s] 2018-05-19 11:49:23,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:49:23.874 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.184s] 2018-05-19 11:49:23,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:49:23.982 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.107s] 2018-05-19 11:49:24,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:49:24.159 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.176s] 2018-05-19 11:49:32,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:49:32.297 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [2.983s] 2018-05-19 11:49:32,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:49:32.560 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.262s] 2018-05-19 11:49:32,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:49:32.661 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.101s] 2018-05-19 11:49:32,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:49:32.712 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.050s] 2018-05-19 11:49:32,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:49:32.949 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.236s] 2018-05-19 11:49:32,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:49:32.997 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.048s] 2018-05-19 11:49:40,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:49:40.878 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [2.683s] 2018-05-19 11:49:44,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:49:44.150 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [3.271s] 2018-05-19 11:49:45,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:49:45.723 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.572s] 2018-05-19 11:49:45,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:49:45.914 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.191s] 2018-05-19 11:49:45,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:49:45.970 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.055s] 2018-05-19 11:49:54,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:49:54.620 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.198s] 2018-05-19 11:49:57,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:49:57.836 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [3.215s] 2018-05-19 11:49:59,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:49:59.428 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.592s] 2018-05-19 11:49:59,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:49:59.482 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.053s] 2018-05-19 11:49:59,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:49:59.529 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.047s] 2018-05-19 11:50:11,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:50:11.271 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [7.354s] 2018-05-19 11:50:16,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:50:16.017 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [4.746s] 2018-05-19 11:50:20,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:50:20.116 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.098s] 2018-05-19 11:50:23,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:50:23.380 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.264s] 2018-05-19 11:50:38,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:50:38.534 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [7.868s] 2018-05-19 11:50:43,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:50:43.493 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.958s] 2018-05-19 11:50:47,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:50:47.726 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.232s] 2018-05-19 11:50:50,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:50:50.771 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.045s] 2018-05-19 11:50:59,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:50:59.384 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.211s] 2018-05-19 11:51:00,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:51:00.800 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.415s] 2018-05-19 11:51:00,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:51:00.982 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.184s] 2018-05-19 11:51:04,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:51:04.934 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.206s] 2018-05-19 11:51:06,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:51:06.346 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.409s] 2018-05-19 11:51:06,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:51:06.385 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.041s] 2018-05-19 11:51:10,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:51:10.248 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.922s] 2018-05-19 11:51:13,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:51:13.281 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-05-19 11:51:14,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:51:14.747 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-19 11:51:14,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:51:14.749 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-19 11:51:14,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:51:14.750 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-19 11:51:14,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:51:14.752 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-19 11:51:14,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:51:14.753 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-19 11:51:16,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:51:16.480 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-05-19 11:51:29,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:51:29.513 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [8.263s] 2018-05-19 11:51:39,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:51:39.837 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.120s] 2018-05-19 11:51:50,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:51:50.022 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.183s] 2018-05-19 11:51:57,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:51:57.500 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.039s] 2018-05-19 11:52:57,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:52:57.684 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [54.501s] 2018-05-19 11:55:33,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:55:33.900 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [148.731s] 2018-05-19 11:56:09,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 11:56:09.924 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [20.089s] 2018-05-19 11:56:19,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'ee2e37d8-9405-42a3-8158-bfc24a80381b']'. 2018-05-19 11:56:20,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-19 11:56:20,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-19 11:56:20,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-19 11:56:20,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | ee2e37d8-9405-42a3-8158-bfc24a80381b | 2018-05-19 11:56:20,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-19 11:56:20,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-19 11:44:21 | 2018-05-19 11:56:20,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-19 11:56:19 | 2018-05-19 11:56:20,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:11:58 | 2018-05-19 11:56:20,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-19 11:56:20,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-19 11:56:20,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-19 11:56:20,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: ecc6ac3f-a6e5-4009-af15-b2678cef1f73) | 2018-05-19 11:56:20,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-19 11:56:20,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 776e600a-9caa-4f6b-9677-43b692bb1cf0) | 2018-05-19 11:56:20,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-19 11:56:20,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 703.955 | 2018-05-19 11:56:20,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-05-19 11:56:20,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-19 11:56:20,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-19 11:56:20,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-19 11:56:20,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-05-19 11:56:20,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-19 11:56:20,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-19 11:56:20,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-05-19 11:56:24,880 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 11:56:24,881 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 12:20 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-05-19 11:56:24,886 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-05-19 11:56:24,886 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-19 11:56:24,985 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-19 11:56:25,420 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-19 11:56:25,420 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-19 11:56:25,815 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-19 11:56:28,311 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-19 11:56:27.908 101 INFO rally.deployment.engine [-] Deployment 776e600a-9caa-4f6b-9677-43b692bb1cf0 | Starting: Destroy cloud and free allocated resources. 2018-05-19 11:56:27.994 101 INFO rally.deployment.engine [-] Deployment 776e600a-9caa-4f6b-9677-43b692bb1cf0 | Completed: Destroy cloud and free allocated resources. 2018-05-19 11:56:28.035 101 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=ecc6ac3f-a6e5-4009-af15-b2678cef1f73) for deployment 'opnfv-rally'. 2018-05-19 11:56:28.052 101 INFO rally.api [-] Deleting verification (UUID=ee2e37d8-9405-42a3-8158-bfc24a80381b). 2018-05-19 11:56:28.091 101 INFO rally.api [-] Verification has been successfully deleted! 2018-05-19 11:56:28.092 101 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=ecc6ac3f-a6e5-4009-af15-b2678cef1f73). 2018-05-19 11:56:28.103 101 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-19 11:56:30,651 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-19 11:56:30.372 104 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=cc54aa4a-ac51-4a7f-ae99-5122e15759b0) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | cc54aa4a-ac51-4a7f-ae99-5122e15759b0 | 2018-05-19T11:56:30 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: cc54aa4a-ac51-4a7f-ae99-5122e15759b0 ~/.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-19 11:56:33,923 - 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-19 11:56:33,923 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-19 11:56:35,137 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-55a664a9-71c9-4332-988e-a53b5afc332e'... 2018-05-19 11:56:37,595 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-55a664a9-71c9-4332-988e-a53b5afc332e'... 2018-05-19 11:56:39,383 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-55a664a9-71c9-4332-988e-a53b5afc332e'... 2018-05-19 11:56:44,171 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-55a664a9-71c9-4332-988e-a53b5afc332e'... 2018-05-19 11:56:44,796 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-55a664a9-71c9-4332-988e-a53b5afc332e'... 2018-05-19 11:56:45,450 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-19 11:56:45,450 - 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-19 11:56:45,452 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-19 11:56:45,470 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-19 11:56:45,471 - 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': '018fbaae-1b91-4508-bfc9-5fc0ce02750f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-55a664a9-71c9-4332-988e-a53b5afc332e', 'flavor_name': 'rally-tiny-55a664a9-71c9-4332-988e-a53b5afc332e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-55a664a9-71c9-4332-988e-a53b5afc332e', '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-19 11:57:44,571 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 40b30a40-dfed-497a-a7fe-fe65d9f0368a 2018-05-19 11:57:44,571 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-19 11:57:44,572 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '40b30a40-dfed-497a-a7fe-fe65d9f0368a'] 2018-05-19 11:57:45,587 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 40b30a40-dfed-497a-a7fe-fe65d9f0368a: 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 40b30a40-dfed-497a-a7fe-fe65d9f0368a 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.454333 Full duration: 6.195452 -------------------------------------------------------------------------------- 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 40b30a40-dfed-497a-a7fe-fe65d9f0368a 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.308 | 0.308 | 0.308 | 0.308 | 0.308 | 0.308 | 100.0% | 1 | | total | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 100.0% | 1 | | -> duration | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.729931 Full duration: 6.456634 -------------------------------------------------------------------------------- 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 40b30a40-dfed-497a-a7fe-fe65d9f0368a 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.205 | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 100.0% | 1 | | total | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 100.0% | 1 | | -> duration | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.615384 Full duration: 6.776307 -------------------------------------------------------------------------------- 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 40b30a40-dfed-497a-a7fe-fe65d9f0368a has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_heat | 0.319 | 0.319 | 0.319 | 0.319 | 0.319 | 0.319 | 100.0% | 1 | | total | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | -> duration | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.726138 Full duration: 6.702225 -------------------------------------------------------------------------------- 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 40b30a40-dfed-497a-a7fe-fe65d9f0368a 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.357 | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 100.0% | 1 | | total | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 100.0% | 1 | | -> duration | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.741805 Full duration: 7.006738 -------------------------------------------------------------------------------- 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 40b30a40-dfed-497a-a7fe-fe65d9f0368a 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.193 | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 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.631637 Full duration: 6.566759 HINTS: * To plot HTML graphics with this data, run: rally task report 40b30a40-dfed-497a-a7fe-fe65d9f0368a --out output.html * To generate a JUnit report, run: rally task export 40b30a40-dfed-497a-a7fe-fe65d9f0368a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 40b30a40-dfed-497a-a7fe-fe65d9f0368a --json --out output.json 2018-05-19 11:57:45,587 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '40b30a40-dfed-497a-a7fe-fe65d9f0368a'] 2018-05-19 11:57:46,685 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-19 11:57:46,686 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '40b30a40-dfed-497a-a7fe-fe65d9f0368a', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-19 11:57:46,692 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-19 11:57:46,693 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-19 11:57:46,693 - 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-19 11:57:46,693 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-19 11:57:46,710 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-19 11:57:46,721 - 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': '018fbaae-1b91-4508-bfc9-5fc0ce02750f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-55a664a9-71c9-4332-988e-a53b5afc332e', 'flavor_name': 'rally-tiny-55a664a9-71c9-4332-988e-a53b5afc332e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-55a664a9-71c9-4332-988e-a53b5afc332e', '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-19 11:59:39,897 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 375ec77e-d2de-440c-ace5-b822f6a70b19 2018-05-19 11:59:39,897 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '375ec77e-d2de-440c-ace5-b822f6a70b19'] 2018-05-19 11:59:40,924 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 375ec77e-d2de-440c-ace5-b822f6a70b19: 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 375ec77e-d2de-440c-ace5-b822f6a70b19 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.075 | 4.075 | 4.075 | 4.075 | 4.075 | 4.075 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 100.0% | 1 | | -> glance_v2.upload_data | 1.691 | 1.691 | 1.691 | 1.691 | 1.691 | 1.691 | 100.0% | 1 | | glance_v2.delete_image | 1.233 | 1.233 | 1.233 | 1.233 | 1.233 | 1.233 | 100.0% | 1 | | total | 5.309 | 5.309 | 5.309 | 5.309 | 5.309 | 5.309 | 100.0% | 1 | | -> duration | 5.309 | 5.309 | 5.309 | 5.309 | 5.309 | 5.309 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.308516 Full duration: 12.690176 -------------------------------------------------------------------------------- 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 375ec77e-d2de-440c-ace5-b822f6a70b19 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.235 | 3.235 | 3.235 | 3.235 | 3.235 | 3.235 | 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.951 | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 100.0% | 1 | | glance_v2.list_images | 0.03 | 0.03 | 0.03 | 0.03 | 0.03 | 0.03 | 100.0% | 1 | | total | 3.266 | 3.266 | 3.266 | 3.266 | 3.266 | 3.266 | 100.0% | 1 | | -> duration | 3.266 | 3.266 | 3.266 | 3.266 | 3.266 | 3.266 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.266296 Full duration: 13.406167 -------------------------------------------------------------------------------- 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 375ec77e-d2de-440c-ace5-b822f6a70b19 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.175 | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 100.0% | 1 | | total | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 100.0% | 1 | | -> duration | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.175094 Full duration: 7.094989 -------------------------------------------------------------------------------- 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-55a664a9-71c9-4332-988e-a53b5afc332e" }, "number_instances": 2, "nics": [ { "net-id": "018fbaae-1b91-4508-bfc9-5fc0ce02750f" } ] }, "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 375ec77e-d2de-440c-ace5-b822f6a70b19 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.584 | 3.584 | 3.584 | 3.584 | 3.584 | 3.584 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 100.0% | 1 | | -> glance_v2.upload_data | 1.187 | 1.187 | 1.187 | 1.187 | 1.187 | 1.187 | 100.0% | 1 | | nova.boot_servers | 10.916 | 10.916 | 10.916 | 10.916 | 10.916 | 10.916 | 100.0% | 1 | | total | 14.501 | 14.501 | 14.501 | 14.501 | 14.501 | 14.501 | 100.0% | 1 | | -> duration | 13.501 | 13.501 | 13.501 | 13.501 | 13.501 | 13.501 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.500509 Full duration: 63.127741 HINTS: * To plot HTML graphics with this data, run: rally task report 375ec77e-d2de-440c-ace5-b822f6a70b19 --out output.html * To generate a JUnit report, run: rally task export 375ec77e-d2de-440c-ace5-b822f6a70b19 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 375ec77e-d2de-440c-ace5-b822f6a70b19 --json --out output.json 2018-05-19 11:59:40,925 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '375ec77e-d2de-440c-ace5-b822f6a70b19'] 2018-05-19 11:59:41,928 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-19 11:59:41,928 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '375ec77e-d2de-440c-ace5-b822f6a70b19', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-19 11:59:41,936 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-19 11:59:41,936 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-19 11:59:41,937 - 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-19 11:59:41,937 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-19 11:59:41,954 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-19 11:59:41,955 - 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': '018fbaae-1b91-4508-bfc9-5fc0ce02750f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-55a664a9-71c9-4332-988e-a53b5afc332e', 'flavor_name': 'rally-tiny-55a664a9-71c9-4332-988e-a53b5afc332e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-55a664a9-71c9-4332-988e-a53b5afc332e', '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-19 12:02:41,470 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f409eb6a-9d4c-40a1-a39e-12967cbc42a0 2018-05-19 12:02:41,470 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f409eb6a-9d4c-40a1-a39e-12967cbc42a0'] 2018-05-19 12:02:42,497 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f409eb6a-9d4c-40a1-a39e-12967cbc42a0: 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 f409eb6a-9d4c-40a1-a39e-12967cbc42a0 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.048 | 3.048 | 3.048 | 3.048 | 3.048 | 3.048 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.28 | 2.28 | 2.28 | 2.28 | 2.28 | 2.28 | 100.0% | 1 | | total | 5.328 | 5.328 | 5.328 | 5.328 | 5.328 | 5.328 | 100.0% | 1 | | -> duration | 5.328 | 5.328 | 5.328 | 5.328 | 5.328 | 5.328 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.327906 Full duration: 20.945088 -------------------------------------------------------------------------------- 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 f409eb6a-9d4c-40a1-a39e-12967cbc42a0 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.048 | 3.048 | 3.048 | 3.048 | 3.048 | 3.048 | 100.0% | 1 | | cinder_v2.delete_volume | 2.431 | 2.431 | 2.431 | 2.431 | 2.431 | 2.431 | 100.0% | 1 | | total | 5.479 | 5.479 | 5.479 | 5.479 | 5.479 | 5.479 | 100.0% | 1 | | -> duration | 5.479 | 5.479 | 5.479 | 5.479 | 5.479 | 5.479 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.478775 Full duration: 14.274904 -------------------------------------------------------------------------------- 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-55a664a9-71c9-4332-988e-a53b5afc332e" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task f409eb6a-9d4c-40a1-a39e-12967cbc42a0 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.755 | 7.755 | 7.755 | 7.755 | 7.755 | 7.755 | 100.0% | 1 | | cinder_v2.delete_volume | 2.296 | 2.296 | 2.296 | 2.296 | 2.296 | 2.296 | 100.0% | 1 | | total | 10.051 | 10.051 | 10.051 | 10.051 | 10.051 | 10.051 | 100.0% | 1 | | -> duration | 10.051 | 10.051 | 10.051 | 10.051 | 10.051 | 10.051 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.050982 Full duration: 19.55125 -------------------------------------------------------------------------------- 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 f409eb6a-9d4c-40a1-a39e-12967cbc42a0 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.03 | 3.03 | 3.03 | 3.03 | 3.03 | 3.03 | 100.0% | 1 | | cinder_v2.delete_volume | 2.422 | 2.422 | 2.422 | 2.422 | 2.422 | 2.422 | 100.0% | 1 | | total | 5.453 | 5.453 | 5.453 | 5.453 | 5.453 | 5.453 | 100.0% | 1 | | -> duration | 5.453 | 5.453 | 5.453 | 5.453 | 5.453 | 5.453 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.452789 Full duration: 14.326837 -------------------------------------------------------------------------------- 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 f409eb6a-9d4c-40a1-a39e-12967cbc42a0 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.912 | 2.912 | 2.912 | 2.912 | 2.912 | 2.912 | 100.0% | 1 | | cinder_v2.extend_volume | 2.474 | 2.474 | 2.474 | 2.474 | 2.474 | 2.474 | 100.0% | 1 | | cinder_v2.delete_volume | 2.298 | 2.298 | 2.298 | 2.298 | 2.298 | 2.298 | 100.0% | 1 | | total | 7.685 | 7.685 | 7.685 | 7.685 | 7.685 | 7.685 | 100.0% | 1 | | -> duration | 7.685 | 7.685 | 7.685 | 7.685 | 7.685 | 7.685 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.684631 Full duration: 16.931788 -------------------------------------------------------------------------------- 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 f409eb6a-9d4c-40a1-a39e-12967cbc42a0 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.957 | 2.957 | 2.957 | 2.957 | 2.957 | 2.957 | 100.0% | 1 | | cinder_v2.delete_volume | 2.442 | 2.442 | 2.442 | 2.442 | 2.442 | 2.442 | 100.0% | 1 | | total | 5.4 | 5.4 | 5.4 | 5.4 | 5.4 | 5.4 | 100.0% | 1 | | -> duration | 5.4 | 5.4 | 5.4 | 5.4 | 5.4 | 5.4 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.399713 Full duration: 20.834973 -------------------------------------------------------------------------------- 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 f409eb6a-9d4c-40a1-a39e-12967cbc42a0 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.557 | 0.557 | 0.557 | 0.557 | 0.557 | 0.557 | 100.0% | 1 | | cinder_v2.list_qos | 0.149 | 0.149 | 0.149 | 0.149 | 0.149 | 0.149 | 100.0% | 1 | | total | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | -> duration | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.70607 Full duration: 11.064793 -------------------------------------------------------------------------------- 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 f409eb6a-9d4c-40a1-a39e-12967cbc42a0 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.553 | 0.553 | 0.553 | 0.553 | 0.553 | 0.553 | 100.0% | 1 | | cinder_v2.set_qos | 0.167 | 0.167 | 0.167 | 0.167 | 0.167 | 0.167 | 100.0% | 1 | | total | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 100.0% | 1 | | -> duration | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.720873 Full duration: 10.906916 -------------------------------------------------------------------------------- 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 f409eb6a-9d4c-40a1-a39e-12967cbc42a0 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.579 | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 100.0% | 1 | | cinder_v2.list_types | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 100.0% | 1 | | total | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 100.0% | 1 | | -> duration | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.739369 Full duration: 11.109986 -------------------------------------------------------------------------------- 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 f409eb6a-9d4c-40a1-a39e-12967cbc42a0 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.583 | 0.583 | 0.583 | 0.583 | 0.583 | 0.583 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 100.0% | 1 | | total | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 100.0% | 1 | | -> duration | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.768012 Full duration: 11.111369 HINTS: * To plot HTML graphics with this data, run: rally task report f409eb6a-9d4c-40a1-a39e-12967cbc42a0 --out output.html * To generate a JUnit report, run: rally task export f409eb6a-9d4c-40a1-a39e-12967cbc42a0 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f409eb6a-9d4c-40a1-a39e-12967cbc42a0 --json --out output.json 2018-05-19 12:02:42,498 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f409eb6a-9d4c-40a1-a39e-12967cbc42a0'] 2018-05-19 12:02:43,521 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-19 12:02:43,521 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f409eb6a-9d4c-40a1-a39e-12967cbc42a0', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-19 12:02:43,529 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-19 12:02:43,529 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-19 12:02:43,530 - 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-19 12:02:43,530 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-19 12:02:43,546 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-19 12:02:43,547 - 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': '018fbaae-1b91-4508-bfc9-5fc0ce02750f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-55a664a9-71c9-4332-988e-a53b5afc332e', 'flavor_name': 'rally-tiny-55a664a9-71c9-4332-988e-a53b5afc332e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-55a664a9-71c9-4332-988e-a53b5afc332e', '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-19 12:03:57,539 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 3dd756cd-a30e-475e-b53e-32f7592140b1 2018-05-19 12:03:57,539 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '3dd756cd-a30e-475e-b53e-32f7592140b1'] 2018-05-19 12:03:58,564 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 3dd756cd-a30e-475e-b53e-32f7592140b1: 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 3dd756cd-a30e-475e-b53e-32f7592140b1 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.345 | 4.345 | 4.345 | 4.345 | 4.345 | 4.345 | 100.0% | 1 | | heat.update_stack | 2.396 | 2.396 | 2.396 | 2.396 | 2.396 | 2.396 | 100.0% | 1 | | heat.delete_stack | 2.245 | 2.245 | 2.245 | 2.245 | 2.245 | 2.245 | 100.0% | 1 | | total | 8.987 | 8.987 | 8.987 | 8.987 | 8.987 | 8.987 | 100.0% | 1 | | -> duration | 4.987 | 4.987 | 4.987 | 4.987 | 4.987 | 4.987 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.986697 Full duration: 16.587313 -------------------------------------------------------------------------------- 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 3dd756cd-a30e-475e-b53e-32f7592140b1 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.267 | 4.267 | 4.267 | 4.267 | 4.267 | 4.267 | 100.0% | 1 | | heat.check_stack | 1.372 | 1.372 | 1.372 | 1.372 | 1.372 | 1.372 | 100.0% | 1 | | heat.delete_stack | 1.493 | 1.493 | 1.493 | 1.493 | 1.493 | 1.493 | 100.0% | 1 | | total | 7.132 | 7.132 | 7.132 | 7.132 | 7.132 | 7.132 | 100.0% | 1 | | -> duration | 5.132 | 5.132 | 5.132 | 5.132 | 5.132 | 5.132 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.132212 Full duration: 14.902519 -------------------------------------------------------------------------------- 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 3dd756cd-a30e-475e-b53e-32f7592140b1 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.314 | 4.314 | 4.314 | 4.314 | 4.314 | 4.314 | 100.0% | 1 | | heat.suspend_stack | 1.277 | 1.277 | 1.277 | 1.277 | 1.277 | 1.277 | 100.0% | 1 | | heat.resume_stack | 1.236 | 1.236 | 1.236 | 1.236 | 1.236 | 1.236 | 100.0% | 1 | | heat.delete_stack | 2.218 | 2.218 | 2.218 | 2.218 | 2.218 | 2.218 | 100.0% | 1 | | total | 9.044 | 9.044 | 9.044 | 9.044 | 9.044 | 9.044 | 100.0% | 1 | | -> duration | 7.044 | 7.044 | 7.044 | 7.044 | 7.044 | 7.044 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.044394 Full duration: 16.66358 -------------------------------------------------------------------------------- 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 3dd756cd-a30e-475e-b53e-32f7592140b1 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.547 | 0.547 | 0.547 | 0.547 | 0.547 | 0.547 | 100.0% | 1 | | total | 0.547 | 0.547 | 0.547 | 0.547 | 0.547 | 0.547 | 100.0% | 1 | | -> duration | 0.547 | 0.547 | 0.547 | 0.547 | 0.547 | 0.547 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.547084 Full duration: 7.545436 HINTS: * To plot HTML graphics with this data, run: rally task report 3dd756cd-a30e-475e-b53e-32f7592140b1 --out output.html * To generate a JUnit report, run: rally task export 3dd756cd-a30e-475e-b53e-32f7592140b1 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 3dd756cd-a30e-475e-b53e-32f7592140b1 --json --out output.json 2018-05-19 12:03:58,565 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '3dd756cd-a30e-475e-b53e-32f7592140b1'] 2018-05-19 12:03:59,640 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-19 12:03:59,641 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '3dd756cd-a30e-475e-b53e-32f7592140b1', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-19 12:03:59,648 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-19 12:03:59,649 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-19 12:03:59,649 - 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-19 12:03:59,649 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-19 12:03:59,665 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-19 12:03:59,666 - 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': '018fbaae-1b91-4508-bfc9-5fc0ce02750f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-55a664a9-71c9-4332-988e-a53b5afc332e', 'flavor_name': 'rally-tiny-55a664a9-71c9-4332-988e-a53b5afc332e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-55a664a9-71c9-4332-988e-a53b5afc332e', '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-19 12:06:55,056 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 48771962-7400-4265-8443-2d2326d36239 2018-05-19 12:06:55,057 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '48771962-7400-4265-8443-2d2326d36239'] 2018-05-19 12:06:56,114 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 48771962-7400-4265-8443-2d2326d36239: 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 48771962-7400-4265-8443-2d2326d36239 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.463 | 0.463 | 0.463 | 0.463 | 0.463 | 0.463 | 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.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | total | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | -> duration | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.680844 Full duration: 13.037194 -------------------------------------------------------------------------------- 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 48771962-7400-4265-8443-2d2326d36239 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.476 | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 100.0% | 1 | | keystone_v3.add_role | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | keystone_v3.list_roles | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 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.672522 Full duration: 13.098386 -------------------------------------------------------------------------------- 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 48771962-7400-4265-8443-2d2326d36239 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.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | keystone_v3.list_projects | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | total | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | -> duration | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.704761 Full duration: 13.493575 -------------------------------------------------------------------------------- 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 48771962-7400-4265-8443-2d2326d36239 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.459 | 0.459 | 0.459 | 0.459 | 0.459 | 0.459 | 100.0% | 1 | | keystone_v3.delete_role | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | total | 0.548 | 0.548 | 0.548 | 0.548 | 0.548 | 0.548 | 100.0% | 1 | | -> duration | 0.548 | 0.548 | 0.548 | 0.548 | 0.548 | 0.548 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.548338 Full duration: 11.032832 -------------------------------------------------------------------------------- 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 48771962-7400-4265-8443-2d2326d36239 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.461 | 0.461 | 0.461 | 0.461 | 0.461 | 0.461 | 100.0% | 1 | | keystone_v3.delete_service | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | total | 0.558 | 0.558 | 0.558 | 0.558 | 0.558 | 0.558 | 100.0% | 1 | | -> duration | 0.558 | 0.558 | 0.558 | 0.558 | 0.558 | 0.558 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.558319 Full duration: 10.97314 -------------------------------------------------------------------------------- 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 48771962-7400-4265-8443-2d2326d36239 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.619 | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 100.0% | 1 | | keystone_v3.create_user | 0.434 | 0.434 | 0.434 | 0.434 | 0.434 | 0.434 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 100.0% | 1 | | -> keystone_v3.add_role | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | keystone_v3.create_role | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | keystone_v3.get_project | 0.072 | 0.072 | 0.072 | 0.072 | 0.072 | 0.072 | 100.0% | 1 | | keystone_v3.get_user | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | keystone_v3.get_role | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | keystone_v3.list_services | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 100.0% | 1 | | keystone_v3.get_services | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 100.0% | 1 | | total | 1.634 | 1.634 | 1.634 | 1.634 | 1.634 | 1.634 | 100.0% | 1 | | -> duration | 1.634 | 1.634 | 1.634 | 1.634 | 1.634 | 1.634 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.633717 Full duration: 18.076459 -------------------------------------------------------------------------------- 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 48771962-7400-4265-8443-2d2326d36239 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 100.0% | 1 | | keystone_v3.update_project | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | keystone_v3.delete_project | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 100.0% | 1 | | total | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 100.0% | 1 | | -> duration | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.846145 Full duration: 11.560151 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 48771962-7400-4265-8443-2d2326d36239 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.614 | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 100.0% | 1 | | total | 0.701 | 0.701 | 0.701 | 0.701 | 0.701 | 0.701 | 100.0% | 1 | | -> duration | 0.701 | 0.701 | 0.701 | 0.701 | 0.701 | 0.701 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.701308 Full duration: 13.102258 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 48771962-7400-4265-8443-2d2326d36239 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.565 | 0.565 | 0.565 | 0.565 | 0.565 | 0.565 | 100.0% | 1 | | total | 0.565 | 0.565 | 0.565 | 0.565 | 0.565 | 0.565 | 100.0% | 1 | | -> duration | 0.565 | 0.565 | 0.565 | 0.565 | 0.565 | 0.565 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.56496 Full duration: 12.907703 -------------------------------------------------------------------------------- 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 48771962-7400-4265-8443-2d2326d36239 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.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | keystone_v3.list_users | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | total | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 100.0% | 1 | | -> duration | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.828185 Full duration: 13.46577 -------------------------------------------------------------------------------- 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 48771962-7400-4265-8443-2d2326d36239 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.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | keystone_v3.create_users | 4.356 | 4.356 | 4.356 | 4.356 | 4.356 | 4.356 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.356 | 4.356 | 4.356 | 4.356 | 4.356 | 4.356 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 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.844 | 5.844 | 5.844 | 5.844 | 5.844 | 5.844 | 100.0% | 1 | | -> duration | 5.844 | 5.844 | 5.844 | 5.844 | 5.844 | 5.844 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.843515 Full duration: 22.719986 HINTS: * To plot HTML graphics with this data, run: rally task report 48771962-7400-4265-8443-2d2326d36239 --out output.html * To generate a JUnit report, run: rally task export 48771962-7400-4265-8443-2d2326d36239 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 48771962-7400-4265-8443-2d2326d36239 --json --out output.json 2018-05-19 12:06:56,115 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '48771962-7400-4265-8443-2d2326d36239'] 2018-05-19 12:06:57,246 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-19 12:06:57,246 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '48771962-7400-4265-8443-2d2326d36239', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-19 12:06:57,255 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-19 12:06:57,255 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-19 12:06:57,255 - 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-19 12:06:57,255 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-19 12:06:57,273 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-19 12:06:57,274 - 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': '018fbaae-1b91-4508-bfc9-5fc0ce02750f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-55a664a9-71c9-4332-988e-a53b5afc332e', 'flavor_name': 'rally-tiny-55a664a9-71c9-4332-988e-a53b5afc332e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-55a664a9-71c9-4332-988e-a53b5afc332e', '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-19 12:11:17,390 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f4ba73b8-49d9-447c-8649-ab073ee284e9 2018-05-19 12:11:17,391 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f4ba73b8-49d9-447c-8649-ab073ee284e9'] 2018-05-19 12:11:18,466 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f4ba73b8-49d9-447c-8649-ab073ee284e9: 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 f4ba73b8-49d9-447c-8649-ab073ee284e9 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.041 | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 100.0% | 1 | | neutron.delete_network | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 100.0% | 1 | | total | 1.546 | 1.546 | 1.546 | 1.546 | 1.546 | 1.546 | 100.0% | 1 | | -> duration | 1.546 | 1.546 | 1.546 | 1.546 | 1.546 | 1.546 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.546102 Full duration: 13.346195 -------------------------------------------------------------------------------- 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 f4ba73b8-49d9-447c-8649-ab073ee284e9 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.478 | 1.478 | 1.478 | 1.478 | 1.478 | 1.478 | 100.0% | 1 | | neutron.delete_port | 0.396 | 0.396 | 0.396 | 0.396 | 0.396 | 0.396 | 100.0% | 1 | | total | 1.874 | 1.874 | 1.874 | 1.874 | 1.874 | 1.874 | 100.0% | 1 | | -> duration | 1.874 | 1.874 | 1.874 | 1.874 | 1.874 | 1.874 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.87426 Full duration: 22.927283 -------------------------------------------------------------------------------- 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 f4ba73b8-49d9-447c-8649-ab073ee284e9 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.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | neutron.create_subnet | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | neutron.create_router | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 100.0% | 1 | | neutron.add_interface_router | 1.542 | 1.542 | 1.542 | 1.542 | 1.542 | 1.542 | 100.0% | 1 | | neutron.remove_interface_router | 0.908 | 0.908 | 0.908 | 0.908 | 0.908 | 0.908 | 100.0% | 1 | | neutron.delete_router | 0.256 | 0.256 | 0.256 | 0.256 | 0.256 | 0.256 | 100.0% | 1 | | total | 4.224 | 4.224 | 4.224 | 4.224 | 4.224 | 4.224 | 100.0% | 1 | | -> duration | 4.224 | 4.224 | 4.224 | 4.224 | 4.224 | 4.224 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.224294 Full duration: 29.485591 -------------------------------------------------------------------------------- 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 f4ba73b8-49d9-447c-8649-ab073ee284e9 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 | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 100.0% | 1 | | neutron.delete_subnet | 0.368 | 0.368 | 0.368 | 0.368 | 0.368 | 0.368 | 100.0% | 1 | | total | 1.348 | 1.348 | 1.348 | 1.348 | 1.348 | 1.348 | 100.0% | 1 | | -> duration | 1.348 | 1.348 | 1.348 | 1.348 | 1.348 | 1.348 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.347601 Full duration: 21.767795 -------------------------------------------------------------------------------- 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 f4ba73b8-49d9-447c-8649-ab073ee284e9 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.931 | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 100.0% | 1 | | neutron.list_networks | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 100.0% | 1 | | total | 1.069 | 1.069 | 1.069 | 1.069 | 1.069 | 1.069 | 100.0% | 1 | | -> duration | 1.069 | 1.069 | 1.069 | 1.069 | 1.069 | 1.069 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.068992 Full duration: 14.902379 -------------------------------------------------------------------------------- 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 f4ba73b8-49d9-447c-8649-ab073ee284e9 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.57 | 1.57 | 1.57 | 1.57 | 1.57 | 1.57 | 100.0% | 1 | | neutron.list_ports | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | total | 1.654 | 1.654 | 1.654 | 1.654 | 1.654 | 1.654 | 100.0% | 1 | | -> duration | 1.654 | 1.654 | 1.654 | 1.654 | 1.654 | 1.654 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.653738 Full duration: 24.369915 -------------------------------------------------------------------------------- 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 f4ba73b8-49d9-447c-8649-ab073ee284e9 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.727 | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 100.0% | 1 | | neutron.create_subnet | 0.383 | 0.383 | 0.383 | 0.383 | 0.383 | 0.383 | 100.0% | 1 | | neutron.create_router | 0.302 | 0.302 | 0.302 | 0.302 | 0.302 | 0.302 | 100.0% | 1 | | neutron.add_interface_router | 1.443 | 1.443 | 1.443 | 1.443 | 1.443 | 1.443 | 100.0% | 1 | | neutron.list_routers | 0.064 | 0.064 | 0.064 | 0.064 | 0.064 | 0.064 | 100.0% | 1 | | total | 2.919 | 2.919 | 2.919 | 2.919 | 2.919 | 2.919 | 100.0% | 1 | | -> duration | 2.919 | 2.919 | 2.919 | 2.919 | 2.919 | 2.919 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.919222 Full duration: 31.699569 -------------------------------------------------------------------------------- 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 f4ba73b8-49d9-447c-8649-ab073ee284e9 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.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | neutron.create_subnet | 0.425 | 0.425 | 0.425 | 0.425 | 0.425 | 0.425 | 100.0% | 1 | | neutron.list_subnets | 0.072 | 0.072 | 0.072 | 0.072 | 0.072 | 0.072 | 100.0% | 1 | | total | 1.228 | 1.228 | 1.228 | 1.228 | 1.228 | 1.228 | 100.0% | 1 | | -> duration | 1.228 | 1.228 | 1.228 | 1.228 | 1.228 | 1.228 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.227777 Full duration: 26.134555 -------------------------------------------------------------------------------- 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 f4ba73b8-49d9-447c-8649-ab073ee284e9 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.903 | 0.903 | 0.903 | 0.903 | 0.903 | 0.903 | 100.0% | 1 | | neutron.delete_security_group | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | total | 1.018 | 1.018 | 1.018 | 1.018 | 1.018 | 1.018 | 100.0% | 1 | | -> duration | 1.018 | 1.018 | 1.018 | 1.018 | 1.018 | 1.018 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.018436 Full duration: 12.927647 -------------------------------------------------------------------------------- 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 f4ba73b8-49d9-447c-8649-ab073ee284e9 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.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | neutron.create_security_group_rule | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.124 | 0.124 | 0.124 | 0.124 | 0.124 | 0.124 | 100.0% | 1 | | neutron.delete_security_group | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | total | 1.174 | 1.174 | 1.174 | 1.174 | 1.174 | 1.174 | 100.0% | 1 | | -> duration | 1.174 | 1.174 | 1.174 | 1.174 | 1.174 | 1.174 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.173933 Full duration: 13.326397 -------------------------------------------------------------------------------- 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 f4ba73b8-49d9-447c-8649-ab073ee284e9 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.958 | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 100.0% | 1 | | neutron.create_router | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 100.0% | 1 | | neutron.add_gateway_router | 1.162 | 1.162 | 1.162 | 1.162 | 1.162 | 1.162 | 100.0% | 1 | | neutron.remove_gateway_router | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 100.0% | 1 | | total | 3.074 | 3.074 | 3.074 | 3.074 | 3.074 | 3.074 | 100.0% | 1 | | -> duration | 3.074 | 3.074 | 3.074 | 3.074 | 3.074 | 3.074 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.073682 Full duration: 22.20984 HINTS: * To plot HTML graphics with this data, run: rally task report f4ba73b8-49d9-447c-8649-ab073ee284e9 --out output.html * To generate a JUnit report, run: rally task export f4ba73b8-49d9-447c-8649-ab073ee284e9 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f4ba73b8-49d9-447c-8649-ab073ee284e9 --json --out output.json 2018-05-19 12:11:18,466 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f4ba73b8-49d9-447c-8649-ab073ee284e9'] 2018-05-19 12:11:19,566 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-19 12:11:19,566 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f4ba73b8-49d9-447c-8649-ab073ee284e9', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-19 12:11:19,574 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-19 12:11:19,574 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-19 12:11:19,575 - 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-19 12:11:19,575 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-19 12:11:19,591 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-19 12:11:19,592 - 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': '018fbaae-1b91-4508-bfc9-5fc0ce02750f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-55a664a9-71c9-4332-988e-a53b5afc332e', 'flavor_name': 'rally-tiny-55a664a9-71c9-4332-988e-a53b5afc332e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-55a664a9-71c9-4332-988e-a53b5afc332e', '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-19 12:17:01,477 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 70923a87-cd34-4303-bfa4-bd01fe4dc3f4 2018-05-19 12:17:01,478 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '70923a87-cd34-4303-bfa4-bd01fe4dc3f4'] 2018-05-19 12:17:02,527 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 70923a87-cd34-4303-bfa4-bd01fe4dc3f4: 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-55a664a9-71c9-4332-988e-a53b5afc332e" }, "image": { "name": "Cirros-0.4.0-55a664a9-71c9-4332-988e-a53b5afc332e" }, "block_migration": false, "nics": [ { "net-id": "018fbaae-1b91-4508-bfc9-5fc0ce02750f" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 70923a87-cd34-4303-bfa4-bd01fe4dc3f4 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.083 | 8.083 | 8.083 | 8.083 | 8.083 | 8.083 | 100.0% | 1 | | nova.find_host_to_migrate | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 100.0% | 1 | | nova.live_migrate | 8.752 | 8.752 | 8.752 | 8.752 | 8.752 | 8.752 | 100.0% | 1 | | nova.delete_server | 2.35 | 2.35 | 2.35 | 2.35 | 2.35 | 2.35 | 100.0% | 1 | | total | 20.01 | 20.01 | 20.01 | 20.01 | 20.01 | 20.01 | 100.0% | 1 | | -> duration | 19.01 | 19.01 | 19.01 | 19.01 | 19.01 | 19.01 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.010092 Full duration: 28.523253 -------------------------------------------------------------------------------- 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-55a664a9-71c9-4332-988e-a53b5afc332e" }, "image": { "name": "Cirros-0.4.0-55a664a9-71c9-4332-988e-a53b5afc332e" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "018fbaae-1b91-4508-bfc9-5fc0ce02750f" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 70923a87-cd34-4303-bfa4-bd01fe4dc3f4 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.755 | 7.755 | 7.755 | 7.755 | 7.755 | 7.755 | 100.0% | 1 | | cinder_v2.create_volume | 2.75 | 2.75 | 2.75 | 2.75 | 2.75 | 2.75 | 100.0% | 1 | | nova.attach_volume | 3.727 | 3.727 | 3.727 | 3.727 | 3.727 | 3.727 | 100.0% | 1 | | nova.find_host_to_migrate | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 100.0% | 1 | | nova.live_migrate | 8.853 | 8.853 | 8.853 | 8.853 | 8.853 | 8.853 | 100.0% | 1 | | nova.detach_volume | 1.155 | 1.155 | 1.155 | 1.155 | 1.155 | 1.155 | 100.0% | 1 | | cinder_v2.delete_volume | 2.294 | 2.294 | 2.294 | 2.294 | 2.294 | 2.294 | 100.0% | 1 | | nova.delete_server | 2.685 | 2.685 | 2.685 | 2.685 | 2.685 | 2.685 | 100.0% | 1 | | total | 30.28 | 30.28 | 30.28 | 30.28 | 30.28 | 30.28 | 100.0% | 1 | | -> duration | 29.28 | 29.28 | 29.28 | 29.28 | 29.28 | 29.28 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 29.279503 Full duration: 40.915305 -------------------------------------------------------------------------------- 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-55a664a9-71c9-4332-988e-a53b5afc332e" }, "image": { "name": "Cirros-0.4.0-55a664a9-71c9-4332-988e-a53b5afc332e" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "018fbaae-1b91-4508-bfc9-5fc0ce02750f" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 70923a87-cd34-4303-bfa4-bd01fe4dc3f4 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 | 5.342 | 5.342 | 5.342 | 5.342 | 5.342 | 5.342 | 100.0% | 1 | | nova.boot_server | 6.727 | 6.727 | 6.727 | 6.727 | 6.727 | 6.727 | 100.0% | 1 | | nova.find_host_to_migrate | 1.008 | 1.008 | 1.008 | 1.008 | 1.008 | 1.008 | 100.0% | 1 | | nova.live_migrate | 13.116 | 13.116 | 13.116 | 13.116 | 13.116 | 13.116 | 100.0% | 1 | | nova.delete_server | 6.948 | 6.948 | 6.948 | 6.948 | 6.948 | 6.948 | 100.0% | 1 | | total | 33.142 | 33.142 | 33.142 | 33.142 | 33.142 | 33.142 | 100.0% | 1 | | -> duration | 32.142 | 32.142 | 32.142 | 32.142 | 32.142 | 32.142 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 32.141697 Full duration: 43.76951 -------------------------------------------------------------------------------- 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-55a664a9-71c9-4332-988e-a53b5afc332e" }, "image": { "name": "Cirros-0.4.0-55a664a9-71c9-4332-988e-a53b5afc332e" }, "server_kwargs": { "nics": [ { "net-id": "018fbaae-1b91-4508-bfc9-5fc0ce02750f" } ] } }, "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 70923a87-cd34-4303-bfa4-bd01fe4dc3f4 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.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | nova.boot_server | 7.069 | 7.069 | 7.069 | 7.069 | 7.069 | 7.069 | 100.0% | 1 | | nova.delete_server | 2.79 | 2.79 | 2.79 | 2.79 | 2.79 | 2.79 | 100.0% | 1 | | nova.delete_keypair | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 100.0% | 1 | | total | 10.653 | 10.653 | 10.653 | 10.653 | 10.653 | 10.653 | 100.0% | 1 | | -> duration | 9.653 | 9.653 | 9.653 | 9.653 | 9.653 | 9.653 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.652514 Full duration: 28.656129 -------------------------------------------------------------------------------- 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-55a664a9-71c9-4332-988e-a53b5afc332e" }, "image": { "name": "Cirros-0.4.0-55a664a9-71c9-4332-988e-a53b5afc332e" }, "volume_size": 5, "nics": [ { "net-id": "018fbaae-1b91-4508-bfc9-5fc0ce02750f" } ] }, "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 70923a87-cd34-4303-bfa4-bd01fe4dc3f4 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.666 | 7.666 | 7.666 | 7.666 | 7.666 | 7.666 | 100.0% | 1 | | nova.boot_server | 7.714 | 7.714 | 7.714 | 7.714 | 7.714 | 7.714 | 100.0% | 1 | | nova.delete_server | 2.354 | 2.354 | 2.354 | 2.354 | 2.354 | 2.354 | 100.0% | 1 | | total | 17.735 | 17.735 | 17.735 | 17.735 | 17.735 | 17.735 | 100.0% | 1 | | -> duration | 16.735 | 16.735 | 16.735 | 16.735 | 16.735 | 16.735 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.734547 Full duration: 37.944513 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-55a664a9-71c9-4332-988e-a53b5afc332e" }, "image": { "name": "Cirros-0.4.0-55a664a9-71c9-4332-988e-a53b5afc332e" }, "force_delete": false, "nics": [ { "net-id": "018fbaae-1b91-4508-bfc9-5fc0ce02750f" } ] }, "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 70923a87-cd34-4303-bfa4-bd01fe4dc3f4 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.427 | 7.427 | 7.427 | 7.427 | 7.427 | 7.427 | 100.0% | 1 | | nova.pause_server | 2.608 | 2.608 | 2.608 | 2.608 | 2.608 | 2.608 | 100.0% | 1 | | nova.unpause_server | 2.308 | 2.308 | 2.308 | 2.308 | 2.308 | 2.308 | 100.0% | 1 | | nova.delete_server | 4.82 | 4.82 | 4.82 | 4.82 | 4.82 | 4.82 | 100.0% | 1 | | total | 17.164 | 17.164 | 17.164 | 17.164 | 17.164 | 17.164 | 100.0% | 1 | | -> duration | 12.164 | 12.164 | 12.164 | 12.164 | 12.164 | 12.164 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.164332 Full duration: 34.445289 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-55a664a9-71c9-4332-988e-a53b5afc332e" }, "image": { "name": "Cirros-0.4.0-55a664a9-71c9-4332-988e-a53b5afc332e" }, "nics": [ { "net-id": "018fbaae-1b91-4508-bfc9-5fc0ce02750f" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 70923a87-cd34-4303-bfa4-bd01fe4dc3f4 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.031 | 8.031 | 8.031 | 8.031 | 8.031 | 8.031 | 100.0% | 1 | | nova.migrate | 31.143 | 31.143 | 31.143 | 31.143 | 31.143 | 31.143 | 100.0% | 1 | | nova.resize_confirm | 2.968 | 2.968 | 2.968 | 2.968 | 2.968 | 2.968 | 100.0% | 1 | | nova.delete_server | 2.34 | 2.34 | 2.34 | 2.34 | 2.34 | 2.34 | 100.0% | 1 | | total | 44.483 | 44.483 | 44.483 | 44.483 | 44.483 | 44.483 | 100.0% | 1 | | -> duration | 43.483 | 43.483 | 43.483 | 43.483 | 43.483 | 43.483 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 43.482816 Full duration: 52.936444 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-55a664a9-71c9-4332-988e-a53b5afc332e" }, "image": { "name": "Cirros-0.4.0-55a664a9-71c9-4332-988e-a53b5afc332e" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 70923a87-cd34-4303-bfa4-bd01fe4dc3f4 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.573 | 7.573 | 7.573 | 7.573 | 7.573 | 7.573 | 100.0% | 1 | | nova.list_interfaces | 0.298 | 0.298 | 0.298 | 0.298 | 0.298 | 0.298 | 100.0% | 1 | | total | 7.871 | 7.871 | 7.871 | 7.871 | 7.871 | 7.871 | 100.0% | 1 | | -> duration | 6.871 | 6.871 | 6.871 | 6.871 | 6.871 | 6.871 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.871085 Full duration: 33.204462 -------------------------------------------------------------------------------- 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 70923a87-cd34-4303-bfa4-bd01fe4dc3f4 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.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | nova.delete_server_group | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | total | 0.668 | 0.668 | 0.668 | 0.668 | 0.668 | 0.668 | 100.0% | 1 | | -> duration | 0.668 | 0.668 | 0.668 | 0.668 | 0.668 | 0.668 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.667995 Full duration: 8.373001 HINTS: * To plot HTML graphics with this data, run: rally task report 70923a87-cd34-4303-bfa4-bd01fe4dc3f4 --out output.html * To generate a JUnit report, run: rally task export 70923a87-cd34-4303-bfa4-bd01fe4dc3f4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 70923a87-cd34-4303-bfa4-bd01fe4dc3f4 --json --out output.json 2018-05-19 12:17:02,528 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '70923a87-cd34-4303-bfa4-bd01fe4dc3f4'] 2018-05-19 12:17:03,576 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-19 12:17:03,577 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '70923a87-cd34-4303-bfa4-bd01fe4dc3f4', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-19 12:17:03,584 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-19 12:17:03,584 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-19 12:17:03,584 - 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-19 12:17:03,585 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-19 12:17:03,602 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-19 12:17:03,602 - 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': '018fbaae-1b91-4508-bfc9-5fc0ce02750f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-55a664a9-71c9-4332-988e-a53b5afc332e', 'flavor_name': 'rally-tiny-55a664a9-71c9-4332-988e-a53b5afc332e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-55a664a9-71c9-4332-988e-a53b5afc332e', '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-19 12:17:47,771 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ee6e7460-211b-48b2-8acc-2bf698b73833 2018-05-19 12:17:47,772 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'ee6e7460-211b-48b2-8acc-2bf698b73833'] 2018-05-19 12:17:48,771 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task ee6e7460-211b-48b2-8acc-2bf698b73833: 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 ee6e7460-211b-48b2-8acc-2bf698b73833 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.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | quotas.delete_quotas | 0.232 | 0.232 | 0.232 | 0.232 | 0.232 | 0.232 | 100.0% | 1 | | total | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | -> duration | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.909692 Full duration: 7.777302 -------------------------------------------------------------------------------- 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 ee6e7460-211b-48b2-8acc-2bf698b73833 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.657 | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 100.0% | 1 | | total | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 100.0% | 1 | | -> duration | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.656859 Full duration: 7.427833 -------------------------------------------------------------------------------- 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 ee6e7460-211b-48b2-8acc-2bf698b73833 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.289 | 0.289 | 0.289 | 0.289 | 0.289 | 0.289 | 100.0% | 1 | | total | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | -> duration | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.754908 Full duration: 7.73861 -------------------------------------------------------------------------------- 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 ee6e7460-211b-48b2-8acc-2bf698b73833 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.981 | 0.981 | 0.981 | 0.981 | 0.981 | 0.981 | 100.0% | 1 | | total | 0.981 | 0.981 | 0.981 | 0.981 | 0.981 | 0.981 | 100.0% | 1 | | -> duration | 0.981 | 0.981 | 0.981 | 0.981 | 0.981 | 0.981 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.980807 Full duration: 7.872617 HINTS: * To plot HTML graphics with this data, run: rally task report ee6e7460-211b-48b2-8acc-2bf698b73833 --out output.html * To generate a JUnit report, run: rally task export ee6e7460-211b-48b2-8acc-2bf698b73833 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ee6e7460-211b-48b2-8acc-2bf698b73833 --json --out output.json 2018-05-19 12:17:48,772 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'ee6e7460-211b-48b2-8acc-2bf698b73833'] 2018-05-19 12:17:49,853 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-19 12:17:49,853 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'ee6e7460-211b-48b2-8acc-2bf698b73833', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-19 12:17:49,860 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-19 12:17:49,865 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:39 | 6 | 100.00% | | glance | 01:36 | 4 | 100.00% | | cinder | 02:31 | 10 | 100.00% | | heat | 00:55 | 4 | 100.00% | | keystone | 02:33 | 11 | 100.00% | | neutron | 03:53 | 11 | 100.00% | | nova | 05:08 | 9 | 100.00% | | quotas | 00:30 | 4 | 100.00% | | | | | | | TOTAL: | 00:17:48 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-19 12:17:49,866 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-19 12:17:54,735 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-19 12:17:54,735 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-19 12:17:55,486 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 12:17:55,486 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 21:29 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-19 12:17:55,491 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-19 12:17:55,580 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-19 12:17:58,053 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-19 12:17:57.682 11180 INFO rally.deployment.engine [-] Deployment cc54aa4a-ac51-4a7f-ae99-5122e15759b0 | Starting: Destroy cloud and free allocated resources. 2018-05-19 12:17:57.775 11180 INFO rally.deployment.engine [-] Deployment cc54aa4a-ac51-4a7f-ae99-5122e15759b0 | Completed: Destroy cloud and free allocated resources. 2018-05-19 12:17:57.801 11180 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=ecc6ac3f-a6e5-4009-af15-b2678cef1f73). 2018-05-19 12:17:57.806 11180 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-19 12:18:00,411 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-19 12:18:00.146 11183 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=5b82b1d5-348f-44d6-b378-23261605a32c) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 5b82b1d5-348f-44d6-b378-23261605a32c | 2018-05-19T12:18:00 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 5b82b1d5-348f-44d6-b378-23261605a32c ~/.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-19 12:18:03,903 - 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-19 12:18:03,904 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-19 12:18:06,284 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-19 12:18:06.029 11189 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=ecc6ac3f-a6e5-4009-af15-b2678cef1f73). 2018-05-19 12:18:06.151 11189 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-19 12:18:09,676 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-19 12:18:08.233 11192 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-19 12:18:08.361 11192 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-19 12:18:09.487 11192 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a7051691-9dcf-4680-a71f-946b829c6726) has been successfully created! Using verifier 'opnfv-tempest' (UUID=a7051691-9dcf-4680-a71f-946b829c6726) as the default verifier for the future CLI operations. 2018-05-19 12:18:12,587 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-19 12:18:14,314 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-19 12:18:17,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-19 12:18:23,633 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-19 12:18:22.711 11211 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a7051691-9dcf-4680-a71f-946b829c6726) for deployment 'opnfv-rally' (UUID=5b82b1d5-348f-44d6-b378-23261605a32c). 2018-05-19 12:18:23.471 11211 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a7051691-9dcf-4680-a71f-946b829c6726) has been successfully configured for deployment 'opnfv-rally' (UUID=5b82b1d5-348f-44d6-b378-23261605a32c)! 2018-05-19 12:18:23,634 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-19 12:18:23,634 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-19 12:18:23,637 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-19 12:18:25,797 - 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-19 12:18:27,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:18:27.969 11223 INFO rally.api [-] Starting verification (UUID=2a4c6b47-9f85-4d4a-8c14-753a49fbf068) for deployment 'opnfv-rally' (UUID=5b82b1d5-348f-44d6-b378-23261605a32c) by verifier 'opnfv-tempest' (UUID=a7051691-9dcf-4680-a71f-946b829c6726). 2018-05-19 12:18:27,970 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 2a4c6b47-9f85-4d4a-8c14-753a49fbf068 2018-05-19 12:18:36,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:18:36.704 11223 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-05-19 12:18:36,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:18:36.892 11223 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.263s] 2018-05-19 12:18:36,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:18:36.969 11223 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.076s] 2018-05-19 12:18:37,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:18:37.019 11223 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.329s] 2018-05-19 12:18:37,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:18:37.317 11223 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.645s] 2018-05-19 12:18:37,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:18:37.355 11223 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.038s] 2018-05-19 12:18:42,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:18:42.267 11223 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.861s] 2018-05-19 12:18:43,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:18:43.120 11223 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.852s] 2018-05-19 12:18:43,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:18:43.882 11223 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.330s] 2018-05-19 12:18:44,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:18:44.349 11223 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.229s] 2018-05-19 12:18:44,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:18:44.415 11223 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.109s] 2018-05-19 12:18:44,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:18:44.518 11223 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.103s] 2018-05-19 12:18:44,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:18:44.640 11223 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.122s] 2018-05-19 12:18:46,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:18:46.689 11223 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.193s] 2018-05-19 12:18:46,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:18:46.952 11223 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [3.068s] 2018-05-19 12:18:48,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:18:48.294 11223 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.342s] 2018-05-19 12:18:49,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:18:49.895 11223 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.148s] 2018-05-19 12:18:49,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:18:49.986 11223 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.091s] 2018-05-19 12:18:50,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:18:50.506 11223 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.519s] 2018-05-19 12:18:50,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:18:50.513 11223 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.007s] 2018-05-19 12:18:50,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:18:50.525 11223 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.012s] 2018-05-19 12:18:50,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:18:50.537 11223 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.243s] 2018-05-19 12:18:52,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:18:52.151 11223 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.613s] 2018-05-19 12:18:53,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:18:53.271 11223 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.118s] 2018-05-19 12:18:53,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:18:53.475 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.263s] 2018-05-19 12:18:54,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:18:54.072 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.597s] 2018-05-19 12:18:54,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:18:54.313 11223 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.042s] 2018-05-19 12:18:54,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:18:54.384 11223 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.072s] 2018-05-19 12:18:54,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:18:54.577 11223 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.192s] 2018-05-19 12:18:54,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:18:54.601 11223 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.024s] 2018-05-19 12:18:54,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:18:54.619 11223 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.017s] 2018-05-19 12:19:04,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:04.141 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [27.403s] 2018-05-19 12:19:04,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:04.634 11223 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.243s] 2018-05-19 12:19:05,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:05.110 11223 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.474s] 2018-05-19 12:19:05,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:05.337 11223 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.227s] 2018-05-19 12:19:05,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:05.748 11223 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.410s] 2018-05-19 12:19:05,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:05.761 11223 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.064s] 2018-05-19 12:19:05,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:05.775 11223 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.012s] 2018-05-19 12:19:05,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:05.925 11223 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.149s] 2018-05-19 12:19:05,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:05.940 11223 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.015s] 2018-05-19 12:19:05,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:05.952 11223 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.010s] 2018-05-19 12:19:05,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:05.973 11223 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.225s] 2018-05-19 12:19:05,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:05.998 11223 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.046s] 2018-05-19 12:19:06,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:06.060 11223 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.086s] 2018-05-19 12:19:06,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:06.089 11223 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.090s] 2018-05-19 12:19:06,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:06.141 11223 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.082s] 2018-05-19 12:19:06,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:06.160 11223 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.071s] 2018-05-19 12:19:06,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:06.220 11223 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.078s] 2018-05-19 12:19:06,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:06.289 11223 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.069s] 2018-05-19 12:19:06,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:06.323 11223 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.162s] 2018-05-19 12:19:06,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:06.336 11223 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.012s] 2018-05-19 12:19:06,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:06.350 11223 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.060s] 2018-05-19 12:19:06,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:06.397 11223 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.062s] 2018-05-19 12:19:06,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:06.671 11223 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.321s] 2018-05-19 12:19:09,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:09.397 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.176s] 2018-05-19 12:19:09,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:09.564 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.166s] 2018-05-19 12:19:09,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:09.619 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.055s] 2018-05-19 12:19:10,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:10.105 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.485s] 2018-05-19 12:19:10,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:10.199 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.093s] 2018-05-19 12:19:10,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:10.416 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.217s] 2018-05-19 12:19:10,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:10.453 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.037s] 2018-05-19 12:19:10,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:10.638 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.184s] 2018-05-19 12:19:10,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:10.692 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.053s] 2018-05-19 12:19:10,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:10.737 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.044s] 2018-05-19 12:19:10,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:10.778 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.040s] 2018-05-19 12:19:10,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:10.856 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.077s] 2018-05-19 12:19:10,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:10.946 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.089s] 2018-05-19 12:19:10,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:10.994 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.049s] 2018-05-19 12:19:11,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:11.044 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.049s] 2018-05-19 12:19:26,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:26.583 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.982s] 2018-05-19 12:19:27,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:27.671 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.086s] 2018-05-19 12:19:28,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:28.721 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.049s] 2018-05-19 12:19:29,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:29.719 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.996s] 2018-05-19 12:19:30,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:30.663 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.943s] 2018-05-19 12:19:31,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:31.606 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.943s] 2018-05-19 12:19:31,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:31.830 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.224s] 2018-05-19 12:19:32,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:32.066 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.236s] 2018-05-19 12:19:32,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:32.296 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.229s] 2018-05-19 12:19:33,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:33.234 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.936s] 2018-05-19 12:19:33,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:33.459 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.225s] 2018-05-19 12:19:33,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:33.699 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.239s] 2018-05-19 12:19:33,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:33.938 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.238s] 2018-05-19 12:19:34,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:34.842 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.903s] 2018-05-19 12:19:35,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:35.089 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.247s] 2018-05-19 12:19:35,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:35.324 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.234s] 2018-05-19 12:19:35,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:35.544 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.221s] 2018-05-19 12:19:35,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:35.770 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.225s] 2018-05-19 12:19:53,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:53.620 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [2.916s] 2018-05-19 12:19:54,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:54.689 11223 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [58.307s] 2018-05-19 12:19:55,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:55.199 11223 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.154s] 2018-05-19 12:19:55,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:55.743 11223 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.058s] 2018-05-19 12:19:55,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:55.797 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [2.176s] 2018-05-19 12:19:58,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:58.124 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [2.326s] 2018-05-19 12:19:59,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:19:59.906 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [1.782s] 2018-05-19 12:20:02,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:02.140 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [2.232s] 2018-05-19 12:20:02,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:02.476 11223 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [78.114s] 2018-05-19 12:20:04,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:04.467 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [2.326s] 2018-05-19 12:20:06,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:06.309 11223 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [80.357s] 2018-05-19 12:20:06,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:06.582 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [2.115s] 2018-05-19 12:20:10,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:10.262 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [3.679s] 2018-05-19 12:20:13,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:13.336 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.073s] 2018-05-19 12:20:13,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:13.597 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.260s] 2018-05-19 12:20:13,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:13.735 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.138s] 2018-05-19 12:20:13,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:13.817 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.082s] 2018-05-19 12:20:13,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:13.868 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.050s] 2018-05-19 12:20:13,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:13.967 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.098s] 2018-05-19 12:20:14,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:14.062 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.095s] 2018-05-19 12:20:15,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:15.068 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [1.005s] 2018-05-19 12:20:15,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:15.151 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.082s] 2018-05-19 12:20:16,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:16.424 11223 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.261s] 2018-05-19 12:20:16,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:16.630 11223 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.206s] 2018-05-19 12:20:18,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:18.374 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [3.222s] 2018-05-19 12:20:24,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:24.896 11223 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [4.083s] 2018-05-19 12:20:24,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:24.971 11223 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.075s] 2018-05-19 12:20:25,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:25.413 11223 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.440s] 2018-05-19 12:20:25,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:25.512 11223 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.098s] 2018-05-19 12:20:25,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:25.514 11223 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-19 12:20:28,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:28.478 11223 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [3.377s] 2018-05-19 12:20:32,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:32.497 11223 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [26.177s] 2018-05-19 12:20:34,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:34.957 11223 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.478s] 2018-05-19 12:20:37,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:37.140 11223 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.144s] 2018-05-19 12:20:42,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:42.655 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.144s] 2018-05-19 12:20:42,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:42.813 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.158s] 2018-05-19 12:20:42,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:42.979 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.166s] 2018-05-19 12:20:43,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:43.132 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.152s] 2018-05-19 12:20:43,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:43.146 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.013s] 2018-05-19 12:20:43,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:43.288 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.141s] 2018-05-19 12:20:43,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:43.467 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.179s] 2018-05-19 12:20:43,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:43.500 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.032s] 2018-05-19 12:20:43,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:43.509 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.009s] 2018-05-19 12:20:43,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:43.543 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.033s] 2018-05-19 12:20:43,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:43.552 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2018-05-19 12:20:43,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:43.595 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.042s] 2018-05-19 12:20:43,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:43.640 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.044s] 2018-05-19 12:20:43,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:43.809 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.168s] 2018-05-19 12:20:43,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:43.843 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.034s] 2018-05-19 12:20:44,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:44.026 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.181s] 2018-05-19 12:20:44,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:44.058 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.032s] 2018-05-19 12:20:44,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:44.089 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.031s] 2018-05-19 12:20:44,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:44.099 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.010s] 2018-05-19 12:20:44,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:44.132 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.033s] 2018-05-19 12:20:44,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:44.168 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.034s] 2018-05-19 12:20:44,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:44.199 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.031s] 2018-05-19 12:20:44,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:20:44.360 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.161s] 2018-05-19 12:20:48,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '2a4c6b47-9f85-4d4a-8c14-753a49fbf068']'. 2018-05-19 12:20:49,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-19 12:20:49,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-19 12:20:49,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-19 12:20:49,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 2a4c6b47-9f85-4d4a-8c14-753a49fbf068 | 2018-05-19 12:20:49,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-19 12:20:49,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-19 12:18:27 | 2018-05-19 12:20:49,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-19 12:20:48 | 2018-05-19 12:20:49,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:21 | 2018-05-19 12:20:49,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-19 12:20:49,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-19 12:20:49,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: a7051691-9dcf-4680-a71f-946b829c6726) | 2018-05-19 12:20:49,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-19 12:20:49,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 5b82b1d5-348f-44d6-b378-23261605a32c) | 2018-05-19 12:20:49,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 144 | 2018-05-19 12:20:49,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 130.561 | 2018-05-19 12:20:49,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 144 | 2018-05-19 12:20:49,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-19 12:20:49,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-19 12:20:49,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-19 12:20:49,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-19 12:20:49,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-19 12:20:49,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-19 12:20:50,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-05-19 12:20:53,312 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 12:20:53,312 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 02:41 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-19 12:20:53,316 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-19 12:20:53,406 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-19 12:20:55,865 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-19 12:20:55.513 11323 INFO rally.deployment.engine [-] Deployment 5b82b1d5-348f-44d6-b378-23261605a32c | Starting: Destroy cloud and free allocated resources. 2018-05-19 12:20:55.589 11323 INFO rally.deployment.engine [-] Deployment 5b82b1d5-348f-44d6-b378-23261605a32c | Completed: Destroy cloud and free allocated resources. 2018-05-19 12:20:55.618 11323 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=a7051691-9dcf-4680-a71f-946b829c6726) for deployment 'opnfv-rally'. 2018-05-19 12:20:55.632 11323 INFO rally.api [-] Deleting verification (UUID=2a4c6b47-9f85-4d4a-8c14-753a49fbf068). 2018-05-19 12:20:55.665 11323 INFO rally.api [-] Verification has been successfully deleted! 2018-05-19 12:20:55.665 11323 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=a7051691-9dcf-4680-a71f-946b829c6726). 2018-05-19 12:20:55.672 11323 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-19 12:20:58,170 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-19 12:20:57.901 11326 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=5d83ca9a-56cb-4805-b9c0-c2e701e148cf) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 5d83ca9a-56cb-4805-b9c0-c2e701e148cf | 2018-05-19T12:20:57 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 5d83ca9a-56cb-4805-b9c0-c2e701e148cf ~/.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-19 12:21:01,460 - 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-19 12:21:01,460 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-19 12:21:03,857 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-19 12:21:03.597 11332 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=a7051691-9dcf-4680-a71f-946b829c6726). 2018-05-19 12:21:03.715 11332 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-19 12:21:07,305 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-19 12:21:05.877 11335 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-19 12:21:06.152 11335 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-19 12:21:07.122 11335 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e56b7e08-4e21-48c3-879e-25d83aafbab4) has been successfully created! Using verifier 'opnfv-tempest' (UUID=e56b7e08-4e21-48c3-879e-25d83aafbab4) as the default verifier for the future CLI operations. 2018-05-19 12:21:10,285 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-19 12:21:11,844 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-19 12:21:16,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-19 12:21:21,149 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-19 12:21:20.333 11354 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e56b7e08-4e21-48c3-879e-25d83aafbab4) for deployment 'opnfv-rally' (UUID=5d83ca9a-56cb-4805-b9c0-c2e701e148cf). 2018-05-19 12:21:20.981 11354 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e56b7e08-4e21-48c3-879e-25d83aafbab4) has been successfully configured for deployment 'opnfv-rally' (UUID=5d83ca9a-56cb-4805-b9c0-c2e701e148cf)! 2018-05-19 12:21:21,149 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-19 12:21:21,150 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-19 12:21:21,152 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-19 12:21:21,161 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-19 12:21:24,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-e56b7e08-4e21-48c3-879e-25d83aafbab4/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-19 12:21:24,567 - 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-19 12:21:26,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 12:21:26.743 11363 INFO rally.api [-] Starting verification (UUID=add7f739-02cd-4c2a-a784-e7f90a4b2fb4) for deployment 'opnfv-rally' (UUID=5d83ca9a-56cb-4805-b9c0-c2e701e148cf) by verifier 'opnfv-tempest' (UUID=e56b7e08-4e21-48c3-879e-25d83aafbab4). 2018-05-19 12:21:26,744 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: add7f739-02cd-4c2a-a784-e7f90a4b2fb4 2018-05-19 12:23:51,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'add7f739-02cd-4c2a-a784-e7f90a4b2fb4']'. 2018-05-19 12:23:52,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-19 12:23:52,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-19 12:23:52,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-19 12:23:52,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | add7f739-02cd-4c2a-a784-e7f90a4b2fb4 | 2018-05-19 12:23:52,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-19 12:23:52,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-19 12:21:26 | 2018-05-19 12:23:52,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-19 12:23:51 | 2018-05-19 12:23:52,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:25 | 2018-05-19 12:23:52,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-19 12:23:52,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-19 12:23:52,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: e56b7e08-4e21-48c3-879e-25d83aafbab4) | 2018-05-19 12:23:52,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-19 12:23:52,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 5d83ca9a-56cb-4805-b9c0-c2e701e148cf) | 2018-05-19 12:23:52,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-19 12:23:52,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 136.207 | 2018-05-19 12:23:52,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 114 | 2018-05-19 12:23:52,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 166 | 2018-05-19 12:23:52,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-19 12:23:52,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-19 12:23:52,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 7 | 2018-05-19 12:23:52,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-19 12:23:52,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-19 12:23:52,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 94.2148760331% 2018-05-19 12:23:56,946 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 12:23:56,946 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:47 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-05-19 12:23:56,949 - xtesting.ci.run_tests - ERROR - The test case 'patrole' failed. 2018-05-19 12:23:56,950 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-19 12:23:57,840 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-19 13:05:57,476 - 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 2519.563s FAILED (errors=1) 2018-05-19 13:05:57,642 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 13:05:57,643 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 41:60 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-05-19 13:05:57,647 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-05-19 13:05:57,647 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-19 13:05:57,736 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-19 13:06:00,297 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-19 13:05:59.877 11590 INFO rally.deployment.engine [-] Deployment 5d83ca9a-56cb-4805-b9c0-c2e701e148cf | Starting: Destroy cloud and free allocated resources. 2018-05-19 13:05:59.974 11590 INFO rally.deployment.engine [-] Deployment 5d83ca9a-56cb-4805-b9c0-c2e701e148cf | Completed: Destroy cloud and free allocated resources. 2018-05-19 13:06:00.033 11590 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=e56b7e08-4e21-48c3-879e-25d83aafbab4) for deployment 'opnfv-rally'. 2018-05-19 13:06:00.066 11590 INFO rally.api [-] Deleting verification (UUID=add7f739-02cd-4c2a-a784-e7f90a4b2fb4). 2018-05-19 13:06:00.110 11590 INFO rally.api [-] Verification has been successfully deleted! 2018-05-19 13:06:00.110 11590 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=e56b7e08-4e21-48c3-879e-25d83aafbab4). 2018-05-19 13:06:00.118 11590 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-19 13:06:02,788 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-19 13:06:02.478 11593 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=2a297072-93f9-4abd-9a68-3f0a37c9a991) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 2a297072-93f9-4abd-9a68-3f0a37c9a991 | 2018-05-19T13:06:02 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 2a297072-93f9-4abd-9a68-3f0a37c9a991 ~/.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-19 13:06:06,082 - 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-19 13:06:06,082 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-19 13:06:08,516 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-19 13:06:08.232 11599 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=e56b7e08-4e21-48c3-879e-25d83aafbab4). 2018-05-19 13:06:08.358 11599 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-19 13:06:12,158 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-19 13:06:10.741 11602 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-19 13:06:10.891 11602 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-19 13:06:11.980 11602 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f6b30d16-5a90-467d-87f7-099c87b873e2) has been successfully created! Using verifier 'opnfv-tempest' (UUID=f6b30d16-5a90-467d-87f7-099c87b873e2) as the default verifier for the future CLI operations. 2018-05-19 13:06:15,042 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-19 13:06:16,751 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-19 13:06:20,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-19 13:06:25,525 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-19 13:06:24.534 11621 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f6b30d16-5a90-467d-87f7-099c87b873e2) for deployment 'opnfv-rally' (UUID=2a297072-93f9-4abd-9a68-3f0a37c9a991). 2018-05-19 13:06:25.309 11621 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f6b30d16-5a90-467d-87f7-099c87b873e2) has been successfully configured for deployment 'opnfv-rally' (UUID=2a297072-93f9-4abd-9a68-3f0a37c9a991)! 2018-05-19 13:06:25,526 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-19 13:06:25,526 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-19 13:06:25,528 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-19 13:06:25,536 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-19 13:06:28,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-f6b30d16-5a90-467d-87f7-099c87b873e2/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-19 13:06:28,445 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-19 13:06:28,446 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-19 13:06:28,446 - 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-19 13:06:30,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 13:06:30.591 11630 INFO rally.api [-] Starting verification (UUID=9f8331b9-1444-4172-945c-6570fd804675) for deployment 'opnfv-rally' (UUID=2a297072-93f9-4abd-9a68-3f0a37c9a991) by verifier 'opnfv-tempest' (UUID=f6b30d16-5a90-467d-87f7-099c87b873e2). 2018-05-19 13:06:30,592 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 9f8331b9-1444-4172-945c-6570fd804675 2018-05-19 13:07:43,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '9f8331b9-1444-4172-945c-6570fd804675']'. 2018-05-19 13:07:44,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-19 13:07:44,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-19 13:07:44,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-19 13:07:44,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 9f8331b9-1444-4172-945c-6570fd804675 | 2018-05-19 13:07:44,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-19 13:07:44,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-19 13:06:30 | 2018-05-19 13:07:44,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-19 13:07:43 | 2018-05-19 13:07:44,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:13 | 2018-05-19 13:07:44,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-19 13:07:44,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-19 13:07:44,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: f6b30d16-5a90-467d-87f7-099c87b873e2) | 2018-05-19 13:07:44,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-19 13:07:44,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2a297072-93f9-4abd-9a68-3f0a37c9a991) | 2018-05-19 13:07:44,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-19 13:07:44,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 63.491 | 2018-05-19 13:07:44,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 4 | 2018-05-19 13:07:44,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-05-19 13:07:44,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-19 13:07:44,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-19 13:07:44,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 39 | 2018-05-19 13:07:44,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-19 13:07:44,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-19 13:07:44,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 9.3023255814% 2018-05-19 13:07:47,379 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 13:07:47,379 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 01:32 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-05-19 13:07:47,384 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-05-19 13:07:47,384 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:44 | PASS | | vping_userdata | functest | smoke | 00:30 | PASS | | tempest_smoke_serial | functest | smoke | 12:20 | FAIL | | rally_sanity | functest | smoke | 21:29 | PASS | | refstack_defcore | functest | smoke | 02:41 | PASS | | patrole | functest | smoke | 02:47 | FAIL | | snaps_smoke | functest | smoke | 41:60 | FAIL | | neutron_trunk | functest | smoke | 01:32 | FAIL | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-19 13:07:47,391 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-19 13:07:50,563 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-131 | | 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-19 13:07:50,567 - 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=qxdYDvta47vZ7DavDYYU6HzEJ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23: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.4 export OS_REGION_NAME=regionOne 2018-05-19 13:07:50,567 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-19 13:07:50,567 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-19 13:07:50,568 - 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-19 13:07:50,570 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-19 13:07:53,047 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-131 | | 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-19 13:07:53,051 - 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=qxdYDvta47vZ7DavDYYU6HzEJ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23: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.4 export OS_REGION_NAME=regionOne 2018-05-19 13:07:53,051 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-19 13:07:53,052 - 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-19 13:07:53,053 - xtesting.ci.run_tests - INFO - Running tier 'vnf' 2018-05-19 13:07:53,053 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-05-19 13:07:54,276 - 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-19 13:07:54,330 - 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-19 13:07:54,357 - 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-19 13:07:54,738 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-19 13:07:54,738 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-19 13:07:55,181 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-19 13:07:55,182 - xtesting.energy.energy - DEBUG - Submitting scenario (cloudify_ims/running) 2018-05-19 13:07:55,621 - functest.core.vnf - INFO - Prepare VNF: cloudify_ims, description: Created by OPNFV Functest: cloudify_ims 2018-05-19 13:07:58,264 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=cloudify_ims-169f7edb-8f76-4915-8e74-b08c73568896, password=e412c21d-965e-4c16-8752-8cf735fada76, auth_url=http://172.30.9.23:5000/v3, project_name=cloudify_ims-169f7edb-8f76-4915-8e74-b08c73568896, 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-19 13:07:58,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Additional pre-configuration steps 2018-05-19 13:07:59,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload some OS images if it doesn't exist 2018-05-19 13:07:59,587 - 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-19 13:09:35,781 - 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-19 13:09:42,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating keypair ... 2018-05-19 13:09:42,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating full network ... 2018-05-19 13:09:50,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating security group for cloudify manager vm 2018-05-19 13:09:51,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for cloudify manager vm ... 2018-05-19 13:09:52,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating cloudify manager VM 2018-05-19 13:12:41,776 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': 'e412c21d-965e-4c16-8752-8cf735fada76', 'keystone_tenant_name': 'cloudify_ims-169f7edb-8f76-4915-8e74-b08c73568896', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.23:5000', 'user_domain_name': 'Default', 'keystone_username': 'cloudify_ims-169f7edb-8f76-4915-8e74-b08c73568896', 'project_domain_name': 'Default'} 2018-05-19 13:12:41,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Attemps running status of the Manager 2018-05-19 13:12:58,039 - 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': 815, 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': 867, 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': 818, 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': 816, 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': 848, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-05-19 13:12:58,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - The current manager status is running 2018-05-19 13:13:28,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager is up and running 2018-05-19 13:13:28,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-05-19 13:13:28,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-05-19 13:13:50,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo cp ~/cloudify_ims.pem /etc/cloudify/ stdout: 2018-05-19 13:13:50,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo chmod 444 /etc/cloudify/cloudify_ims.pem stdout: 2018-05-19 13:14:11,188 - 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-19 13:14:11,189 - 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-19 13:14:11,190 - 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-19 13:14:11,191 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-19 13:14:11,191 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-19 13:14:11,703 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 13:14:11,703 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 06:16 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-19 13:14:11,708 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-05-19 13:14:11,868 - 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-19 13:14:11,886 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-19 13:14:31,591 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-05-19 13:14:31,591 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-05-19 13:14:31,796 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-05-19 13:14:32,213 - 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-19 13:14:32,213 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-05-19 13:14:32,239 - 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-19 13:14:32,245 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-05-19 13:14:32,267 - 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-19 13:14:32,267 - functest.core.vnf - INFO - Prepare VNF: vyos_vrouter, description: Created by OPNFV Functest: vyos_vrouter 2018-05-19 13:14:34,895 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=vyos_vrouter-3bbc8880-dd4f-4a72-8bd4-fb7df824d7b8, password=9f5665b4-f27a-49df-a869-7926fbe0a274, auth_url=http://172.30.9.23:5000/v3, project_name=vyos_vrouter-3bbc8880-dd4f-4a72-8bd4-fb7df824d7b8, 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-19 13:14:34,895 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Additional pre-configuration steps 2018-05-19 13:14:34,896 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload some OS images if it doesn't exist 2018-05-19 13:14:34,896 - 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-19 13:15:59,360 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: vyos1.1.7, file: /home/opnfv/functest/images/vyos-1.1.7.img 2018-05-19 13:16:08,990 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating keypair ... 2018-05-19 13:16:09,642 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating full network ... 2018-05-19 13:16:16,681 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating security group for cloudify manager vm 2018-05-19 13:16:18,348 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for cloudify manager vm ... 2018-05-19 13:16:18,976 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating cloudify manager VM 2018-05-19 13:19:06,873 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Attemps running status of the Manager 2018-05-19 13:19:23,345 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - The current manager status is running 2018-05-19 13:19:53,367 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager is up and running 2018-05-19 13:19:53,368 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-05-19 13:20:15,092 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo cp ~/cloudify_vrouter.pem /etc/cloudify/ stdout: 2018-05-19 13:20:15,145 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo chmod 444 /etc/cloudify/cloudify_vrouter.pem stdout: 2018-05-19 13:20:36,321 - 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-19 13:20:36,322 - 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-19 13:20:36,323 - 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-19 13:20:36,444 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 13:20:36,444 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 06:04 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-19 13:20:36,448 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-05-19 13:20:36,650 - 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-19 13:20:36,651 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-19 13:20:56,615 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-05-19 13:20:56,616 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-05-19 13:20:56,704 - 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-19 13:20:56,723 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-05-19 13:20:56,723 - functest.core.vnf - INFO - Prepare VNF: juju_epc, description: Created by OPNFV Functest: juju_epc 2018-05-19 13:20:59,300 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=juju_epc-c3ff76f2-b8f6-4810-9cf2-afa58f512d4c, password=07bc4be9-19ed-4304-8bf6-96696b53db87, auth_url=http://172.30.9.23:5000/v3, project_name=juju_epc-c3ff76f2-b8f6-4810-9cf2-afa58f512d4c, 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-19 13:20:59,301 - 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-131 | | SDN_CONTROLLER_IP | 192.30.9.4 | | 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-19 13:20:59,669 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-05-19 13:21:00,846 - 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-19 13:21:00,846 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-05-19 13:21:02,236 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - snaps creds: OSCreds - username=juju_network_discovery_bug, password=efe59ae2-6cf2-4446-ad13-3d484e2fc61e, auth_url=http://172.30.9.23:5000/v3, project_name=juju_epc-c3ff76f2-b8f6-4810-9cf2-afa58f512d4c, 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-19 13:21:02,341 - 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-19 13:21:02,342 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Juju Orchestrator 2018-05-19 13:21:02,342 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating full network with nameserver: 8.8.8.8 2018-05-19 13:21:04,805 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating network Router .... 2018-05-19 13:21:09,423 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Flavor .... 2018-05-19 13:21:10,074 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload some OS images if it doesn't exist 2018-05-19 13:21:10,086 - 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-19 13:21:10,086 - 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-19 13:21:16,904 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i d764f51c-d6d6-4f92-bb82-452976c31b6b -s trusty -r regionOne -u http://172.30.9.23: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-19 13:21:16,904 - 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-19 13:21:23,543 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i f6922cc2-a42f-484d-99c2-ad1f1c808f15 -s xenial -r regionOne -u http://172.30.9.23: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-19 13:21:23,544 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Network ID : 01731e7f-03de-45b1-a5f0-977246811d5d 2018-05-19 13:21:23,544 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Starting Juju Bootstrap process... 2018-05-19 13:23:47,232 - 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=01731e7f-03de-45b1-a5f0-977246811d5d', '--config', 'ssl-hostname-verification=false', '--config', 'use-floating-ip=true', '--config', 'use-default-secgroup=true', '--debug'] 13:21:23 INFO juju.cmd supercommand.go:63 running juju [2.2.5 gc go1.9.4] 13:21:23 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=01731e7f-03de-45b1-a5f0-977246811d5d", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 13:21:23 DEBUG juju.cmd.juju.commands bootstrap.go:804 authenticating with region "" and credential "abot-epc" () 13:21:23 DEBUG juju.cmd.juju.commands bootstrap.go:932 provider attrs: map[use-floating-ip:true use-default-secgroup:true network:01731e7f-03de-45b1-a5f0-977246811d5d external-network:] 13:21:24 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 13:21:24 DEBUG juju.cmd.juju.commands bootstrap.go:988 preparing controller with config: map[logforward-enabled:false net-bond-reconfigure-delay:17 disable-network-management:false enable-os-refresh-update:true name:controller https-proxy: provisioner-harvest-mode:destroyed firewall-mode:instance apt-mirror: apt-ftp-proxy: network:01731e7f-03de-45b1-a5f0-977246811d5d ssl-hostname-verification:false external-network: development:false enable-os-upgrade:true apt-http-proxy: transmit-vendor-metrics:true resource-tags: proxy-ssh:false max-status-history-age:336h http-proxy: no-proxy:127.0.0.1,localhost,::1 type:openstack uuid:30148b35-8acd-4027-8edb-bc1e80e645d1 logging-config: agent-metadata-url: agent-stream:released update-status-hook-interval:5m use-floating-ip:true automatically-retry-hooks:true apt-no-proxy: ftp-proxy: max-status-history-size:5G max-action-results-size:5G image-stream:released apt-https-proxy: max-action-results-age:336h ignore-machine-addresses:false use-default-secgroup:true test-mode:false default-series:xenial authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD2sI0r9WMudGMIoawqX7eFKsAJD48xFvJRGkLlfWsPakRwA3BbkVi4IM7K/mDOYFAxV7s8i/ZGEAh4qhj2owOuvTgJwhnkim9y2Z0CS9O5YYtxr7Uuywl43/y02I7fJIWO+24Ax4fOQCwK+v1Y7gTBBWzkrR3ysJ60xeae34LBGF7nftX1+m7J8u5pF19PDMQWgX7OVl9pv65k7E6WAB5/XSyB/LuIEfu8Dmy649SP3oMSrQyHLuRnIIuMA0lADS20hKOrUa0FDWZvdgT2nnvSszq7WksWw+j94QYft84l3qQU1pIKz9w8jVEWRtAatHpK+8IAdY8C3/fXbKG5YbEX juju-client-key image-metadata-url:] 13:21:24 INFO juju.provider.openstack provider.go:144 opening model "controller" 13:21:24 DEBUG goose :1 auth details: &{Token:gAAAAABbACTUD7_91UrP-FXm5yGfFZc1hBoNl9iDaTN5icbdnxZ0wyrKyFvRlhLD9fPO__nyfNnzUiyTOdjb-YdEybW8i9PIF3JXfWE7KRsOmqD-TX7uJzcuPwQ1SKd1r2VcJTX7llrQr1xK6AhMXZ-ZRGAq3WeqL_KUAiSCQ1Z2tljkKBedCnI TenantId:0cf53418707b40d4bd6f418f3de90263 UserId:4cbe1ab8694c4d3b9f20f3e813faf8f6 Domain: RegionServiceURLs:map[regionOne:map[image:http://172.30.9.23:9292 alarming:http://172.30.9.23:8042 cloudformation:http://172.30.9.23:8000/v1 volumev2:http://172.30.9.23:8776/v2/0cf53418707b40d4bd6f418f3de90263 placement:http://172.30.9.23:8778/placement volume:http://172.30.9.23:8776/v1/0cf53418707b40d4bd6f418f3de90263 metric:http://172.30.9.23:8041 compute:http://172.30.9.23:8774/v2.1 orchestration:http://172.30.9.23:8004/v1/0cf53418707b40d4bd6f418f3de90263 identity:http://172.30.9.23:5000 policy:http://172.30.9.23:1789 network:http://172.30.9.23:9696 volumev3:http://172.30.9.23:8776/v3/0cf53418707b40d4bd6f418f3de90263 key-manager:http://172.30.9.23:9311]]} 13:21:24 INFO cmd bootstrap.go:482 Creating Juju controller "abot-controller" on abot-epc/regionOne 13:21:24 DEBUG goose :1 performing API version discovery for "http://172.30.9.23:8774/" 13:21:24 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.23:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.23:8774/v2.1/ Rel:self}] Status:CURRENT}] 13:21:25 INFO juju.cmd.juju.commands bootstrap.go:540 combined bootstrap constraints: mem=2048M 13:21:25 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 13:21:25 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 13:21:25 DEBUG juju.environs.bootstrap bootstrap.go:685 no agent directory found, using default agent binary metadata source: https://streams.canonical.com/juju/tools 13:21:25 DEBUG juju.environs.bootstrap bootstrap.go:710 setting default image metadata source: /root/images 13:21:25 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 13:21:25 INFO juju.environs.bootstrap bootstrap.go:728 custom image metadata added to search path 13:21:25 INFO cmd bootstrap.go:233 Loading image metadata 13:21:25 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 13:21:25 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 13:21:25 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 13:21:25 DEBUG juju.environs.bootstrap bootstrap.go:576 constraints for image metadata lookup &{{{regionOne http://172.30.9.23:5000/v3} [utopic xenial centos7 raring zesty win2012r2 opensuseleap precise vivid win2012hvr2 win2016 win10 win2008r2 wily win2016hv win7 win8 genericlinux quantal saucy yakkety win2016nano win81 trusty win2012hv win2012] [amd64 i386 armhf arm64 ppc64el s390x] released}} 13:21:25 DEBUG juju.environs.bootstrap bootstrap.go:588 found 2 image metadata in bootstrap metadata 13:21:27 DEBUG juju.environs.bootstrap bootstrap.go:588 found 0 image metadata in default cloud images 13:21:28 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.23:5000/v3} not found 13:21:28 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.23:5000/v3} not found 13:21:28 DEBUG juju.environs.bootstrap bootstrap.go:592 found 2 image metadata from all image data sources 13:21:28 INFO cmd bootstrap.go:296 Looking for packaged Juju agent version 2.2.5 for amd64 13:21:28 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.2.5 13:21:28 DEBUG juju.environs.tools tools.go:101 finding agent binaries in stream "released" 13:21:28 DEBUG juju.environs.tools tools.go:103 reading agent binaries with major.minor version 2.2 13:21:28 DEBUG juju.environs.tools tools.go:111 filtering agent binaries by version: 2.2.5 13:21:28 DEBUG juju.environs.tools tools.go:114 filtering agent binaries by series: xenial 13:21:28 DEBUG juju.environs.tools tools.go:117 filtering agent binaries by architecture: amd64 13:21:28 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 13:21:29 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 []} 13:21:32 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 13:21:32 INFO cmd bootstrap.go:357 Starting new instance for initial controller Launching controller instance(s) on abot-epc/regionOne... 13:21:33 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 13:21:33 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:f6922cc2-a42f-484d-99c2-ad1f1c808f15 Arch:amd64 VirtType:}] 13:21:33 INFO juju.environs.instances image.go:106 find instance - using image with id: f6922cc2-a42f-484d-99c2-ad1f1c808f15 13:21:33 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false 13:21:33 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 13:21:33 DEBUG juju.provider.openstack provider.go:1010 openstack user data; 2488 bytes 13:21:33 DEBUG juju.provider.openstack provider.go:1022 using network id "01731e7f-03de-45b1-a5f0-977246811d5d" 13:21:33 DEBUG goose :1 performing API version discovery for "http://172.30.9.23:9696/" 13:21:33 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.23:9696/v2.0/ Rel:self}] Status:CURRENT}] 13:21:36 INFO juju.provider.openstack provider.go:1146 trying to build instance in availability zone "nova" - instance "1b479969-401c-49ec-b00a-b2edbcc1f3f1" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "1b479969-401c-49ec-b00a-b2edbcc1f3f1" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "1b479969-401c-49ec-b00a-b2edbcc1f3f1" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "1b479969-401c-49ec-b00a-b2edbcc1f3f1" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "1b479969-401c-49ec-b00a-b2edbcc1f3f1" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "1b479969-401c-49ec-b00a-b2edbcc1f3f1" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "1b479969-401c-49ec-b00a-b2edbcc1f3f1" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "1b479969-401c-49ec-b00a-b2edbcc1f3f1" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "1b479969-401c-49ec-b00a-b2edbcc1f3f1" has status BUILD, wait 10 seconds before retry, attempt 9 - instance "1b479969-401c-49ec-b00a-b2edbcc1f3f1" has status BUILD, wait 10 seconds before retry, attempt 10 - instance "1b479969-401c-49ec-b00a-b2edbcc1f3f1" has status BUILD, wait 10 seconds before retry, attempt 11 - instance "1b479969-401c-49ec-b00a-b2edbcc1f3f1" has status BUILD, wait 10 seconds before retry, attempt 12 13:23:41 INFO juju.provider.openstack provider.go:1189 started instance "1b479969-401c-49ec-b00a-b2edbcc1f3f1" 13:23:41 DEBUG juju.provider.openstack provider.go:1193 allocating public IP address for openstack node 13:23:41 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 [] 13:23:41 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 []}]) 13:23:41 DEBUG juju.cmd.juju.commands bootstrap.go:1095 cleaning up after failed bootstrap 13:23:41 INFO juju.provider.common destroy.go:20 destroying model "controller" 13:23:41 INFO juju.provider.common destroy.go:31 destroying instances 13:23:43 DEBUG juju.provider.openstack provider.go:1231 terminating instances [1b479969-401c-49ec-b00a-b2edbcc1f3f1] 13:23:44 DEBUG juju.provider.openstack firewaller.go:297 deleting security group "juju-68cdbeab-d8bd-4cdb-8372-9a437d12a873-30148b35-8acd-4027-8edb-bc1e80e645d1-0" 13:23:46 INFO juju.provider.common destroy.go:51 destroying storage 13:23:46 DEBUG juju.provider.openstack cinder.go:81 volume URL: http://172.30.9.23:8776/v2/0cf53418707b40d4bd6f418f3de90263 13:23:46 DEBUG juju.provider.openstack firewaller.go:297 deleting security group "juju-68cdbeab-d8bd-4cdb-8372-9a437d12a873-30148b35-8acd-4027-8edb-bc1e80e645d1" 13:23:47 INFO cmd supercommand.go:465 command finished 2018-05-19 13:23:47,346 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 13:23:47,346 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 02:51 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-05-19 13:23:47,438 - 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-19 13:23:47,439 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Remove the Abot_epc OS object .. 2018-05-19 13:23:47,439 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-19 13:23:54,994 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-05-19 13:23:54,995 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 06:16 | FAIL | | vyos_vrouter | functest | vnf | 06:04 | FAIL | | juju_epc | functest | vnf | 02:51 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-05-19 13:23:54,998 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-19 13:23:57,604 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-131 | | 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-19 13:23:57,608 - 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=qxdYDvta47vZ7DavDYYU6HzEJ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23: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.4 export OS_REGION_NAME=regionOne 2018-05-19 13:23:57,608 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-19 13:23:57,608 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-19 13:23:57,609 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-19 13:23:57,610 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK