2018-05-16 11:58:05,119 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-117 | | 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-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-16 11:58:05,122 - 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=D3nuRepbMdAasuj93b22jbB7M export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.5 export OS_REGION_NAME=regionOne 2018-05-16 11:58:05,123 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-16 11:58:05,123 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-05-16 11:58:05,125 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-16 11:58:05,125 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-16 11:58:07,000 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-16 11:58:14,486 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 7.481s OK 2018-05-16 11:58:14,608 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 11:58:14,608 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:07 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-16 11:58:14,612 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-16 11:58:15,301 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-16 12:07:53,929 - 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 578.575s OK 2018-05-16 12:07:54,051 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 12:07:54,052 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 09:39 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-16 12:07:54,056 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-16 12:07:54,770 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-16 12:08:29,103 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 34.331s OK 2018-05-16 12:08:29,216 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 12:08:29,216 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:34 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-16 12:08:29,220 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:07 | PASS | | api_check | functest | healthcheck | 09:39 | PASS | | snaps_health_check | functest | healthcheck | 00:34 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-16 12:08:29,223 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-16 12:09:17,305 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-117 | | 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-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-16 12:09:17,307 - 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=D3nuRepbMdAasuj93b22jbB7M export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.5 export OS_REGION_NAME=regionOne 2018-05-16 12:09:17,307 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-16 12:09:17,307 - 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-16 12:09:17,309 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-16 12:09:17,309 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-16 12:09:18,115 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-16 12:09:18,115 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-16 12:09:18,531 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-16 12:09:18,531 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-16 12:09:18,964 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-16 12:09:18,964 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-16 12:09:18' 2018-05-16 12:09:18,964 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--2fae7f33-88e5-45fc-8f86-782abf219067' 2018-05-16 12:09:20,666 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-2fae7f33-88e5-45fc-8f86-782abf219067' 2018-05-16 12:09:23,182 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-2fae7f33-88e5-45fc-8f86-782abf219067' 2018-05-16 12:09:27,721 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-2fae7f33-88e5-45fc-8f86-782abf219067' 2018-05-16 12:09:28,356 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-2fae7f33-88e5-45fc-8f86-782abf219067' 2018-05-16 12:09:29,089 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-2fae7f33-88e5-45fc-8f86-782abf219067' 2018-05-16 12:09:33,267 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-2fae7f33-88e5-45fc-8f86-782abf219067' 2018-05-16 12:09:35,704 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-2fae7f33-88e5-45fc-8f86-782abf219067' 2018-05-16 12:09:57,120 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-16 12:10:00,808 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-05-16 12:10:00,944 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-16 12:10:01,951 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-16 12:10:01,952 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-16 12:10:01,952 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-16 12:10:02,486 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 12:10:02,486 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:43 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-16 12:10:17,729 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-16 12:10:17,820 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-16 12:10:17,820 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-16 12:10:17' 2018-05-16 12:10:17,820 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--beb38059-ddaa-4bb8-ab58-024ff8aa711b' 2018-05-16 12:10:19,563 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-beb38059-ddaa-4bb8-ab58-024ff8aa711b' 2018-05-16 12:10:21,308 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-beb38059-ddaa-4bb8-ab58-024ff8aa711b' 2018-05-16 12:10:26,264 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-beb38059-ddaa-4bb8-ab58-024ff8aa711b' 2018-05-16 12:10:26,855 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-beb38059-ddaa-4bb8-ab58-024ff8aa711b' 2018-05-16 12:10:30,641 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-beb38059-ddaa-4bb8-ab58-024ff8aa711b' 2018-05-16 12:10:36,269 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-16 12:10:44,931 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-16 12:10:47,281 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-16 12:10:47,397 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 12:10:47,397 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:29 | PASS | +------------------------+------------------+------------------+----------------+ 2018-05-16 12:11:04,745 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-16 12:11:04,837 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-16 12:11:09,580 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-16 12:11:09.278 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=600f1080-2343-427f-a4f2-1a206e3ed105) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 600f1080-2343-427f-a4f2-1a206e3ed105 | 2018-05-16T12:11:09 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 600f1080-2343-427f-a4f2-1a206e3ed105 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-16 12:11:12,849 - 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-16 12:11:12,849 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-16 12:11:18,750 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-16 12:11:17.031 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-16 12:11:17.187 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-16 12:11:18.502 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2d38d15e-16d2-4bd8-ab60-1a0a7dbfd2b8) has been successfully created! Using verifier 'opnfv-tempest' (UUID=2d38d15e-16d2-4bd8-ab60-1a0a7dbfd2b8) as the default verifier for the future CLI operations. 2018-05-16 12:11:21,774 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-16 12:11:23,612 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-16 12:11:28,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-16 12:11:33,583 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-16 12:11:32.594 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=2d38d15e-16d2-4bd8-ab60-1a0a7dbfd2b8) for deployment 'opnfv-rally' (UUID=600f1080-2343-427f-a4f2-1a206e3ed105). 2018-05-16 12:11:33.420 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2d38d15e-16d2-4bd8-ab60-1a0a7dbfd2b8) has been successfully configured for deployment 'opnfv-rally' (UUID=600f1080-2343-427f-a4f2-1a206e3ed105)! 2018-05-16 12:11:33,583 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-16 12:11:33,583 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-16 12:11:33,586 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-16 12:11:33,588 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-16 12:11:36,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-2d38d15e-16d2-4bd8-ab60-1a0a7dbfd2b8/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-16 12:11:36,553 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-16 12:11:36,554 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-16 12:11:36,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-05-16 12:11:38,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:11:38.721 55 INFO rally.api [-] Starting verification (UUID=886d6fab-dd2b-4252-ac2a-742ac08e9bc1) for deployment 'opnfv-rally' (UUID=600f1080-2343-427f-a4f2-1a206e3ed105) by verifier 'opnfv-tempest' (UUID=2d38d15e-16d2-4bd8-ab60-1a0a7dbfd2b8). 2018-05-16 12:11:38,723 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 886d6fab-dd2b-4252-ac2a-742ac08e9bc1 2018-05-16 12:11:45,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:11:45.044 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.168s] 2018-05-16 12:11:45,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:11:45.103 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.059s] 2018-05-16 12:11:50,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:11:50.720 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.984s] 2018-05-16 12:11:52,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:11:51.999 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.278s] 2018-05-16 12:11:59,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:11:59.669 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.331s] 2018-05-16 12:12:11,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:12:11.946 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [7.114s] 2018-05-16 12:12:38,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:12:38.852 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.066s] 2018-05-16 12:12:38,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:12:38.854 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-05-16 12:13:01,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:13:01.821 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.215s] 2018-05-16 12:13:01,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:13:01.823 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-16 12:13:27,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:13:27.279 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.078s] 2018-05-16 12:13:27,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:13:27.281 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-16 12:15:06,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:15:06.357 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [76.856s] 2018-05-16 12:15:23,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:15:23.622 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.049s] 2018-05-16 12:15:23,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:15:23.714 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.092s] 2018-05-16 12:15:29,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:15:29.921 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.639s] 2018-05-16 12:15:29,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:15:29.930 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-05-16 12:15:31,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:15:31.102 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-16 12:15:31,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:15:31.102 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-16 12:15:34,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:15:34.718 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.338s] 2018-05-16 12:15:40,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:15:40.399 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.071s] 2018-05-16 12:15:46,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:15:46.078 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.602s] 2018-05-16 12:15:53,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:15:53.085 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.375s] 2018-05-16 12:16:01,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:16:01.465 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.897s] 2018-05-16 12:16:06,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:16:06.938 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.353s] 2018-05-16 12:16:12,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:16:12.617 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.194s] 2018-05-16 12:16:19,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:16:19.064 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.407s] 2018-05-16 12:16:25,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:16:25.318 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.429s] 2018-05-16 12:16:33,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:16:33.004 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.532s] 2018-05-16 12:16:35,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:16:35.466 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-16 12:16:37,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:16:37.285 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.069s] 2018-05-16 12:16:37,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:16:37.363 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.078s] 2018-05-16 12:16:37,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:16:37.431 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.067s] 2018-05-16 12:16:37,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:16:37.438 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-05-16 12:16:41,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:16:41.312 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.525s] 2018-05-16 12:16:42,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:16:42.926 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.613s] 2018-05-16 12:16:43,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:16:43.663 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.737s] 2018-05-16 12:16:49,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:16:49.380 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-05-16 12:16:53,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:16:53.923 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.339s] 2018-05-16 12:17:05,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:17:05.087 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.126s] 2018-05-16 12:17:07,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:17:07.572 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [2.485s] 2018-05-16 12:17:17,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:17:17.568 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.682s] 2018-05-16 12:17:20,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:17:20.317 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.748s] 2018-05-16 12:17:26,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:17:26.152 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [5.834s] 2018-05-16 12:17:35,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:17:35.410 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.740s] 2018-05-16 12:17:38,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:17:38.249 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.837s] 2018-05-16 12:17:42,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:17:42.199 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.950s] 2018-05-16 12:17:55,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:17:55.454 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [3.754s] 2018-05-16 12:17:55,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:17:55.619 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.166s] 2018-05-16 12:17:55,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:17:55.725 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.105s] 2018-05-16 12:17:55,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:17:55.774 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.049s] 2018-05-16 12:17:56,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:17:56.139 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.364s] 2018-05-16 12:17:56,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:17:56.190 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.050s] 2018-05-16 12:18:06,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:18:06.682 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [3.858s] 2018-05-16 12:18:06,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:18:06.873 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.191s] 2018-05-16 12:18:06,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:18:06.982 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.109s] 2018-05-16 12:18:07,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:18:07.035 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.052s] 2018-05-16 12:18:07,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:18:07.260 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.223s] 2018-05-16 12:18:07,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:18:07.308 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.048s] 2018-05-16 12:18:17,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:18:17.194 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [3.169s] 2018-05-16 12:18:21,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:18:21.860 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.666s] 2018-05-16 12:18:23,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:18:23.193 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.331s] 2018-05-16 12:18:23,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:18:23.253 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.061s] 2018-05-16 12:18:23,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:18:23.302 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.048s] 2018-05-16 12:18:33,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:18:33.545 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.429s] 2018-05-16 12:18:37,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:18:37.645 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.099s] 2018-05-16 12:18:39,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:18:39.296 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.651s] 2018-05-16 12:18:39,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:18:39.360 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.064s] 2018-05-16 12:18:39,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:18:39.423 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.062s] 2018-05-16 12:18:51,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:18:51.679 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [7.436s] 2018-05-16 12:18:56,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:18:56.583 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [4.903s] 2018-05-16 12:19:00,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:19:00.538 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [3.954s] 2018-05-16 12:19:03,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:19:03.121 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.583s] 2018-05-16 12:19:21,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:19:21.322 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [8.323s] 2018-05-16 12:19:26,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:19:26.097 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.775s] 2018-05-16 12:19:29,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:19:29.838 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [3.740s] 2018-05-16 12:19:32,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:19:32.573 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.734s] 2018-05-16 12:19:43,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:19:43.814 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.373s] 2018-05-16 12:19:45,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:19:45.221 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.405s] 2018-05-16 12:19:45,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:19:45.271 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.053s] 2018-05-16 12:19:49,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:19:49.382 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.324s] 2018-05-16 12:19:51,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:19:51.017 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.632s] 2018-05-16 12:19:51,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:19:51.192 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.177s] 2018-05-16 12:19:54,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:19:54.536 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.531s] 2018-05-16 12:19:57,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:19:57.501 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-05-16 12:19:58,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:19:58.645 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-16 12:19:58,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:19:58.648 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-16 12:19:58,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:19:58.648 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-16 12:19:58,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:19:58.649 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-16 12:19:58,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:19:58.650 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-16 12:20:00,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:20:00.488 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-05-16 12:20:15,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:20:15.701 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.668s] 2018-05-16 12:20:26,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:20:26.819 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.782s] 2018-05-16 12:20:36,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:20:36.994 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.171s] 2018-05-16 12:20:45,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:20:45.270 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.042s] 2018-05-16 12:21:45,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:21:45.415 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [54.164s] 2018-05-16 12:22:25,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:22:25.190 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [31.871s] 2018-05-16 12:23:01,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:23:01.878 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [20.464s] 2018-05-16 12:23:14,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '886d6fab-dd2b-4252-ac2a-742ac08e9bc1']'. 2018-05-16 12:23:15,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-16 12:23:15,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-16 12:23:15,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-16 12:23:15,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 886d6fab-dd2b-4252-ac2a-742ac08e9bc1 | 2018-05-16 12:23:15,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-16 12:23:15,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-16 12:11:38 | 2018-05-16 12:23:15,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-16 12:23:13 | 2018-05-16 12:23:15,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:11:35 | 2018-05-16 12:23:15,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-16 12:23:15,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-16 12:23:15,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-16 12:23:15,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 2d38d15e-16d2-4bd8-ab60-1a0a7dbfd2b8) | 2018-05-16 12:23:15,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-16 12:23:15,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 600f1080-2343-427f-a4f2-1a206e3ed105) | 2018-05-16 12:23:15,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-16 12:23:15,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 678.756 | 2018-05-16 12:23:15,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-05-16 12:23:15,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-16 12:23:15,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-16 12:23:15,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-16 12:23:15,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-16 12:23:15,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-16 12:23:15,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-16 12:23:15,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-05-16 12:23:19,958 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 12:23:19,958 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 11:58 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-05-16 12:23:19,962 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-16 12:23:20,053 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-16 12:23:20,483 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-16 12:23:20,483 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-16 12:23:20,868 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-16 12:23:23,403 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-16 12:23:22.998 119 INFO rally.deployment.engine [-] Deployment 600f1080-2343-427f-a4f2-1a206e3ed105 | Starting: Destroy cloud and free allocated resources. 2018-05-16 12:23:23.097 119 INFO rally.deployment.engine [-] Deployment 600f1080-2343-427f-a4f2-1a206e3ed105 | Completed: Destroy cloud and free allocated resources. 2018-05-16 12:23:23.127 119 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=2d38d15e-16d2-4bd8-ab60-1a0a7dbfd2b8) for deployment 'opnfv-rally'. 2018-05-16 12:23:23.141 119 INFO rally.api [-] Deleting verification (UUID=886d6fab-dd2b-4252-ac2a-742ac08e9bc1). 2018-05-16 12:23:23.181 119 INFO rally.api [-] Verification has been successfully deleted! 2018-05-16 12:23:23.182 119 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=2d38d15e-16d2-4bd8-ab60-1a0a7dbfd2b8). 2018-05-16 12:23:23.193 119 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-16 12:23:25,838 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-16 12:23:25.577 122 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=28bb8a9b-6d82-4217-bac3-bd877307d259) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 28bb8a9b-6d82-4217-bac3-bd877307d259 | 2018-05-16T12:23:25 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 28bb8a9b-6d82-4217-bac3-bd877307d259 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-16 12:23:29,311 - 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-16 12:23:29,312 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-16 12:23:30,717 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-273c47ba-25d5-4db1-8aa9-fe4a9721d554'... 2018-05-16 12:23:32,696 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-273c47ba-25d5-4db1-8aa9-fe4a9721d554'... 2018-05-16 12:23:34,151 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-273c47ba-25d5-4db1-8aa9-fe4a9721d554'... 2018-05-16 12:23:39,164 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-273c47ba-25d5-4db1-8aa9-fe4a9721d554'... 2018-05-16 12:23:39,841 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-273c47ba-25d5-4db1-8aa9-fe4a9721d554'... 2018-05-16 12:23:40,482 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-16 12:23:40,482 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-05-16 12:23:40,484 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-16 12:23:40,501 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-16 12:23:40,502 - 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': '6c0255c2-c3db-4d6b-b25f-73129d4b7c2d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-273c47ba-25d5-4db1-8aa9-fe4a9721d554', 'flavor_name': 'rally-tiny-273c47ba-25d5-4db1-8aa9-fe4a9721d554', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-273c47ba-25d5-4db1-8aa9-fe4a9721d554', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-16 12:24:40,154 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0e064620-5980-4696-99f3-78bef6c1a753 2018-05-16 12:24:40,155 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-16 12:24:40,155 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '0e064620-5980-4696-99f3-78bef6c1a753'] 2018-05-16 12:24:41,225 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 0e064620-5980-4696-99f3-78bef6c1a753: 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 0e064620-5980-4696-99f3-78bef6c1a753 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.455 | 0.455 | 0.455 | 0.455 | 0.455 | 0.455 | 100.0% | 1 | | total | 0.455 | 0.455 | 0.455 | 0.455 | 0.455 | 0.455 | 100.0% | 1 | | -> duration | 0.455 | 0.455 | 0.455 | 0.455 | 0.455 | 0.455 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.455063 Full duration: 6.628374 -------------------------------------------------------------------------------- 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 0e064620-5980-4696-99f3-78bef6c1a753 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_cinder | 0.308 | 0.308 | 0.308 | 0.308 | 0.308 | 0.308 | 100.0% | 1 | | total | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | -> duration | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.732107 Full duration: 6.806706 -------------------------------------------------------------------------------- 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 0e064620-5980-4696-99f3-78bef6c1a753 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.278 | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 100.0% | 1 | | total | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 100.0% | 1 | | -> duration | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.701746 Full duration: 6.932425 -------------------------------------------------------------------------------- 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 0e064620-5980-4696-99f3-78bef6c1a753 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.344 | 0.344 | 0.344 | 0.344 | 0.344 | 0.344 | 100.0% | 1 | | total | 0.751 | 0.751 | 0.751 | 0.751 | 0.751 | 0.751 | 100.0% | 1 | | -> duration | 0.751 | 0.751 | 0.751 | 0.751 | 0.751 | 0.751 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.750928 Full duration: 6.845807 -------------------------------------------------------------------------------- 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 0e064620-5980-4696-99f3-78bef6c1a753 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.345 | 0.345 | 0.345 | 0.345 | 0.345 | 0.345 | 100.0% | 1 | | total | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | -> duration | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.732248 Full duration: 6.879216 -------------------------------------------------------------------------------- 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 0e064620-5980-4696-99f3-78bef6c1a753 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.198 | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 100.0% | 1 | | total | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | -> duration | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.731736 Full duration: 7.113855 HINTS: * To plot HTML graphics with this data, run: rally task report 0e064620-5980-4696-99f3-78bef6c1a753 --out output.html * To generate a JUnit report, run: rally task export 0e064620-5980-4696-99f3-78bef6c1a753 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0e064620-5980-4696-99f3-78bef6c1a753 --json --out output.json 2018-05-16 12:24:41,225 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '0e064620-5980-4696-99f3-78bef6c1a753'] 2018-05-16 12:24:42,242 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-16 12:24:42,242 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '0e064620-5980-4696-99f3-78bef6c1a753', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-16 12:24:42,249 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-16 12:24:42,250 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-16 12:24:42,250 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-05-16 12:24:42,250 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-16 12:24:42,257 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-16 12:24:42,257 - 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': '6c0255c2-c3db-4d6b-b25f-73129d4b7c2d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-273c47ba-25d5-4db1-8aa9-fe4a9721d554', 'flavor_name': 'rally-tiny-273c47ba-25d5-4db1-8aa9-fe4a9721d554', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-273c47ba-25d5-4db1-8aa9-fe4a9721d554', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-16 12:26:05,466 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 096cf5de-39ed-4a63-b139-51c7585ed398 2018-05-16 12:26:05,466 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '096cf5de-39ed-4a63-b139-51c7585ed398'] 2018-05-16 12:26:06,462 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 096cf5de-39ed-4a63-b139-51c7585ed398: 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 096cf5de-39ed-4a63-b139-51c7585ed398 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 | 2.993 | 2.993 | 2.993 | 2.993 | 2.993 | 2.993 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 100.0% | 1 | | -> glance_v2.upload_data | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 100.0% | 1 | | glance_v2.delete_image | 1.439 | 1.439 | 1.439 | 1.439 | 1.439 | 1.439 | 100.0% | 1 | | total | 4.432 | 4.432 | 4.432 | 4.432 | 4.432 | 4.432 | 100.0% | 1 | | -> duration | 4.432 | 4.432 | 4.432 | 4.432 | 4.432 | 4.432 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.431674 Full duration: 12.071498 -------------------------------------------------------------------------------- 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 096cf5de-39ed-4a63-b139-51c7585ed398 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.107 | 3.107 | 3.107 | 3.107 | 3.107 | 3.107 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 100.0% | 1 | | -> glance_v2.upload_data | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 100.0% | 1 | | glance_v2.list_images | 0.033 | 0.033 | 0.033 | 0.033 | 0.033 | 0.033 | 100.0% | 1 | | total | 3.141 | 3.141 | 3.141 | 3.141 | 3.141 | 3.141 | 100.0% | 1 | | -> duration | 3.141 | 3.141 | 3.141 | 3.141 | 3.141 | 3.141 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.140873 Full duration: 13.29622 -------------------------------------------------------------------------------- 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 096cf5de-39ed-4a63-b139-51c7585ed398 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.27 | 0.27 | 0.27 | 0.27 | 0.27 | 0.27 | 100.0% | 1 | | total | 0.27 | 0.27 | 0.27 | 0.27 | 0.27 | 0.27 | 100.0% | 1 | | -> duration | 0.27 | 0.27 | 0.27 | 0.27 | 0.27 | 0.27 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.27021 Full duration: 7.654531 -------------------------------------------------------------------------------- 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-273c47ba-25d5-4db1-8aa9-fe4a9721d554" }, "number_instances": 2, "nics": [ { "net-id": "6c0255c2-c3db-4d6b-b25f-73129d4b7c2d" } ] }, "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 096cf5de-39ed-4a63-b139-51c7585ed398 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.111 | 4.111 | 4.111 | 4.111 | 4.111 | 4.111 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 100.0% | 1 | | -> glance_v2.upload_data | 1.713 | 1.713 | 1.713 | 1.713 | 1.713 | 1.713 | 100.0% | 1 | | nova.boot_servers | 10.654 | 10.654 | 10.654 | 10.654 | 10.654 | 10.654 | 100.0% | 1 | | total | 14.766 | 14.766 | 14.766 | 14.766 | 14.766 | 14.766 | 100.0% | 1 | | -> duration | 13.766 | 13.766 | 13.766 | 13.766 | 13.766 | 13.766 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.766492 Full duration: 35.82839 HINTS: * To plot HTML graphics with this data, run: rally task report 096cf5de-39ed-4a63-b139-51c7585ed398 --out output.html * To generate a JUnit report, run: rally task export 096cf5de-39ed-4a63-b139-51c7585ed398 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 096cf5de-39ed-4a63-b139-51c7585ed398 --json --out output.json 2018-05-16 12:26:06,463 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '096cf5de-39ed-4a63-b139-51c7585ed398'] 2018-05-16 12:26:07,472 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-16 12:26:07,473 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '096cf5de-39ed-4a63-b139-51c7585ed398', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-16 12:26:07,480 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-16 12:26:07,480 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-16 12:26:07,481 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-05-16 12:26:07,481 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-16 12:26:07,497 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-16 12:26:07,498 - 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': '6c0255c2-c3db-4d6b-b25f-73129d4b7c2d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-273c47ba-25d5-4db1-8aa9-fe4a9721d554', 'flavor_name': 'rally-tiny-273c47ba-25d5-4db1-8aa9-fe4a9721d554', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-273c47ba-25d5-4db1-8aa9-fe4a9721d554', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-16 12:29:07,388 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 460e9c59-9439-4deb-8533-58a3322411a5 2018-05-16 12:29:07,389 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '460e9c59-9439-4deb-8533-58a3322411a5'] 2018-05-16 12:29:08,514 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 460e9c59-9439-4deb-8533-58a3322411a5: 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 460e9c59-9439-4deb-8533-58a3322411a5 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.175 | 3.175 | 3.175 | 3.175 | 3.175 | 3.175 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.558 | 2.558 | 2.558 | 2.558 | 2.558 | 2.558 | 100.0% | 1 | | total | 5.733 | 5.733 | 5.733 | 5.733 | 5.733 | 5.733 | 100.0% | 1 | | -> duration | 5.733 | 5.733 | 5.733 | 5.733 | 5.733 | 5.733 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.733143 Full duration: 21.259767 -------------------------------------------------------------------------------- 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 460e9c59-9439-4deb-8533-58a3322411a5 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.063 | 3.063 | 3.063 | 3.063 | 3.063 | 3.063 | 100.0% | 1 | | cinder_v2.delete_volume | 2.295 | 2.295 | 2.295 | 2.295 | 2.295 | 2.295 | 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.357889 Full duration: 14.387111 -------------------------------------------------------------------------------- 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-273c47ba-25d5-4db1-8aa9-fe4a9721d554" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 460e9c59-9439-4deb-8533-58a3322411a5 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 7.909 | 7.909 | 7.909 | 7.909 | 7.909 | 7.909 | 100.0% | 1 | | cinder_v2.delete_volume | 2.173 | 2.173 | 2.173 | 2.173 | 2.173 | 2.173 | 100.0% | 1 | | total | 10.083 | 10.083 | 10.083 | 10.083 | 10.083 | 10.083 | 100.0% | 1 | | -> duration | 10.083 | 10.083 | 10.083 | 10.083 | 10.083 | 10.083 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.082754 Full duration: 19.891673 -------------------------------------------------------------------------------- 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 460e9c59-9439-4deb-8533-58a3322411a5 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.072 | 3.072 | 3.072 | 3.072 | 3.072 | 3.072 | 100.0% | 1 | | cinder_v2.delete_volume | 2.583 | 2.583 | 2.583 | 2.583 | 2.583 | 2.583 | 100.0% | 1 | | total | 5.656 | 5.656 | 5.656 | 5.656 | 5.656 | 5.656 | 100.0% | 1 | | -> duration | 5.656 | 5.656 | 5.656 | 5.656 | 5.656 | 5.656 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.655784 Full duration: 14.760316 -------------------------------------------------------------------------------- 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 460e9c59-9439-4deb-8533-58a3322411a5 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.059 | 3.059 | 3.059 | 3.059 | 3.059 | 3.059 | 100.0% | 1 | | cinder_v2.extend_volume | 2.492 | 2.492 | 2.492 | 2.492 | 2.492 | 2.492 | 100.0% | 1 | | cinder_v2.delete_volume | 2.352 | 2.352 | 2.352 | 2.352 | 2.352 | 2.352 | 100.0% | 1 | | total | 7.903 | 7.903 | 7.903 | 7.903 | 7.903 | 7.903 | 100.0% | 1 | | -> duration | 7.903 | 7.903 | 7.903 | 7.903 | 7.903 | 7.903 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.90312 Full duration: 16.996883 -------------------------------------------------------------------------------- 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 460e9c59-9439-4deb-8533-58a3322411a5 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.136 | 3.136 | 3.136 | 3.136 | 3.136 | 3.136 | 100.0% | 1 | | cinder_v2.delete_volume | 2.298 | 2.298 | 2.298 | 2.298 | 2.298 | 2.298 | 100.0% | 1 | | total | 5.434 | 5.434 | 5.434 | 5.434 | 5.434 | 5.434 | 100.0% | 1 | | -> duration | 5.434 | 5.434 | 5.434 | 5.434 | 5.434 | 5.434 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.434324 Full duration: 20.914668 -------------------------------------------------------------------------------- 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 460e9c59-9439-4deb-8533-58a3322411a5 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.57 | 0.57 | 0.57 | 0.57 | 0.57 | 0.57 | 100.0% | 1 | | cinder_v2.list_qos | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 100.0% | 1 | | total | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 100.0% | 1 | | -> duration | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.723351 Full duration: 11.258257 -------------------------------------------------------------------------------- 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 460e9c59-9439-4deb-8533-58a3322411a5 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.557 | 0.557 | 0.557 | 0.557 | 0.557 | 0.557 | 100.0% | 1 | | cinder_v2.set_qos | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | total | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | -> duration | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.738207 Full duration: 11.14021 -------------------------------------------------------------------------------- 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 460e9c59-9439-4deb-8533-58a3322411a5 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.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | cinder_v2.list_types | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 100.0% | 1 | | total | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | -> duration | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.785348 Full duration: 11.172695 -------------------------------------------------------------------------------- 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 460e9c59-9439-4deb-8533-58a3322411a5 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.599 | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.186 | 0.186 | 0.186 | 0.186 | 0.186 | 0.186 | 100.0% | 1 | | total | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | -> duration | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.785319 Full duration: 11.14948 HINTS: * To plot HTML graphics with this data, run: rally task report 460e9c59-9439-4deb-8533-58a3322411a5 --out output.html * To generate a JUnit report, run: rally task export 460e9c59-9439-4deb-8533-58a3322411a5 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 460e9c59-9439-4deb-8533-58a3322411a5 --json --out output.json 2018-05-16 12:29:08,515 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '460e9c59-9439-4deb-8533-58a3322411a5'] 2018-05-16 12:29:09,647 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-16 12:29:09,648 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '460e9c59-9439-4deb-8533-58a3322411a5', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-16 12:29:09,656 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-16 12:29:09,656 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-16 12:29:09,657 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-05-16 12:29:09,657 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-16 12:29:09,674 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-16 12:29:09,675 - 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': '6c0255c2-c3db-4d6b-b25f-73129d4b7c2d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-273c47ba-25d5-4db1-8aa9-fe4a9721d554', 'flavor_name': 'rally-tiny-273c47ba-25d5-4db1-8aa9-fe4a9721d554', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-273c47ba-25d5-4db1-8aa9-fe4a9721d554', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-16 12:30:23,990 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8258647c-e7d6-460b-8650-606a4ac4a5c4 2018-05-16 12:30:23,990 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '8258647c-e7d6-460b-8650-606a4ac4a5c4'] 2018-05-16 12:30:25,020 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 8258647c-e7d6-460b-8650-606a4ac4a5c4: 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 8258647c-e7d6-460b-8650-606a4ac4a5c4 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.503 | 4.503 | 4.503 | 4.503 | 4.503 | 4.503 | 100.0% | 1 | | heat.update_stack | 2.674 | 2.674 | 2.674 | 2.674 | 2.674 | 2.674 | 100.0% | 1 | | heat.delete_stack | 2.636 | 2.636 | 2.636 | 2.636 | 2.636 | 2.636 | 100.0% | 1 | | total | 9.814 | 9.814 | 9.814 | 9.814 | 9.814 | 9.814 | 100.0% | 1 | | -> duration | 5.814 | 5.814 | 5.814 | 5.814 | 5.814 | 5.814 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.813587 Full duration: 17.583544 -------------------------------------------------------------------------------- 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 8258647c-e7d6-460b-8650-606a4ac4a5c4 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.379 | 4.379 | 4.379 | 4.379 | 4.379 | 4.379 | 100.0% | 1 | | heat.check_stack | 0.465 | 0.465 | 0.465 | 0.465 | 0.465 | 0.465 | 100.0% | 1 | | heat.delete_stack | 2.516 | 2.516 | 2.516 | 2.516 | 2.516 | 2.516 | 100.0% | 1 | | total | 7.361 | 7.361 | 7.361 | 7.361 | 7.361 | 7.361 | 100.0% | 1 | | -> duration | 5.361 | 5.361 | 5.361 | 5.361 | 5.361 | 5.361 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.360915 Full duration: 15.190852 -------------------------------------------------------------------------------- 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 8258647c-e7d6-460b-8650-606a4ac4a5c4 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.227 | 4.227 | 4.227 | 4.227 | 4.227 | 4.227 | 100.0% | 1 | | heat.suspend_stack | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 100.0% | 1 | | heat.resume_stack | 1.237 | 1.237 | 1.237 | 1.237 | 1.237 | 1.237 | 100.0% | 1 | | heat.delete_stack | 1.312 | 1.312 | 1.312 | 1.312 | 1.312 | 1.312 | 100.0% | 1 | | total | 7.377 | 7.377 | 7.377 | 7.377 | 7.377 | 7.377 | 100.0% | 1 | | -> duration | 5.377 | 5.377 | 5.377 | 5.377 | 5.377 | 5.377 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.377084 Full duration: 16.270229 -------------------------------------------------------------------------------- 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 8258647c-e7d6-460b-8650-606a4ac4a5c4 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.567 | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 100.0% | 1 | | total | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 100.0% | 1 | | -> duration | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.567101 Full duration: 7.604997 HINTS: * To plot HTML graphics with this data, run: rally task report 8258647c-e7d6-460b-8650-606a4ac4a5c4 --out output.html * To generate a JUnit report, run: rally task export 8258647c-e7d6-460b-8650-606a4ac4a5c4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8258647c-e7d6-460b-8650-606a4ac4a5c4 --json --out output.json 2018-05-16 12:30:25,021 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '8258647c-e7d6-460b-8650-606a4ac4a5c4'] 2018-05-16 12:30:26,064 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-16 12:30:26,064 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '8258647c-e7d6-460b-8650-606a4ac4a5c4', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-16 12:30:26,072 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-16 12:30:26,072 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-16 12:30:26,072 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-05-16 12:30:26,072 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-16 12:30:26,089 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-16 12:30:26,090 - 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': '6c0255c2-c3db-4d6b-b25f-73129d4b7c2d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-273c47ba-25d5-4db1-8aa9-fe4a9721d554', 'flavor_name': 'rally-tiny-273c47ba-25d5-4db1-8aa9-fe4a9721d554', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-273c47ba-25d5-4db1-8aa9-fe4a9721d554', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-16 12:33:26,565 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b61d2349-0d93-42bf-ba80-af71747c97b7 2018-05-16 12:33:26,566 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b61d2349-0d93-42bf-ba80-af71747c97b7'] 2018-05-16 12:33:27,658 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b61d2349-0d93-42bf-ba80-af71747c97b7: 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 b61d2349-0d93-42bf-ba80-af71747c97b7 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.469 | 0.469 | 0.469 | 0.469 | 0.469 | 0.469 | 100.0% | 1 | | keystone_v3.add_role | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | keystone_v3.revoke_role | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 100.0% | 1 | | total | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | -> duration | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.704318 Full duration: 13.358878 -------------------------------------------------------------------------------- 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 b61d2349-0d93-42bf-ba80-af71747c97b7 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.474 | 0.474 | 0.474 | 0.474 | 0.474 | 0.474 | 100.0% | 1 | | keystone_v3.add_role | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | keystone_v3.list_roles | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | total | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | -> duration | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.678167 Full duration: 13.115108 -------------------------------------------------------------------------------- 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 b61d2349-0d93-42bf-ba80-af71747c97b7 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.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | keystone_v3.list_projects | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | total | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 100.0% | 1 | | -> duration | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.698856 Full duration: 13.787164 -------------------------------------------------------------------------------- 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 b61d2349-0d93-42bf-ba80-af71747c97b7 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.478 | 0.478 | 0.478 | 0.478 | 0.478 | 0.478 | 100.0% | 1 | | keystone_v3.delete_role | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | total | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 100.0% | 1 | | -> duration | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.567662 Full duration: 11.438683 -------------------------------------------------------------------------------- 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 b61d2349-0d93-42bf-ba80-af71747c97b7 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.477 | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 100.0% | 1 | | keystone_v3.delete_service | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | total | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 100.0% | 1 | | -> duration | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.580043 Full duration: 11.405544 -------------------------------------------------------------------------------- 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 b61d2349-0d93-42bf-ba80-af71747c97b7 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.656 | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 100.0% | 1 | | keystone_v3.create_user | 0.541 | 0.541 | 0.541 | 0.541 | 0.541 | 0.541 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | -> keystone_v3.add_role | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 100.0% | 1 | | keystone_v3.create_role | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | keystone_v3.get_project | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | keystone_v3.get_user | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | keystone_v3.get_role | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 100.0% | 1 | | keystone_v3.list_services | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 100.0% | 1 | | keystone_v3.get_services | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 100.0% | 1 | | total | 1.779 | 1.779 | 1.779 | 1.779 | 1.779 | 1.779 | 100.0% | 1 | | -> duration | 1.779 | 1.779 | 1.779 | 1.779 | 1.779 | 1.779 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.778766 Full duration: 18.348278 -------------------------------------------------------------------------------- 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 b61d2349-0d93-42bf-ba80-af71747c97b7 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.633 | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 100.0% | 1 | | keystone_v3.update_project | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | keystone_v3.delete_project | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 100.0% | 1 | | total | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 100.0% | 1 | | -> duration | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.860971 Full duration: 12.150078 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task b61d2349-0d93-42bf-ba80-af71747c97b7 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.626 | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 100.0% | 1 | | total | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 100.0% | 1 | | -> duration | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.714512 Full duration: 13.328893 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task b61d2349-0d93-42bf-ba80-af71747c97b7 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 100.0% | 1 | | total | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 100.0% | 1 | | -> duration | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.646482 Full duration: 13.640813 -------------------------------------------------------------------------------- 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 b61d2349-0d93-42bf-ba80-af71747c97b7 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.649 | 0.649 | 0.649 | 0.649 | 0.649 | 0.649 | 100.0% | 1 | | keystone_v3.list_users | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 100.0% | 1 | | total | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | -> duration | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.832018 Full duration: 13.603083 -------------------------------------------------------------------------------- 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 b61d2349-0d93-42bf-ba80-af71747c97b7 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.651 | 0.651 | 0.651 | 0.651 | 0.651 | 0.651 | 100.0% | 1 | | keystone_v3.create_users | 4.316 | 4.316 | 4.316 | 4.316 | 4.316 | 4.316 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.315 | 4.315 | 4.315 | 4.315 | 4.315 | 4.315 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.094 | 1.094 | 1.094 | 1.094 | 1.094 | 1.094 | 100.0% | 1 | | total | 5.841 | 5.841 | 5.841 | 5.841 | 5.841 | 5.841 | 100.0% | 1 | | -> duration | 5.841 | 5.841 | 5.841 | 5.841 | 5.841 | 5.841 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.840967 Full duration: 23.022449 HINTS: * To plot HTML graphics with this data, run: rally task report b61d2349-0d93-42bf-ba80-af71747c97b7 --out output.html * To generate a JUnit report, run: rally task export b61d2349-0d93-42bf-ba80-af71747c97b7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b61d2349-0d93-42bf-ba80-af71747c97b7 --json --out output.json 2018-05-16 12:33:27,659 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b61d2349-0d93-42bf-ba80-af71747c97b7'] 2018-05-16 12:33:28,779 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-16 12:33:28,779 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b61d2349-0d93-42bf-ba80-af71747c97b7', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-16 12:33:28,786 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-16 12:33:28,786 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-16 12:33:28,786 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-05-16 12:33:28,786 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-16 12:33:28,797 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-16 12:33:28,798 - 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': '6c0255c2-c3db-4d6b-b25f-73129d4b7c2d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-273c47ba-25d5-4db1-8aa9-fe4a9721d554', 'flavor_name': 'rally-tiny-273c47ba-25d5-4db1-8aa9-fe4a9721d554', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-273c47ba-25d5-4db1-8aa9-fe4a9721d554', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-16 12:37:59,574 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b1dfd358-5469-47fa-9095-4e9eebb720d6 2018-05-16 12:37:59,575 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b1dfd358-5469-47fa-9095-4e9eebb720d6'] 2018-05-16 12:38:00,582 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b1dfd358-5469-47fa-9095-4e9eebb720d6: 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 b1dfd358-5469-47fa-9095-4e9eebb720d6 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.911 | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 100.0% | 1 | | neutron.delete_network | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 100.0% | 1 | | total | 1.678 | 1.678 | 1.678 | 1.678 | 1.678 | 1.678 | 100.0% | 1 | | -> duration | 1.678 | 1.678 | 1.678 | 1.678 | 1.678 | 1.678 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.678451 Full duration: 13.716631 -------------------------------------------------------------------------------- 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 b1dfd358-5469-47fa-9095-4e9eebb720d6 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.15 | 1.15 | 1.15 | 1.15 | 1.15 | 1.15 | 100.0% | 1 | | neutron.delete_port | 0.532 | 0.532 | 0.532 | 0.532 | 0.532 | 0.532 | 100.0% | 1 | | total | 1.682 | 1.682 | 1.682 | 1.682 | 1.682 | 1.682 | 100.0% | 1 | | -> duration | 1.682 | 1.682 | 1.682 | 1.682 | 1.682 | 1.682 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.682047 Full duration: 23.878275 -------------------------------------------------------------------------------- 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 b1dfd358-5469-47fa-9095-4e9eebb720d6 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.791 | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 100.0% | 1 | | neutron.create_subnet | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | neutron.create_router | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | neutron.add_interface_router | 1.289 | 1.289 | 1.289 | 1.289 | 1.289 | 1.289 | 100.0% | 1 | | neutron.remove_interface_router | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 100.0% | 1 | | neutron.delete_router | 0.417 | 0.417 | 0.417 | 0.417 | 0.417 | 0.417 | 100.0% | 1 | | total | 4.244 | 4.244 | 4.244 | 4.244 | 4.244 | 4.244 | 100.0% | 1 | | -> duration | 4.244 | 4.244 | 4.244 | 4.244 | 4.244 | 4.244 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.243773 Full duration: 31.47833 -------------------------------------------------------------------------------- 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 b1dfd358-5469-47fa-9095-4e9eebb720d6 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.221 | 1.221 | 1.221 | 1.221 | 1.221 | 1.221 | 100.0% | 1 | | neutron.delete_subnet | 0.362 | 0.362 | 0.362 | 0.362 | 0.362 | 0.362 | 100.0% | 1 | | total | 1.583 | 1.583 | 1.583 | 1.583 | 1.583 | 1.583 | 100.0% | 1 | | -> duration | 1.583 | 1.583 | 1.583 | 1.583 | 1.583 | 1.583 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.58307 Full duration: 24.942487 -------------------------------------------------------------------------------- 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 b1dfd358-5469-47fa-9095-4e9eebb720d6 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.094 | 1.094 | 1.094 | 1.094 | 1.094 | 1.094 | 100.0% | 1 | | neutron.list_networks | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 100.0% | 1 | | total | 1.255 | 1.255 | 1.255 | 1.255 | 1.255 | 1.255 | 100.0% | 1 | | -> duration | 1.255 | 1.255 | 1.255 | 1.255 | 1.255 | 1.255 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.254664 Full duration: 15.233685 -------------------------------------------------------------------------------- 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 b1dfd358-5469-47fa-9095-4e9eebb720d6 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.286 | 1.286 | 1.286 | 1.286 | 1.286 | 1.286 | 100.0% | 1 | | neutron.list_ports | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | total | 1.388 | 1.388 | 1.388 | 1.388 | 1.388 | 1.388 | 100.0% | 1 | | -> duration | 1.388 | 1.388 | 1.388 | 1.388 | 1.388 | 1.388 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.387719 Full duration: 24.033264 -------------------------------------------------------------------------------- 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 b1dfd358-5469-47fa-9095-4e9eebb720d6 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.753 | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 100.0% | 1 | | neutron.create_subnet | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | neutron.create_router | 0.157 | 0.157 | 0.157 | 0.157 | 0.157 | 0.157 | 100.0% | 1 | | neutron.add_interface_router | 1.345 | 1.345 | 1.345 | 1.345 | 1.345 | 1.345 | 100.0% | 1 | | neutron.list_routers | 0.07 | 0.07 | 0.07 | 0.07 | 0.07 | 0.07 | 100.0% | 1 | | total | 2.906 | 2.906 | 2.906 | 2.906 | 2.906 | 2.906 | 100.0% | 1 | | -> duration | 2.906 | 2.906 | 2.906 | 2.906 | 2.906 | 2.906 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.906385 Full duration: 34.725257 -------------------------------------------------------------------------------- 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 b1dfd358-5469-47fa-9095-4e9eebb720d6 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.888 | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 100.0% | 1 | | neutron.create_subnet | 0.466 | 0.466 | 0.466 | 0.466 | 0.466 | 0.466 | 100.0% | 1 | | neutron.list_subnets | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | total | 1.439 | 1.439 | 1.439 | 1.439 | 1.439 | 1.439 | 100.0% | 1 | | -> duration | 1.439 | 1.439 | 1.439 | 1.439 | 1.439 | 1.439 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.438602 Full duration: 28.370857 -------------------------------------------------------------------------------- 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 b1dfd358-5469-47fa-9095-4e9eebb720d6 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.911 | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 100.0% | 1 | | neutron.delete_security_group | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 100.0% | 1 | | total | 1.066 | 1.066 | 1.066 | 1.066 | 1.066 | 1.066 | 100.0% | 1 | | -> duration | 1.066 | 1.066 | 1.066 | 1.066 | 1.066 | 1.066 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.065976 Full duration: 13.059342 -------------------------------------------------------------------------------- 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 b1dfd358-5469-47fa-9095-4e9eebb720d6 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.836 | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 100.0% | 1 | | neutron.create_security_group_rule | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | neutron.delete_security_group | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 100.0% | 1 | | total | 1.256 | 1.256 | 1.256 | 1.256 | 1.256 | 1.256 | 100.0% | 1 | | -> duration | 1.256 | 1.256 | 1.256 | 1.256 | 1.256 | 1.256 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.255619 Full duration: 13.234754 -------------------------------------------------------------------------------- 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 b1dfd358-5469-47fa-9095-4e9eebb720d6 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.913 | 0.913 | 0.913 | 0.913 | 0.913 | 0.913 | 100.0% | 1 | | neutron.create_router | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 100.0% | 1 | | neutron.add_gateway_router | 0.985 | 0.985 | 0.985 | 0.985 | 0.985 | 0.985 | 100.0% | 1 | | neutron.remove_gateway_router | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | total | 2.787 | 2.787 | 2.787 | 2.787 | 2.787 | 2.787 | 100.0% | 1 | | -> duration | 2.787 | 2.787 | 2.787 | 2.787 | 2.787 | 2.787 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.787314 Full duration: 21.97732 HINTS: * To plot HTML graphics with this data, run: rally task report b1dfd358-5469-47fa-9095-4e9eebb720d6 --out output.html * To generate a JUnit report, run: rally task export b1dfd358-5469-47fa-9095-4e9eebb720d6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b1dfd358-5469-47fa-9095-4e9eebb720d6 --json --out output.json 2018-05-16 12:38:00,583 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b1dfd358-5469-47fa-9095-4e9eebb720d6'] 2018-05-16 12:38:01,632 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-16 12:38:01,633 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b1dfd358-5469-47fa-9095-4e9eebb720d6', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-16 12:38:01,640 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-16 12:38:01,641 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-16 12:38:01,641 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-05-16 12:38:01,641 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-16 12:38:01,659 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-16 12:38:01,660 - 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': '6c0255c2-c3db-4d6b-b25f-73129d4b7c2d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-273c47ba-25d5-4db1-8aa9-fe4a9721d554', 'flavor_name': 'rally-tiny-273c47ba-25d5-4db1-8aa9-fe4a9721d554', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-273c47ba-25d5-4db1-8aa9-fe4a9721d554', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-16 12:43:53,588 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7a9835b2-40e8-4e5b-b737-fc2f1091670e 2018-05-16 12:43:53,588 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '7a9835b2-40e8-4e5b-b737-fc2f1091670e'] 2018-05-16 12:43:54,572 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 7a9835b2-40e8-4e5b-b737-fc2f1091670e: 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-273c47ba-25d5-4db1-8aa9-fe4a9721d554" }, "image": { "name": "Cirros-0.4.0-273c47ba-25d5-4db1-8aa9-fe4a9721d554" }, "block_migration": false, "nics": [ { "net-id": "6c0255c2-c3db-4d6b-b25f-73129d4b7c2d" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 7a9835b2-40e8-4e5b-b737-fc2f1091670e 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.937 | 7.937 | 7.937 | 7.937 | 7.937 | 7.937 | 100.0% | 1 | | nova.find_host_to_migrate | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 100.0% | 1 | | nova.live_migrate | 9.33 | 9.33 | 9.33 | 9.33 | 9.33 | 9.33 | 100.0% | 1 | | nova.delete_server | 2.643 | 2.643 | 2.643 | 2.643 | 2.643 | 2.643 | 100.0% | 1 | | total | 20.771 | 20.771 | 20.771 | 20.771 | 20.771 | 20.771 | 100.0% | 1 | | -> duration | 19.771 | 19.771 | 19.771 | 19.771 | 19.771 | 19.771 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.770987 Full duration: 29.373987 -------------------------------------------------------------------------------- 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-273c47ba-25d5-4db1-8aa9-fe4a9721d554" }, "image": { "name": "Cirros-0.4.0-273c47ba-25d5-4db1-8aa9-fe4a9721d554" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "6c0255c2-c3db-4d6b-b25f-73129d4b7c2d" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 7a9835b2-40e8-4e5b-b737-fc2f1091670e 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.47 | 7.47 | 7.47 | 7.47 | 7.47 | 7.47 | 100.0% | 1 | | cinder_v2.create_volume | 2.727 | 2.727 | 2.727 | 2.727 | 2.727 | 2.727 | 100.0% | 1 | | nova.attach_volume | 3.816 | 3.816 | 3.816 | 3.816 | 3.816 | 3.816 | 100.0% | 1 | | nova.find_host_to_migrate | 0.961 | 0.961 | 0.961 | 0.961 | 0.961 | 0.961 | 100.0% | 1 | | nova.live_migrate | 11.665 | 11.665 | 11.665 | 11.665 | 11.665 | 11.665 | 100.0% | 1 | | nova.detach_volume | 1.131 | 1.131 | 1.131 | 1.131 | 1.131 | 1.131 | 100.0% | 1 | | cinder_v2.delete_volume | 2.297 | 2.297 | 2.297 | 2.297 | 2.297 | 2.297 | 100.0% | 1 | | nova.delete_server | 2.37 | 2.37 | 2.37 | 2.37 | 2.37 | 2.37 | 100.0% | 1 | | total | 32.438 | 32.438 | 32.438 | 32.438 | 32.438 | 32.438 | 100.0% | 1 | | -> duration | 31.438 | 31.438 | 31.438 | 31.438 | 31.438 | 31.438 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 31.438196 Full duration: 43.335663 -------------------------------------------------------------------------------- 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-273c47ba-25d5-4db1-8aa9-fe4a9721d554" }, "image": { "name": "Cirros-0.4.0-273c47ba-25d5-4db1-8aa9-fe4a9721d554" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "6c0255c2-c3db-4d6b-b25f-73129d4b7c2d" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 7a9835b2-40e8-4e5b-b737-fc2f1091670e has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 7.915 | 7.915 | 7.915 | 7.915 | 7.915 | 7.915 | 100.0% | 1 | | nova.boot_server | 7.953 | 7.953 | 7.953 | 7.953 | 7.953 | 7.953 | 100.0% | 1 | | nova.find_host_to_migrate | 1.125 | 1.125 | 1.125 | 1.125 | 1.125 | 1.125 | 100.0% | 1 | | nova.live_migrate | 14.147 | 14.147 | 14.147 | 14.147 | 14.147 | 14.147 | 100.0% | 1 | | nova.delete_server | 7.088 | 7.088 | 7.088 | 7.088 | 7.088 | 7.088 | 100.0% | 1 | | total | 38.228 | 38.228 | 38.228 | 38.228 | 38.228 | 38.228 | 100.0% | 1 | | -> duration | 37.228 | 37.228 | 37.228 | 37.228 | 37.228 | 37.228 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 37.227907 Full duration: 48.885355 -------------------------------------------------------------------------------- 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-273c47ba-25d5-4db1-8aa9-fe4a9721d554" }, "image": { "name": "Cirros-0.4.0-273c47ba-25d5-4db1-8aa9-fe4a9721d554" }, "server_kwargs": { "nics": [ { "net-id": "6c0255c2-c3db-4d6b-b25f-73129d4b7c2d" } ] } }, "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 7a9835b2-40e8-4e5b-b737-fc2f1091670e 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.866 | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 100.0% | 1 | | nova.boot_server | 6.676 | 6.676 | 6.676 | 6.676 | 6.676 | 6.676 | 100.0% | 1 | | nova.delete_server | 2.358 | 2.358 | 2.358 | 2.358 | 2.358 | 2.358 | 100.0% | 1 | | nova.delete_keypair | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 100.0% | 1 | | total | 9.939 | 9.939 | 9.939 | 9.939 | 9.939 | 9.939 | 100.0% | 1 | | -> duration | 8.939 | 8.939 | 8.939 | 8.939 | 8.939 | 8.939 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.938901 Full duration: 28.937895 -------------------------------------------------------------------------------- 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-273c47ba-25d5-4db1-8aa9-fe4a9721d554" }, "image": { "name": "Cirros-0.4.0-273c47ba-25d5-4db1-8aa9-fe4a9721d554" }, "volume_size": 5, "nics": [ { "net-id": "6c0255c2-c3db-4d6b-b25f-73129d4b7c2d" } ] }, "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 7a9835b2-40e8-4e5b-b737-fc2f1091670e has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 7.71 | 7.71 | 7.71 | 7.71 | 7.71 | 7.71 | 100.0% | 1 | | nova.boot_server | 7.232 | 7.232 | 7.232 | 7.232 | 7.232 | 7.232 | 100.0% | 1 | | nova.delete_server | 2.37 | 2.37 | 2.37 | 2.37 | 2.37 | 2.37 | 100.0% | 1 | | total | 17.313 | 17.313 | 17.313 | 17.313 | 17.313 | 17.313 | 100.0% | 1 | | -> duration | 16.313 | 16.313 | 16.313 | 16.313 | 16.313 | 16.313 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.31311 Full duration: 38.144952 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-273c47ba-25d5-4db1-8aa9-fe4a9721d554" }, "image": { "name": "Cirros-0.4.0-273c47ba-25d5-4db1-8aa9-fe4a9721d554" }, "force_delete": false, "nics": [ { "net-id": "6c0255c2-c3db-4d6b-b25f-73129d4b7c2d" } ] }, "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 7a9835b2-40e8-4e5b-b737-fc2f1091670e 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 | 5.371 | 5.371 | 5.371 | 5.371 | 5.371 | 5.371 | 100.0% | 1 | | nova.pause_server | 2.715 | 2.715 | 2.715 | 2.715 | 2.715 | 2.715 | 100.0% | 1 | | nova.unpause_server | 2.585 | 2.585 | 2.585 | 2.585 | 2.585 | 2.585 | 100.0% | 1 | | nova.delete_server | 2.714 | 2.714 | 2.714 | 2.714 | 2.714 | 2.714 | 100.0% | 1 | | total | 13.385 | 13.385 | 13.385 | 13.385 | 13.385 | 13.385 | 100.0% | 1 | | -> duration | 8.385 | 8.385 | 8.385 | 8.385 | 8.385 | 8.385 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.385132 Full duration: 32.616756 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-273c47ba-25d5-4db1-8aa9-fe4a9721d554" }, "image": { "name": "Cirros-0.4.0-273c47ba-25d5-4db1-8aa9-fe4a9721d554" }, "nics": [ { "net-id": "6c0255c2-c3db-4d6b-b25f-73129d4b7c2d" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 7a9835b2-40e8-4e5b-b737-fc2f1091670e 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 | 5.321 | 5.321 | 5.321 | 5.321 | 5.321 | 5.321 | 100.0% | 1 | | nova.migrate | 41.508 | 41.508 | 41.508 | 41.508 | 41.508 | 41.508 | 100.0% | 1 | | nova.resize_confirm | 4.809 | 4.809 | 4.809 | 4.809 | 4.809 | 4.809 | 100.0% | 1 | | nova.delete_server | 2.363 | 2.363 | 2.363 | 2.363 | 2.363 | 2.363 | 100.0% | 1 | | total | 54.001 | 54.001 | 54.001 | 54.001 | 54.001 | 54.001 | 100.0% | 1 | | -> duration | 53.001 | 53.001 | 53.001 | 53.001 | 53.001 | 53.001 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 53.000605 Full duration: 62.471197 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-273c47ba-25d5-4db1-8aa9-fe4a9721d554" }, "image": { "name": "Cirros-0.4.0-273c47ba-25d5-4db1-8aa9-fe4a9721d554" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 7a9835b2-40e8-4e5b-b737-fc2f1091670e 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 | 5.186 | 5.186 | 5.186 | 5.186 | 5.186 | 5.186 | 100.0% | 1 | | nova.list_interfaces | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | total | 5.288 | 5.288 | 5.288 | 5.288 | 5.288 | 5.288 | 100.0% | 1 | | -> duration | 4.288 | 4.288 | 4.288 | 4.288 | 4.288 | 4.288 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.288225 Full duration: 27.920015 -------------------------------------------------------------------------------- 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 7a9835b2-40e8-4e5b-b737-fc2f1091670e has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_server_group | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | nova.delete_server_group | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | total | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | -> duration | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.686594 Full duration: 8.547836 HINTS: * To plot HTML graphics with this data, run: rally task report 7a9835b2-40e8-4e5b-b737-fc2f1091670e --out output.html * To generate a JUnit report, run: rally task export 7a9835b2-40e8-4e5b-b737-fc2f1091670e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7a9835b2-40e8-4e5b-b737-fc2f1091670e --json --out output.json 2018-05-16 12:43:54,572 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '7a9835b2-40e8-4e5b-b737-fc2f1091670e'] 2018-05-16 12:43:55,668 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-16 12:43:55,669 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '7a9835b2-40e8-4e5b-b737-fc2f1091670e', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-16 12:43:55,677 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-16 12:43:55,678 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-16 12:43:55,678 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-05-16 12:43:55,678 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-16 12:43:55,704 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-16 12:43:55,704 - 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': '6c0255c2-c3db-4d6b-b25f-73129d4b7c2d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-273c47ba-25d5-4db1-8aa9-fe4a9721d554', 'flavor_name': 'rally-tiny-273c47ba-25d5-4db1-8aa9-fe4a9721d554', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-273c47ba-25d5-4db1-8aa9-fe4a9721d554', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-16 12:44:42,096 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1d0f430a-6cb5-4ed1-97ee-e6a22f9fbc40 2018-05-16 12:44:42,097 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '1d0f430a-6cb5-4ed1-97ee-e6a22f9fbc40'] 2018-05-16 12:44:43,144 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 1d0f430a-6cb5-4ed1-97ee-e6a22f9fbc40: 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 1d0f430a-6cb5-4ed1-97ee-e6a22f9fbc40 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.668 | 0.668 | 0.668 | 0.668 | 0.668 | 0.668 | 100.0% | 1 | | quotas.delete_quotas | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 100.0% | 1 | | total | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 100.0% | 1 | | -> duration | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.84746 Full duration: 7.908826 -------------------------------------------------------------------------------- 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 1d0f430a-6cb5-4ed1-97ee-e6a22f9fbc40 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.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | total | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | -> duration | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.689857 Full duration: 7.59536 -------------------------------------------------------------------------------- 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 1d0f430a-6cb5-4ed1-97ee-e6a22f9fbc40 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.342 | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 100.0% | 1 | | total | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 100.0% | 1 | | -> duration | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.808697 Full duration: 7.88036 -------------------------------------------------------------------------------- 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 1d0f430a-6cb5-4ed1-97ee-e6a22f9fbc40 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.081 | 1.081 | 1.081 | 1.081 | 1.081 | 1.081 | 100.0% | 1 | | total | 1.081 | 1.081 | 1.081 | 1.081 | 1.081 | 1.081 | 100.0% | 1 | | -> duration | 1.081 | 1.081 | 1.081 | 1.081 | 1.081 | 1.081 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.081345 Full duration: 8.737226 HINTS: * To plot HTML graphics with this data, run: rally task report 1d0f430a-6cb5-4ed1-97ee-e6a22f9fbc40 --out output.html * To generate a JUnit report, run: rally task export 1d0f430a-6cb5-4ed1-97ee-e6a22f9fbc40 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1d0f430a-6cb5-4ed1-97ee-e6a22f9fbc40 --json --out output.json 2018-05-16 12:44:43,144 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '1d0f430a-6cb5-4ed1-97ee-e6a22f9fbc40'] 2018-05-16 12:44:44,150 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-16 12:44:44,150 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '1d0f430a-6cb5-4ed1-97ee-e6a22f9fbc40', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-16 12:44:44,158 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-16 12:44:44,163 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:41 | 6 | 100.00% | | glance | 01:08 | 4 | 100.00% | | cinder | 02:32 | 10 | 100.00% | | heat | 00:56 | 4 | 100.00% | | keystone | 02:37 | 11 | 100.00% | | neutron | 04:04 | 11 | 100.00% | | nova | 05:20 | 9 | 100.00% | | quotas | 00:32 | 4 | 100.00% | | | | | | | TOTAL: | 00:17:53 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-16 12:44:44,163 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-16 12:44:50,141 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-16 12:44:50,142 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-16 12:44:50,647 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 12:44:50,647 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 21:29 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-16 12:44:50,652 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-16 12:44:50,755 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-16 12:44:53,151 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-16 12:44:52.879 11198 INFO rally.deployment.engine [-] Deployment 28bb8a9b-6d82-4217-bac3-bd877307d259 | Starting: Destroy cloud and free allocated resources. 2018-05-16 12:44:52.963 11198 INFO rally.deployment.engine [-] Deployment 28bb8a9b-6d82-4217-bac3-bd877307d259 | Completed: Destroy cloud and free allocated resources. 2018-05-16 12:44:52.975 11198 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=2d38d15e-16d2-4bd8-ab60-1a0a7dbfd2b8). 2018-05-16 12:44:52.978 11198 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-16 12:44:55,523 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-16 12:44:55.244 11201 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=73f2daec-538a-40ff-b006-bd6fc804c7a1) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 73f2daec-538a-40ff-b006-bd6fc804c7a1 | 2018-05-16T12:44:55 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 73f2daec-538a-40ff-b006-bd6fc804c7a1 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-16 12:44:58,743 - 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-16 12:44:58,744 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-16 12:45:01,146 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-16 12:45:00.872 11207 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=2d38d15e-16d2-4bd8-ab60-1a0a7dbfd2b8). 2018-05-16 12:45:00.992 11207 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-16 12:45:04,544 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-16 12:45:03.178 11210 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-16 12:45:03.304 11210 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-16 12:45:04.405 11210 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=80ca4b01-9423-4528-be9d-843116cc084f) has been successfully created! Using verifier 'opnfv-tempest' (UUID=80ca4b01-9423-4528-be9d-843116cc084f) as the default verifier for the future CLI operations. 2018-05-16 12:45:07,376 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-16 12:45:09,050 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-16 12:45:12,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-16 12:45:17,555 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-16 12:45:16.735 11229 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=80ca4b01-9423-4528-be9d-843116cc084f) for deployment 'opnfv-rally' (UUID=73f2daec-538a-40ff-b006-bd6fc804c7a1). 2018-05-16 12:45:17.394 11229 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=80ca4b01-9423-4528-be9d-843116cc084f) has been successfully configured for deployment 'opnfv-rally' (UUID=73f2daec-538a-40ff-b006-bd6fc804c7a1)! 2018-05-16 12:45:17,555 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-16 12:45:17,555 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-16 12:45:17,557 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-16 12:45:20,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-05-16 12:45:22,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:45:22.295 11241 INFO rally.api [-] Starting verification (UUID=2f53c9b4-bc58-4f7c-8fd3-d9dbf7302733) for deployment 'opnfv-rally' (UUID=73f2daec-538a-40ff-b006-bd6fc804c7a1) by verifier 'opnfv-tempest' (UUID=80ca4b01-9423-4528-be9d-843116cc084f). 2018-05-16 12:45:22,296 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 2f53c9b4-bc58-4f7c-8fd3-d9dbf7302733 2018-05-16 12:45:31,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:45:31.089 11241 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.279s] 2018-05-16 12:45:31,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:45:31.484 11241 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.370s] 2018-05-16 12:45:31,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:45:31.494 11241 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.469s] 2018-05-16 12:45:31,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:45:31.863 11241 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.706s] 2018-05-16 12:45:31,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:45:31.891 11241 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.028s] 2018-05-16 12:45:33,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:45:33.148 11241 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.653s] 2018-05-16 12:45:35,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:45:35.730 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [4.734s] 2018-05-16 12:45:41,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:45:41.507 11241 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.118s] 2018-05-16 12:45:42,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:45:42.149 11241 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.303s] 2018-05-16 12:45:43,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:45:43.024 11241 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.427s] 2018-05-16 12:45:43,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:45:43.323 11241 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.298s] 2018-05-16 12:45:43,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:45:43.621 11241 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.472s] 2018-05-16 12:45:44,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:45:44.131 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.316s] 2018-05-16 12:45:49,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:45:49.367 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.234s] 2018-05-16 12:45:52,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:45:52.262 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.487s] 2018-05-16 12:45:53,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:45:53.537 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.274s] 2018-05-16 12:45:55,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:45:55.243 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [19.506s] 2018-05-16 12:46:01,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:01.182 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.067s] 2018-05-16 12:46:01,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:01.194 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-05-16 12:46:01,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:01.302 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.235s] 2018-05-16 12:46:01,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:01.703 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.508s] 2018-05-16 12:46:01,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:01.714 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.010s] 2018-05-16 12:46:01,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:01.725 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-05-16 12:46:01,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:01.757 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.031s] 2018-05-16 12:46:01,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:01.827 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.070s] 2018-05-16 12:46:01,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:01.895 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.067s] 2018-05-16 12:46:01,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:01.972 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.669s] 2018-05-16 12:46:02,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:02.056 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.160s] 2018-05-16 12:46:02,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:02.070 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.013s] 2018-05-16 12:46:02,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:02.151 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.081s] 2018-05-16 12:46:02,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:02.206 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.234s] 2018-05-16 12:46:02,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:02.485 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.278s] 2018-05-16 12:46:02,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:02.841 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.356s] 2018-05-16 12:46:02,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:02.922 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.080s] 2018-05-16 12:46:02,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:02.998 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.076s] 2018-05-16 12:46:03,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:03.066 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.067s] 2018-05-16 12:46:03,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:03.135 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.069s] 2018-05-16 12:46:03,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:03.202 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.066s] 2018-05-16 12:46:03,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:03.345 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.142s] 2018-05-16 12:46:03,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:03.698 11241 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.843s] 2018-05-16 12:46:14,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:14.632 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.467s] 2018-05-16 12:46:17,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:17.555 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.167s] 2018-05-16 12:46:17,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:17.592 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.036s] 2018-05-16 12:46:17,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:17.785 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.192s] 2018-05-16 12:46:18,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:18.358 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.572s] 2018-05-16 12:46:18,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:18.454 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.096s] 2018-05-16 12:46:18,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:18.675 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.219s] 2018-05-16 12:46:18,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:18.712 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.037s] 2018-05-16 12:46:18,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:18.760 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.048s] 2018-05-16 12:46:18,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:18.818 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.057s] 2018-05-16 12:46:18,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:18.870 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.051s] 2018-05-16 12:46:18,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:18.912 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.042s] 2018-05-16 12:46:19,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:19.020 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.106s] 2018-05-16 12:46:19,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:19.095 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.074s] 2018-05-16 12:46:19,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:19.103 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.471s] 2018-05-16 12:46:19,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:19.147 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.051s] 2018-05-16 12:46:19,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:19.201 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.054s] 2018-05-16 12:46:21,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:21.144 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.040s] 2018-05-16 12:46:21,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:21.213 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.068s] 2018-05-16 12:46:21,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:21.263 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.050s] 2018-05-16 12:46:21,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:21.319 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.056s] 2018-05-16 12:46:21,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:21.363 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.044s] 2018-05-16 12:46:27,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:27.094 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [31.843s] 2018-05-16 12:46:35,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:35.568 11241 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.323s] 2018-05-16 12:46:37,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:37.659 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [10.567s] 2018-05-16 12:46:37,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:37.747 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.009s] 2018-05-16 12:46:40,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:40.499 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [2.751s] 2018-05-16 12:46:43,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:43.148 11241 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [59.524s] 2018-05-16 12:46:43,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:43.310 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [2.810s] 2018-05-16 12:46:43,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:43.984 11241 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.840s] 2018-05-16 12:46:46,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:46.320 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [3.009s] 2018-05-16 12:46:50,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:50.188 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.867s] 2018-05-16 12:46:53,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:53.804 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.615s] 2018-05-16 12:46:57,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:46:57.187 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.383s] 2018-05-16 12:47:02,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:02.348 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.160s] 2018-05-16 12:47:05,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:05.346 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [2.998s] 2018-05-16 12:47:05,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:05.527 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.180s] 2018-05-16 12:47:05,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:05.646 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.119s] 2018-05-16 12:47:05,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:05.711 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.065s] 2018-05-16 12:47:05,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:05.806 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.094s] 2018-05-16 12:47:05,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:05.930 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.123s] 2018-05-16 12:47:06,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:06.021 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.090s] 2018-05-16 12:47:06,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:06.079 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.058s] 2018-05-16 12:47:06,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:06.132 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.052s] 2018-05-16 12:47:09,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:09.671 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [3.538s] 2018-05-16 12:47:22,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:22.367 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [76.741s] 2018-05-16 12:47:22,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:22.439 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.071s] 2018-05-16 12:47:22,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:22.647 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.208s] 2018-05-16 12:47:22,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:22.745 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.096s] 2018-05-16 12:47:22,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:22.746 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-16 12:47:23,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:23.757 11241 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [6.544s] 2018-05-16 12:47:30,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:30.561 11241 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.803s] 2018-05-16 12:47:42,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:42.273 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [64.597s] 2018-05-16 12:47:42,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:42.727 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.389s] 2018-05-16 12:47:43,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:43.153 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.424s] 2018-05-16 12:47:43,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:43.369 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.215s] 2018-05-16 12:47:43,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:43.899 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.530s] 2018-05-16 12:47:44,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:44.285 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.385s] 2018-05-16 12:47:44,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:44.685 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.400s] 2018-05-16 12:47:46,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:46.662 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.392s] 2018-05-16 12:47:46,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:46.978 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.316s] 2018-05-16 12:47:50,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:50.687 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.452s] 2018-05-16 12:47:51,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:51.809 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.122s] 2018-05-16 12:47:54,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:54.570 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.758s] 2018-05-16 12:47:55,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:55.277 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.709s] 2018-05-16 12:47:56,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:56.818 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.539s] 2018-05-16 12:47:56,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:56.865 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.008s] 2018-05-16 12:47:57,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:57.022 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.156s] 2018-05-16 12:47:57,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:57.059 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.038s] 2018-05-16 12:47:57,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:57.090 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.030s] 2018-05-16 12:47:57,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:57.119 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.028s] 2018-05-16 12:47:57,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:57.168 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.048s] 2018-05-16 12:47:57,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:57.338 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.170s] 2018-05-16 12:47:57,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:57.380 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.042s] 2018-05-16 12:47:57,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:57.420 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.038s] 2018-05-16 12:47:57,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:57.461 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.041s] 2018-05-16 12:47:57,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:57.807 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.989s] 2018-05-16 12:47:59,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:59.467 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.656s] 2018-05-16 12:47:59,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:47:59.535 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.071s] 2018-05-16 12:49:17,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:49:17.955 11241 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [213.300s] 2018-05-16 12:49:43,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:49:43.743 11241 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [25.782s] 2018-05-16 12:49:54,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:49:54.703 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.013s] 2018-05-16 12:49:54,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:49:54.877 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.174s] 2018-05-16 12:49:55,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:49:55.053 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.175s] 2018-05-16 12:49:55,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:49:55.209 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.155s] 2018-05-16 12:49:55,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:49:55.354 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.144s] 2018-05-16 12:49:55,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:49:55.366 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.012s] 2018-05-16 12:49:55,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:49:55.533 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.166s] 2018-05-16 12:49:55,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:49:55.564 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.031s] 2018-05-16 12:49:55,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:49:55.578 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.013s] 2018-05-16 12:49:55,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:49:55.613 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.035s] 2018-05-16 12:49:55,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:49:55.622 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2018-05-16 12:49:55,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:49:55.666 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.043s] 2018-05-16 12:49:55,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:49:55.709 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.042s] 2018-05-16 12:49:55,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:49:55.747 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.038s] 2018-05-16 12:49:55,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:49:55.790 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.043s] 2018-05-16 12:49:56,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:49:56.095 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.304s] 2018-05-16 12:49:56,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:49:56.129 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.034s] 2018-05-16 12:49:56,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:49:56.160 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.030s] 2018-05-16 12:49:56,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:49:56.169 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.008s] 2018-05-16 12:49:56,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:49:56.199 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.030s] 2018-05-16 12:49:56,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:49:56.365 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.164s] 2018-05-16 12:49:56,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:49:56.537 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.171s] 2018-05-16 12:49:56,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:49:56.571 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.034s] 2018-05-16 12:50:13,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:50:13.829 11241 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [187.264s] 2018-05-16 12:50:13,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:50:13.902 11241 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.077s] 2018-05-16 12:50:14,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:50:14.263 11241 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.360s] 2018-05-16 12:53:21,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:53:21.670 11241 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [187.395s] 2018-05-16 12:53:21,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:53:21.672 11241 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-16 12:53:32,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:53:32.195 11241 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.157s] 2018-05-16 12:53:35,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '2f53c9b4-bc58-4f7c-8fd3-d9dbf7302733']'. 2018-05-16 12:53:36,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-16 12:53:36,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-16 12:53:36,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-16 12:53:36,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 2f53c9b4-bc58-4f7c-8fd3-d9dbf7302733 | 2018-05-16 12:53:36,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-16 12:53:36,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-16 12:45:22 | 2018-05-16 12:53:36,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-16 12:53:35 | 2018-05-16 12:53:36,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:08:13 | 2018-05-16 12:53:36,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-16 12:53:36,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-16 12:53:36,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 80ca4b01-9423-4528-be9d-843116cc084f) | 2018-05-16 12:53:36,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-16 12:53:36,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 73f2daec-538a-40ff-b006-bd6fc804c7a1) | 2018-05-16 12:53:36,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 150 | 2018-05-16 12:53:36,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 483.576 | 2018-05-16 12:53:36,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 147 | 2018-05-16 12:53:36,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-16 12:53:36,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-16 12:53:36,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-16 12:53:36,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-05-16 12:53:36,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-16 12:53:36,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-16 12:53:36,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 98.0% 2018-05-16 12:53:43,084 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 12:53:43,084 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 08:36 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-05-16 12:53:43,089 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-05-16 12:53:43,089 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-16 12:53:43,177 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-16 12:53:45,774 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-16 12:53:45.304 11335 INFO rally.deployment.engine [-] Deployment 73f2daec-538a-40ff-b006-bd6fc804c7a1 | Starting: Destroy cloud and free allocated resources. 2018-05-16 12:53:45.414 11335 INFO rally.deployment.engine [-] Deployment 73f2daec-538a-40ff-b006-bd6fc804c7a1 | Completed: Destroy cloud and free allocated resources. 2018-05-16 12:53:45.460 11335 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=80ca4b01-9423-4528-be9d-843116cc084f) for deployment 'opnfv-rally'. 2018-05-16 12:53:45.481 11335 INFO rally.api [-] Deleting verification (UUID=2f53c9b4-bc58-4f7c-8fd3-d9dbf7302733). 2018-05-16 12:53:45.532 11335 INFO rally.api [-] Verification has been successfully deleted! 2018-05-16 12:53:45.532 11335 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=80ca4b01-9423-4528-be9d-843116cc084f). 2018-05-16 12:53:45.544 11335 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-16 12:53:48,191 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-16 12:53:47.929 11338 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=166f64e9-0315-4f82-ac49-958b5e47db97) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 166f64e9-0315-4f82-ac49-958b5e47db97 | 2018-05-16T12:53:47 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 166f64e9-0315-4f82-ac49-958b5e47db97 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-16 12:53:51,487 - 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-16 12:53:51,488 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-16 12:53:53,893 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-16 12:53:53.639 11344 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=80ca4b01-9423-4528-be9d-843116cc084f). 2018-05-16 12:53:53.770 11344 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-16 12:53:57,405 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-16 12:53:55.918 11347 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-16 12:53:56.078 11347 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-16 12:53:57.257 11347 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=88584304-375a-4cf2-a68a-91e3a79bc643) has been successfully created! Using verifier 'opnfv-tempest' (UUID=88584304-375a-4cf2-a68a-91e3a79bc643) as the default verifier for the future CLI operations. 2018-05-16 12:54:00,228 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-16 12:54:01,931 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-16 12:54:06,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-16 12:54:12,029 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-16 12:54:11.190 11366 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=88584304-375a-4cf2-a68a-91e3a79bc643) for deployment 'opnfv-rally' (UUID=166f64e9-0315-4f82-ac49-958b5e47db97). 2018-05-16 12:54:11.868 11366 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=88584304-375a-4cf2-a68a-91e3a79bc643) has been successfully configured for deployment 'opnfv-rally' (UUID=166f64e9-0315-4f82-ac49-958b5e47db97)! 2018-05-16 12:54:12,029 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-16 12:54:12,029 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-16 12:54:12,032 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-16 12:54:12,047 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-16 12:54:16,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-88584304-375a-4cf2-a68a-91e3a79bc643/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-05-16 12:54:16,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-05-16 12:54:18,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 12:54:18.593 11375 INFO rally.api [-] Starting verification (UUID=ad6cfdf7-04a9-4be4-88c7-4f3d4c7c9826) for deployment 'opnfv-rally' (UUID=166f64e9-0315-4f82-ac49-958b5e47db97) by verifier 'opnfv-tempest' (UUID=88584304-375a-4cf2-a68a-91e3a79bc643). 2018-05-16 12:54:18,594 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: ad6cfdf7-04a9-4be4-88c7-4f3d4c7c9826 2018-05-16 12:56:52,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'ad6cfdf7-04a9-4be4-88c7-4f3d4c7c9826']'. 2018-05-16 12:56:53,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-16 12:56:53,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-16 12:56:53,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-16 12:56:53,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | ad6cfdf7-04a9-4be4-88c7-4f3d4c7c9826 | 2018-05-16 12:56:53,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-16 12:56:53,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-16 12:54:18 | 2018-05-16 12:56:53,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-16 12:56:52 | 2018-05-16 12:56:53,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:34 | 2018-05-16 12:56:53,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-16 12:56:53,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-16 12:56:53,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 88584304-375a-4cf2-a68a-91e3a79bc643) | 2018-05-16 12:56:53,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-16 12:56:53,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 166f64e9-0315-4f82-ac49-958b5e47db97) | 2018-05-16 12:56:53,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-16 12:56:53,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 144.855 | 2018-05-16 12:56:53,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-05-16 12:56:53,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-05-16 12:56:53,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-16 12:56:53,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-16 12:56:53,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-16 12:56:53,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-16 12:56:53,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-16 12:56:53,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-05-16 12:57:00,256 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 12:57:00,256 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:60 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-16 12:57:00,261 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-05-16 12:57:18,370 - 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-16 12:57:18,370 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-05-16 12:57:18,401 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-05-16 12:57:18,518 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 12:57:18,518 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:17 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-16 12:57:18,521 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-16 12:57:19,437 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-16 13:59:12,884 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 13:59:12,885 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 61:53 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-05-16 13:59:12,888 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-05-16 13:59:12,889 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-16 13:59:12,977 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-16 13:59:15,656 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-16 13:59:15.221 11485 INFO rally.deployment.engine [-] Deployment 166f64e9-0315-4f82-ac49-958b5e47db97 | Starting: Destroy cloud and free allocated resources. 2018-05-16 13:59:15.316 11485 INFO rally.deployment.engine [-] Deployment 166f64e9-0315-4f82-ac49-958b5e47db97 | Completed: Destroy cloud and free allocated resources. 2018-05-16 13:59:15.378 11485 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=88584304-375a-4cf2-a68a-91e3a79bc643) for deployment 'opnfv-rally'. 2018-05-16 13:59:15.411 11485 INFO rally.api [-] Deleting verification (UUID=ad6cfdf7-04a9-4be4-88c7-4f3d4c7c9826). 2018-05-16 13:59:15.458 11485 INFO rally.api [-] Verification has been successfully deleted! 2018-05-16 13:59:15.459 11485 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=88584304-375a-4cf2-a68a-91e3a79bc643). 2018-05-16 13:59:15.472 11485 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-16 13:59:18,047 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-16 13:59:17.737 11488 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=ae3fddae-1bef-4b0b-bb3f-e64682a75a4c) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | ae3fddae-1bef-4b0b-bb3f-e64682a75a4c | 2018-05-16T13:59:17 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: ae3fddae-1bef-4b0b-bb3f-e64682a75a4c ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-16 13:59:21,412 - 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-16 13:59:21,412 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-16 13:59:23,746 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-16 13:59:23.480 11494 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=88584304-375a-4cf2-a68a-91e3a79bc643). 2018-05-16 13:59:23.601 11494 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-16 13:59:27,265 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-16 13:59:25.771 11497 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-16 13:59:25.919 11497 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-16 13:59:27.056 11497 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=542b9b35-97f1-44b2-9e5a-c9332045d0d6) has been successfully created! Using verifier 'opnfv-tempest' (UUID=542b9b35-97f1-44b2-9e5a-c9332045d0d6) as the default verifier for the future CLI operations. 2018-05-16 13:59:36,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-16 13:59:41,338 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-16 13:59:40.514 11516 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=542b9b35-97f1-44b2-9e5a-c9332045d0d6) for deployment 'opnfv-rally' (UUID=ae3fddae-1bef-4b0b-bb3f-e64682a75a4c). 2018-05-16 13:59:41.178 11516 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=542b9b35-97f1-44b2-9e5a-c9332045d0d6) has been successfully configured for deployment 'opnfv-rally' (UUID=ae3fddae-1bef-4b0b-bb3f-e64682a75a4c)! 2018-05-16 13:59:44,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-542b9b35-97f1-44b2-9e5a-c9332045d0d6/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-05-16 13:59:44,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-05-16 13:59:46,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-16 13:59:46.588 11525 INFO rally.api [-] Starting verification (UUID=ea638a85-94b9-4ef4-890b-5fed9a205140) for deployment 'opnfv-rally' (UUID=ae3fddae-1bef-4b0b-bb3f-e64682a75a4c) by verifier 'opnfv-tempest' (UUID=542b9b35-97f1-44b2-9e5a-c9332045d0d6). 2018-05-16 14:01:27,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'ea638a85-94b9-4ef4-890b-5fed9a205140']'. 2018-05-16 14:01:28,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-16 14:01:28,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-16 14:01:28,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-16 14:01:28,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | ea638a85-94b9-4ef4-890b-5fed9a205140 | 2018-05-16 14:01:28,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-16 14:01:28,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-16 13:59:46 | 2018-05-16 14:01:28,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-16 14:01:27 | 2018-05-16 14:01:28,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:41 | 2018-05-16 14:01:28,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-16 14:01:28,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-16 14:01:28,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 542b9b35-97f1-44b2-9e5a-c9332045d0d6) | 2018-05-16 14:01:28,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-16 14:01:28,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: ae3fddae-1bef-4b0b-bb3f-e64682a75a4c) | 2018-05-16 14:01:28,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-16 14:01:28,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 90.709 | 2018-05-16 14:01:28,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-05-16 14:01:28,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-05-16 14:01:28,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-16 14:01:28,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-16 14:01:28,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-05-16 14:01:28,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-16 14:01:28,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-16 14:01:28,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 97.6744186047% 2018-05-16 14:01:33,090 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 14:01:33,090 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:03 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-05-16 14:01:33,094 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-05-16 14:01:33,095 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:43 | PASS | | vping_userdata | functest | smoke | 00:29 | PASS | | tempest_smoke_serial | functest | smoke | 11:58 | PASS | | rally_sanity | functest | smoke | 21:29 | PASS | | refstack_defcore | functest | smoke | 08:36 | FAIL | | patrole | functest | smoke | 02:60 | PASS | | odl | functest | smoke | 00:17 | PASS | | snaps_smoke | functest | smoke | 61:53 | FAIL | | neutron_trunk | functest | smoke | 02:03 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-16 14:01:33,101 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-16 14:02:14,227 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-117 | | 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-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-16 14:02:14,229 - 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=D3nuRepbMdAasuj93b22jbB7M export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.5 export OS_REGION_NAME=regionOne 2018-05-16 14:02:14,229 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-16 14:02:14,229 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-16 14:02:14,229 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-05-16 14:02:14,231 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-16 14:04:09,474 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-117 | | 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-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-16 14:04:09,476 - 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=D3nuRepbMdAasuj93b22jbB7M export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.5 export OS_REGION_NAME=regionOne 2018-05-16 14:04:09,476 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-16 14:04:09,477 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | vnf | 4 | (daily)|(weekly) | Collection of VNF test cases. | cloudify_ims vyos_vrouter juju_epc | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ 2018-05-16 14:04:09,477 - xtesting.ci.run_tests - INFO - Running tier 'vnf' 2018-05-16 14:04:09,477 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-05-16 14:04:09,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-05-16 14:04:09,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - VNF configuration: {'inputs': {u'vellum_cluster_size': 1, u'agent_user': u'ubuntu', u'image_id': u'ubuntu_14.04', u'external_network_name': u'', u'dime_cluster_size': 1, u'key_pair_name': u'cloudify_ims_kp', u'bono_cluster_size': 1, u'flavor_id': u'm1.small', u'public_domain': u'clearwater.opnfv', u'homer_cluster_size': 1, u'release': u'repo122', u'private_key_path': u'/etc/cloudify/cloudify_ims.pem', u'sprout_cluster_size': 1}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'm1.small'}, u'network_quotas': {u'security_group': 20, u'security_group_rule': 100, u'port': 50}, u'compute_quotas': {u'cores': 50, u'instances': 15}}, 'descriptor': {u'file_name': u'/src/vims/openstack-blueprint.yaml', u'version': u'122', u'name': u'clearwater-opnfv'}} 2018-05-16 14:04:09,915 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Images needed for vIMS: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'ubuntu_14.04': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-05-16 14:04:10,301 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-16 14:04:10,302 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-16 14:04:10,732 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-16 14:04:10,732 - xtesting.energy.energy - DEBUG - Submitting scenario (cloudify_ims/running) 2018-05-16 14:04:11,163 - functest.core.vnf - INFO - Prepare VNF: cloudify_ims, description: Created by OPNFV Functest: cloudify_ims 2018-05-16 14:04:13,867 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=cloudify_ims-a4f0c90f-574a-424c-b08d-c823e129521a, password=9bea188e-d3c5-419e-a8e3-4dff2cee7c87, auth_url=http://172.30.9.22:5000/v3, project_name=cloudify_ims-a4f0c90f-574a-424c-b08d-c823e129521a, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-16 14:04:13,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Additional pre-configuration steps 2018-05-16 14:04:15,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload some OS images if it doesn't exist 2018-05-16 14:04:15,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-05-16 14:05:41,708 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: ubuntu_14.04, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-05-16 14:05:49,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating keypair ... 2018-05-16 14:05:50,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating full network ... 2018-05-16 14:05:56,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating security group for cloudify manager vm 2018-05-16 14:05:58,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for cloudify manager vm ... 2018-05-16 14:05:59,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating cloudify manager VM 2018-05-16 14:08:58,428 - 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 226, 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 844, 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 9af1a418-21ca-4ecc-9c78-24e5e86db646. Neutron server returns request_ids: ['req-57f41634-fb63-4cf3-92ec-cd7d55fa2680'] 2018-05-16 14:08:58,431 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-16 14:08:58,431 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-16 14:08:58,955 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 14:08:58,956 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 04:47 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-16 14:08:58,960 - 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 393, in clean cfy_client = self.orchestrator['object'] KeyError: 'object' 2018-05-16 14:08:58,960 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-16 14:08:59,617 - functest.core.vnf - ERROR - Unexpected error cleaning - Security Group 7233d576-4053-4bcb-ab8d-a66101019b60 in use. Neutron server returns request_ids: ['req-16f91d15-a997-47bf-b4ac-667ff345cbea'] 2018-05-16 14:09:02,120 - functest.core.vnf - ERROR - Unexpected error cleaning - Unable to complete operation on subnet e545881f-b3fb-491d-803c-aad3494b5814: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-60adfb4f-2363-438c-89aa-85e12a80f9ed'] 2018-05-16 14:09:10,366 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-05-16 14:09:10,367 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-05-16 14:09:10,484 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-05-16 14:09:10,929 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-05-16 14:09:10,929 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-05-16 14:09:10,957 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - VNF configuration: {'inputs': {u'region': u'RegionOne', u'external_network_name': u'admin_floating_net'}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'm1.medium'}}, 'descriptor': {u'file_name': u'/src/opnfv-vnf-vyos-blueprint/function-test-openstack-blueprint.yaml', u'version': u'fraser', u'name': u'vrouter-opnfv'}} 2018-05-16 14:09:10,963 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-05-16 14:09:10,987 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Images needed for vrouter: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'vyos1.1.7': u'/home/opnfv/functest/images/vyos-1.1.7.img'} 2018-05-16 14:09:10,987 - functest.core.vnf - INFO - Prepare VNF: vyos_vrouter, description: Created by OPNFV Functest: vyos_vrouter 2018-05-16 14:09:13,758 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=vyos_vrouter-262618bb-9777-4b2d-a78c-1cab501831c4, password=5c757fc3-2d02-4779-8fa6-c0365c12fbcf, auth_url=http://172.30.9.22:5000/v3, project_name=vyos_vrouter-262618bb-9777-4b2d-a78c-1cab501831c4, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-16 14:09:13,758 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Additional pre-configuration steps 2018-05-16 14:09:13,758 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload some OS images if it doesn't exist 2018-05-16 14:09:13,758 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-05-16 14:10:49,603 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: vyos1.1.7, file: /home/opnfv/functest/images/vyos-1.1.7.img 2018-05-16 14:10:59,561 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating keypair ... 2018-05-16 14:11:00,242 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating full network ... 2018-05-16 14:11:07,154 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating security group for cloudify manager vm 2018-05-16 14:11:08,869 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for cloudify manager vm ... 2018-05-16 14:11:09,530 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating cloudify manager VM 2018-05-16 14:14:02,686 - 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 246, 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 844, 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 9af1a418-21ca-4ecc-9c78-24e5e86db646. Neutron server returns request_ids: ['req-abb047d0-af3d-4fc1-ab9e-dd9ee8f49741'] 2018-05-16 14:14:02,820 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 14:14:02,821 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 04:52 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-16 14:14:02,825 - 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 407, in clean cfy_client = self.orchestrator['object'] KeyError: 'object' 2018-05-16 14:14:02,825 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-16 14:14:03,483 - functest.core.vnf - ERROR - Unexpected error cleaning - Security Group ebca9ab7-eb41-46f3-92f3-5b96d0b4bb9e in use. Neutron server returns request_ids: ['req-e3c16682-826b-4b57-a5b2-511560d58c56'] 2018-05-16 14:14:05,894 - functest.core.vnf - ERROR - Unexpected error cleaning - Unable to complete operation on subnet 79ba213b-6f75-4209-bee6-0a07d0512cde: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-6309b26c-ce1f-4de0-9ae4-aaf8d86bd33a'] 2018-05-16 14:14:15,025 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-05-16 14:14:15,026 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-05-16 14:14:15,116 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - VNF configuration: {'descriptor': {u'file_name': u'/src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml', u'version': u'1', u'name': u'abot-oai-epc'}, 'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium.juju'}}} 2018-05-16 14:14:15,135 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-05-16 14:14:15,135 - functest.core.vnf - INFO - Prepare VNF: juju_epc, description: Created by OPNFV Functest: juju_epc 2018-05-16 14:14:18,263 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=juju_epc-cf2f3576-77af-480e-97bc-47aa0139302c, password=8f1b7828-2ba3-4343-94b4-16aa8c637478, auth_url=http://172.30.9.22:5000/v3, project_name=juju_epc-cf2f3576-77af-480e-97bc-47aa0139302c, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-16 14:14:18,706 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-05-16 14:14:19,757 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace Since Juju 2 is being run for the first time, downloading latest cloud information. Fetching latest public cloud list... Updated your list of public clouds with 6 cloud regions added: added cloud region: - aws/eu-west-3 - google/asia-south1 - google/europe-west2 - google/europe-west3 - google/southamerica-east1 - google/us-east4 2018-05-16 14:14:19,758 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-05-16 14:14:21,292 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - snaps creds: OSCreds - username=juju_network_discovery_bug, password=0555a818-2556-4276-91e1-8b9dbf092968, auth_url=http://172.30.9.22:5000/v3, project_name=juju_epc-cf2f3576-77af-480e-97bc-47aa0139302c, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-16 14:14:21,390 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-credential abot-epc -f /home/opnfv/functest/results/juju_epc/credentials.yaml --replace Credentials updated for cloud "abot-epc". 2018-05-16 14:14:21,391 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Orchestrator 2018-05-16 14:14:21,391 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating full network ... 2018-05-16 14:14:23,988 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating network Router .... 2018-05-16 14:14:27,105 - 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 270, in deploy_orchestrator router_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_router.py", line 100, in create self._neutron, self._os_creds, self.router_settings) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/neutron_utils.py", line 333, in create_router os_router = neutron.create_router(json_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 867, in create_router return self.post(self.routers_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 9af1a418-21ca-4ecc-9c78-24e5e86db646. Neutron server returns request_ids: ['req-ddca1b92-561a-4df3-a3de-4e43666e304f'] 2018-05-16 14:14:27,214 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-16 14:14:27,214 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 00:12 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-05-16 14:14:27,302 - 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-16 14:14:27,303 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Remove the Abot_epc OS object .. 2018-05-16 14:14:27,303 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-16 14:14:31,197 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-05-16 14:14:31,198 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 04:47 | FAIL | | vyos_vrouter | functest | vnf | 04:52 | FAIL | | juju_epc | functest | vnf | 00:12 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-05-16 14:14:31,201 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-16 14:14:40,766 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-117 | | 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-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-16 14:14:40,768 - 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=D3nuRepbMdAasuj93b22jbB7M export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.5 export OS_REGION_NAME=regionOne 2018-05-16 14:14:40,768 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-16 14:14:40,768 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-16 14:14:40,768 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-16 14:14:40,769 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK