2018-04-08 04:06:21,293 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-112 | | 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-sriov-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-08 04:06:21,298 - 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=ZnAJfgEkdr8zXktGK3UzUgywu export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.10 export OS_REGION_NAME=regionOne 2018-04-08 04:06:21,298 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-08 04:06:21,299 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (merge)|(verify)|(daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ 2018-04-08 04:06:21,301 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-08 04:06:21,301 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-08 04:06:22,633 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-08 04:06:30,066 - 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.423s OK 2018-04-08 04:06:30,182 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 04:06:30,182 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:07 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-08 04:06:30,185 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-08 04:06:31,601 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-08 04:15:19,531 - 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 527.876s OK 2018-04-08 04:15:19,661 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 04:15:19,661 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 08:48 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-08 04:15:19,665 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-08 04:15:20,344 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-08 04:15:54,147 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 33.802s OK 2018-04-08 04:15:54,270 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 04:15:54,271 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:34 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-08 04:15:54,274 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:07 | PASS | | api_check | functest | healthcheck | 08:48 | PASS | | snaps_health_check | functest | healthcheck | 00:34 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-08 04:15:54,278 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-08 04:15:57,741 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-112 | | 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-sriov-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-08 04:15:57,744 - 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=ZnAJfgEkdr8zXktGK3UzUgywu export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.10 export OS_REGION_NAME=regionOne 2018-04-08 04:15:57,744 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-08 04:15:57,745 - 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-04-08 04:15:57,747 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-08 04:15:57,747 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-08 04:16:01,307 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=No JSON object could be decoded 2018-04-08 04:16:01,307 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-08 04:16:01,307 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-08 04:16:01' 2018-04-08 04:16:01,308 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--8205753b-33d2-4ab3-9772-5b2e92614b31' 2018-04-08 04:16:03,657 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-8205753b-33d2-4ab3-9772-5b2e92614b31' 2018-04-08 04:16:06,426 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-8205753b-33d2-4ab3-9772-5b2e92614b31' 2018-04-08 04:16:10,918 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-8205753b-33d2-4ab3-9772-5b2e92614b31' 2018-04-08 04:16:11,698 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-8205753b-33d2-4ab3-9772-5b2e92614b31' 2018-04-08 04:16:12,394 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-8205753b-33d2-4ab3-9772-5b2e92614b31' 2018-04-08 04:16:16,737 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-8205753b-33d2-4ab3-9772-5b2e92614b31' 2018-04-08 04:16:19,199 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-8205753b-33d2-4ab3-9772-5b2e92614b31' 2018-04-08 04:16:34,164 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-08 04:16:40,079 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-08 04:16:40,217 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-08 04:16:41,222 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-08 04:16:41,340 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 04:16:41,340 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:40 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-08 04:16:57,823 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-08 04:16:57,922 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-08 04:16:57,922 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-08 04:16:57' 2018-04-08 04:16:57,923 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--343dd737-e4de-406f-9813-7a27373d3414' 2018-04-08 04:17:00,005 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-343dd737-e4de-406f-9813-7a27373d3414' 2018-04-08 04:17:01,941 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-343dd737-e4de-406f-9813-7a27373d3414' 2018-04-08 04:17:06,614 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-343dd737-e4de-406f-9813-7a27373d3414' 2018-04-08 04:17:07,277 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-343dd737-e4de-406f-9813-7a27373d3414' 2018-04-08 04:17:11,785 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-343dd737-e4de-406f-9813-7a27373d3414' 2018-04-08 04:17:15,282 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-08 04:17:20,524 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-08 04:17:22,762 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.3. Waiting for response... 2018-04-08 04:17:25,003 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-08 04:17:25,113 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 04:17:25,113 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:27 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-08 04:17:45,821 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-08 04:17:45,923 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-08 04:17:50,513 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-08 04:17:50.218 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=c78b57ca-ad28-4385-977f-debc0288f66a) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | c78b57ca-ad28-4385-977f-debc0288f66a | 2018-04-08T04:17:50 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: c78b57ca-ad28-4385-977f-debc0288f66a ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-08 04:17:53,676 - 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-04-08 04:17:53,676 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-08 04:17:59,336 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-08 04:17:57.991 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-08 04:17:58.126 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-08 04:17:59.143 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2315b0a4-4c0f-47aa-940b-bd70352e2adb) has been successfully created! Using verifier 'opnfv-tempest' (UUID=2315b0a4-4c0f-47aa-940b-bd70352e2adb) as the default verifier for the future CLI operations. 2018-04-08 04:18:02,327 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-08 04:18:03,867 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-08 04:18:08,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-08 04:18:13,135 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-08 04:18:12.237 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=2315b0a4-4c0f-47aa-940b-bd70352e2adb) for deployment 'opnfv-rally' (UUID=c78b57ca-ad28-4385-977f-debc0288f66a). 2018-04-08 04:18:12.992 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2315b0a4-4c0f-47aa-940b-bd70352e2adb) has been successfully configured for deployment 'opnfv-rally' (UUID=c78b57ca-ad28-4385-977f-debc0288f66a)! 2018-04-08 04:18:13,135 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-08 04:18:13,135 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-08 04:18:13,138 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-08 04:18:13,140 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-08 04:18:16,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-2315b0a4-4c0f-47aa-940b-bd70352e2adb/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-08 04:18:16,051 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-08 04:18:16,053 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-08 04:18:16,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-04-08 04:18:18,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:18:18.197 55 INFO rally.api [-] Starting verification (UUID=cbd00a4e-df49-4afb-a5fa-28225e52aca0) for deployment 'opnfv-rally' (UUID=c78b57ca-ad28-4385-977f-debc0288f66a) by verifier 'opnfv-tempest' (UUID=2315b0a4-4c0f-47aa-940b-bd70352e2adb). 2018-04-08 04:18:18,199 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: cbd00a4e-df49-4afb-a5fa-28225e52aca0 2018-04-08 04:18:24,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:18:24.506 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.186s] 2018-04-08 04:18:24,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:18:24.562 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.057s] 2018-04-08 04:18:30,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:18:30.508 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.150s] 2018-04-08 04:18:32,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:18:32.097 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.586s] 2018-04-08 04:18:40,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:18:40.456 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.627s] 2018-04-08 04:18:53,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:18:53.133 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [7.817s] 2018-04-08 04:19:20,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:19:20.952 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.066s] 2018-04-08 04:19:20,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:19:20.953 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-08 04:19:44,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:19:44.120 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.073s] 2018-04-08 04:19:44,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:19:44.121 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-08 04:20:07,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:20:07.407 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.066s] 2018-04-08 04:20:07,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:20:07.408 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-08 04:21:43,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:21:43.675 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [72.053s] 2018-04-08 04:22:02,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:22:02.231 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.052s] 2018-04-08 04:22:02,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:22:02.328 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.096s] 2018-04-08 04:22:09,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:22:09.228 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.639s] 2018-04-08 04:22:09,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:22:09.237 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-04-08 04:22:10,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:22:10.401 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-08 04:22:10,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:22:10.402 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-08 04:22:14,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:22:14.068 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.322s] 2018-04-08 04:22:19,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:22:19.356 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.076s] 2018-04-08 04:22:25,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:22:25.066 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.595s] 2018-04-08 04:22:32,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:22:32.301 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.417s] 2018-04-08 04:22:41,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:22:41.143 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.937s] 2018-04-08 04:22:47,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:22:47.127 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.328s] 2018-04-08 04:22:52,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:22:52.822 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.193s] 2018-04-08 04:22:59,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:22:59.367 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.443s] 2018-04-08 04:23:06,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:23:06.006 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.411s] 2018-04-08 04:23:13,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:23:13.269 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.550s] 2018-04-08 04:23:15,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:23:15.544 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-08 04:23:17,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:23:17.519 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.066s] 2018-04-08 04:23:17,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:23:17.593 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.072s] 2018-04-08 04:23:17,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:23:17.667 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.074s] 2018-04-08 04:23:17,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:23:17.675 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-04-08 04:23:21,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:23:21.279 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.405s] 2018-04-08 04:23:22,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:23:22.714 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.435s] 2018-04-08 04:23:23,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:23:23.849 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.134s] 2018-04-08 04:23:29,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:23:29.763 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-04-08 04:23:34,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:23:34.404 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.506s] 2018-04-08 04:23:44,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:23:44.774 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.227s] 2018-04-08 04:23:47,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:23:47.653 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [2.878s] 2018-04-08 04:23:57,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:23:57.944 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.779s] 2018-04-08 04:24:00,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:24:00.572 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.627s] 2018-04-08 04:24:07,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:24:07.382 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.809s] 2018-04-08 04:24:15,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:24:15.557 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.665s] 2018-04-08 04:24:18,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:24:18.264 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.706s] 2018-04-08 04:24:22,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:24:22.276 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.011s] 2018-04-08 04:24:36,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:24:36.146 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [3.905s] 2018-04-08 04:24:36,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:24:36.335 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.190s] 2018-04-08 04:24:36,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:24:36.455 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.120s] 2018-04-08 04:24:36,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:24:36.532 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.076s] 2018-04-08 04:24:36,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:24:36.638 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.105s] 2018-04-08 04:24:36,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:24:36.819 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.180s] 2018-04-08 04:24:47,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:24:47.513 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.324s] 2018-04-08 04:24:47,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:24:47.799 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.286s] 2018-04-08 04:24:47,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:24:47.905 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.106s] 2018-04-08 04:24:47,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:24:47.955 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.049s] 2018-04-08 04:24:48,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:24:48.050 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.094s] 2018-04-08 04:24:48,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:24:48.102 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.052s] 2018-04-08 04:24:58,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:24:58.174 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [3.086s] 2018-04-08 04:25:02,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:25:02.784 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.610s] 2018-04-08 04:25:04,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:25:04.299 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.514s] 2018-04-08 04:25:04,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:25:04.352 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.053s] 2018-04-08 04:25:04,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:25:04.555 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.203s] 2018-04-08 04:25:14,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:25:14.695 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.591s] 2018-04-08 04:25:19,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:25:19.312 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.617s] 2018-04-08 04:25:20,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:25:20.946 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.633s] 2018-04-08 04:25:20,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:25:20.998 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.052s] 2018-04-08 04:25:21,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:25:21.046 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.047s] 2018-04-08 04:25:33,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:25:33.599 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [7.905s] 2018-04-08 04:25:38,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:25:38.042 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [4.442s] 2018-04-08 04:25:42,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:25:42.235 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.194s] 2018-04-08 04:25:44,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:25:44.487 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.251s] 2018-04-08 04:26:02,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:26:02.154 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [7.682s] 2018-04-08 04:26:06,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:26:06.863 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.709s] 2018-04-08 04:26:11,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:26:11.237 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.372s] 2018-04-08 04:26:13,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:26:13.833 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.596s] 2018-04-08 04:26:25,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:26:25.406 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.423s] 2018-04-08 04:26:26,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:26:26.774 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.366s] 2018-04-08 04:26:26,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:26:26.821 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.049s] 2018-04-08 04:26:31,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:26:31.098 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.417s] 2018-04-08 04:26:32,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:26:32.732 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.632s] 2018-04-08 04:26:32,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:26:32.781 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.050s] 2018-04-08 04:26:36,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:26:36.539 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.751s] 2018-04-08 04:26:39,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:26:39.756 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-04-08 04:26:41,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:26:41.049 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-08 04:26:41,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:26:41.051 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-08 04:26:41,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:26:41.053 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-08 04:26:41,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:26:41.055 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-08 04:26:41,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:26:41.055 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-08 04:26:42,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:26:42.836 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-04-08 04:26:54,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:26:54.000 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [7.023s] 2018-04-08 04:27:05,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:27:05.338 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.875s] 2018-04-08 04:27:16,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:27:16.408 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.066s] 2018-04-08 04:27:24,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:27:24.721 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.175s] 2018-04-08 04:29:59,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:29:59.743 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [149.447s] 2018-04-08 04:30:34,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:30:34.579 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [24.850s] 2018-04-08 04:30:54,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:30:54.127 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... fail [3.589s] 2018-04-08 04:31:09,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'cbd00a4e-df49-4afb-a5fa-28225e52aca0']'. 2018-04-08 04:31:10,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-08 04:31:10,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-08 04:31:10,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-08 04:31:10,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | cbd00a4e-df49-4afb-a5fa-28225e52aca0 | 2018-04-08 04:31:10,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-08 04:31:10,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-08 04:18:18 | 2018-04-08 04:31:10,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-08 04:31:08 | 2018-04-08 04:31:10,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:12:50 | 2018-04-08 04:31:10,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-08 04:31:10,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-08 04:31:10,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-08 04:31:10,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 2315b0a4-4c0f-47aa-940b-bd70352e2adb) | 2018-04-08 04:31:10,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-08 04:31:10,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: c78b57ca-ad28-4385-977f-debc0288f66a) | 2018-04-08 04:31:10,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-08 04:31:10,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 751.78 | 2018-04-08 04:31:10,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 88 | 2018-04-08 04:31:10,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-08 04:31:10,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-08 04:31:10,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-08 04:31:10,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-04-08 04:31:10,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-08 04:31:10,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-08 04:31:10,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 97.7777777778% 2018-04-08 04:31:15,369 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 04:31:15,370 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 13:13 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-04-08 04:31:15,374 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-04-08 04:31:15,374 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-08 04:31:15,483 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-08 04:31:17,806 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-08 04:31:17.502 226 INFO rally.deployment.engine [-] Deployment c78b57ca-ad28-4385-977f-debc0288f66a | Starting: Destroy cloud and free allocated resources. 2018-04-08 04:31:17.570 226 INFO rally.deployment.engine [-] Deployment c78b57ca-ad28-4385-977f-debc0288f66a | Completed: Destroy cloud and free allocated resources. 2018-04-08 04:31:17.590 226 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=2315b0a4-4c0f-47aa-940b-bd70352e2adb) for deployment 'opnfv-rally'. 2018-04-08 04:31:17.600 226 INFO rally.api [-] Deleting verification (UUID=cbd00a4e-df49-4afb-a5fa-28225e52aca0). 2018-04-08 04:31:17.642 226 INFO rally.api [-] Verification has been successfully deleted! 2018-04-08 04:31:17.643 226 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=2315b0a4-4c0f-47aa-940b-bd70352e2adb). 2018-04-08 04:31:17.648 226 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-08 04:31:20,218 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-08 04:31:19.941 229 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9988bb20-e215-4421-af80-2e0187b05c9f) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9988bb20-e215-4421-af80-2e0187b05c9f | 2018-04-08T04:31:19 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9988bb20-e215-4421-af80-2e0187b05c9f ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-08 04:31:23,585 - 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-04-08 04:31:23,586 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-08 04:31:24,874 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-88f19a7a-17d8-453e-81a9-02029f89762d'... 2018-04-08 04:31:26,784 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-88f19a7a-17d8-453e-81a9-02029f89762d'... 2018-04-08 04:31:28,521 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-88f19a7a-17d8-453e-81a9-02029f89762d'... 2018-04-08 04:31:32,524 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-88f19a7a-17d8-453e-81a9-02029f89762d'... 2018-04-08 04:31:33,103 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-88f19a7a-17d8-453e-81a9-02029f89762d'... 2018-04-08 04:31:33,759 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-08 04:31:33,760 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-04-08 04:31:33,761 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-08 04:31:33,804 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-08 04:31:33,810 - 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': '0cfd5611-6bf7-4f3f-ade6-a8f886593117', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-88f19a7a-17d8-453e-81a9-02029f89762d', 'flavor_name': 'rally-tiny-88f19a7a-17d8-453e-81a9-02029f89762d', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-88f19a7a-17d8-453e-81a9-02029f89762d', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-08 04:32:33,058 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f6858353-7051-4011-98aa-214f90c9c2fb 2018-04-08 04:32:33,058 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-08 04:32:33,058 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f6858353-7051-4011-98aa-214f90c9c2fb'] 2018-04-08 04:32:34,134 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f6858353-7051-4011-98aa-214f90c9c2fb: 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 f6858353-7051-4011-98aa-214f90c9c2fb 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.461 | 0.461 | 0.461 | 0.461 | 0.461 | 0.461 | 100.0% | 1 | | total | 0.461 | 0.461 | 0.461 | 0.461 | 0.461 | 0.461 | 100.0% | 1 | | -> duration | 0.461 | 0.461 | 0.461 | 0.461 | 0.461 | 0.461 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.461052 Full duration: 6.753245 -------------------------------------------------------------------------------- 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 f6858353-7051-4011-98aa-214f90c9c2fb 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.325 | 0.325 | 0.325 | 0.325 | 0.325 | 0.325 | 100.0% | 1 | | total | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 100.0% | 1 | | -> duration | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.753421 Full duration: 6.897474 -------------------------------------------------------------------------------- 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 f6858353-7051-4011-98aa-214f90c9c2fb 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.214 | 0.214 | 0.214 | 0.214 | 0.214 | 0.214 | 100.0% | 1 | | total | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | -> duration | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.624074 Full duration: 6.680561 -------------------------------------------------------------------------------- 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 f6858353-7051-4011-98aa-214f90c9c2fb 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.41 | 0.41 | 0.41 | 0.41 | 0.41 | 0.41 | 100.0% | 1 | | total | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 100.0% | 1 | | -> duration | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.817073 Full duration: 6.872903 -------------------------------------------------------------------------------- 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 f6858353-7051-4011-98aa-214f90c9c2fb 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.492 | 0.492 | 0.492 | 0.492 | 0.492 | 0.492 | 100.0% | 1 | | total | 0.882 | 0.882 | 0.882 | 0.882 | 0.882 | 0.882 | 100.0% | 1 | | -> duration | 0.882 | 0.882 | 0.882 | 0.882 | 0.882 | 0.882 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.882383 Full duration: 7.117379 -------------------------------------------------------------------------------- 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 f6858353-7051-4011-98aa-214f90c9c2fb 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.209 | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 100.0% | 1 | | total | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 100.0% | 1 | | -> duration | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.73618 Full duration: 6.954688 HINTS: * To plot HTML graphics with this data, run: rally task report f6858353-7051-4011-98aa-214f90c9c2fb --out output.html * To generate a JUnit report, run: rally task export f6858353-7051-4011-98aa-214f90c9c2fb --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f6858353-7051-4011-98aa-214f90c9c2fb --json --out output.json 2018-04-08 04:32:34,134 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f6858353-7051-4011-98aa-214f90c9c2fb'] 2018-04-08 04:32:35,153 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-08 04:32:35,153 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f6858353-7051-4011-98aa-214f90c9c2fb', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-08 04:32:35,160 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-08 04:32:35,160 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-08 04:32:35,161 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-04-08 04:32:35,161 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-08 04:32:35,197 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-08 04:32:35,199 - 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': '0cfd5611-6bf7-4f3f-ade6-a8f886593117', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-88f19a7a-17d8-453e-81a9-02029f89762d', 'flavor_name': 'rally-tiny-88f19a7a-17d8-453e-81a9-02029f89762d', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-88f19a7a-17d8-453e-81a9-02029f89762d', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-08 04:34:22,807 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 61d96c90-08b0-4367-8c80-de326a077c5c 2018-04-08 04:34:22,807 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '61d96c90-08b0-4367-8c80-de326a077c5c'] 2018-04-08 04:34:23,820 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 61d96c90-08b0-4367-8c80-de326a077c5c: 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 61d96c90-08b0-4367-8c80-de326a077c5c 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.07 | 3.07 | 3.07 | 3.07 | 3.07 | 3.07 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 100.0% | 1 | | -> glance_v2.upload_data | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | glance_v2.delete_image | 1.183 | 1.183 | 1.183 | 1.183 | 1.183 | 1.183 | 100.0% | 1 | | total | 4.253 | 4.253 | 4.253 | 4.253 | 4.253 | 4.253 | 100.0% | 1 | | -> duration | 4.253 | 4.253 | 4.253 | 4.253 | 4.253 | 4.253 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.253034 Full duration: 11.899575 -------------------------------------------------------------------------------- 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 61d96c90-08b0-4367-8c80-de326a077c5c 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.9 | 3.9 | 3.9 | 3.9 | 3.9 | 3.9 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.042 | 0.042 | 0.042 | 0.042 | 0.042 | 0.042 | 100.0% | 1 | | -> glance_v2.upload_data | 1.599 | 1.599 | 1.599 | 1.599 | 1.599 | 1.599 | 100.0% | 1 | | glance_v2.list_images | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 100.0% | 1 | | total | 4.025 | 4.025 | 4.025 | 4.025 | 4.025 | 4.025 | 100.0% | 1 | | -> duration | 4.025 | 4.025 | 4.025 | 4.025 | 4.025 | 4.025 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.025171 Full duration: 14.281757 -------------------------------------------------------------------------------- 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 61d96c90-08b0-4367-8c80-de326a077c5c 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.188 | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 100.0% | 1 | | total | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 100.0% | 1 | | -> duration | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.188246 Full duration: 7.241038 -------------------------------------------------------------------------------- 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-88f19a7a-17d8-453e-81a9-02029f89762d" }, "number_instances": 2, "nics": [ { "net-id": "0cfd5611-6bf7-4f3f-ade6-a8f886593117" } ] }, "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 61d96c90-08b0-4367-8c80-de326a077c5c 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.978 | 3.978 | 3.978 | 3.978 | 3.978 | 3.978 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 100.0% | 1 | | -> glance_v2.upload_data | 1.687 | 1.687 | 1.687 | 1.687 | 1.687 | 1.687 | 100.0% | 1 | | nova.boot_servers | 8.927 | 8.927 | 8.927 | 8.927 | 8.927 | 8.927 | 100.0% | 1 | | total | 12.907 | 12.907 | 12.907 | 12.907 | 12.907 | 12.907 | 100.0% | 1 | | -> duration | 11.907 | 11.907 | 11.907 | 11.907 | 11.907 | 11.907 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.906736 Full duration: 56.430604 HINTS: * To plot HTML graphics with this data, run: rally task report 61d96c90-08b0-4367-8c80-de326a077c5c --out output.html * To generate a JUnit report, run: rally task export 61d96c90-08b0-4367-8c80-de326a077c5c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 61d96c90-08b0-4367-8c80-de326a077c5c --json --out output.json 2018-04-08 04:34:23,820 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '61d96c90-08b0-4367-8c80-de326a077c5c'] 2018-04-08 04:34:24,853 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-08 04:34:24,854 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '61d96c90-08b0-4367-8c80-de326a077c5c', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-08 04:34:24,861 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-08 04:34:24,861 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-04-08 04:34:24,862 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-ceilometer.yaml 2018-04-08 04:34:24,862 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-08 04:34:24,904 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-08 04:34:24,905 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-04-08 04:34:24,905 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-08 04:34:24,905 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-04-08 04:34:24,905 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-08 04:34:24,937 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-08 04:34:24,942 - 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': '0cfd5611-6bf7-4f3f-ade6-a8f886593117', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-88f19a7a-17d8-453e-81a9-02029f89762d', 'flavor_name': 'rally-tiny-88f19a7a-17d8-453e-81a9-02029f89762d', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-88f19a7a-17d8-453e-81a9-02029f89762d', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-08 04:37:25,279 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a038ddab-c83a-41eb-8064-66e80aa4329a 2018-04-08 04:37:25,280 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a038ddab-c83a-41eb-8064-66e80aa4329a'] 2018-04-08 04:37:26,312 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a038ddab-c83a-41eb-8064-66e80aa4329a: 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 a038ddab-c83a-41eb-8064-66e80aa4329a 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.172 | 3.172 | 3.172 | 3.172 | 3.172 | 3.172 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 100.0% | 1 | | total | 5.472 | 5.472 | 5.472 | 5.472 | 5.472 | 5.472 | 100.0% | 1 | | -> duration | 5.472 | 5.472 | 5.472 | 5.472 | 5.472 | 5.472 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.472177 Full duration: 21.301606 -------------------------------------------------------------------------------- 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 a038ddab-c83a-41eb-8064-66e80aa4329a 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.053 | 3.053 | 3.053 | 3.053 | 3.053 | 3.053 | 100.0% | 1 | | cinder_v2.delete_volume | 2.155 | 2.155 | 2.155 | 2.155 | 2.155 | 2.155 | 100.0% | 1 | | total | 5.208 | 5.208 | 5.208 | 5.208 | 5.208 | 5.208 | 100.0% | 1 | | -> duration | 5.208 | 5.208 | 5.208 | 5.208 | 5.208 | 5.208 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.208373 Full duration: 14.527212 -------------------------------------------------------------------------------- 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-88f19a7a-17d8-453e-81a9-02029f89762d" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task a038ddab-c83a-41eb-8064-66e80aa4329a 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.757 | 7.757 | 7.757 | 7.757 | 7.757 | 7.757 | 100.0% | 1 | | cinder_v2.delete_volume | 2.343 | 2.343 | 2.343 | 2.343 | 2.343 | 2.343 | 100.0% | 1 | | total | 10.1 | 10.1 | 10.1 | 10.1 | 10.1 | 10.1 | 100.0% | 1 | | -> duration | 10.1 | 10.1 | 10.1 | 10.1 | 10.1 | 10.1 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.099766 Full duration: 19.969638 -------------------------------------------------------------------------------- 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 a038ddab-c83a-41eb-8064-66e80aa4329a has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 2.923 | 2.923 | 2.923 | 2.923 | 2.923 | 2.923 | 100.0% | 1 | | cinder_v2.delete_volume | 2.438 | 2.438 | 2.438 | 2.438 | 2.438 | 2.438 | 100.0% | 1 | | total | 5.361 | 5.361 | 5.361 | 5.361 | 5.361 | 5.361 | 100.0% | 1 | | -> duration | 5.361 | 5.361 | 5.361 | 5.361 | 5.361 | 5.361 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.361326 Full duration: 14.80025 -------------------------------------------------------------------------------- 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 a038ddab-c83a-41eb-8064-66e80aa4329a 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.137 | 3.137 | 3.137 | 3.137 | 3.137 | 3.137 | 100.0% | 1 | | cinder_v2.extend_volume | 2.21 | 2.21 | 2.21 | 2.21 | 2.21 | 2.21 | 100.0% | 1 | | cinder_v2.delete_volume | 2.45 | 2.45 | 2.45 | 2.45 | 2.45 | 2.45 | 100.0% | 1 | | total | 7.798 | 7.798 | 7.798 | 7.798 | 7.798 | 7.798 | 100.0% | 1 | | -> duration | 7.798 | 7.798 | 7.798 | 7.798 | 7.798 | 7.798 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.798141 Full duration: 16.912517 -------------------------------------------------------------------------------- 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 a038ddab-c83a-41eb-8064-66e80aa4329a 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.102 | 3.102 | 3.102 | 3.102 | 3.102 | 3.102 | 100.0% | 1 | | cinder_v2.delete_volume | 2.334 | 2.334 | 2.334 | 2.334 | 2.334 | 2.334 | 100.0% | 1 | | total | 5.436 | 5.436 | 5.436 | 5.436 | 5.436 | 5.436 | 100.0% | 1 | | -> duration | 5.436 | 5.436 | 5.436 | 5.436 | 5.436 | 5.436 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.436168 Full duration: 21.197075 -------------------------------------------------------------------------------- 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 a038ddab-c83a-41eb-8064-66e80aa4329a 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.58 | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 100.0% | 1 | | cinder_v2.list_qos | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 100.0% | 1 | | total | 0.746 | 0.746 | 0.746 | 0.746 | 0.746 | 0.746 | 100.0% | 1 | | -> duration | 0.746 | 0.746 | 0.746 | 0.746 | 0.746 | 0.746 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.745866 Full duration: 11.349828 -------------------------------------------------------------------------------- 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 a038ddab-c83a-41eb-8064-66e80aa4329a 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.579 | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 100.0% | 1 | | cinder_v2.set_qos | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 100.0% | 1 | | total | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 100.0% | 1 | | -> duration | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.764453 Full duration: 11.685742 -------------------------------------------------------------------------------- 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 a038ddab-c83a-41eb-8064-66e80aa4329a 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.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | cinder_v2.list_types | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 100.0% | 1 | | total | 0.773 | 0.773 | 0.773 | 0.773 | 0.773 | 0.773 | 100.0% | 1 | | -> duration | 0.773 | 0.773 | 0.773 | 0.773 | 0.773 | 0.773 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.773301 Full duration: 11.248922 -------------------------------------------------------------------------------- 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 a038ddab-c83a-41eb-8064-66e80aa4329a 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.193 | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 100.0% | 1 | | total | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | -> duration | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.792127 Full duration: 11.864576 HINTS: * To plot HTML graphics with this data, run: rally task report a038ddab-c83a-41eb-8064-66e80aa4329a --out output.html * To generate a JUnit report, run: rally task export a038ddab-c83a-41eb-8064-66e80aa4329a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a038ddab-c83a-41eb-8064-66e80aa4329a --json --out output.json 2018-04-08 04:37:26,312 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a038ddab-c83a-41eb-8064-66e80aa4329a'] 2018-04-08 04:37:27,335 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-08 04:37:27,335 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a038ddab-c83a-41eb-8064-66e80aa4329a', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-08 04:37:27,343 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-08 04:37:27,343 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-08 04:37:27,343 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-04-08 04:37:27,343 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-08 04:37:27,376 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-08 04:37:27,378 - 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': '0cfd5611-6bf7-4f3f-ade6-a8f886593117', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-88f19a7a-17d8-453e-81a9-02029f89762d', 'flavor_name': 'rally-tiny-88f19a7a-17d8-453e-81a9-02029f89762d', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-88f19a7a-17d8-453e-81a9-02029f89762d', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-08 04:38:39,687 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a7a746bf-fd31-431c-b150-1f9302d301b3 2018-04-08 04:38:39,687 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a7a746bf-fd31-431c-b150-1f9302d301b3'] 2018-04-08 04:38:40,683 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a7a746bf-fd31-431c-b150-1f9302d301b3: 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 a7a746bf-fd31-431c-b150-1f9302d301b3 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.291 | 4.291 | 4.291 | 4.291 | 4.291 | 4.291 | 100.0% | 1 | | heat.update_stack | 2.398 | 2.398 | 2.398 | 2.398 | 2.398 | 2.398 | 100.0% | 1 | | heat.delete_stack | 2.418 | 2.418 | 2.418 | 2.418 | 2.418 | 2.418 | 100.0% | 1 | | total | 9.107 | 9.107 | 9.107 | 9.107 | 9.107 | 9.107 | 100.0% | 1 | | -> duration | 5.107 | 5.107 | 5.107 | 5.107 | 5.107 | 5.107 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.107042 Full duration: 17.113564 -------------------------------------------------------------------------------- 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 a7a746bf-fd31-431c-b150-1f9302d301b3 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.297 | 4.297 | 4.297 | 4.297 | 4.297 | 4.297 | 100.0% | 1 | | heat.check_stack | 1.386 | 1.386 | 1.386 | 1.386 | 1.386 | 1.386 | 100.0% | 1 | | heat.delete_stack | 2.386 | 2.386 | 2.386 | 2.386 | 2.386 | 2.386 | 100.0% | 1 | | total | 8.07 | 8.07 | 8.07 | 8.07 | 8.07 | 8.07 | 100.0% | 1 | | -> duration | 6.07 | 6.07 | 6.07 | 6.07 | 6.07 | 6.07 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.069569 Full duration: 15.981308 -------------------------------------------------------------------------------- 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 a7a746bf-fd31-431c-b150-1f9302d301b3 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.296 | 4.296 | 4.296 | 4.296 | 4.296 | 4.296 | 100.0% | 1 | | heat.suspend_stack | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 100.0% | 1 | | heat.resume_stack | 0.582 | 0.582 | 0.582 | 0.582 | 0.582 | 0.582 | 100.0% | 1 | | heat.delete_stack | 2.199 | 2.199 | 2.199 | 2.199 | 2.199 | 2.199 | 100.0% | 1 | | total | 7.564 | 7.564 | 7.564 | 7.564 | 7.564 | 7.564 | 100.0% | 1 | | -> duration | 5.564 | 5.564 | 5.564 | 5.564 | 5.564 | 5.564 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.564311 Full duration: 15.27128 -------------------------------------------------------------------------------- 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 a7a746bf-fd31-431c-b150-1f9302d301b3 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.561 | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 100.0% | 1 | | total | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 100.0% | 1 | | -> duration | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.561429 Full duration: 7.782677 HINTS: * To plot HTML graphics with this data, run: rally task report a7a746bf-fd31-431c-b150-1f9302d301b3 --out output.html * To generate a JUnit report, run: rally task export a7a746bf-fd31-431c-b150-1f9302d301b3 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a7a746bf-fd31-431c-b150-1f9302d301b3 --json --out output.json 2018-04-08 04:38:40,683 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a7a746bf-fd31-431c-b150-1f9302d301b3'] 2018-04-08 04:38:41,734 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-08 04:38:41,734 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a7a746bf-fd31-431c-b150-1f9302d301b3', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-08 04:38:41,741 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-08 04:38:41,741 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-08 04:38:41,742 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-04-08 04:38:41,742 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-08 04:38:41,783 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-08 04:38:41,786 - 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': '0cfd5611-6bf7-4f3f-ade6-a8f886593117', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-88f19a7a-17d8-453e-81a9-02029f89762d', 'flavor_name': 'rally-tiny-88f19a7a-17d8-453e-81a9-02029f89762d', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-88f19a7a-17d8-453e-81a9-02029f89762d', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-08 04:41:39,345 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 6da63d94-7f85-4efb-9e0f-bd210d39dfae 2018-04-08 04:41:39,346 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '6da63d94-7f85-4efb-9e0f-bd210d39dfae'] 2018-04-08 04:41:40,405 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 6da63d94-7f85-4efb-9e0f-bd210d39dfae: 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 6da63d94-7f85-4efb-9e0f-bd210d39dfae 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.471 | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 100.0% | 1 | | keystone_v3.add_role | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 100.0% | 1 | | keystone_v3.revoke_role | 0.118 | 0.118 | 0.118 | 0.118 | 0.118 | 0.118 | 100.0% | 1 | | total | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | -> duration | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.713345 Full duration: 13.453867 -------------------------------------------------------------------------------- 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 6da63d94-7f85-4efb-9e0f-bd210d39dfae has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.468 | 0.468 | 0.468 | 0.468 | 0.468 | 0.468 | 100.0% | 1 | | keystone_v3.add_role | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | keystone_v3.list_roles | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | total | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 100.0% | 1 | | -> duration | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.666747 Full duration: 13.944305 -------------------------------------------------------------------------------- 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 6da63d94-7f85-4efb-9e0f-bd210d39dfae 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.662 | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 100.0% | 1 | | keystone_v3.list_projects | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 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.738465 Full duration: 14.024494 -------------------------------------------------------------------------------- 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 6da63d94-7f85-4efb-9e0f-bd210d39dfae has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 100.0% | 1 | | keystone_v3.delete_role | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | total | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 100.0% | 1 | | -> duration | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.572104 Full duration: 11.602391 -------------------------------------------------------------------------------- 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 6da63d94-7f85-4efb-9e0f-bd210d39dfae 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.484 | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 100.0% | 1 | | keystone_v3.delete_service | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | total | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | -> duration | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.580896 Full duration: 11.956895 -------------------------------------------------------------------------------- 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 6da63d94-7f85-4efb-9e0f-bd210d39dfae 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.636 | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 100.0% | 1 | | keystone_v3.create_user | 0.439 | 0.439 | 0.439 | 0.439 | 0.439 | 0.439 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | -> keystone_v3.add_role | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | keystone_v3.create_role | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | keystone_v3.get_project | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | keystone_v3.get_user | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | keystone_v3.get_role | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | keystone_v3.list_services | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | keystone_v3.get_services | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | total | 1.675 | 1.675 | 1.675 | 1.675 | 1.675 | 1.675 | 100.0% | 1 | | -> duration | 1.675 | 1.675 | 1.675 | 1.675 | 1.675 | 1.675 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.674864 Full duration: 18.567404 -------------------------------------------------------------------------------- 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 6da63d94-7f85-4efb-9e0f-bd210d39dfae has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | keystone_v3.update_project | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | keystone_v3.delete_project | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | total | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 100.0% | 1 | | -> duration | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.846393 Full duration: 11.803504 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 6da63d94-7f85-4efb-9e0f-bd210d39dfae 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.65 | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 100.0% | 1 | | total | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | -> duration | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.749488 Full duration: 13.90423 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 6da63d94-7f85-4efb-9e0f-bd210d39dfae has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 100.0% | 1 | | total | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 100.0% | 1 | | -> duration | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.631243 Full duration: 13.715736 -------------------------------------------------------------------------------- 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 6da63d94-7f85-4efb-9e0f-bd210d39dfae 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.645 | 0.645 | 0.645 | 0.645 | 0.645 | 0.645 | 100.0% | 1 | | keystone_v3.list_users | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 100.0% | 1 | | total | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 100.0% | 1 | | -> duration | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.831006 Full duration: 13.939229 -------------------------------------------------------------------------------- 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 6da63d94-7f85-4efb-9e0f-bd210d39dfae 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.634 | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 100.0% | 1 | | keystone_v3.create_users | 4.457 | 4.457 | 4.457 | 4.457 | 4.457 | 4.457 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.457 | 4.457 | 4.457 | 4.457 | 4.457 | 4.457 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.178 | 1.178 | 1.178 | 1.178 | 1.178 | 1.178 | 100.0% | 1 | | total | 6.003 | 6.003 | 6.003 | 6.003 | 6.003 | 6.003 | 100.0% | 1 | | -> duration | 6.003 | 6.003 | 6.003 | 6.003 | 6.003 | 6.003 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.003314 Full duration: 23.389609 HINTS: * To plot HTML graphics with this data, run: rally task report 6da63d94-7f85-4efb-9e0f-bd210d39dfae --out output.html * To generate a JUnit report, run: rally task export 6da63d94-7f85-4efb-9e0f-bd210d39dfae --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 6da63d94-7f85-4efb-9e0f-bd210d39dfae --json --out output.json 2018-04-08 04:41:40,405 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '6da63d94-7f85-4efb-9e0f-bd210d39dfae'] 2018-04-08 04:41:41,456 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-08 04:41:41,457 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '6da63d94-7f85-4efb-9e0f-bd210d39dfae', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-08 04:41:41,464 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-08 04:41:41,465 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-08 04:41:41,465 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-04-08 04:41:41,465 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-08 04:41:41,508 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-08 04:41:41,516 - 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': '0cfd5611-6bf7-4f3f-ade6-a8f886593117', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-88f19a7a-17d8-453e-81a9-02029f89762d', 'flavor_name': 'rally-tiny-88f19a7a-17d8-453e-81a9-02029f89762d', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-88f19a7a-17d8-453e-81a9-02029f89762d', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-08 04:45:51,669 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8e8fb7f9-d39c-4566-8efa-69d6af65af8a 2018-04-08 04:45:51,670 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '8e8fb7f9-d39c-4566-8efa-69d6af65af8a'] 2018-04-08 04:45:52,756 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 8e8fb7f9-d39c-4566-8efa-69d6af65af8a: aborted -------------------------------------------------------------------------------- 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 8e8fb7f9-d39c-4566-8efa-69d6af65af8a 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.981 | 0.981 | 0.981 | 0.981 | 0.981 | 0.981 | 100.0% | 1 | | neutron.delete_network | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 100.0% | 1 | | total | 1.57 | 1.57 | 1.57 | 1.57 | 1.57 | 1.57 | 100.0% | 1 | | -> duration | 1.57 | 1.57 | 1.57 | 1.57 | 1.57 | 1.57 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.569927 Full duration: 14.026356 -------------------------------------------------------------------------------- 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 8e8fb7f9-d39c-4566-8efa-69d6af65af8a 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.227 | 1.227 | 1.227 | 1.227 | 1.227 | 1.227 | 100.0% | 1 | | neutron.delete_port | 0.649 | 0.649 | 0.649 | 0.649 | 0.649 | 0.649 | 100.0% | 1 | | total | 1.876 | 1.876 | 1.876 | 1.876 | 1.876 | 1.876 | 100.0% | 1 | | -> duration | 1.876 | 1.876 | 1.876 | 1.876 | 1.876 | 1.876 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.876269 Full duration: 24.983713 -------------------------------------------------------------------------------- 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 8e8fb7f9-d39c-4566-8efa-69d6af65af8a 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.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | neutron.create_subnet | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 100.0% | 1 | | neutron.create_router | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | neutron.add_interface_router | 1.353 | 1.353 | 1.353 | 1.353 | 1.353 | 1.353 | 100.0% | 1 | | neutron.remove_interface_router | 0.961 | 0.961 | 0.961 | 0.961 | 0.961 | 0.961 | 100.0% | 1 | | neutron.delete_router | 0.394 | 0.394 | 0.394 | 0.394 | 0.394 | 0.394 | 100.0% | 1 | | total | 4.14 | 4.14 | 4.14 | 4.14 | 4.14 | 4.14 | 100.0% | 1 | | -> duration | 4.14 | 4.14 | 4.14 | 4.14 | 4.14 | 4.14 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.139538 Full duration: 30.918252 -------------------------------------------------------------------------------- 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 8e8fb7f9-d39c-4566-8efa-69d6af65af8a 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.132 | 1.132 | 1.132 | 1.132 | 1.132 | 1.132 | 100.0% | 1 | | neutron.delete_subnet | 0.399 | 0.399 | 0.399 | 0.399 | 0.399 | 0.399 | 100.0% | 1 | | total | 1.532 | 1.532 | 1.532 | 1.532 | 1.532 | 1.532 | 100.0% | 1 | | -> duration | 1.532 | 1.532 | 1.532 | 1.532 | 1.532 | 1.532 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.53179 Full duration: 24.102103 -------------------------------------------------------------------------------- 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 8e8fb7f9-d39c-4566-8efa-69d6af65af8a 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.069 | 1.069 | 1.069 | 1.069 | 1.069 | 1.069 | 100.0% | 1 | | neutron.list_networks | 0.191 | 0.191 | 0.191 | 0.191 | 0.191 | 0.191 | 100.0% | 1 | | total | 1.26 | 1.26 | 1.26 | 1.26 | 1.26 | 1.26 | 100.0% | 1 | | -> duration | 1.26 | 1.26 | 1.26 | 1.26 | 1.26 | 1.26 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.260439 Full duration: 15.462908 -------------------------------------------------------------------------------- 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 8e8fb7f9-d39c-4566-8efa-69d6af65af8a 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.422 | 1.422 | 1.422 | 1.422 | 1.422 | 1.422 | 100.0% | 1 | | neutron.list_ports | 0.167 | 0.167 | 0.167 | 0.167 | 0.167 | 0.167 | 100.0% | 1 | | total | 1.59 | 1.59 | 1.59 | 1.59 | 1.59 | 1.59 | 100.0% | 1 | | -> duration | 1.59 | 1.59 | 1.59 | 1.59 | 1.59 | 1.59 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.590026 Full duration: 24.441586 -------------------------------------------------------------------------------- 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 8e8fb7f9-d39c-4566-8efa-69d6af65af8a 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.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | neutron.create_subnet | 0.469 | 0.469 | 0.469 | 0.469 | 0.469 | 0.469 | 100.0% | 1 | | neutron.create_router | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 100.0% | 1 | | neutron.add_interface_router | 1.572 | 1.572 | 1.572 | 1.572 | 1.572 | 1.572 | 100.0% | 1 | | neutron.list_routers | 0.066 | 0.066 | 0.066 | 0.066 | 0.066 | 0.066 | 100.0% | 1 | | total | 3.021 | 3.021 | 3.021 | 3.021 | 3.021 | 3.021 | 100.0% | 1 | | -> duration | 3.021 | 3.021 | 3.021 | 3.021 | 3.021 | 3.021 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.020785 Full duration: 32.837388 -------------------------------------------------------------------------------- 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 8e8fb7f9-d39c-4566-8efa-69d6af65af8a 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.754 | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 100.0% | 1 | | neutron.create_subnet | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 100.0% | 1 | | neutron.list_subnets | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | total | 1.449 | 1.449 | 1.449 | 1.449 | 1.449 | 1.449 | 100.0% | 1 | | -> duration | 1.449 | 1.449 | 1.449 | 1.449 | 1.449 | 1.449 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.449153 Full duration: 28.793463 -------------------------------------------------------------------------------- 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 8e8fb7f9-d39c-4566-8efa-69d6af65af8a has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.061 | 1.061 | 1.061 | 1.061 | 1.061 | 1.061 | 100.0% | 1 | | neutron.delete_security_group | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 100.0% | 1 | | total | 1.212 | 1.212 | 1.212 | 1.212 | 1.212 | 1.212 | 100.0% | 1 | | -> duration | 1.212 | 1.212 | 1.212 | 1.212 | 1.212 | 1.212 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.212484 Full duration: 13.26354 -------------------------------------------------------------------------------- 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 8e8fb7f9-d39c-4566-8efa-69d6af65af8a has 1 error(s) -------------------------------------------------------------------------------- Conflict: Security Group 962273b5-817f-44b9-aef1-9338b3174287 cannot perform precommit_delete due to Callback networking_odl.common.callback.OdlSecurityGroupsHandler.sg_callback_precommit--9223372036853988891 failed with "argument of type 'NoneType' is not iterable". Neutron server returns request_ids: ['req-43a10e52-7d2d-4693-a529-e7cca08e05f6'] Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/neutron/security_groups.py", line 236, in run self._delete_security_group(security_group) File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 87, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/neutron/utils.py", line 631, in _delete_security_group security_group["security_group"]["id"]) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 962, in delete_security_group return self.delete(self.security_group_path % (security_group)) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 348, in delete headers=headers, params=params) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 329, in retry_request 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) Conflict: Security Group 962273b5-817f-44b9-aef1-9338b3174287 cannot perform precommit_delete due to Callback networking_odl.common.callback.OdlSecurityGroupsHandler.sg_callback_precommit--9223372036853988891 failed with "argument of type 'NoneType' is not iterable". Neutron server returns request_ids: ['req-43a10e52-7d2d-4693-a529-e7cca08e05f6'] -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | 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.892 | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 100.0% | 1 | | neutron.create_security_group_rule | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | neutron.delete_security_group | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.0% | 1 | | total | 1.283 | 1.283 | 1.283 | 1.283 | 1.283 | 1.283 | 0.0% | 1 | | -> duration | 1.283 | 1.283 | 1.283 | 1.283 | 1.283 | 1.283 | 0.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.282896 Full duration: 15.637014 HINTS: * To plot HTML graphics with this data, run: rally task report 8e8fb7f9-d39c-4566-8efa-69d6af65af8a --out output.html * To generate a JUnit report, run: rally task export 8e8fb7f9-d39c-4566-8efa-69d6af65af8a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8e8fb7f9-d39c-4566-8efa-69d6af65af8a --json --out output.json 2018-04-08 04:45:52,757 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '8e8fb7f9-d39c-4566-8efa-69d6af65af8a'] 2018-04-08 04:45:53,753 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-08 04:45:53,754 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '8e8fb7f9-d39c-4566-8efa-69d6af65af8a', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-08 04:45:53,760 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" Failed. 2018-04-08 04:45:53,760 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-08 04:45:53,760 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-04-08 04:45:53,760 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-08 04:45:53,801 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-08 04:45:53,806 - 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': '0cfd5611-6bf7-4f3f-ade6-a8f886593117', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-88f19a7a-17d8-453e-81a9-02029f89762d', 'flavor_name': 'rally-tiny-88f19a7a-17d8-453e-81a9-02029f89762d', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-88f19a7a-17d8-453e-81a9-02029f89762d', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-08 04:46:40,135 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 065d26b8-7357-45fe-8847-3dfa3237b469 2018-04-08 04:46:40,135 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '065d26b8-7357-45fe-8847-3dfa3237b469'] 2018-04-08 04:46:41,181 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 065d26b8-7357-45fe-8847-3dfa3237b469: aborted -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-88f19a7a-17d8-453e-81a9-02029f89762d" }, "image": { "name": "Cirros-0.4.0-88f19a7a-17d8-453e-81a9-02029f89762d" }, "block_migration": false, "nics": [ { "net-id": "0cfd5611-6bf7-4f3f-ade6-a8f886593117" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 065d26b8-7357-45fe-8847-3dfa3237b469 has 1 error(s) -------------------------------------------------------------------------------- BadRequest: No valid host was found. Unable to move instance 6bef7460-3318-4d13-a1b1-95f7fb4be1c1 to host overcloud-novacompute-0.opnfvlf.org. There is not enough capacity on the host for the instance. (HTTP 400) (Request-ID: req-2b311ee8-2e68-4f64-b8b1-9e40c6c99508) Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/servers.py", line 722, in run block_migration, disk_over_commit) File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 87, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/utils.py", line 756, in _live_migrate disk_over_commit=disk_over_commit) File "/usr/lib/python2.7/site-packages/novaclient/api_versions.py", line 393, in substitution return methods[-1].func(obj, *args, **kwargs) File "/usr/lib/python2.7/site-packages/novaclient/v2/servers.py", line 465, in live_migrate disk_over_commit) File "/usr/lib/python2.7/site-packages/novaclient/api_versions.py", line 393, in substitution return methods[-1].func(obj, *args, **kwargs) File "/usr/lib/python2.7/site-packages/novaclient/v2/servers.py", line 1691, in live_migrate 'disk_over_commit': disk_over_commit}) File "/usr/lib/python2.7/site-packages/novaclient/v2/servers.py", line 1931, in _action info=info, **kwargs) File "/usr/lib/python2.7/site-packages/novaclient/v2/servers.py", line 1942, in _action_return_resp_and_body return self.api.client.post(url, body=body) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 294, in post return self.request(url, 'POST', **kwargs) File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 83, in request raise exceptions.from_response(resp, body, url, method) BadRequest: No valid host was found. Unable to move instance 6bef7460-3318-4d13-a1b1-95f7fb4be1c1 to host overcloud-novacompute-0.opnfvlf.org. There is not enough capacity on the host for the instance. (HTTP 400) (Request-ID: req-2b311ee8-2e68-4f64-b8b1-9e40c6c99508) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 8.404 | 8.404 | 8.404 | 8.404 | 8.404 | 8.404 | 100.0% | 1 | | nova.find_host_to_migrate | 1.059 | 1.059 | 1.059 | 1.059 | 1.059 | 1.059 | 100.0% | 1 | | nova.live_migrate | 1.668 | 1.668 | 1.668 | 1.668 | 1.668 | 1.668 | 0.0% | 1 | | total | 11.132 | 11.132 | 11.132 | 11.132 | 11.132 | 11.132 | 0.0% | 1 | | -> duration | 10.132 | 10.132 | 10.132 | 10.132 | 10.132 | 10.132 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.132171 Full duration: 25.646594 HINTS: * To plot HTML graphics with this data, run: rally task report 065d26b8-7357-45fe-8847-3dfa3237b469 --out output.html * To generate a JUnit report, run: rally task export 065d26b8-7357-45fe-8847-3dfa3237b469 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 065d26b8-7357-45fe-8847-3dfa3237b469 --json --out output.json 2018-04-08 04:46:41,181 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '065d26b8-7357-45fe-8847-3dfa3237b469'] 2018-04-08 04:46:42,162 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-08 04:46:42,162 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '065d26b8-7357-45fe-8847-3dfa3237b469', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-08 04:46:42,167 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-04-08 04:46:42,168 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-08 04:46:42,168 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-04-08 04:46:42,168 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-08 04:46:42,186 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-08 04:46:42,187 - 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': '0cfd5611-6bf7-4f3f-ade6-a8f886593117', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-88f19a7a-17d8-453e-81a9-02029f89762d', 'flavor_name': 'rally-tiny-88f19a7a-17d8-453e-81a9-02029f89762d', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-88f19a7a-17d8-453e-81a9-02029f89762d', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-08 04:47:26,606 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 9f83387c-6bc2-4bec-ad69-b4f6475f9633 2018-04-08 04:47:26,607 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '9f83387c-6bc2-4bec-ad69-b4f6475f9633'] 2018-04-08 04:47:27,513 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 9f83387c-6bc2-4bec-ad69-b4f6475f9633: 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 9f83387c-6bc2-4bec-ad69-b4f6475f9633 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.693 | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 100.0% | 1 | | quotas.delete_quotas | 0.159 | 0.159 | 0.159 | 0.159 | 0.159 | 0.159 | 100.0% | 1 | | total | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 100.0% | 1 | | -> duration | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.852234 Full duration: 7.894674 -------------------------------------------------------------------------------- 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 9f83387c-6bc2-4bec-ad69-b4f6475f9633 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.669 | 0.669 | 0.669 | 0.669 | 0.669 | 0.669 | 100.0% | 1 | | total | 0.669 | 0.669 | 0.669 | 0.669 | 0.669 | 0.669 | 100.0% | 1 | | -> duration | 0.669 | 0.669 | 0.669 | 0.669 | 0.669 | 0.669 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.668841 Full duration: 7.710669 -------------------------------------------------------------------------------- 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 9f83387c-6bc2-4bec-ad69-b4f6475f9633 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.293 | 0.293 | 0.293 | 0.293 | 0.293 | 0.293 | 100.0% | 1 | | total | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | -> duration | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.680945 Full duration: 7.631162 -------------------------------------------------------------------------------- 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 9f83387c-6bc2-4bec-ad69-b4f6475f9633 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.903 | 0.903 | 0.903 | 0.903 | 0.903 | 0.903 | 100.0% | 1 | | total | 0.903 | 0.903 | 0.903 | 0.903 | 0.903 | 0.903 | 100.0% | 1 | | -> duration | 0.903 | 0.903 | 0.903 | 0.903 | 0.903 | 0.903 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.902716 Full duration: 7.905059 HINTS: * To plot HTML graphics with this data, run: rally task report 9f83387c-6bc2-4bec-ad69-b4f6475f9633 --out output.html * To generate a JUnit report, run: rally task export 9f83387c-6bc2-4bec-ad69-b4f6475f9633 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 9f83387c-6bc2-4bec-ad69-b4f6475f9633 --json --out output.json 2018-04-08 04:47:27,513 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '9f83387c-6bc2-4bec-ad69-b4f6475f9633'] 2018-04-08 04:47:28,501 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-08 04:47:28,501 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '9f83387c-6bc2-4bec-ad69-b4f6475f9633', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-08 04:47:28,509 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-08 04:47:28,513 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:41 | 6 | 100.00% | | glance | 01:29 | 4 | 100.00% | | cinder | 02:34 | 10 | 100.00% | | heat | 00:56 | 4 | 100.00% | | keystone | 02:40 | 11 | 100.00% | | neutron | 03:44 | 10 | 90.00% | | nova | 00:25 | 1 | 0.00% | | quotas | 00:31 | 4 | 100.00% | | | | | | | TOTAL: | 00:13:03 | 50 | 96.00% | +----------------+------------+----------------+-----------+ 2018-04-08 04:47:28,513 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 96.00% 2018-04-08 04:47:34,802 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 04:47:34,803 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 16:19 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-08 04:47:34,807 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-04-08 04:47:34,807 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-08 04:47:34,907 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-08 04:47:37,334 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-08 04:47:37.014 9551 INFO rally.deployment.engine [-] Deployment 9988bb20-e215-4421-af80-2e0187b05c9f | Starting: Destroy cloud and free allocated resources. 2018-04-08 04:47:37.094 9551 INFO rally.deployment.engine [-] Deployment 9988bb20-e215-4421-af80-2e0187b05c9f | Completed: Destroy cloud and free allocated resources. 2018-04-08 04:47:37.118 9551 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=2315b0a4-4c0f-47aa-940b-bd70352e2adb). 2018-04-08 04:47:37.123 9551 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-08 04:47:39,708 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-08 04:47:39.418 9554 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=6fe787e3-4fd2-4bd3-9bd0-ea00f1e5c4ec) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 6fe787e3-4fd2-4bd3-9bd0-ea00f1e5c4ec | 2018-04-08T04:47:39 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 6fe787e3-4fd2-4bd3-9bd0-ea00f1e5c4ec ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-08 04:47:42,854 - 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-04-08 04:47:42,854 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-08 04:47:45,104 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-08 04:47:44.845 9560 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=2315b0a4-4c0f-47aa-940b-bd70352e2adb). 2018-04-08 04:47:44.974 9560 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-08 04:47:48,618 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-08 04:47:47.181 9563 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-08 04:47:47.322 9563 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-08 04:47:48.382 9563 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=64b7762f-c471-43d0-ba24-2eceabf424dc) has been successfully created! Using verifier 'opnfv-tempest' (UUID=64b7762f-c471-43d0-ba24-2eceabf424dc) as the default verifier for the future CLI operations. 2018-04-08 04:47:51,587 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-08 04:47:53,360 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-08 04:47:57,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-08 04:48:02,136 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-08 04:48:01.248 9582 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=64b7762f-c471-43d0-ba24-2eceabf424dc) for deployment 'opnfv-rally' (UUID=6fe787e3-4fd2-4bd3-9bd0-ea00f1e5c4ec). 2018-04-08 04:48:01.952 9582 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=64b7762f-c471-43d0-ba24-2eceabf424dc) has been successfully configured for deployment 'opnfv-rally' (UUID=6fe787e3-4fd2-4bd3-9bd0-ea00f1e5c4ec)! 2018-04-08 04:48:02,136 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-08 04:48:02,136 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-08 04:48:02,139 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-08 04:48:04,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-04-08 04:48:06,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:06.330 9594 INFO rally.api [-] Starting verification (UUID=2f73582e-c52b-4038-9c8f-db3d44f91164) for deployment 'opnfv-rally' (UUID=6fe787e3-4fd2-4bd3-9bd0-ea00f1e5c4ec) by verifier 'opnfv-tempest' (UUID=64b7762f-c471-43d0-ba24-2eceabf424dc). 2018-04-08 04:48:06,331 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 2f73582e-c52b-4038-9c8f-db3d44f91164 2018-04-08 04:48:14,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:14.434 9594 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2018-04-08 04:48:18,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:18.349 9594 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.902s] 2018-04-08 04:48:19,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:19.013 9594 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [2.105s] 2018-04-08 04:48:20,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:20.125 9594 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.111s] 2018-04-08 04:48:20,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:20.771 9594 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.645s] 2018-04-08 04:48:21,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:21.138 9594 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.311s] 2018-04-08 04:48:23,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:23.390 9594 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [2.249s] 2018-04-08 04:48:25,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:25.101 9594 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.711s] 2018-04-08 04:48:26,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:26.691 9594 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.590s] 2018-04-08 04:48:28,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:28.007 9594 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.315s] 2018-04-08 04:48:29,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:29.221 9594 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.212s] 2018-04-08 04:48:30,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:30.178 9594 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.957s] 2018-04-08 04:48:30,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:30.496 9594 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.318s] 2018-04-08 04:48:30,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:30.530 9594 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.035s] 2018-04-08 04:48:30,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:30.562 9594 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.031s] 2018-04-08 04:48:30,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:30.580 9594 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.018s] 2018-04-08 04:48:32,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:32.032 9594 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [17.589s] 2018-04-08 04:48:37,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:37.677 9594 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [19.323s] 2018-04-08 04:48:47,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:47.531 9594 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [9.592s] 2018-04-08 04:48:47,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:47.605 9594 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.074s] 2018-04-08 04:48:47,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:47.936 9594 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.248s] 2018-04-08 04:48:48,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:48.023 9594 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.418s] 2018-04-08 04:48:48,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:48.155 9594 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.130s] 2018-04-08 04:48:48,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:48.156 9594 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-08 04:48:48,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:48.322 9594 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.385s] 2018-04-08 04:48:48,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:48.548 9594 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.226s] 2018-04-08 04:48:48,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:48.952 9594 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.403s] 2018-04-08 04:48:49,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:49.171 9594 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.218s] 2018-04-08 04:48:49,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:49.253 9594 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.082s] 2018-04-08 04:48:49,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:49.329 9594 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.075s] 2018-04-08 04:48:49,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:49.395 9594 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.066s] 2018-04-08 04:48:49,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:49.471 9594 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.075s] 2018-04-08 04:48:49,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:49.537 9594 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.066s] 2018-04-08 04:48:49,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:49.678 9594 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.140s] 2018-04-08 04:48:52,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:52.105 9594 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.991s] 2018-04-08 04:48:53,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:53.199 9594 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.093s] 2018-04-08 04:48:54,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:54.122 9594 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.922s] 2018-04-08 04:48:55,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:55.258 9594 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.134s] 2018-04-08 04:48:56,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:56.397 9594 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.139s] 2018-04-08 04:48:57,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:57.396 9594 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.997s] 2018-04-08 04:48:57,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:57.758 9594 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.363s] 2018-04-08 04:48:57,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:57.991 9594 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.232s] 2018-04-08 04:48:58,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:58.370 9594 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.378s] 2018-04-08 04:48:59,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:59.602 9594 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.230s] 2018-04-08 04:48:59,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:48:59.852 9594 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.250s] 2018-04-08 04:49:00,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:49:00.323 9594 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.471s] 2018-04-08 04:49:00,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:49:00.570 9594 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.246s] 2018-04-08 04:49:01,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:49:01.589 9594 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.017s] 2018-04-08 04:49:01,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:49:01.815 9594 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.227s] 2018-04-08 04:49:02,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:49:02.049 9594 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.232s] 2018-04-08 04:49:02,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:49:02.278 9594 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.229s] 2018-04-08 04:49:02,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:49:02.514 9594 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.235s] 2018-04-08 04:49:11,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:49:11.834 9594 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [34.149s] 2018-04-08 04:49:15,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:49:15.960 9594 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.173s] 2018-04-08 04:49:24,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:49:24.403 9594 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [12.568s] 2018-04-08 04:49:30,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:49:30.770 9594 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.671s] 2018-04-08 04:49:30,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:49:30.994 9594 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.224s] 2018-04-08 04:49:31,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:49:31.228 9594 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.233s] 2018-04-08 04:49:31,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:49:31.636 9594 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.408s] 2018-04-08 04:49:32,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:49:32.523 9594 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.885s] 2018-04-08 04:49:32,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:49:32.985 9594 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.462s] 2018-04-08 04:49:40,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:49:40.422 9594 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.477s] 2018-04-08 04:49:42,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:49:42.022 9594 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... fail [1.596s] 2018-04-08 04:49:42,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:49:42.863 9594 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [82.078s] 2018-04-08 04:49:45,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:49:45.528 9594 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.504s] 2018-04-08 04:49:46,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:49:46.234 9594 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.708s] 2018-04-08 04:49:47,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:49:47.910 9594 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.674s] 2018-04-08 04:49:48,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:49:48.827 9594 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.917s] 2018-04-08 04:49:50,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:49:50.192 9594 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.363s] 2018-04-08 04:49:50,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:49:50.250 9594 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.060s] 2018-04-08 04:49:57,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:49:57.225 9594 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.204s] 2018-04-08 04:49:57,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:49:57.285 9594 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.060s] 2018-04-08 04:50:23,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:50:23.923 9594 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [59.505s] 2018-04-08 04:50:28,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:50:28.012 9594 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.299s] 2018-04-08 04:50:28,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:50:28.368 9594 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.355s] 2018-04-08 04:50:38,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:50:38.552 9594 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.008s] 2018-04-08 04:50:38,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:50:38.559 9594 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.007s] 2018-04-08 04:50:38,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:50:38.703 9594 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.142s] 2018-04-08 04:50:38,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:50:38.731 9594 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.029s] 2018-04-08 04:50:38,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:50:38.761 9594 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.030s] 2018-04-08 04:50:38,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:50:38.804 9594 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.042s] 2018-04-08 04:50:38,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:50:38.848 9594 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.044s] 2018-04-08 04:50:38,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:50:38.891 9594 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.042s] 2018-04-08 04:50:38,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:50:38.929 9594 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.037s] 2018-04-08 04:50:38,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:50:38.972 9594 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.043s] 2018-04-08 04:52:30,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:52:30.466 9594 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [242.228s] 2018-04-08 04:52:51,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:52:51.477 9594 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [21.008s] 2018-04-08 04:53:02,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:53:02.895 9594 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.154s] 2018-04-08 04:53:02,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:53:02.932 9594 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.036s] 2018-04-08 04:53:02,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:53:02.968 9594 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.036s] 2018-04-08 04:53:03,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:53:03.119 9594 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.150s] 2018-04-08 04:53:03,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:53:03.137 9594 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.017s] 2018-04-08 04:53:03,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:53:03.149 9594 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.012s] 2018-04-08 04:53:03,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:53:03.214 9594 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.063s] 2018-04-08 04:53:03,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:53:03.249 9594 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.035s] 2018-04-08 04:53:03,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:53:03.258 9594 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.008s] 2018-04-08 04:53:03,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:53:03.291 9594 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.033s] 2018-04-08 04:53:03,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:53:03.440 9594 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.148s] 2018-04-08 04:53:03,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:53:03.485 9594 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.044s] 2018-04-08 04:53:03,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:53:03.679 9594 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.193s] 2018-04-08 04:53:03,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:53:03.715 9594 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.036s] 2018-04-08 04:53:03,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:53:03.889 9594 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.173s] 2018-04-08 04:53:04,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:53:04.067 9594 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.178s] 2018-04-08 04:53:04,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:53:04.104 9594 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.036s] 2018-04-08 04:53:04,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:53:04.135 9594 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.030s] 2018-04-08 04:53:04,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:53:04.144 9594 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2018-04-08 04:53:04,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:53:04.175 9594 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.031s] 2018-04-08 04:53:04,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:53:04.208 9594 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.032s] 2018-04-08 04:53:04,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:53:04.243 9594 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.035s] 2018-04-08 04:53:04,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:53:04.276 9594 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.033s] 2018-04-08 04:53:08,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '2f73582e-c52b-4038-9c8f-db3d44f91164']'. 2018-04-08 04:53:09,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-08 04:53:09,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-08 04:53:09,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-08 04:53:09,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 2f73582e-c52b-4038-9c8f-db3d44f91164 | 2018-04-08 04:53:09,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-08 04:53:09,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-08 04:48:06 | 2018-04-08 04:53:09,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-08 04:53:08 | 2018-04-08 04:53:09,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:05:02 | 2018-04-08 04:53:09,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-08 04:53:09,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-08 04:53:09,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 64b7762f-c471-43d0-ba24-2eceabf424dc) | 2018-04-08 04:53:09,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-08 04:53:09,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 6fe787e3-4fd2-4bd3-9bd0-ea00f1e5c4ec) | 2018-04-08 04:53:09,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 110 | 2018-04-08 04:53:09,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 292.013 | 2018-04-08 04:53:09,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 108 | 2018-04-08 04:53:09,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-08 04:53:09,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-08 04:53:09,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-08 04:53:09,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-04-08 04:53:09,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-08 04:53:09,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-08 04:53:09,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 98.1818181818% 2018-04-08 04:53:15,532 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 04:53:15,532 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 05:24 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-04-08 04:53:15,536 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-04-08 04:53:15,536 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-08 04:53:15,635 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-08 04:53:18,093 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-08 04:53:17.730 9690 INFO rally.deployment.engine [-] Deployment 6fe787e3-4fd2-4bd3-9bd0-ea00f1e5c4ec | Starting: Destroy cloud and free allocated resources. 2018-04-08 04:53:17.815 9690 INFO rally.deployment.engine [-] Deployment 6fe787e3-4fd2-4bd3-9bd0-ea00f1e5c4ec | Completed: Destroy cloud and free allocated resources. 2018-04-08 04:53:17.855 9690 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=64b7762f-c471-43d0-ba24-2eceabf424dc) for deployment 'opnfv-rally'. 2018-04-08 04:53:17.873 9690 INFO rally.api [-] Deleting verification (UUID=2f73582e-c52b-4038-9c8f-db3d44f91164). 2018-04-08 04:53:17.918 9690 INFO rally.api [-] Verification has been successfully deleted! 2018-04-08 04:53:17.918 9690 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=64b7762f-c471-43d0-ba24-2eceabf424dc). 2018-04-08 04:53:17.929 9690 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-08 04:53:20,456 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-08 04:53:20.175 9693 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=1854979e-25d3-4a77-99cb-7c8c00e764dd) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 1854979e-25d3-4a77-99cb-7c8c00e764dd | 2018-04-08T04:53:20 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 1854979e-25d3-4a77-99cb-7c8c00e764dd ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-08 04:53:23,679 - 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-04-08 04:53:23,679 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-08 04:53:26,024 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-08 04:53:25.751 9699 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=64b7762f-c471-43d0-ba24-2eceabf424dc). 2018-04-08 04:53:25.874 9699 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-08 04:53:29,058 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-08 04:53:27.875 9702 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-08 04:53:28.012 9702 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-08 04:53:28.928 9702 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=22d41fed-9528-41c2-8de1-e4dea70d3be6) has been successfully created! Using verifier 'opnfv-tempest' (UUID=22d41fed-9528-41c2-8de1-e4dea70d3be6) as the default verifier for the future CLI operations. 2018-04-08 04:53:31,818 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-08 04:53:33,432 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-08 04:53:37,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-08 04:53:42,118 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-08 04:53:41.294 9721 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=22d41fed-9528-41c2-8de1-e4dea70d3be6) for deployment 'opnfv-rally' (UUID=1854979e-25d3-4a77-99cb-7c8c00e764dd). 2018-04-08 04:53:41.984 9721 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=22d41fed-9528-41c2-8de1-e4dea70d3be6) has been successfully configured for deployment 'opnfv-rally' (UUID=1854979e-25d3-4a77-99cb-7c8c00e764dd)! 2018-04-08 04:53:42,118 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-08 04:53:42,118 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-08 04:53:42,120 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-08 04:53:42,130 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-08 04:53:45,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-22d41fed-9528-41c2-8de1-e4dea70d3be6/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-04-08 04:53:45,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-04-08 04:53:47,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 04:53:47.293 9730 INFO rally.api [-] Starting verification (UUID=1611835f-b99c-44bf-813d-ffdfbb747ab4) for deployment 'opnfv-rally' (UUID=1854979e-25d3-4a77-99cb-7c8c00e764dd) by verifier 'opnfv-tempest' (UUID=22d41fed-9528-41c2-8de1-e4dea70d3be6). 2018-04-08 04:53:47,295 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 1611835f-b99c-44bf-813d-ffdfbb747ab4 2018-04-08 04:56:21,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '1611835f-b99c-44bf-813d-ffdfbb747ab4']'. 2018-04-08 04:56:22,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-08 04:56:22,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-08 04:56:22,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-08 04:56:22,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 1611835f-b99c-44bf-813d-ffdfbb747ab4 | 2018-04-08 04:56:22,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-08 04:56:22,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-08 04:53:47 | 2018-04-08 04:56:22,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-08 04:56:21 | 2018-04-08 04:56:22,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:34 | 2018-04-08 04:56:22,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-08 04:56:22,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-08 04:56:22,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 22d41fed-9528-41c2-8de1-e4dea70d3be6) | 2018-04-08 04:56:22,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-08 04:56:22,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 1854979e-25d3-4a77-99cb-7c8c00e764dd) | 2018-04-08 04:56:22,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-08 04:56:22,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 145.611 | 2018-04-08 04:56:22,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 123 | 2018-04-08 04:56:22,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-04-08 04:56:22,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-08 04:56:22,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-08 04:56:22,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-04-08 04:56:22,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-08 04:56:22,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-08 04:56:22,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 99.1935483871% 2018-04-08 04:56:27,440 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 04:56:27,440 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:56 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-04-08 04:56:27,444 - xtesting.ci.run_tests - ERROR - The test case 'patrole' failed. 2018-04-08 04:56:27,444 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-04-08 04:56:45,333 - 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-04-08 04:56:45,333 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-04-08 04:56:45,363 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-04-08 04:56:45,483 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 04:56:45,484 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:17 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-08 04:56:45,487 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-08 04:56:46,454 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-08 05:53:28,598 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 05:53:28,599 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 56:42 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-08 05:53:28,603 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-08 05:53:28,603 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-08 05:53:28,698 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-08 05:53:31,089 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-08 05:53:30.736 9820 INFO rally.deployment.engine [-] Deployment 1854979e-25d3-4a77-99cb-7c8c00e764dd | Starting: Destroy cloud and free allocated resources. 2018-04-08 05:53:30.815 9820 INFO rally.deployment.engine [-] Deployment 1854979e-25d3-4a77-99cb-7c8c00e764dd | Completed: Destroy cloud and free allocated resources. 2018-04-08 05:53:30.849 9820 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=22d41fed-9528-41c2-8de1-e4dea70d3be6) for deployment 'opnfv-rally'. 2018-04-08 05:53:30.871 9820 INFO rally.api [-] Deleting verification (UUID=1611835f-b99c-44bf-813d-ffdfbb747ab4). 2018-04-08 05:53:30.910 9820 INFO rally.api [-] Verification has been successfully deleted! 2018-04-08 05:53:30.911 9820 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=22d41fed-9528-41c2-8de1-e4dea70d3be6). 2018-04-08 05:53:30.920 9820 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-08 05:53:33,347 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-08 05:53:33.086 9823 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=d6e0aede-e722-4bd9-818c-18e55a10fa69) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | d6e0aede-e722-4bd9-818c-18e55a10fa69 | 2018-04-08T05:53:33 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: d6e0aede-e722-4bd9-818c-18e55a10fa69 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-08 05:53:36,627 - 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-04-08 05:53:36,627 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-08 05:53:38,987 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-08 05:53:38.730 9829 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=22d41fed-9528-41c2-8de1-e4dea70d3be6). 2018-04-08 05:53:38.851 9829 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-08 05:53:42,214 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-08 05:53:40.822 9832 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-08 05:53:40.971 9832 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-08 05:53:42.049 9832 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=09c4a509-0542-458e-abec-b7d652b7a809) has been successfully created! Using verifier 'opnfv-tempest' (UUID=09c4a509-0542-458e-abec-b7d652b7a809) as the default verifier for the future CLI operations. 2018-04-08 05:53:50,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-08 05:53:55,299 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-08 05:53:54.457 9851 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=09c4a509-0542-458e-abec-b7d652b7a809) for deployment 'opnfv-rally' (UUID=d6e0aede-e722-4bd9-818c-18e55a10fa69). 2018-04-08 05:53:55.144 9851 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=09c4a509-0542-458e-abec-b7d652b7a809) has been successfully configured for deployment 'opnfv-rally' (UUID=d6e0aede-e722-4bd9-818c-18e55a10fa69)! 2018-04-08 05:53:58,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-09c4a509-0542-458e-abec-b7d652b7a809/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-04-08 05:53:58,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-04-08 05:54:00,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-08 05:54:00.250 9860 INFO rally.api [-] Starting verification (UUID=4b687054-1070-44e7-a0c9-31eb982873e1) for deployment 'opnfv-rally' (UUID=d6e0aede-e722-4bd9-818c-18e55a10fa69) by verifier 'opnfv-tempest' (UUID=09c4a509-0542-458e-abec-b7d652b7a809). 2018-04-08 05:55:43,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '4b687054-1070-44e7-a0c9-31eb982873e1']'. 2018-04-08 05:55:44,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-08 05:55:44,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-08 05:55:44,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-08 05:55:44,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 4b687054-1070-44e7-a0c9-31eb982873e1 | 2018-04-08 05:55:44,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-08 05:55:44,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-08 05:54:00 | 2018-04-08 05:55:44,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-08 05:55:43 | 2018-04-08 05:55:44,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:43 | 2018-04-08 05:55:44,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-08 05:55:44,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-08 05:55:44,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 09c4a509-0542-458e-abec-b7d652b7a809) | 2018-04-08 05:55:44,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-08 05:55:44,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: d6e0aede-e722-4bd9-818c-18e55a10fa69) | 2018-04-08 05:55:44,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-08 05:55:44,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 92.303 | 2018-04-08 05:55:44,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-04-08 05:55:44,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-04-08 05:55:44,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-08 05:55:44,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-08 05:55:44,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-04-08 05:55:44,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-08 05:55:44,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-08 05:55:44,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-04-08 05:55:48,856 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 05:55:48,857 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:04 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-04-08 05:55:48,861 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-04-08 05:55:48,862 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:40 | PASS | | vping_userdata | functest | smoke | 00:27 | PASS | | tempest_smoke_serial | functest | smoke | 13:13 | FAIL | | rally_sanity | functest | smoke | 16:19 | FAIL | | refstack_defcore | functest | smoke | 05:24 | FAIL | | patrole | functest | smoke | 02:56 | FAIL | | odl | functest | smoke | 00:17 | PASS | | snaps_smoke | functest | smoke | 56:42 | FAIL | | neutron_trunk | functest | smoke | 02:04 | FAIL | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-08 05:55:48,870 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-08 05:55:51,886 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-112 | | 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-sriov-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-08 05:55:51,890 - 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=ZnAJfgEkdr8zXktGK3UzUgywu export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.10 export OS_REGION_NAME=regionOne 2018-04-08 05:55:51,890 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-08 05:55:51,891 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ 2018-04-08 05:55:51,893 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-08 05:55:51,893 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-04-08 05:59:48,082 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-04-08 05:59:48,214 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 05:59:48,214 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:56 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-04-08 05:59:48,218 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:56 | PASS | | 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-04-08 05:59:48,222 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-08 05:59:50,787 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-112 | | 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-sriov-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-08 05:59:50,791 - 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=ZnAJfgEkdr8zXktGK3UzUgywu export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.10 export OS_REGION_NAME=regionOne 2018-04-08 05:59:50,792 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-08 05:59:50,792 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-08 05:59:50,793 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-04-08 05:59:50,794 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-08 05:59:53,261 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-112 | | 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-sriov-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-08 05:59:53,263 - 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=ZnAJfgEkdr8zXktGK3UzUgywu export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.10 export OS_REGION_NAME=regionOne 2018-04-08 05:59:53,263 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-08 05:59:53,264 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | parser-basics | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ 2018-04-08 05:59:53,264 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-08 05:59:53,265 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-04-08 06:02:07,534 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-04-08 06:02:07,676 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-08 06:02:07,677 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 02:14 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-04-08 06:02:07,681 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 02:14 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-08 06:02:07,682 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK