2018-05-01 00:13:59,604 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-70 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-01 00:13:59,609 - 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=mXxgcpZj7pzupF86dBRFHKyhh export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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.7 export OS_REGION_NAME=regionOne 2018-05-01 00:13:59,609 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-01 00:13:59,611 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-05-01 00:13:59,612 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-01 00:13:59,613 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-01 00:14:02,763 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-01 00:14:12,249 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 9.475s OK 2018-05-01 00:14:12,372 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 00:14:12,372 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-01 00:14:12,375 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-01 00:14:14,394 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-01 00:26:27,598 - 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 733.151s OK 2018-05-01 00:26:27,716 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 00:26:27,717 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:13 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-01 00:26:27,720 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-01 00:26:28,685 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-01 00:27:11,194 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 42.507s OK 2018-05-01 00:27:11,307 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 00:27:11,307 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:43 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-01 00:27:11,311 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | api_check | functest | healthcheck | 12:13 | PASS | | snaps_health_check | functest | healthcheck | 00:43 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-01 00:27:11,314 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-01 00:27:14,533 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-70 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-01 00:27:14,537 - 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=mXxgcpZj7pzupF86dBRFHKyhh export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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.7 export OS_REGION_NAME=regionOne 2018-05-01 00:27:14,537 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-01 00:27:14,539 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole odl snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ 2018-05-01 00:27:14,540 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-01 00:27:14,541 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-01 00:27:15,555 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-01 00:27:15,555 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-01 00:27:15,970 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-01 00:27:15,970 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-01 00:27:16,475 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-01 00:27:16,476 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-01 00:27:16' 2018-05-01 00:27:16,476 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--d95eacd4-5026-4f3e-aa70-d85771f4ab5a' 2018-05-01 00:27:19,848 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-d95eacd4-5026-4f3e-aa70-d85771f4ab5a' 2018-05-01 00:27:23,866 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-d95eacd4-5026-4f3e-aa70-d85771f4ab5a' 2018-05-01 00:27:30,070 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-d95eacd4-5026-4f3e-aa70-d85771f4ab5a' 2018-05-01 00:27:30,931 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-d95eacd4-5026-4f3e-aa70-d85771f4ab5a' 2018-05-01 00:27:31,666 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-d95eacd4-5026-4f3e-aa70-d85771f4ab5a' 2018-05-01 00:27:38,382 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-d95eacd4-5026-4f3e-aa70-d85771f4ab5a' 2018-05-01 00:27:42,691 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-d95eacd4-5026-4f3e-aa70-d85771f4ab5a' 2018-05-01 00:28:04,598 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-01 00:29:15,547 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-05-01 00:29:15,690 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-01 00:29:16,696 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-01 00:29:16,697 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-01 00:29:16,697 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-01 00:29:17,307 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 00:29:17,307 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 02:00 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-01 00:29:34,647 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-01 00:29:34,747 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-01 00:29:34,747 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-01 00:29:34' 2018-05-01 00:29:34,747 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--787664dd-18c4-4feb-912c-a3d20d7d4efc' 2018-05-01 00:29:38,303 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-787664dd-18c4-4feb-912c-a3d20d7d4efc' 2018-05-01 00:29:40,799 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-787664dd-18c4-4feb-912c-a3d20d7d4efc' 2018-05-01 00:29:47,398 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-787664dd-18c4-4feb-912c-a3d20d7d4efc' 2018-05-01 00:29:48,083 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-787664dd-18c4-4feb-912c-a3d20d7d4efc' 2018-05-01 00:29:55,078 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-787664dd-18c4-4feb-912c-a3d20d7d4efc' 2018-05-01 00:30:02,066 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-01 00:30:09,258 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-01 00:30:11,958 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.8. Waiting for response... 2018-05-01 00:30:38,748 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.8. Waiting for response... 2018-05-01 00:31:04,635 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.8. Waiting for response... 2018-05-01 00:31:12,496 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-01 00:31:12,621 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 00:31:12,622 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 01:38 | PASS | +------------------------+------------------+------------------+----------------+ 2018-05-01 00:31:28,754 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-01 00:31:28,878 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-01 00:31:33,678 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-01 00:31:33.407 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=22abe97c-fbc3-4df1-84da-b44dafa6b968) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 22abe97c-fbc3-4df1-84da-b44dafa6b968 | 2018-05-01T00:31:33 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 22abe97c-fbc3-4df1-84da-b44dafa6b968 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-01 00:31:37,006 - 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__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-05-01 00:31:37,006 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-01 00:31:43,262 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-01 00:31:41.405 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-01 00:31:41.529 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-01 00:31:43.036 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=19a59688-8461-4bfe-afc9-574705bcc006) has been successfully created! Using verifier 'opnfv-tempest' (UUID=19a59688-8461-4bfe-afc9-574705bcc006) as the default verifier for the future CLI operations. 2018-05-01 00:31:46,239 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-01 00:31:49,091 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-01 00:31:54,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-01 00:32:00,095 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-01 00:31:59.072 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=19a59688-8461-4bfe-afc9-574705bcc006) for deployment 'opnfv-rally' (UUID=22abe97c-fbc3-4df1-84da-b44dafa6b968). 2018-05-01 00:31:59.929 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=19a59688-8461-4bfe-afc9-574705bcc006) has been successfully configured for deployment 'opnfv-rally' (UUID=22abe97c-fbc3-4df1-84da-b44dafa6b968)! 2018-05-01 00:32:00,095 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-01 00:32:00,095 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-01 00:32:00,098 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-01 00:32:00,101 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-01 00:32:03,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-19a59688-8461-4bfe-afc9-574705bcc006/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-01 00:32:03,248 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-01 00:32:03,249 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-01 00:32:03,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-05-01 00:32:05,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:32:05.428 55 INFO rally.api [-] Starting verification (UUID=d68292d1-5516-4d82-b9ad-91837daeee2e) for deployment 'opnfv-rally' (UUID=22abe97c-fbc3-4df1-84da-b44dafa6b968) by verifier 'opnfv-tempest' (UUID=19a59688-8461-4bfe-afc9-574705bcc006). 2018-05-01 00:32:05,430 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: d68292d1-5516-4d82-b9ad-91837daeee2e 2018-05-01 00:32:12,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:32:12.806 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.177s] 2018-05-01 00:32:12,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:32:12.871 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.065s] 2018-05-01 00:32:19,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:32:19.766 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.535s] 2018-05-01 00:32:23,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:32:23.083 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.316s] 2018-05-01 00:32:37,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:32:37.131 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.800s] 2018-05-01 00:32:53,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:32:53.839 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.393s] 2018-05-01 00:33:28,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:33:28.170 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.066s] 2018-05-01 00:33:28,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:33:28.172 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-05-01 00:34:02,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:34:02.725 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.076s] 2018-05-01 00:34:02,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:34:02.726 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-01 00:34:37,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:34:37.142 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.081s] 2018-05-01 00:34:37,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:34:37.143 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-01 00:38:23,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:38:23.967 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [196.587s] 2018-05-01 00:38:48,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:38:48.332 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.064s] 2018-05-01 00:38:48,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:38:48.431 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.099s] 2018-05-01 00:38:55,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:38:55.401 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.672s] 2018-05-01 00:38:55,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:38:55.412 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2018-05-01 00:38:57,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:38:57.056 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-01 00:38:57,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:38:57.058 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-01 00:39:01,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:39:01.053 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.405s] 2018-05-01 00:39:07,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:39:07.408 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.081s] 2018-05-01 00:39:14,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:39:14.838 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.711s] 2018-05-01 00:39:22,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:39:22.590 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.435s] 2018-05-01 00:39:32,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:39:32.252 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.243s] 2018-05-01 00:39:38,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:39:38.678 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.397s] 2018-05-01 00:39:44,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:39:44.926 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.214s] 2018-05-01 00:39:52,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:39:52.623 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.443s] 2018-05-01 00:39:59,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:39:59.499 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.479s] 2018-05-01 00:40:07,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:40:07.828 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.728s] 2018-05-01 00:40:10,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:40:10.582 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-01 00:40:12,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:40:12.405 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.078s] 2018-05-01 00:40:12,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:40:12.477 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.071s] 2018-05-01 00:40:12,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:40:12.644 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.167s] 2018-05-01 00:40:12,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:40:12.651 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-05-01 00:40:17,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:40:17.297 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.901s] 2018-05-01 00:40:19,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:40:19.628 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.329s] 2018-05-01 00:40:21,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:40:21.741 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.112s] 2018-05-01 00:40:29,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:40:29.305 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-05-01 00:40:36,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:40:36.751 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.089s] 2018-05-01 00:40:51,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:40:51.539 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.727s] 2018-05-01 00:40:54,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:40:54.879 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.339s] 2018-05-01 00:41:06,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:41:06.462 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.096s] 2018-05-01 00:41:10,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:41:10.192 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.727s] 2018-05-01 00:41:19,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:41:19.460 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.267s] 2018-05-01 00:41:28,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:41:28.846 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.989s] 2018-05-01 00:41:32,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:41:32.594 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.748s] 2018-05-01 00:41:39,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:41:39.903 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [7.308s] 2018-05-01 00:41:57,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:41:57.395 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [7.425s] 2018-05-01 00:41:57,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:41:57.836 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.441s] 2018-05-01 00:41:58,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:41:58.109 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.272s] 2018-05-01 00:41:58,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:41:58.291 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.181s] 2018-05-01 00:41:58,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:41:58.541 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.250s] 2018-05-01 00:41:58,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:41:58.745 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.204s] 2018-05-01 00:42:14,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:42:14.242 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.045s] 2018-05-01 00:42:14,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:42:14.695 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.453s] 2018-05-01 00:42:14,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:42:14.980 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.284s] 2018-05-01 00:42:15,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:42:15.069 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.089s] 2018-05-01 00:42:15,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:42:15.175 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.105s] 2018-05-01 00:42:15,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:42:15.373 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.198s] 2018-05-01 00:42:29,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:42:29.343 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.273s] 2018-05-01 00:42:35,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:42:35.891 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.548s] 2018-05-01 00:42:37,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:42:37.903 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.011s] 2018-05-01 00:42:37,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:42:37.960 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.057s] 2018-05-01 00:42:38,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:42:38.179 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.219s] 2018-05-01 00:42:51,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:42:51.296 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.339s] 2018-05-01 00:42:57,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:42:57.855 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.559s] 2018-05-01 00:42:59,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:42:59.316 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.459s] 2018-05-01 00:42:59,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:42:59.671 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.356s] 2018-05-01 00:42:59,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:42:59.872 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.200s] 2018-05-01 00:43:14,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:43:14.777 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.359s] 2018-05-01 00:43:20,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:43:20.455 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.677s] 2018-05-01 00:43:25,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:43:25.405 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.949s] 2018-05-01 00:43:28,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:43:28.515 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.109s] 2018-05-01 00:43:54,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:43:54.361 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [10.087s] 2018-05-01 00:43:59,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:43:59.686 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.325s] 2018-05-01 00:44:04,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:44:04.208 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.521s] 2018-05-01 00:44:08,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:44:08.176 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.968s] 2018-05-01 00:44:24,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:44:24.999 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.641s] 2018-05-01 00:44:27,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:44:27.624 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.623s] 2018-05-01 00:44:27,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:44:27.832 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.210s] 2018-05-01 00:44:32,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:44:32.681 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.545s] 2018-05-01 00:44:35,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:44:35.015 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.331s] 2018-05-01 00:44:35,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:44:35.214 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.201s] 2018-05-01 00:44:39,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:44:39.809 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.377s] 2018-05-01 00:44:43,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:44:43.256 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.008s] 2018-05-01 00:44:44,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:44:44.734 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-01 00:44:44,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:44:44.736 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-01 00:44:44,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:44:44.736 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-01 00:44:44,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:44:44.737 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-01 00:44:44,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:44:44.738 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-01 00:44:46,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:44:46.639 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-05-01 00:45:01,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:45:01.578 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [9.496s] 2018-05-01 00:45:14,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:45:14.318 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.794s] 2018-05-01 00:45:26,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:45:26.243 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.921s] 2018-05-01 00:45:36,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:45:36.376 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.185s] 2018-05-01 00:48:21,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:48:21.992 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [159.599s] 2018-05-01 00:50:00,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:50:00.140 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [88.540s] 2018-05-01 00:50:43,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 00:50:43.882 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [24.514s] 2018-05-01 00:51:02,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd68292d1-5516-4d82-b9ad-91837daeee2e']'. 2018-05-01 00:51:03,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-01 00:51:03,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-01 00:51:03,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-01 00:51:03,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d68292d1-5516-4d82-b9ad-91837daeee2e | 2018-05-01 00:51:03,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-01 00:51:03,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-01 00:32:05 | 2018-05-01 00:51:03,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-01 00:51:02 | 2018-05-01 00:51:03,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:18:57 | 2018-05-01 00:51:03,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-01 00:51:03,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-01 00:51:03,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-01 00:51:03,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 19a59688-8461-4bfe-afc9-574705bcc006) | 2018-05-01 00:51:03,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-01 00:51:03,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 22abe97c-fbc3-4df1-84da-b44dafa6b968) | 2018-05-01 00:51:03,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-01 00:51:03,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1113.276 | 2018-05-01 00:51:03,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 88 | 2018-05-01 00:51:03,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-01 00:51:03,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-01 00:51:03,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-01 00:51:03,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-05-01 00:51:03,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-01 00:51:03,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-01 00:51:03,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 97.7777777778% 2018-05-01 00:51:11,126 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 00:51:11,126 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 19:25 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-05-01 00:51:11,129 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-05-01 00:51:11,130 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-01 00:51:11,236 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-01 00:51:11,747 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-01 00:51:11,747 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-01 00:51:12,272 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-01 00:51:14,780 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-01 00:51:14.363 230 INFO rally.deployment.engine [-] Deployment 22abe97c-fbc3-4df1-84da-b44dafa6b968 | Starting: Destroy cloud and free allocated resources. 2018-05-01 00:51:14.458 230 INFO rally.deployment.engine [-] Deployment 22abe97c-fbc3-4df1-84da-b44dafa6b968 | Completed: Destroy cloud and free allocated resources. 2018-05-01 00:51:14.496 230 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=19a59688-8461-4bfe-afc9-574705bcc006) for deployment 'opnfv-rally'. 2018-05-01 00:51:14.514 230 INFO rally.api [-] Deleting verification (UUID=d68292d1-5516-4d82-b9ad-91837daeee2e). 2018-05-01 00:51:14.555 230 INFO rally.api [-] Verification has been successfully deleted! 2018-05-01 00:51:14.556 230 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=19a59688-8461-4bfe-afc9-574705bcc006). 2018-05-01 00:51:14.568 230 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-01 00:51:17,289 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-01 00:51:16.988 233 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f519580f-a9c9-4a31-a7de-19a4582b3ba9) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f519580f-a9c9-4a31-a7de-19a4582b3ba9 | 2018-05-01T00:51:16 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f519580f-a9c9-4a31-a7de-19a4582b3ba9 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-01 00:51:20,745 - 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__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-05-01 00:51:20,745 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-01 00:51:22,249 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-04f4ca53-2397-4438-bb81-5f02fa33a1d9'... 2018-05-01 00:51:25,936 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-04f4ca53-2397-4438-bb81-5f02fa33a1d9'... 2018-05-01 00:51:28,504 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-04f4ca53-2397-4438-bb81-5f02fa33a1d9'... 2018-05-01 00:51:35,034 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-04f4ca53-2397-4438-bb81-5f02fa33a1d9'... 2018-05-01 00:51:35,753 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-04f4ca53-2397-4438-bb81-5f02fa33a1d9'... 2018-05-01 00:51:36,440 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-01 00:51:36,440 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-05-01 00:51:36,441 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-01 00:51:36,460 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-01 00:51:36,506 - 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': '8042a3c0-e52b-4fcc-9b3b-e974e0108a88', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-04f4ca53-2397-4438-bb81-5f02fa33a1d9', 'flavor_name': 'rally-tiny-04f4ca53-2397-4438-bb81-5f02fa33a1d9', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-04f4ca53-2397-4438-bb81-5f02fa33a1d9', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-01 00:52:38,534 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0bfacef5-b748-4bd1-900a-545732f96760 2018-05-01 00:52:38,535 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-01 00:52:38,535 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '0bfacef5-b748-4bd1-900a-545732f96760'] 2018-05-01 00:52:39,622 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 0bfacef5-b748-4bd1-900a-545732f96760: 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 0bfacef5-b748-4bd1-900a-545732f96760 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.486 | 0.486 | 0.486 | 0.486 | 0.486 | 0.486 | 100.0% | 1 | | total | 0.486 | 0.486 | 0.486 | 0.486 | 0.486 | 0.486 | 100.0% | 1 | | -> duration | 0.486 | 0.486 | 0.486 | 0.486 | 0.486 | 0.486 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.485638 Full duration: 7.452414 -------------------------------------------------------------------------------- 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 0bfacef5-b748-4bd1-900a-545732f96760 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.37 | 0.37 | 0.37 | 0.37 | 0.37 | 0.37 | 100.0% | 1 | | total | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | -> duration | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.79919 Full duration: 7.768454 -------------------------------------------------------------------------------- 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 0bfacef5-b748-4bd1-900a-545732f96760 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.536 | 0.536 | 0.536 | 0.536 | 0.536 | 0.536 | 100.0% | 1 | | total | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 100.0% | 1 | | -> duration | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.042217 Full duration: 7.676948 -------------------------------------------------------------------------------- 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 0bfacef5-b748-4bd1-900a-545732f96760 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.345 | 0.345 | 0.345 | 0.345 | 0.345 | 0.345 | 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.767798 Full duration: 7.700872 -------------------------------------------------------------------------------- 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 0bfacef5-b748-4bd1-900a-545732f96760 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.52 | 0.52 | 0.52 | 0.52 | 0.52 | 0.52 | 100.0% | 1 | | total | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 100.0% | 1 | | -> duration | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.920139 Full duration: 8.10245 -------------------------------------------------------------------------------- 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 0bfacef5-b748-4bd1-900a-545732f96760 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.226 | 0.226 | 0.226 | 0.226 | 0.226 | 0.226 | 100.0% | 1 | | total | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | -> duration | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.694943 Full duration: 7.668346 HINTS: * To plot HTML graphics with this data, run: rally task report 0bfacef5-b748-4bd1-900a-545732f96760 --out output.html * To generate a JUnit report, run: rally task export 0bfacef5-b748-4bd1-900a-545732f96760 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0bfacef5-b748-4bd1-900a-545732f96760 --json --out output.json 2018-05-01 00:52:39,622 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '0bfacef5-b748-4bd1-900a-545732f96760'] 2018-05-01 00:52:40,533 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-01 00:52:40,533 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '0bfacef5-b748-4bd1-900a-545732f96760', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-01 00:52:40,541 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-01 00:52:40,541 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-01 00:52:40,542 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-05-01 00:52:40,542 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-01 00:52:40,558 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-01 00:52:40,559 - 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': '8042a3c0-e52b-4fcc-9b3b-e974e0108a88', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-04f4ca53-2397-4438-bb81-5f02fa33a1d9', 'flavor_name': 'rally-tiny-04f4ca53-2397-4438-bb81-5f02fa33a1d9', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-04f4ca53-2397-4438-bb81-5f02fa33a1d9', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-01 00:54:18,596 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8d9e960f-1365-4447-831b-dea40b5c16e6 2018-05-01 00:54:18,596 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '8d9e960f-1365-4447-831b-dea40b5c16e6'] 2018-05-01 00:54:19,691 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 8d9e960f-1365-4447-831b-dea40b5c16e6: 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 8d9e960f-1365-4447-831b-dea40b5c16e6 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.773 | 4.773 | 4.773 | 4.773 | 4.773 | 4.773 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.522 | 0.522 | 0.522 | 0.522 | 0.522 | 0.522 | 100.0% | 1 | | -> glance_v2.upload_data | 1.833 | 1.833 | 1.833 | 1.833 | 1.833 | 1.833 | 100.0% | 1 | | glance_v2.delete_image | 1.37 | 1.37 | 1.37 | 1.37 | 1.37 | 1.37 | 100.0% | 1 | | total | 6.143 | 6.143 | 6.143 | 6.143 | 6.143 | 6.143 | 100.0% | 1 | | -> duration | 6.143 | 6.143 | 6.143 | 6.143 | 6.143 | 6.143 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.143246 Full duration: 14.725575 -------------------------------------------------------------------------------- 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 8d9e960f-1365-4447-831b-dea40b5c16e6 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.911 | 4.911 | 4.911 | 4.911 | 4.911 | 4.911 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 100.0% | 1 | | -> glance_v2.upload_data | 1.893 | 1.893 | 1.893 | 1.893 | 1.893 | 1.893 | 100.0% | 1 | | glance_v2.list_images | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 100.0% | 1 | | total | 5.109 | 5.109 | 5.109 | 5.109 | 5.109 | 5.109 | 100.0% | 1 | | -> duration | 5.109 | 5.109 | 5.109 | 5.109 | 5.109 | 5.109 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.108795 Full duration: 17.447289 -------------------------------------------------------------------------------- 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 8d9e960f-1365-4447-831b-dea40b5c16e6 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.349 | 0.349 | 0.349 | 0.349 | 0.349 | 0.349 | 100.0% | 1 | | total | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 100.0% | 1 | | -> duration | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.34975 Full duration: 7.711327 -------------------------------------------------------------------------------- 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-04f4ca53-2397-4438-bb81-5f02fa33a1d9" }, "number_instances": 2, "nics": [ { "net-id": "8042a3c0-e52b-4fcc-9b3b-e974e0108a88" } ] }, "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 8d9e960f-1365-4447-831b-dea40b5c16e6 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.304 | 4.304 | 4.304 | 4.304 | 4.304 | 4.304 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.367 | 0.367 | 0.367 | 0.367 | 0.367 | 0.367 | 100.0% | 1 | | -> glance_v2.upload_data | 1.429 | 1.429 | 1.429 | 1.429 | 1.429 | 1.429 | 100.0% | 1 | | nova.boot_servers | 16.193 | 16.193 | 16.193 | 16.193 | 16.193 | 16.193 | 100.0% | 1 | | total | 20.498 | 20.498 | 20.498 | 20.498 | 20.498 | 20.498 | 100.0% | 1 | | -> duration | 19.498 | 19.498 | 19.498 | 19.498 | 19.498 | 19.498 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.498024 Full duration: 41.39625 HINTS: * To plot HTML graphics with this data, run: rally task report 8d9e960f-1365-4447-831b-dea40b5c16e6 --out output.html * To generate a JUnit report, run: rally task export 8d9e960f-1365-4447-831b-dea40b5c16e6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8d9e960f-1365-4447-831b-dea40b5c16e6 --json --out output.json 2018-05-01 00:54:19,692 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '8d9e960f-1365-4447-831b-dea40b5c16e6'] 2018-05-01 00:54:20,770 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-01 00:54:20,770 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '8d9e960f-1365-4447-831b-dea40b5c16e6', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-01 00:54:20,777 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-01 00:54:20,778 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-01 00:54:20,778 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-05-01 00:54:20,778 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-01 00:54:20,794 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-01 00:54:20,804 - 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': '8042a3c0-e52b-4fcc-9b3b-e974e0108a88', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-04f4ca53-2397-4438-bb81-5f02fa33a1d9', 'flavor_name': 'rally-tiny-04f4ca53-2397-4438-bb81-5f02fa33a1d9', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-04f4ca53-2397-4438-bb81-5f02fa33a1d9', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-01 00:57:40,682 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 25f1555d-88ae-4c27-b478-e7bfee493004 2018-05-01 00:57:40,683 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '25f1555d-88ae-4c27-b478-e7bfee493004'] 2018-05-01 00:57:41,837 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 25f1555d-88ae-4c27-b478-e7bfee493004: 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 25f1555d-88ae-4c27-b478-e7bfee493004 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.185 | 3.185 | 3.185 | 3.185 | 3.185 | 3.185 | 100.0% | 1 | | cinder_v2.delete_snapshot | 3.273 | 3.273 | 3.273 | 3.273 | 3.273 | 3.273 | 100.0% | 1 | | total | 6.458 | 6.458 | 6.458 | 6.458 | 6.458 | 6.458 | 100.0% | 1 | | -> duration | 6.458 | 6.458 | 6.458 | 6.458 | 6.458 | 6.458 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.458402 Full duration: 23.636179 -------------------------------------------------------------------------------- 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 25f1555d-88ae-4c27-b478-e7bfee493004 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.321 | 3.321 | 3.321 | 3.321 | 3.321 | 3.321 | 100.0% | 1 | | cinder_v2.delete_volume | 2.457 | 2.457 | 2.457 | 2.457 | 2.457 | 2.457 | 100.0% | 1 | | total | 5.779 | 5.779 | 5.779 | 5.779 | 5.779 | 5.779 | 100.0% | 1 | | -> duration | 5.779 | 5.779 | 5.779 | 5.779 | 5.779 | 5.779 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.778796 Full duration: 15.905282 -------------------------------------------------------------------------------- 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-04f4ca53-2397-4438-bb81-5f02fa33a1d9" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 25f1555d-88ae-4c27-b478-e7bfee493004 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 9.369 | 9.369 | 9.369 | 9.369 | 9.369 | 9.369 | 100.0% | 1 | | cinder_v2.delete_volume | 3.288 | 3.288 | 3.288 | 3.288 | 3.288 | 3.288 | 100.0% | 1 | | total | 12.657 | 12.657 | 12.657 | 12.657 | 12.657 | 12.657 | 100.0% | 1 | | -> duration | 12.657 | 12.657 | 12.657 | 12.657 | 12.657 | 12.657 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.656727 Full duration: 23.494969 -------------------------------------------------------------------------------- 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 25f1555d-88ae-4c27-b478-e7bfee493004 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.151 | 3.151 | 3.151 | 3.151 | 3.151 | 3.151 | 100.0% | 1 | | cinder_v2.delete_volume | 2.331 | 2.331 | 2.331 | 2.331 | 2.331 | 2.331 | 100.0% | 1 | | total | 5.482 | 5.482 | 5.482 | 5.482 | 5.482 | 5.482 | 100.0% | 1 | | -> duration | 5.482 | 5.482 | 5.482 | 5.482 | 5.482 | 5.482 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.482325 Full duration: 15.845381 -------------------------------------------------------------------------------- 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 25f1555d-88ae-4c27-b478-e7bfee493004 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.325 | 3.325 | 3.325 | 3.325 | 3.325 | 3.325 | 100.0% | 1 | | cinder_v2.extend_volume | 2.667 | 2.667 | 2.667 | 2.667 | 2.667 | 2.667 | 100.0% | 1 | | cinder_v2.delete_volume | 2.326 | 2.326 | 2.326 | 2.326 | 2.326 | 2.326 | 100.0% | 1 | | total | 8.318 | 8.318 | 8.318 | 8.318 | 8.318 | 8.318 | 100.0% | 1 | | -> duration | 8.318 | 8.318 | 8.318 | 8.318 | 8.318 | 8.318 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.31779 Full duration: 18.377855 -------------------------------------------------------------------------------- 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 25f1555d-88ae-4c27-b478-e7bfee493004 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.22 | 3.22 | 3.22 | 3.22 | 3.22 | 3.22 | 100.0% | 1 | | cinder_v2.delete_volume | 2.617 | 2.617 | 2.617 | 2.617 | 2.617 | 2.617 | 100.0% | 1 | | total | 5.837 | 5.837 | 5.837 | 5.837 | 5.837 | 5.837 | 100.0% | 1 | | -> duration | 5.837 | 5.837 | 5.837 | 5.837 | 5.837 | 5.837 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.837482 Full duration: 23.474163 -------------------------------------------------------------------------------- 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 25f1555d-88ae-4c27-b478-e7bfee493004 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.591 | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 100.0% | 1 | | cinder_v2.list_qos | 0.274 | 0.274 | 0.274 | 0.274 | 0.274 | 0.274 | 100.0% | 1 | | total | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 100.0% | 1 | | -> duration | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.865807 Full duration: 12.557099 -------------------------------------------------------------------------------- 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 25f1555d-88ae-4c27-b478-e7bfee493004 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.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | cinder_v2.set_qos | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 100.0% | 1 | | total | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 100.0% | 1 | | -> duration | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.806172 Full duration: 12.386003 -------------------------------------------------------------------------------- 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 25f1555d-88ae-4c27-b478-e7bfee493004 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.643 | 0.643 | 0.643 | 0.643 | 0.643 | 0.643 | 100.0% | 1 | | cinder_v2.list_types | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 100.0% | 1 | | total | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | -> duration | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.821882 Full duration: 12.50444 -------------------------------------------------------------------------------- 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 25f1555d-88ae-4c27-b478-e7bfee493004 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.614 | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.222 | 0.222 | 0.222 | 0.222 | 0.222 | 0.222 | 100.0% | 1 | | total | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 100.0% | 1 | | -> duration | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.836074 Full duration: 12.433069 HINTS: * To plot HTML graphics with this data, run: rally task report 25f1555d-88ae-4c27-b478-e7bfee493004 --out output.html * To generate a JUnit report, run: rally task export 25f1555d-88ae-4c27-b478-e7bfee493004 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 25f1555d-88ae-4c27-b478-e7bfee493004 --json --out output.json 2018-05-01 00:57:41,838 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '25f1555d-88ae-4c27-b478-e7bfee493004'] 2018-05-01 00:57:42,951 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-01 00:57:42,951 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '25f1555d-88ae-4c27-b478-e7bfee493004', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-01 00:57:42,960 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-01 00:57:42,960 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-01 00:57:42,960 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-05-01 00:57:42,960 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-01 00:57:42,969 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-01 00:57:42,969 - 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': '8042a3c0-e52b-4fcc-9b3b-e974e0108a88', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-04f4ca53-2397-4438-bb81-5f02fa33a1d9', 'flavor_name': 'rally-tiny-04f4ca53-2397-4438-bb81-5f02fa33a1d9', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-04f4ca53-2397-4438-bb81-5f02fa33a1d9', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-01 00:59:08,399 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 030157c6-fbb2-4613-8a9f-d830717dfdbe 2018-05-01 00:59:08,399 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '030157c6-fbb2-4613-8a9f-d830717dfdbe'] 2018-05-01 00:59:09,408 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 030157c6-fbb2-4613-8a9f-d830717dfdbe: 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 030157c6-fbb2-4613-8a9f-d830717dfdbe 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.639 | 4.639 | 4.639 | 4.639 | 4.639 | 4.639 | 100.0% | 1 | | heat.update_stack | 2.416 | 2.416 | 2.416 | 2.416 | 2.416 | 2.416 | 100.0% | 1 | | heat.delete_stack | 2.979 | 2.979 | 2.979 | 2.979 | 2.979 | 2.979 | 100.0% | 1 | | total | 10.034 | 10.034 | 10.034 | 10.034 | 10.034 | 10.034 | 100.0% | 1 | | -> duration | 6.034 | 6.034 | 6.034 | 6.034 | 6.034 | 6.034 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.033612 Full duration: 20.780539 -------------------------------------------------------------------------------- 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 030157c6-fbb2-4613-8a9f-d830717dfdbe has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.09 | 5.09 | 5.09 | 5.09 | 5.09 | 5.09 | 100.0% | 1 | | heat.check_stack | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 100.0% | 1 | | heat.delete_stack | 2.66 | 2.66 | 2.66 | 2.66 | 2.66 | 2.66 | 100.0% | 1 | | total | 8.403 | 8.403 | 8.403 | 8.403 | 8.403 | 8.403 | 100.0% | 1 | | -> duration | 6.403 | 6.403 | 6.403 | 6.403 | 6.403 | 6.403 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.403399 Full duration: 17.061212 -------------------------------------------------------------------------------- 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 030157c6-fbb2-4613-8a9f-d830717dfdbe 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.649 | 4.649 | 4.649 | 4.649 | 4.649 | 4.649 | 100.0% | 1 | | heat.suspend_stack | 2.042 | 2.042 | 2.042 | 2.042 | 2.042 | 2.042 | 100.0% | 1 | | heat.resume_stack | 1.683 | 1.683 | 1.683 | 1.683 | 1.683 | 1.683 | 100.0% | 1 | | heat.delete_stack | 2.508 | 2.508 | 2.508 | 2.508 | 2.508 | 2.508 | 100.0% | 1 | | total | 10.882 | 10.882 | 10.882 | 10.882 | 10.882 | 10.882 | 100.0% | 1 | | -> duration | 8.882 | 8.882 | 8.882 | 8.882 | 8.882 | 8.882 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.882472 Full duration: 19.770358 -------------------------------------------------------------------------------- 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 030157c6-fbb2-4613-8a9f-d830717dfdbe 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.607 | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 100.0% | 1 | | total | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | -> duration | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.607582 Full duration: 8.17334 HINTS: * To plot HTML graphics with this data, run: rally task report 030157c6-fbb2-4613-8a9f-d830717dfdbe --out output.html * To generate a JUnit report, run: rally task export 030157c6-fbb2-4613-8a9f-d830717dfdbe --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 030157c6-fbb2-4613-8a9f-d830717dfdbe --json --out output.json 2018-05-01 00:59:09,409 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '030157c6-fbb2-4613-8a9f-d830717dfdbe'] 2018-05-01 00:59:10,432 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-01 00:59:10,432 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '030157c6-fbb2-4613-8a9f-d830717dfdbe', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-01 00:59:10,439 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-01 00:59:10,440 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-01 00:59:10,440 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-05-01 00:59:10,440 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-01 00:59:10,457 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-01 00:59:10,457 - 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': '8042a3c0-e52b-4fcc-9b3b-e974e0108a88', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-04f4ca53-2397-4438-bb81-5f02fa33a1d9', 'flavor_name': 'rally-tiny-04f4ca53-2397-4438-bb81-5f02fa33a1d9', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-04f4ca53-2397-4438-bb81-5f02fa33a1d9', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-01 01:02:26,811 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7e2396ce-854b-4fc6-b445-6023feab3169 2018-05-01 01:02:26,812 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '7e2396ce-854b-4fc6-b445-6023feab3169'] 2018-05-01 01:02:27,850 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 7e2396ce-854b-4fc6-b445-6023feab3169: 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 7e2396ce-854b-4fc6-b445-6023feab3169 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.59 | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 100.0% | 1 | | keystone_v3.add_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | keystone_v3.revoke_role | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 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.846403 Full duration: 14.520087 -------------------------------------------------------------------------------- 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 7e2396ce-854b-4fc6-b445-6023feab3169 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.501 | 0.501 | 0.501 | 0.501 | 0.501 | 0.501 | 100.0% | 1 | | keystone_v3.add_role | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | keystone_v3.list_roles | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | -> duration | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.730752 Full duration: 14.68137 -------------------------------------------------------------------------------- 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 7e2396ce-854b-4fc6-b445-6023feab3169 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.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | keystone_v3.list_projects | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 100.0% | 1 | | total | 0.845 | 0.845 | 0.845 | 0.845 | 0.845 | 0.845 | 100.0% | 1 | | -> duration | 0.845 | 0.845 | 0.845 | 0.845 | 0.845 | 0.845 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.844819 Full duration: 14.994763 -------------------------------------------------------------------------------- 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 7e2396ce-854b-4fc6-b445-6023feab3169 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.505 | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 100.0% | 1 | | keystone_v3.delete_role | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 100.0% | 1 | | total | 0.625 | 0.625 | 0.625 | 0.625 | 0.625 | 0.625 | 100.0% | 1 | | -> duration | 0.625 | 0.625 | 0.625 | 0.625 | 0.625 | 0.625 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.625036 Full duration: 12.144218 -------------------------------------------------------------------------------- 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 7e2396ce-854b-4fc6-b445-6023feab3169 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.498 | 0.498 | 0.498 | 0.498 | 0.498 | 0.498 | 100.0% | 1 | | keystone_v3.delete_service | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | total | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | -> duration | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.60857 Full duration: 12.830619 -------------------------------------------------------------------------------- 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 7e2396ce-854b-4fc6-b445-6023feab3169 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.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | keystone_v3.create_user | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | -> keystone_v3.add_role | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 100.0% | 1 | | keystone_v3.create_role | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | keystone_v3.get_project | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | keystone_v3.get_user | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | keystone_v3.get_role | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | keystone_v3.list_services | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 100.0% | 1 | | keystone_v3.get_services | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | total | 1.809 | 1.809 | 1.809 | 1.809 | 1.809 | 1.809 | 100.0% | 1 | | -> duration | 1.809 | 1.809 | 1.809 | 1.809 | 1.809 | 1.809 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.808835 Full duration: 19.587787 -------------------------------------------------------------------------------- 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 7e2396ce-854b-4fc6-b445-6023feab3169 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.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | keystone_v3.update_project | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 100.0% | 1 | | keystone_v3.delete_project | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 100.0% | 1 | | total | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 100.0% | 1 | | -> duration | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.028212 Full duration: 13.177894 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 7e2396ce-854b-4fc6-b445-6023feab3169 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.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | total | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> duration | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.77924 Full duration: 14.539927 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 7e2396ce-854b-4fc6-b445-6023feab3169 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.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | total | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | -> duration | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.665423 Full duration: 14.485319 -------------------------------------------------------------------------------- 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 7e2396ce-854b-4fc6-b445-6023feab3169 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.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 100.0% | 1 | | keystone_v3.list_users | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | total | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 100.0% | 1 | | -> duration | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.910906 Full duration: 15.194337 -------------------------------------------------------------------------------- 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 7e2396ce-854b-4fc6-b445-6023feab3169 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.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | keystone_v3.create_users | 4.883 | 4.883 | 4.883 | 4.883 | 4.883 | 4.883 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.882 | 4.882 | 4.882 | 4.882 | 4.882 | 4.882 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.854 | 0.854 | 0.854 | 0.854 | 0.854 | 0.854 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.221 | 1.221 | 1.221 | 1.221 | 1.221 | 1.221 | 100.0% | 1 | | total | 6.641 | 6.641 | 6.641 | 6.641 | 6.641 | 6.641 | 100.0% | 1 | | -> duration | 6.641 | 6.641 | 6.641 | 6.641 | 6.641 | 6.641 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.640617 Full duration: 23.022833 HINTS: * To plot HTML graphics with this data, run: rally task report 7e2396ce-854b-4fc6-b445-6023feab3169 --out output.html * To generate a JUnit report, run: rally task export 7e2396ce-854b-4fc6-b445-6023feab3169 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7e2396ce-854b-4fc6-b445-6023feab3169 --json --out output.json 2018-05-01 01:02:27,851 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '7e2396ce-854b-4fc6-b445-6023feab3169'] 2018-05-01 01:02:28,875 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-01 01:02:28,876 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '7e2396ce-854b-4fc6-b445-6023feab3169', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-01 01:02:28,883 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-01 01:02:28,883 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-01 01:02:28,883 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-05-01 01:02:28,884 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-01 01:02:28,900 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-01 01:02:28,910 - 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': '8042a3c0-e52b-4fcc-9b3b-e974e0108a88', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-04f4ca53-2397-4438-bb81-5f02fa33a1d9', 'flavor_name': 'rally-tiny-04f4ca53-2397-4438-bb81-5f02fa33a1d9', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-04f4ca53-2397-4438-bb81-5f02fa33a1d9', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-01 01:07:41,119 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 54bda6da-3f4b-4e1d-99f1-75e31e259425 2018-05-01 01:07:41,119 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '54bda6da-3f4b-4e1d-99f1-75e31e259425'] 2018-05-01 01:07:42,324 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 54bda6da-3f4b-4e1d-99f1-75e31e259425: 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 54bda6da-3f4b-4e1d-99f1-75e31e259425 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.977 | 0.977 | 0.977 | 0.977 | 0.977 | 0.977 | 100.0% | 1 | | neutron.delete_network | 1.209 | 1.209 | 1.209 | 1.209 | 1.209 | 1.209 | 100.0% | 1 | | total | 2.186 | 2.186 | 2.186 | 2.186 | 2.186 | 2.186 | 100.0% | 1 | | -> duration | 2.186 | 2.186 | 2.186 | 2.186 | 2.186 | 2.186 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.186411 Full duration: 15.29704 -------------------------------------------------------------------------------- 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 54bda6da-3f4b-4e1d-99f1-75e31e259425 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.446 | 1.446 | 1.446 | 1.446 | 1.446 | 1.446 | 100.0% | 1 | | neutron.delete_port | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | total | 2.205 | 2.205 | 2.205 | 2.205 | 2.205 | 2.205 | 100.0% | 1 | | -> duration | 2.205 | 2.205 | 2.205 | 2.205 | 2.205 | 2.205 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.204762 Full duration: 29.787004 -------------------------------------------------------------------------------- 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 54bda6da-3f4b-4e1d-99f1-75e31e259425 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.828 | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 100.0% | 1 | | neutron.create_subnet | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 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.742 | 1.742 | 1.742 | 1.742 | 1.742 | 1.742 | 100.0% | 1 | | neutron.remove_interface_router | 1.196 | 1.196 | 1.196 | 1.196 | 1.196 | 1.196 | 100.0% | 1 | | neutron.delete_router | 0.434 | 0.434 | 0.434 | 0.434 | 0.434 | 0.434 | 100.0% | 1 | | total | 5.358 | 5.358 | 5.358 | 5.358 | 5.358 | 5.358 | 100.0% | 1 | | -> duration | 5.358 | 5.358 | 5.358 | 5.358 | 5.358 | 5.358 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.358371 Full duration: 36.441745 -------------------------------------------------------------------------------- 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 54bda6da-3f4b-4e1d-99f1-75e31e259425 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_subnet | 1.294 | 1.294 | 1.294 | 1.294 | 1.294 | 1.294 | 100.0% | 1 | | neutron.delete_subnet | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 100.0% | 1 | | total | 1.893 | 1.893 | 1.893 | 1.893 | 1.893 | 1.893 | 100.0% | 1 | | -> duration | 1.893 | 1.893 | 1.893 | 1.893 | 1.893 | 1.893 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.893293 Full duration: 28.489078 -------------------------------------------------------------------------------- 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 54bda6da-3f4b-4e1d-99f1-75e31e259425 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.236 | 1.236 | 1.236 | 1.236 | 1.236 | 1.236 | 100.0% | 1 | | neutron.list_networks | 0.279 | 0.279 | 0.279 | 0.279 | 0.279 | 0.279 | 100.0% | 1 | | total | 1.515 | 1.515 | 1.515 | 1.515 | 1.515 | 1.515 | 100.0% | 1 | | -> duration | 1.515 | 1.515 | 1.515 | 1.515 | 1.515 | 1.515 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.515271 Full duration: 17.420138 -------------------------------------------------------------------------------- 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 54bda6da-3f4b-4e1d-99f1-75e31e259425 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.327 | 1.327 | 1.327 | 1.327 | 1.327 | 1.327 | 100.0% | 1 | | neutron.list_ports | 0.265 | 0.265 | 0.265 | 0.265 | 0.265 | 0.265 | 100.0% | 1 | | total | 1.592 | 1.592 | 1.592 | 1.592 | 1.592 | 1.592 | 100.0% | 1 | | -> duration | 1.592 | 1.592 | 1.592 | 1.592 | 1.592 | 1.592 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.591963 Full duration: 28.978197 -------------------------------------------------------------------------------- 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 54bda6da-3f4b-4e1d-99f1-75e31e259425 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.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | neutron.create_subnet | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | neutron.create_router | 0.28 | 0.28 | 0.28 | 0.28 | 0.28 | 0.28 | 100.0% | 1 | | neutron.add_interface_router | 1.542 | 1.542 | 1.542 | 1.542 | 1.542 | 1.542 | 100.0% | 1 | | neutron.list_routers | 0.234 | 0.234 | 0.234 | 0.234 | 0.234 | 0.234 | 100.0% | 1 | | total | 3.569 | 3.569 | 3.569 | 3.569 | 3.569 | 3.569 | 100.0% | 1 | | -> duration | 3.569 | 3.569 | 3.569 | 3.569 | 3.569 | 3.569 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.569085 Full duration: 37.696764 -------------------------------------------------------------------------------- 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 54bda6da-3f4b-4e1d-99f1-75e31e259425 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.939 | 0.939 | 0.939 | 0.939 | 0.939 | 0.939 | 100.0% | 1 | | neutron.create_subnet | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | neutron.list_subnets | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 100.0% | 1 | | total | 1.939 | 1.939 | 1.939 | 1.939 | 1.939 | 1.939 | 100.0% | 1 | | -> duration | 1.939 | 1.939 | 1.939 | 1.939 | 1.939 | 1.939 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.938658 Full duration: 33.165235 -------------------------------------------------------------------------------- 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 54bda6da-3f4b-4e1d-99f1-75e31e259425 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.004 | 1.004 | 1.004 | 1.004 | 1.004 | 1.004 | 100.0% | 1 | | neutron.delete_security_group | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 100.0% | 1 | | total | 1.718 | 1.718 | 1.718 | 1.718 | 1.718 | 1.718 | 100.0% | 1 | | -> duration | 1.718 | 1.718 | 1.718 | 1.718 | 1.718 | 1.718 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.718461 Full duration: 14.947256 -------------------------------------------------------------------------------- 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 54bda6da-3f4b-4e1d-99f1-75e31e259425 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.939 | 0.939 | 0.939 | 0.939 | 0.939 | 0.939 | 100.0% | 1 | | neutron.create_security_group_rule | 0.383 | 0.383 | 0.383 | 0.383 | 0.383 | 0.383 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.251 | 0.251 | 0.251 | 0.251 | 0.251 | 0.251 | 100.0% | 1 | | neutron.delete_security_group | 0.305 | 0.305 | 0.305 | 0.305 | 0.305 | 0.305 | 100.0% | 1 | | total | 1.879 | 1.879 | 1.879 | 1.879 | 1.879 | 1.879 | 100.0% | 1 | | -> duration | 1.879 | 1.879 | 1.879 | 1.879 | 1.879 | 1.879 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.879029 Full duration: 15.043544 -------------------------------------------------------------------------------- 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 54bda6da-3f4b-4e1d-99f1-75e31e259425 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.06 | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 100.0% | 1 | | neutron.create_router | 0.313 | 0.313 | 0.313 | 0.313 | 0.313 | 0.313 | 100.0% | 1 | | neutron.add_gateway_router | 1.354 | 1.354 | 1.354 | 1.354 | 1.354 | 1.354 | 100.0% | 1 | | neutron.remove_gateway_router | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 100.0% | 1 | | total | 3.651 | 3.651 | 3.651 | 3.651 | 3.651 | 3.651 | 100.0% | 1 | | -> duration | 3.651 | 3.651 | 3.651 | 3.651 | 3.651 | 3.651 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.651079 Full duration: 24.431598 HINTS: * To plot HTML graphics with this data, run: rally task report 54bda6da-3f4b-4e1d-99f1-75e31e259425 --out output.html * To generate a JUnit report, run: rally task export 54bda6da-3f4b-4e1d-99f1-75e31e259425 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 54bda6da-3f4b-4e1d-99f1-75e31e259425 --json --out output.json 2018-05-01 01:07:42,325 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '54bda6da-3f4b-4e1d-99f1-75e31e259425'] 2018-05-01 01:07:43,315 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-01 01:07:43,315 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '54bda6da-3f4b-4e1d-99f1-75e31e259425', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-01 01:07:43,324 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-01 01:07:43,325 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-01 01:07:43,325 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-05-01 01:07:43,326 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-01 01:07:43,351 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-01 01:07:43,352 - 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': '8042a3c0-e52b-4fcc-9b3b-e974e0108a88', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-04f4ca53-2397-4438-bb81-5f02fa33a1d9', 'flavor_name': 'rally-tiny-04f4ca53-2397-4438-bb81-5f02fa33a1d9', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-04f4ca53-2397-4438-bb81-5f02fa33a1d9', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-01 01:14:35,961 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8ebde833-32a7-45c2-b1d2-8db932c246be 2018-05-01 01:14:35,962 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '8ebde833-32a7-45c2-b1d2-8db932c246be'] 2018-05-01 01:14:37,164 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 8ebde833-32a7-45c2-b1d2-8db932c246be: 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-04f4ca53-2397-4438-bb81-5f02fa33a1d9" }, "image": { "name": "Cirros-0.4.0-04f4ca53-2397-4438-bb81-5f02fa33a1d9" }, "block_migration": false, "nics": [ { "net-id": "8042a3c0-e52b-4fcc-9b3b-e974e0108a88" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 8ebde833-32a7-45c2-b1d2-8db932c246be has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.904 | 9.904 | 9.904 | 9.904 | 9.904 | 9.904 | 100.0% | 1 | | nova.find_host_to_migrate | 1.157 | 1.157 | 1.157 | 1.157 | 1.157 | 1.157 | 100.0% | 1 | | nova.live_migrate | 10.915 | 10.915 | 10.915 | 10.915 | 10.915 | 10.915 | 100.0% | 1 | | nova.delete_server | 2.857 | 2.857 | 2.857 | 2.857 | 2.857 | 2.857 | 100.0% | 1 | | total | 24.833 | 24.833 | 24.833 | 24.833 | 24.833 | 24.833 | 100.0% | 1 | | -> duration | 23.833 | 23.833 | 23.833 | 23.833 | 23.833 | 23.833 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 23.832794 Full duration: 34.371623 -------------------------------------------------------------------------------- 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-04f4ca53-2397-4438-bb81-5f02fa33a1d9" }, "image": { "name": "Cirros-0.4.0-04f4ca53-2397-4438-bb81-5f02fa33a1d9" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "8042a3c0-e52b-4fcc-9b3b-e974e0108a88" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 8ebde833-32a7-45c2-b1d2-8db932c246be has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.534 | 9.534 | 9.534 | 9.534 | 9.534 | 9.534 | 100.0% | 1 | | cinder_v2.create_volume | 2.878 | 2.878 | 2.878 | 2.878 | 2.878 | 2.878 | 100.0% | 1 | | nova.attach_volume | 4.132 | 4.132 | 4.132 | 4.132 | 4.132 | 4.132 | 100.0% | 1 | | nova.find_host_to_migrate | 1.339 | 1.339 | 1.339 | 1.339 | 1.339 | 1.339 | 100.0% | 1 | | nova.live_migrate | 13.852 | 13.852 | 13.852 | 13.852 | 13.852 | 13.852 | 100.0% | 1 | | nova.detach_volume | 1.394 | 1.394 | 1.394 | 1.394 | 1.394 | 1.394 | 100.0% | 1 | | cinder_v2.delete_volume | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 100.0% | 1 | | nova.delete_server | 2.861 | 2.861 | 2.861 | 2.861 | 2.861 | 2.861 | 100.0% | 1 | | total | 36.793 | 36.793 | 36.793 | 36.793 | 36.793 | 36.793 | 100.0% | 1 | | -> duration | 35.793 | 35.793 | 35.793 | 35.793 | 35.793 | 35.793 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 35.792808 Full duration: 48.717407 -------------------------------------------------------------------------------- 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-04f4ca53-2397-4438-bb81-5f02fa33a1d9" }, "image": { "name": "Cirros-0.4.0-04f4ca53-2397-4438-bb81-5f02fa33a1d9" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "8042a3c0-e52b-4fcc-9b3b-e974e0108a88" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 8ebde833-32a7-45c2-b1d2-8db932c246be has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.879 | 8.879 | 8.879 | 8.879 | 8.879 | 8.879 | 100.0% | 1 | | nova.boot_server | 9.155 | 9.155 | 9.155 | 9.155 | 9.155 | 9.155 | 100.0% | 1 | | nova.find_host_to_migrate | 1.858 | 1.858 | 1.858 | 1.858 | 1.858 | 1.858 | 100.0% | 1 | | nova.live_migrate | 16.832 | 16.832 | 16.832 | 16.832 | 16.832 | 16.832 | 100.0% | 1 | | nova.delete_server | 7.764 | 7.764 | 7.764 | 7.764 | 7.764 | 7.764 | 100.0% | 1 | | total | 44.488 | 44.488 | 44.488 | 44.488 | 44.488 | 44.488 | 100.0% | 1 | | -> duration | 43.488 | 43.488 | 43.488 | 43.488 | 43.488 | 43.488 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 43.488236 Full duration: 56.159372 -------------------------------------------------------------------------------- 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-04f4ca53-2397-4438-bb81-5f02fa33a1d9" }, "image": { "name": "Cirros-0.4.0-04f4ca53-2397-4438-bb81-5f02fa33a1d9" }, "server_kwargs": { "nics": [ { "net-id": "8042a3c0-e52b-4fcc-9b3b-e974e0108a88" } ] } }, "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 8ebde833-32a7-45c2-b1d2-8db932c246be 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.834 | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 100.0% | 1 | | nova.boot_server | 9.23 | 9.23 | 9.23 | 9.23 | 9.23 | 9.23 | 100.0% | 1 | | nova.delete_server | 2.785 | 2.785 | 2.785 | 2.785 | 2.785 | 2.785 | 100.0% | 1 | | nova.delete_keypair | 0.039 | 0.039 | 0.039 | 0.039 | 0.039 | 0.039 | 100.0% | 1 | | total | 12.89 | 12.89 | 12.89 | 12.89 | 12.89 | 12.89 | 100.0% | 1 | | -> duration | 11.89 | 11.89 | 11.89 | 11.89 | 11.89 | 11.89 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.889956 Full duration: 36.669173 -------------------------------------------------------------------------------- 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-04f4ca53-2397-4438-bb81-5f02fa33a1d9" }, "image": { "name": "Cirros-0.4.0-04f4ca53-2397-4438-bb81-5f02fa33a1d9" }, "volume_size": 5, "nics": [ { "net-id": "8042a3c0-e52b-4fcc-9b3b-e974e0108a88" } ] }, "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 8ebde833-32a7-45c2-b1d2-8db932c246be has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 9.061 | 9.061 | 9.061 | 9.061 | 9.061 | 9.061 | 100.0% | 1 | | nova.boot_server | 7.258 | 7.258 | 7.258 | 7.258 | 7.258 | 7.258 | 100.0% | 1 | | nova.delete_server | 2.711 | 2.711 | 2.711 | 2.711 | 2.711 | 2.711 | 100.0% | 1 | | total | 19.03 | 19.03 | 19.03 | 19.03 | 19.03 | 19.03 | 100.0% | 1 | | -> duration | 18.03 | 18.03 | 18.03 | 18.03 | 18.03 | 18.03 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 18.030399 Full duration: 45.655127 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-04f4ca53-2397-4438-bb81-5f02fa33a1d9" }, "image": { "name": "Cirros-0.4.0-04f4ca53-2397-4438-bb81-5f02fa33a1d9" }, "force_delete": false, "nics": [ { "net-id": "8042a3c0-e52b-4fcc-9b3b-e974e0108a88" } ] }, "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 8ebde833-32a7-45c2-b1d2-8db932c246be has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.233 | 9.233 | 9.233 | 9.233 | 9.233 | 9.233 | 100.0% | 1 | | nova.pause_server | 2.637 | 2.637 | 2.637 | 2.637 | 2.637 | 2.637 | 100.0% | 1 | | nova.unpause_server | 2.92 | 2.92 | 2.92 | 2.92 | 2.92 | 2.92 | 100.0% | 1 | | nova.delete_server | 3.23 | 3.23 | 3.23 | 3.23 | 3.23 | 3.23 | 100.0% | 1 | | total | 18.021 | 18.021 | 18.021 | 18.021 | 18.021 | 18.021 | 100.0% | 1 | | -> duration | 13.021 | 13.021 | 13.021 | 13.021 | 13.021 | 13.021 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.021173 Full duration: 44.003571 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-04f4ca53-2397-4438-bb81-5f02fa33a1d9" }, "image": { "name": "Cirros-0.4.0-04f4ca53-2397-4438-bb81-5f02fa33a1d9" }, "nics": [ { "net-id": "8042a3c0-e52b-4fcc-9b3b-e974e0108a88" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 8ebde833-32a7-45c2-b1d2-8db932c246be has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 10.496 | 10.496 | 10.496 | 10.496 | 10.496 | 10.496 | 100.0% | 1 | | nova.migrate | 34.862 | 34.862 | 34.862 | 34.862 | 34.862 | 34.862 | 100.0% | 1 | | nova.resize_confirm | 3.521 | 3.521 | 3.521 | 3.521 | 3.521 | 3.521 | 100.0% | 1 | | nova.delete_server | 2.819 | 2.819 | 2.819 | 2.819 | 2.819 | 2.819 | 100.0% | 1 | | total | 51.699 | 51.699 | 51.699 | 51.699 | 51.699 | 51.699 | 100.0% | 1 | | -> duration | 50.699 | 50.699 | 50.699 | 50.699 | 50.699 | 50.699 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 50.699022 Full duration: 61.322163 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-04f4ca53-2397-4438-bb81-5f02fa33a1d9" }, "image": { "name": "Cirros-0.4.0-04f4ca53-2397-4438-bb81-5f02fa33a1d9" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 8ebde833-32a7-45c2-b1d2-8db932c246be 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.256 | 7.256 | 7.256 | 7.256 | 7.256 | 7.256 | 100.0% | 1 | | nova.list_interfaces | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 100.0% | 1 | | total | 8.02 | 8.02 | 8.02 | 8.02 | 8.02 | 8.02 | 100.0% | 1 | | -> duration | 7.02 | 7.02 | 7.02 | 7.02 | 7.02 | 7.02 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.019919 Full duration: 40.623236 -------------------------------------------------------------------------------- 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 8ebde833-32a7-45c2-b1d2-8db932c246be 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 | 1.023 | 1.023 | 1.023 | 1.023 | 1.023 | 1.023 | 100.0% | 1 | | nova.delete_server_group | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | total | 1.102 | 1.102 | 1.102 | 1.102 | 1.102 | 1.102 | 100.0% | 1 | | -> duration | 1.102 | 1.102 | 1.102 | 1.102 | 1.102 | 1.102 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.10162 Full duration: 9.808805 HINTS: * To plot HTML graphics with this data, run: rally task report 8ebde833-32a7-45c2-b1d2-8db932c246be --out output.html * To generate a JUnit report, run: rally task export 8ebde833-32a7-45c2-b1d2-8db932c246be --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8ebde833-32a7-45c2-b1d2-8db932c246be --json --out output.json 2018-05-01 01:14:37,164 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '8ebde833-32a7-45c2-b1d2-8db932c246be'] 2018-05-01 01:14:38,151 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-01 01:14:38,152 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '8ebde833-32a7-45c2-b1d2-8db932c246be', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-01 01:14:38,159 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-01 01:14:38,160 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-01 01:14:38,160 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-05-01 01:14:38,160 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-01 01:14:38,178 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-01 01:14:38,178 - 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': '8042a3c0-e52b-4fcc-9b3b-e974e0108a88', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-04f4ca53-2397-4438-bb81-5f02fa33a1d9', 'flavor_name': 'rally-tiny-04f4ca53-2397-4438-bb81-5f02fa33a1d9', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-04f4ca53-2397-4438-bb81-5f02fa33a1d9', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-01 01:15:32,043 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1e230ec8-6750-48b3-b34c-601650ffee9a 2018-05-01 01:15:32,043 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '1e230ec8-6750-48b3-b34c-601650ffee9a'] 2018-05-01 01:15:33,078 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 1e230ec8-6750-48b3-b34c-601650ffee9a: 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 1e230ec8-6750-48b3-b34c-601650ffee9a 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.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | quotas.delete_quotas | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 100.0% | 1 | | total | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 100.0% | 1 | | -> duration | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.918137 Full duration: 8.718263 -------------------------------------------------------------------------------- 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 1e230ec8-6750-48b3-b34c-601650ffee9a has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 100.0% | 1 | | 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.739268 Full duration: 8.591797 -------------------------------------------------------------------------------- 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 1e230ec8-6750-48b3-b34c-601650ffee9a 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.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | total | 1.113 | 1.113 | 1.113 | 1.113 | 1.113 | 1.113 | 100.0% | 1 | | -> duration | 1.113 | 1.113 | 1.113 | 1.113 | 1.113 | 1.113 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.113111 Full duration: 8.680294 -------------------------------------------------------------------------------- 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 1e230ec8-6750-48b3-b34c-601650ffee9a has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.277 | 1.277 | 1.277 | 1.277 | 1.277 | 1.277 | 100.0% | 1 | | total | 1.277 | 1.277 | 1.277 | 1.277 | 1.277 | 1.277 | 100.0% | 1 | | -> duration | 1.277 | 1.277 | 1.277 | 1.277 | 1.277 | 1.277 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.277386 Full duration: 9.016665 HINTS: * To plot HTML graphics with this data, run: rally task report 1e230ec8-6750-48b3-b34c-601650ffee9a --out output.html * To generate a JUnit report, run: rally task export 1e230ec8-6750-48b3-b34c-601650ffee9a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1e230ec8-6750-48b3-b34c-601650ffee9a --json --out output.json 2018-05-01 01:15:33,078 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '1e230ec8-6750-48b3-b34c-601650ffee9a'] 2018-05-01 01:15:34,127 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-01 01:15:34,128 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '1e230ec8-6750-48b3-b34c-601650ffee9a', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-01 01:15:34,135 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-01 01:15:34,138 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:21 | 4 | 100.00% | | cinder | 02:50 | 10 | 100.00% | | heat | 01:05 | 4 | 100.00% | | keystone | 02:49 | 11 | 100.00% | | neutron | 04:41 | 11 | 100.00% | | nova | 06:17 | 9 | 100.00% | | quotas | 00:35 | 4 | 100.00% | | | | | | | TOTAL: | 00:20:27 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-01 01:15:34,139 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-01 01:15:43,237 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-01 01:15:43,237 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-01 01:15:43,793 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 01:15:43,793 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 24:31 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-01 01:15:43,797 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-01 01:15:43,927 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-01 01:15:46,312 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-01 01:15:46.014 11309 INFO rally.deployment.engine [-] Deployment f519580f-a9c9-4a31-a7de-19a4582b3ba9 | Starting: Destroy cloud and free allocated resources. 2018-05-01 01:15:46.094 11309 INFO rally.deployment.engine [-] Deployment f519580f-a9c9-4a31-a7de-19a4582b3ba9 | Completed: Destroy cloud and free allocated resources. 2018-05-01 01:15:46.114 11309 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=19a59688-8461-4bfe-afc9-574705bcc006). 2018-05-01 01:15:46.118 11309 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-01 01:15:48,685 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-01 01:15:48.393 11312 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=a2ff7043-f6fb-465c-bbd0-3240bfe95259) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | a2ff7043-f6fb-465c-bbd0-3240bfe95259 | 2018-05-01T01:15:48 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: a2ff7043-f6fb-465c-bbd0-3240bfe95259 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-01 01:15:52,179 - 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__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-05-01 01:15:52,179 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-01 01:15:54,670 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-01 01:15:54.360 11318 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=19a59688-8461-4bfe-afc9-574705bcc006). 2018-05-01 01:15:54.495 11318 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-01 01:15:58,149 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-01 01:15:56.757 11321 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-01 01:15:56.905 11321 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-01 01:15:57.938 11321 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5e1b1fa6-d1ea-4b24-b56e-95f772f9131b) has been successfully created! Using verifier 'opnfv-tempest' (UUID=5e1b1fa6-d1ea-4b24-b56e-95f772f9131b) as the default verifier for the future CLI operations. 2018-05-01 01:16:01,185 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-01 01:16:04,189 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-01 01:16:11,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-01 01:16:16,524 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-01 01:16:15.547 11340 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5e1b1fa6-d1ea-4b24-b56e-95f772f9131b) for deployment 'opnfv-rally' (UUID=a2ff7043-f6fb-465c-bbd0-3240bfe95259). 2018-05-01 01:16:16.400 11340 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5e1b1fa6-d1ea-4b24-b56e-95f772f9131b) has been successfully configured for deployment 'opnfv-rally' (UUID=a2ff7043-f6fb-465c-bbd0-3240bfe95259)! 2018-05-01 01:16:16,524 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-01 01:16:16,525 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-01 01:16:16,527 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-01 01:16:18,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-05-01 01:16:21,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:16:21.199 11352 INFO rally.api [-] Starting verification (UUID=2462bc03-b850-4184-b358-de51e126fb9a) for deployment 'opnfv-rally' (UUID=a2ff7043-f6fb-465c-bbd0-3240bfe95259) by verifier 'opnfv-tempest' (UUID=5e1b1fa6-d1ea-4b24-b56e-95f772f9131b). 2018-05-01 01:16:21,200 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 2462bc03-b850-4184-b358-de51e126fb9a 2018-05-01 01:16:30,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:16:30.844 11352 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.249s] 2018-05-01 01:16:31,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:16:31.284 11352 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.722s] 2018-05-01 01:16:31,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:16:31.306 11352 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.759s] 2018-05-01 01:16:31,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:16:31.329 11352 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.022s] 2018-05-01 01:16:31,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:16:31.350 11352 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.066s] 2018-05-01 01:16:31,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:16:31.495 11352 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.985s] 2018-05-01 01:16:33,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:16:33.425 11352 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.929s] 2018-05-01 01:16:36,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:16:36.873 11352 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.075s] 2018-05-01 01:16:36,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:16:36.943 11352 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.069s] 2018-05-01 01:16:37,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:16:37.029 11352 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.086s] 2018-05-01 01:16:37,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:16:37.582 11352 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [6.942s] 2018-05-01 01:16:43,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:16:43.167 11352 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.708s] 2018-05-01 01:16:43,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:16:43.193 11352 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.160s] 2018-05-01 01:16:43,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:16:43.423 11352 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.230s] 2018-05-01 01:16:44,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:16:44.855 11352 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.687s] 2018-05-01 01:16:45,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:16:45.002 11352 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.201s] 2018-05-01 01:16:45,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:16:45.132 11352 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.707s] 2018-05-01 01:16:45,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:16:45.200 11352 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.197s] 2018-05-01 01:16:45,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:16:45.303 11352 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.171s] 2018-05-01 01:16:45,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:16:45.473 11352 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.168s] 2018-05-01 01:16:50,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:16:50.133 11352 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.061s] 2018-05-01 01:16:50,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:16:50.504 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [5.149s] 2018-05-01 01:16:54,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:16:54.175 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [3.670s] 2018-05-01 01:16:56,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:16:56.533 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [25.965s] 2018-05-01 01:16:58,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:16:58.600 11352 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [8.464s] 2018-05-01 01:17:07,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:07.137 11352 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.070s] 2018-05-01 01:17:07,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:07.149 11352 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-01 01:17:07,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:07.320 11352 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.169s] 2018-05-01 01:17:07,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:07.330 11352 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-05-01 01:17:07,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:07.343 11352 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.012s] 2018-05-01 01:17:07,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:07.374 11352 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.030s] 2018-05-01 01:17:07,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:07.439 11352 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.064s] 2018-05-01 01:17:07,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:07.507 11352 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.068s] 2018-05-01 01:17:07,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:07.859 11352 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.351s] 2018-05-01 01:17:07,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:07.878 11352 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.018s] 2018-05-01 01:17:07,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:07.947 11352 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.069s] 2018-05-01 01:17:08,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:08.998 11352 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.654s] 2018-05-01 01:17:09,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:09.702 11352 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.704s] 2018-05-01 01:17:10,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:10.357 11352 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.654s] 2018-05-01 01:17:10,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:10.743 11352 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.384s] 2018-05-01 01:17:11,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:11.485 11352 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.742s] 2018-05-01 01:17:11,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:11.559 11352 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.074s] 2018-05-01 01:17:11,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:11.646 11352 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.086s] 2018-05-01 01:17:11,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:11.715 11352 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.068s] 2018-05-01 01:17:11,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:11.787 11352 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.072s] 2018-05-01 01:17:11,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:11.866 11352 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.078s] 2018-05-01 01:17:12,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:12.034 11352 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.167s] 2018-05-01 01:17:15,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:15.088 11352 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [2.239s] 2018-05-01 01:17:21,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:21.438 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.573s] 2018-05-01 01:17:22,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:22.996 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.557s] 2018-05-01 01:17:24,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:24.590 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.594s] 2018-05-01 01:17:25,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:25.546 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.196s] 2018-05-01 01:17:25,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:25.849 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.258s] 2018-05-01 01:17:25,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:25.935 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.388s] 2018-05-01 01:17:26,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:26.138 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.203s] 2018-05-01 01:17:26,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:26.852 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.712s] 2018-05-01 01:17:26,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:26.955 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.103s] 2018-05-01 01:17:27,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:27.138 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.288s] 2018-05-01 01:17:27,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:27.848 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.891s] 2018-05-01 01:17:27,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:27.887 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.040s] 2018-05-01 01:17:28,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:28.103 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.215s] 2018-05-01 01:17:28,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:28.200 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.096s] 2018-05-01 01:17:28,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:28.252 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.051s] 2018-05-01 01:17:28,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:28.397 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.258s] 2018-05-01 01:17:28,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:28.529 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.278s] 2018-05-01 01:17:28,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:28.652 11352 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.157s] 2018-05-01 01:17:28,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:28.758 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.227s] 2018-05-01 01:17:28,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:28.927 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.530s] 2018-05-01 01:17:29,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:29.027 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.268s] 2018-05-01 01:17:29,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:29.245 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.218s] 2018-05-01 01:17:29,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:29.302 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.056s] 2018-05-01 01:17:29,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:29.658 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.731s] 2018-05-01 01:17:29,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:29.702 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.659s] 2018-05-01 01:17:29,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:29.847 11352 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.260s] 2018-05-01 01:17:30,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:30.234 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.575s] 2018-05-01 01:17:31,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:31.397 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.161s] 2018-05-01 01:17:32,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:32.246 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.850s] 2018-05-01 01:17:32,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:32.675 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.428s] 2018-05-01 01:17:33,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:33.281 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.605s] 2018-05-01 01:17:34,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:34.653 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.369s] 2018-05-01 01:17:34,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:34.909 11352 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [45.566s] 2018-05-01 01:17:35,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:35.118 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.466s] 2018-05-01 01:17:35,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:35.150 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [5.447s] 2018-05-01 01:17:35,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:35.183 11352 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [57.594s] 2018-05-01 01:17:35,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:35.685 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.566s] 2018-05-01 01:17:35,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:35.931 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.246s] 2018-05-01 01:17:36,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:36.495 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.562s] 2018-05-01 01:17:36,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:36.679 11352 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.773s] 2018-05-01 01:17:37,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:37.675 11352 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.827s] 2018-05-01 01:17:38,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:38.333 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.182s] 2018-05-01 01:17:41,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:41.051 11352 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.376s] 2018-05-01 01:17:41,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:41.121 11352 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.070s] 2018-05-01 01:17:41,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:41.177 11352 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.055s] 2018-05-01 01:17:41,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:41.293 11352 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.115s] 2018-05-01 01:17:41,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:41.505 11352 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.211s] 2018-05-01 01:17:42,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:42.607 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.273s] 2018-05-01 01:17:47,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:47.228 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.619s] 2018-05-01 01:17:51,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:51.566 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.338s] 2018-05-01 01:17:52,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:52.887 11352 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [17.696s] 2018-05-01 01:17:55,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:17:55.767 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.200s] 2018-05-01 01:18:03,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:18:03.804 11352 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [10.919s] 2018-05-01 01:18:04,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:18:04.584 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [8.816s] 2018-05-01 01:18:08,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:18:08.691 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.106s] 2018-05-01 01:18:08,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:18:08.971 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.280s] 2018-05-01 01:18:09,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:18:09.207 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.236s] 2018-05-01 01:18:09,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:18:09.323 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.115s] 2018-05-01 01:18:09,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:18:09.400 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.076s] 2018-05-01 01:18:09,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:18:09.805 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.404s] 2018-05-01 01:18:09,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:18:09.911 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.105s] 2018-05-01 01:18:09,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:18:09.967 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.056s] 2018-05-01 01:18:10,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:18:10.022 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.054s] 2018-05-01 01:18:16,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:18:16.990 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.966s] 2018-05-01 01:18:17,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:18:17.565 11352 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [67.459s] 2018-05-01 01:18:30,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:18:30.838 11352 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.857s] 2018-05-01 01:18:37,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:18:37.955 11352 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.116s] 2018-05-01 01:19:03,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:19:03.173 11352 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [59.353s] 2018-05-01 01:19:07,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:19:07.745 11352 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.326s] 2018-05-01 01:19:08,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:19:08.119 11352 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.373s] 2018-05-01 01:19:23,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:19:23.087 11352 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2018-05-01 01:19:23,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:19:23.612 11352 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.524s] 2018-05-01 01:19:23,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:19:23.915 11352 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.302s] 2018-05-01 01:19:24,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:19:24.491 11352 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.576s] 2018-05-01 01:19:24,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:19:24.667 11352 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.175s] 2018-05-01 01:19:24,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:19:24.863 11352 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.196s] 2018-05-01 01:19:25,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:19:25.603 11352 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.738s] 2018-05-01 01:19:25,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:19:25.651 11352 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.048s] 2018-05-01 01:19:25,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:19:25.694 11352 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.042s] 2018-05-01 01:19:25,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:19:25.989 11352 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.294s] 2018-05-01 01:20:22,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:20:22.868 11352 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [214.929s] 2018-05-01 01:20:29,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:20:29.690 11352 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [132.127s] 2018-05-01 01:20:44,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:20:44.655 11352 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [187.191s] 2018-05-01 01:20:44,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:20:44.725 11352 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.078s] 2018-05-01 01:20:45,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:20:45.262 11352 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.536s] 2018-05-01 01:20:54,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:20:54.800 11352 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [31.927s] 2018-05-01 01:21:09,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:21:09.101 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.173s] 2018-05-01 01:21:09,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:21:09.291 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.189s] 2018-05-01 01:21:09,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:21:09.473 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.181s] 2018-05-01 01:21:09,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:21:09.636 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.163s] 2018-05-01 01:21:09,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:21:09.802 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.164s] 2018-05-01 01:21:09,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:21:09.952 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.149s] 2018-05-01 01:21:10,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:21:10.171 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.219s] 2018-05-01 01:21:10,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:21:10.355 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.184s] 2018-05-01 01:21:10,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:21:10.366 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.010s] 2018-05-01 01:21:10,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:21:10.564 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.198s] 2018-05-01 01:21:10,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:21:10.727 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.162s] 2018-05-01 01:21:11,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:21:11.303 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.575s] 2018-05-01 01:21:11,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:21:11.503 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.199s] 2018-05-01 01:21:11,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:21:11.542 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.038s] 2018-05-01 01:21:11,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:21:11.580 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.038s] 2018-05-01 01:21:11,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:21:11.775 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.194s] 2018-05-01 01:21:11,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:21:11.969 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.184s] 2018-05-01 01:21:11,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:21:11.971 11352 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [187.141s] 2018-05-01 01:21:11,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:21:11.996 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.036s] 2018-05-01 01:21:12,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:21:12.038 11352 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.078s] 2018-05-01 01:21:12,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:21:12.164 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.167s] 2018-05-01 01:21:12,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:21:12.197 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.032s] 2018-05-01 01:21:12,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:21:12.234 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.037s] 2018-05-01 01:21:12,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:21:12.270 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.036s] 2018-05-01 01:21:12,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:21:12.437 11352 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.397s] 2018-05-01 01:21:12,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:21:12.455 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.185s] 2018-05-01 01:21:54,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:21:54.724 11352 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [85.027s] 2018-05-01 01:22:14,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:22:14.273 11352 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [19.546s] 2018-05-01 01:22:34,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:22:34.860 11352 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.815s] 2018-05-01 01:22:42,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:22:42.029 11352 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [7.168s] 2018-05-01 01:22:54,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:22:54.804 11352 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.772s] 2018-05-01 01:23:52,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:23:52.726 11352 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [187.454s] 2018-05-01 01:23:52,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:23:52.727 11352 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-05-01 01:24:13,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:24:13.869 11352 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.531s] 2018-05-01 01:24:14,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:24:14.088 11352 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.218s] 2018-05-01 01:24:14,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:24:14.316 11352 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.228s] 2018-05-01 01:24:14,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:24:14.898 11352 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.582s] 2018-05-01 01:24:15,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:24:15.455 11352 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.556s] 2018-05-01 01:24:15,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:24:15.850 11352 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.395s] 2018-05-01 01:24:19,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:24:19.785 11352 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [187.338s] 2018-05-01 01:24:19,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:24:19.786 11352 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-05-01 01:24:23,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:24:23.280 11352 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.908s] 2018-05-01 01:24:25,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:24:25.076 11352 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.796s] 2018-05-01 01:24:29,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:24:29.048 11352 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.967s] 2018-05-01 01:24:30,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:24:30.169 11352 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.123s] 2018-05-01 01:24:32,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:24:32.753 11352 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.581s] 2018-05-01 01:24:34,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:24:34.141 11352 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.389s] 2018-05-01 01:24:34,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:24:34.622 11352 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.163s] 2018-05-01 01:24:35,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:24:35.846 11352 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.702s] 2018-05-01 01:24:35,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:24:35.935 11352 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.090s] 2018-05-01 01:24:38,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '2462bc03-b850-4184-b358-de51e126fb9a']'. 2018-05-01 01:24:39,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-01 01:24:39,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-01 01:24:39,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-01 01:24:39,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 2462bc03-b850-4184-b358-de51e126fb9a | 2018-05-01 01:24:39,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-01 01:24:39,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-01 01:16:21 | 2018-05-01 01:24:39,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-01 01:24:38 | 2018-05-01 01:24:39,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:08:17 | 2018-05-01 01:24:39,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-01 01:24:39,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-01 01:24:39,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 5e1b1fa6-d1ea-4b24-b56e-95f772f9131b) | 2018-05-01 01:24:39,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-01 01:24:39,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: a2ff7043-f6fb-465c-bbd0-3240bfe95259) | 2018-05-01 01:24:39,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 184 | 2018-05-01 01:24:39,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 487.721 | 2018-05-01 01:24:39,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 179 | 2018-05-01 01:24:39,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-01 01:24:39,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-01 01:24:39,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-01 01:24:39,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 5 | 2018-05-01 01:24:39,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-01 01:24:39,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-01 01:24:40,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 97.2826086957% 2018-05-01 01:24:47,173 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 01:24:47,173 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 08:46 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-05-01 01:24:47,177 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-05-01 01:24:47,177 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-01 01:24:47,290 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-01 01:24:49,713 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-01 01:24:49.337 11450 INFO rally.deployment.engine [-] Deployment a2ff7043-f6fb-465c-bbd0-3240bfe95259 | Starting: Destroy cloud and free allocated resources. 2018-05-01 01:24:49.408 11450 INFO rally.deployment.engine [-] Deployment a2ff7043-f6fb-465c-bbd0-3240bfe95259 | Completed: Destroy cloud and free allocated resources. 2018-05-01 01:24:49.456 11450 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=5e1b1fa6-d1ea-4b24-b56e-95f772f9131b) for deployment 'opnfv-rally'. 2018-05-01 01:24:49.481 11450 INFO rally.api [-] Deleting verification (UUID=2462bc03-b850-4184-b358-de51e126fb9a). 2018-05-01 01:24:49.522 11450 INFO rally.api [-] Verification has been successfully deleted! 2018-05-01 01:24:49.522 11450 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=5e1b1fa6-d1ea-4b24-b56e-95f772f9131b). 2018-05-01 01:24:49.531 11450 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-01 01:24:52,085 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-01 01:24:51.804 11453 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=338e1c3e-876a-4490-87f6-6d6cf72e3f55) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 338e1c3e-876a-4490-87f6-6d6cf72e3f55 | 2018-05-01T01:24:51 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 338e1c3e-876a-4490-87f6-6d6cf72e3f55 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-01 01:24:55,493 - 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__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-05-01 01:24:55,493 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-01 01:24:57,941 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-01 01:24:57.611 11459 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=5e1b1fa6-d1ea-4b24-b56e-95f772f9131b). 2018-05-01 01:24:57.737 11459 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-01 01:25:01,238 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-01 01:25:00.005 11462 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-01 01:25:00.176 11462 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-01 01:25:01.067 11462 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4b761689-6b8a-4cd6-9949-94906933e54e) has been successfully created! Using verifier 'opnfv-tempest' (UUID=4b761689-6b8a-4cd6-9949-94906933e54e) as the default verifier for the future CLI operations. 2018-05-01 01:25:04,067 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-01 01:25:06,926 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-01 01:25:14,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-01 01:25:19,765 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-01 01:25:18.764 11481 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4b761689-6b8a-4cd6-9949-94906933e54e) for deployment 'opnfv-rally' (UUID=338e1c3e-876a-4490-87f6-6d6cf72e3f55). 2018-05-01 01:25:19.624 11481 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4b761689-6b8a-4cd6-9949-94906933e54e) has been successfully configured for deployment 'opnfv-rally' (UUID=338e1c3e-876a-4490-87f6-6d6cf72e3f55)! 2018-05-01 01:25:19,765 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-01 01:25:19,765 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-01 01:25:19,768 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-01 01:25:19,779 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-01 01:25:23,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-4b761689-6b8a-4cd6-9949-94906933e54e/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-05-01 01:25:23,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-05-01 01:25:25,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 01:25:25.582 11490 INFO rally.api [-] Starting verification (UUID=899d7e7e-080d-4d15-b3fa-6134adbf6046) for deployment 'opnfv-rally' (UUID=338e1c3e-876a-4490-87f6-6d6cf72e3f55) by verifier 'opnfv-tempest' (UUID=4b761689-6b8a-4cd6-9949-94906933e54e). 2018-05-01 01:25:25,584 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 899d7e7e-080d-4d15-b3fa-6134adbf6046 2018-05-01 01:28:08,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '899d7e7e-080d-4d15-b3fa-6134adbf6046']'. 2018-05-01 01:28:09,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-01 01:28:09,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-01 01:28:09,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-01 01:28:09,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 899d7e7e-080d-4d15-b3fa-6134adbf6046 | 2018-05-01 01:28:09,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-01 01:28:09,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-01 01:25:25 | 2018-05-01 01:28:09,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-01 01:28:07 | 2018-05-01 01:28:09,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:42 | 2018-05-01 01:28:09,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-01 01:28:09,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-01 01:28:09,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 4b761689-6b8a-4cd6-9949-94906933e54e) | 2018-05-01 01:28:09,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-01 01:28:09,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 338e1c3e-876a-4490-87f6-6d6cf72e3f55) | 2018-05-01 01:28:09,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-01 01:28:09,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 152.966 | 2018-05-01 01:28:09,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-05-01 01:28:09,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-05-01 01:28:09,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-01 01:28:09,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-01 01:28:09,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-01 01:28:09,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-01 01:28:09,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-01 01:28:09,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-05-01 01:28:16,296 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 01:28:16,296 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:12 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-01 01:28:16,301 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-05-01 01:28:37,704 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-05-01 01:28:37,704 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-05-01 01:28:37,746 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-05-01 01:28:37,869 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 01:28:37,870 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-01 01:28:37,874 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-01 01:28:38,878 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-01 03:07:56,656 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 03:07:56,657 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 99:18 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-05-01 03:07:56,661 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-05-01 03:07:56,662 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-01 03:07:56,753 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-01 03:07:59,318 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-01 03:07:58.889 11580 INFO rally.deployment.engine [-] Deployment 338e1c3e-876a-4490-87f6-6d6cf72e3f55 | Starting: Destroy cloud and free allocated resources. 2018-05-01 03:07:58.976 11580 INFO rally.deployment.engine [-] Deployment 338e1c3e-876a-4490-87f6-6d6cf72e3f55 | Completed: Destroy cloud and free allocated resources. 2018-05-01 03:07:59.036 11580 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=4b761689-6b8a-4cd6-9949-94906933e54e) for deployment 'opnfv-rally'. 2018-05-01 03:07:59.067 11580 INFO rally.api [-] Deleting verification (UUID=899d7e7e-080d-4d15-b3fa-6134adbf6046). 2018-05-01 03:07:59.104 11580 INFO rally.api [-] Verification has been successfully deleted! 2018-05-01 03:07:59.105 11580 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=4b761689-6b8a-4cd6-9949-94906933e54e). 2018-05-01 03:07:59.115 11580 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-01 03:08:01,782 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-01 03:08:01.504 11583 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=4330515a-abf5-4007-a483-fcaa6e5fd796) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 4330515a-abf5-4007-a483-fcaa6e5fd796 | 2018-05-01T03:08:01 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 4330515a-abf5-4007-a483-fcaa6e5fd796 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-01 03:08:05,150 - 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__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-05-01 03:08:05,151 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-01 03:08:07,544 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-01 03:08:07.288 11589 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=4b761689-6b8a-4cd6-9949-94906933e54e). 2018-05-01 03:08:07.412 11589 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-01 03:08:11,001 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-01 03:08:09.587 11592 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-01 03:08:09.742 11592 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-01 03:08:10.856 11592 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=89ef89ad-abfe-4f31-ada8-e5f80bc5f2f8) has been successfully created! Using verifier 'opnfv-tempest' (UUID=89ef89ad-abfe-4f31-ada8-e5f80bc5f2f8) as the default verifier for the future CLI operations. 2018-05-01 03:08:23,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-01 03:08:28,910 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-01 03:08:27.839 11611 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=89ef89ad-abfe-4f31-ada8-e5f80bc5f2f8) for deployment 'opnfv-rally' (UUID=4330515a-abf5-4007-a483-fcaa6e5fd796). 2018-05-01 03:08:28.745 11611 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=89ef89ad-abfe-4f31-ada8-e5f80bc5f2f8) has been successfully configured for deployment 'opnfv-rally' (UUID=4330515a-abf5-4007-a483-fcaa6e5fd796)! 2018-05-01 03:08:32,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-89ef89ad-abfe-4f31-ada8-e5f80bc5f2f8/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-01 03:08:32,032 - 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-01 03:08:34,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-01 03:08:34.108 11620 INFO rally.api [-] Starting verification (UUID=5c652895-1cbe-4019-bb97-425b8d26f255) for deployment 'opnfv-rally' (UUID=4330515a-abf5-4007-a483-fcaa6e5fd796) by verifier 'opnfv-tempest' (UUID=89ef89ad-abfe-4f31-ada8-e5f80bc5f2f8). 2018-05-01 03:11:47,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '5c652895-1cbe-4019-bb97-425b8d26f255']'. 2018-05-01 03:11:48,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-01 03:11:48,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-01 03:11:48,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-01 03:11:48,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 5c652895-1cbe-4019-bb97-425b8d26f255 | 2018-05-01 03:11:48,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-01 03:11:48,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-01 03:08:34 | 2018-05-01 03:11:48,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-01 03:11:47 | 2018-05-01 03:11:48,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:13 | 2018-05-01 03:11:48,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-01 03:11:48,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-01 03:11:48,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 89ef89ad-abfe-4f31-ada8-e5f80bc5f2f8) | 2018-05-01 03:11:48,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-01 03:11:48,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 4330515a-abf5-4007-a483-fcaa6e5fd796) | 2018-05-01 03:11:48,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-01 03:11:48,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 173.844 | 2018-05-01 03:11:48,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-05-01 03:11:48,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-05-01 03:11:48,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-01 03:11:48,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-01 03:11:48,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-05-01 03:11:48,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-01 03:11:48,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-01 03:11:48,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 97.6744186047% 2018-05-01 03:11:54,865 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 03:11:54,865 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:41 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-05-01 03:11:54,869 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-05-01 03:11:54,870 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 02:00 | PASS | | vping_userdata | functest | smoke | 01:38 | PASS | | tempest_smoke_serial | functest | smoke | 19:25 | FAIL | | rally_sanity | functest | smoke | 24:31 | PASS | | refstack_defcore | functest | smoke | 08:46 | FAIL | | patrole | functest | smoke | 03:12 | PASS | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 99:18 | FAIL | | neutron_trunk | functest | smoke | 03:41 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-01 03:11:54,877 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-01 03:11:58,481 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-70 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-01 03:11:58,485 - 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=mXxgcpZj7pzupF86dBRFHKyhh export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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.7 export OS_REGION_NAME=regionOne 2018-05-01 03:11:58,485 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-01 03:11:58,486 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-01 03:11:58,486 - 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-01 03:11:58,489 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-01 03:12:01,274 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-70 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-01 03:12:01,278 - 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=mXxgcpZj7pzupF86dBRFHKyhh export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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.7 export OS_REGION_NAME=regionOne 2018-05-01 03:12:01,278 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-01 03:12:01,280 - 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-01 03:12:01,281 - xtesting.ci.run_tests - INFO - Running tier 'vnf' 2018-05-01 03:12:01,281 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-05-01 03:12:01,886 - 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-01 03:12:01,921 - 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'url': u'https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater/archive/fraser.zip', u'file_name': u'openstack-blueprint.yaml', u'version': u'122', u'name': u'clearwater-opnfv'}} 2018-05-01 03:12:01,940 - 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-01 03:12:02,319 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-01 03:12:02,320 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-01 03:12:02,736 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-01 03:12:02,736 - xtesting.energy.energy - DEBUG - Submitting scenario (cloudify_ims/running) 2018-05-01 03:12:03,134 - functest.core.vnf - INFO - Prepare VNF: cloudify_ims, description: Created by OPNFV Functest: cloudify_ims 2018-05-01 03:12:06,003 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=cloudify_ims-318fe943-4c1c-4d22-a972-b6040c532574, password=8468dfdb-55dd-49e4-8d12-dc0e9e362531, auth_url=http://172.30.9.25:5000/v3, project_name=cloudify_ims-318fe943-4c1c-4d22-a972-b6040c532574, 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-01 03:12:06,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Additional pre-configuration steps 2018-05-01 03:12:07,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload some OS images if it doesn't exist 2018-05-01 03:12:07,599 - 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-01 03:13:37,029 - 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-01 03:13:44,524 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating keypair ... 2018-05-01 03:13:45,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating full network ... 2018-05-01 03:14:00,017 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating security group for cloudify manager vm 2018-05-01 03:14:05,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for cloudify manager vm ... 2018-05-01 03:14:05,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating cloudify manager VM 2018-05-01 03:16:43,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': '8468dfdb-55dd-49e4-8d12-dc0e9e362531', 'keystone_tenant_name': 'cloudify_ims-318fe943-4c1c-4d22-a972-b6040c532574', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.25:5000', 'user_domain_name': 'Default', 'keystone_username': 'cloudify_ims-318fe943-4c1c-4d22-a972-b6040c532574', 'project_domain_name': 'Default'} 2018-05-01 03:16:43,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Attemps running status of the Manager 2018-05-01 03:18:50,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-01 03:21:28,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-01 03:24:05,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-01 03:26:42,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-01 03:29:19,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-01 03:31:57,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-01 03:34:34,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-01 03:37:11,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-01 03:39:49,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-01 03:42:26,544 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-01 03:42:56,570 - 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 265, in deploy_orchestrator raise Exception("Cloudify Manager isn't up and running") Exception: Cloudify Manager isn't up and running 2018-05-01 03:42:56,572 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-01 03:42:56,572 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-01 03:42:57,107 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 03:42:57,107 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 30:53 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-01 03:42:57,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-05-01 03:45:04,368 - 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 396, 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 141, in _do_request timeout=timeout) File "/usr/lib/python2.7/site-packages/requests/api.py", line 72, in get return request('get', url, params=params, **kwargs) File "/usr/lib/python2.7/site-packages/requests/api.py", line 58, in request return session.request(method=method, url=url, **kwargs) File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 502, in request resp = self.send(prep, **send_kwargs) File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 612, in send r = adapter.send(request, **kwargs) File "/usr/lib/python2.7/site-packages/requests/adapters.py", line 504, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='172.30.9.216', port=80): Max retries exceeded with url: /api/v3/executions?_include_system_workflows=False&deployment_id=clearwater-opnfv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Operation timed out',)) 2018-05-01 03:45:04,406 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-01 03:45:30,095 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-05-01 03:45:30,095 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-05-01 03:45:30,415 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-05-01 03:45:30,810 - 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-01 03:45:30,811 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-05-01 03:45:30,838 - 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'url': u'https://github.com/oolorg/opnfv-vnf-vyos-blueprint/', u'version': u'fraser', u'name': u'vrouter-opnfv'}} 2018-05-01 03:45:30,843 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-05-01 03:45:30,868 - 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-01 03:45:30,868 - functest.core.vnf - INFO - Prepare VNF: vyos_vrouter, description: Created by OPNFV Functest: vyos_vrouter 2018-05-01 03:45:33,831 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=vyos_vrouter-eb5c52f1-4fc6-4385-9ef5-4350ce65170b, password=b1d4a986-bf27-41a1-8687-146d19817fda, auth_url=http://172.30.9.25:5000/v3, project_name=vyos_vrouter-eb5c52f1-4fc6-4385-9ef5-4350ce65170b, 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-01 03:45:33,831 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Additional pre-configuration steps 2018-05-01 03:45:33,832 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload some OS images if it doesn't exist 2018-05-01 03:45:33,832 - 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-01 03:47:04,347 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: vyos1.1.7, file: /home/opnfv/functest/images/vyos-1.1.7.img 2018-05-01 03:47:17,041 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating keypair ... 2018-05-01 03:47:17,835 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating full network ... 2018-05-01 03:47:28,361 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating security group for cloudify manager vm 2018-05-01 03:47:31,955 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for cloudify manager vm ... 2018-05-01 03:47:32,645 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating cloudify manager VM 2018-05-01 03:50:13,072 - 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 248, in deploy_orchestrator manager_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 103, in create self.__create_vm(block) File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 188, in __create_vm self.__apply_floating_ips() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 200, in __apply_floating_ips self.add_floating_ip(floating_ip_setting) File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 226, in add_floating_ip self.__neutron, self.__keystone, ext_gateway, port.id) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/neutron_utils.py", line 828, in create_floating_ip fip = neutron.create_floatingip(body=body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 931, in create_floatingip return self.post(self.floatingips_path, body=body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 357, in post headers=headers, params=params) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 292, in do_request self._handle_fault_response(status_code, replybody, resp) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 268, in _handle_fault_response exception_handler_v20(status_code, error_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 92, in exception_handler_v20 request_ids=request_ids) IpAddressGenerationFailureClient: No more IP addresses available on network 417f4d57-a8db-46fd-af04-65122b553940. Neutron server returns request_ids: ['req-150c08d4-66a1-4fe1-ba27-7794ba4d7bda'] 2018-05-01 03:50:13,250 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 03:50:13,251 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 04:42 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-01 03:50:13,254 - 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 417, in clean cfy_client = self.orchestrator['object'] KeyError: 'object' 2018-05-01 03:50:13,255 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-01 03:50:14,096 - functest.core.vnf - ERROR - Unexpected error cleaning - Security Group 18df673a-e198-418e-962b-a9169f8bcad4 in use. Neutron server returns request_ids: ['req-61e470f3-5ce9-448a-93e5-5b27f2062988'] 2018-05-01 03:50:16,780 - functest.core.vnf - ERROR - Unexpected error cleaning - Unable to complete operation on subnet 0f3a3bd0-9c70-465c-8e1b-a10a73b185b2: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-fa08a6de-c98d-4e49-b4d2-0db298a6918c'] 2018-05-01 03:50:24,024 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-05-01 03:50:24,025 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-05-01 03:50:24,114 - 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-01 03:50:24,134 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-05-01 03:50:24,134 - functest.core.vnf - INFO - Prepare VNF: juju_epc, description: Created by OPNFV Functest: juju_epc 2018-05-01 03:50:27,047 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=juju_epc-b5833af0-7d11-43c2-b371-7b1efa43b672, password=20c09ef5-acda-49d4-87e1-222b7f5c9f54, auth_url=http://172.30.9.25:5000/v3, project_name=juju_epc-b5833af0-7d11-43c2-b371-7b1efa43b672, 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-01 03:50:27,432 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-05-01 03:50:28,501 - 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 1 cloud region added: added cloud region: - google/asia-south1 2018-05-01 03:50:28,501 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-05-01 03:50:30,196 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - snaps creds: OSCreds - username=juju_network_discovery_bug, password=37b065c7-7b95-4dc7-97ac-039372561cd9, auth_url=http://172.30.9.25:5000/v3, project_name=juju_epc-b5833af0-7d11-43c2-b371-7b1efa43b672, 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-01 03:50:30,293 - 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-01 03:50:30,294 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Orchestrator 2018-05-01 03:50:30,294 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating full network ... 2018-05-01 03:50:33,982 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating network Router .... 2018-05-01 03:50:40,085 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Flavor .... 2018-05-01 03:50:40,817 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload some OS images if it doesn't exist 2018-05-01 03:50:40,829 - 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-01 03:50:40,829 - 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-01 03:50:50,276 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju metadata generate-image -d /root -i 85aafc55-d1f7-4e9e-bfa2-2eded989b970 -s trusty -r regionOne -u http://172.30.9.25: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-01 03:50:50,276 - 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-01 03:50:58,595 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju metadata generate-image -d /root -i f85ba617-a01e-466c-87b6-c3304c912f41 -s xenial -r regionOne -u http://172.30.9.25: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-01 03:50:58,595 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Network ID : 11b34f40-857f-468a-babf-9e7d64294a1d 2018-05-01 03:53:23,511 - 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/epc/juju_epc.py", line 309, in deploy_orchestrator output = subprocess.check_output(cmd, stderr=subprocess.STDOUT) File "/usr/lib/python2.7/subprocess.py", line 219, in check_output raise CalledProcessError(retcode, cmd, output=output) CalledProcessError: Command '['timeout', '-t', '3600', 'juju', 'bootstrap', 'abot-epc', 'abot-controller', '--metadata-source', '/root', '--constraints', 'mem=2G', '--bootstrap-series', 'xenial', '--config', 'network=11b34f40-857f-468a-babf-9e7d64294a1d', '--config', 'ssl-hostname-verification=false', '--config', 'use-floating-ip=true', '--config', 'use-default-secgroup=true', '--debug']' returned non-zero exit status 1 2018-05-01 03:53:23,666 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-01 03:53:23,667 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 02:59 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-05-01 03:53:23,759 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/juju_epc.py", line 423, in clean output = subprocess.check_output(cmd, stderr=subprocess.STDOUT) File "/usr/lib/python2.7/subprocess.py", line 219, in check_output raise CalledProcessError(retcode, cmd, output=output) CalledProcessError: Command '['juju', 'debug-log', '--replay', '--no-tail']' returned non-zero exit status 1 2018-05-01 03:53:23,759 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Remove the Abot_epc OS object .. 2018-05-01 03:53:23,759 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-01 03:53:36,523 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-05-01 03:53:36,524 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 30:53 | FAIL | | vyos_vrouter | functest | vnf | 04:42 | FAIL | | juju_epc | functest | vnf | 02:59 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-05-01 03:53:36,527 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-01 03:53:39,104 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-70 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-01 03:53:39,109 - 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=mXxgcpZj7pzupF86dBRFHKyhh export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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.7 export OS_REGION_NAME=regionOne 2018-05-01 03:53:39,109 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-01 03:53:39,109 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-01 03:53:39,110 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-01 03:53:39,111 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK