2018-04-14 03:31:35,645 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-9 | | 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-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-14 03:31:35,648 - 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=NktdXuma7WA3TynRKUQcbGGYn export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29: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-14 03:31:35,648 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-14 03:31:35,648 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-04-14 03:31:35,649 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-14 03:31:35,649 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-14 03:31:38,712 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-14 03:31:48,661 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 9.938s OK 2018-04-14 03:31:48,790 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-14 03:31:48,791 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-14 03:31:48,794 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-14 03:31:51,113 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-14 03:44:07,585 - 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 736.419s OK 2018-04-14 03:44:07,704 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-14 03:44:07,705 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:16 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-14 03:44:07,709 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-14 03:44:08,752 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-14 03:44:48,589 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 39.836s OK 2018-04-14 03:44:48,702 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-14 03:44:48,702 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:40 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-14 03:44:48,706 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 12:16 | PASS | | snaps_health_check | functest | healthcheck | 00:40 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-14 03:44:48,709 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-14 03:45:23,083 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-9 | | 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-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-14 03:45:23,086 - 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=NktdXuma7WA3TynRKUQcbGGYn export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29: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-14 03:45:23,086 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-14 03:45:23,086 - 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_userdata tempest_smoke_serial | | | | | validate the OPNFV scenarios. | rally_sanity refstack_defcore patrole | | | | | | odl snaps_smoke neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+-----------------------------------------------+ 2018-04-14 03:45:23,087 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-14 03:45:23,088 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-14 03:45:23,552 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-14 03:45:23,552 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-14 03:45:23' 2018-04-14 03:45:23,552 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--40fa458a-c244-4005-804f-c04767f0d761' 2018-04-14 03:45:28,318 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-40fa458a-c244-4005-804f-c04767f0d761' 2018-04-14 03:45:31,625 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-40fa458a-c244-4005-804f-c04767f0d761' 2018-04-14 03:45:41,479 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-40fa458a-c244-4005-804f-c04767f0d761' 2018-04-14 03:45:42,290 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-40fa458a-c244-4005-804f-c04767f0d761' 2018-04-14 03:45:48,835 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-40fa458a-c244-4005-804f-c04767f0d761' 2018-04-14 03:45:56,619 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-14 03:46:06,639 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-14 03:46:09,359 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.11. Waiting for response... 2018-04-14 03:46:35,184 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.11. Waiting for response... 2018-04-14 03:47:01,176 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.11. Waiting for response... 2018-04-14 03:47:11,521 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-14 03:47:27,394 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-14 03:47:27,395 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 01:48 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-14 03:47:27,398 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-14 03:47:27,474 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-14 03:47:32,096 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-14 03:47:31.810 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=a10d155c-bf92-4ec2-ab3c-f800cc7f7afe) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | a10d155c-bf92-4ec2-ab3c-f800cc7f7afe | 2018-04-14T03:47:31 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: a10d155c-bf92-4ec2-ab3c-f800cc7f7afe ~/.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-14 03:47:35,377 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-14 03:47:35,377 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-14 03:47:41,052 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-14 03:47:39.633 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-14 03:47:39.786 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-14 03:47:40.905 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9637f2c6-e45b-4360-8cab-35aff8a6a004) has been successfully created! Using verifier 'opnfv-tempest' (UUID=9637f2c6-e45b-4360-8cab-35aff8a6a004) as the default verifier for the future CLI operations. 2018-04-14 03:47:43,989 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-14 03:47:46,753 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-14 03:47:52,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-14 03:47:57,880 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-14 03:47:56.886 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=9637f2c6-e45b-4360-8cab-35aff8a6a004) for deployment 'opnfv-rally' (UUID=a10d155c-bf92-4ec2-ab3c-f800cc7f7afe). 2018-04-14 03:47:57.718 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9637f2c6-e45b-4360-8cab-35aff8a6a004) has been successfully configured for deployment 'opnfv-rally' (UUID=a10d155c-bf92-4ec2-ab3c-f800cc7f7afe)! 2018-04-14 03:47:57,881 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-14 03:47:57,881 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-14 03:47:57,883 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-14 03:47:57,886 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-14 03:48:00,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-9637f2c6-e45b-4360-8cab-35aff8a6a004/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-14 03:48:00,705 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-14 03:48:00,706 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-14 03:48:00,707 - 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-14 03:48:02,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:48:02.875 51 INFO rally.api [-] Starting verification (UUID=6e5c477a-f389-43c9-8d8b-58ca6865e6c0) for deployment 'opnfv-rally' (UUID=a10d155c-bf92-4ec2-ab3c-f800cc7f7afe) by verifier 'opnfv-tempest' (UUID=9637f2c6-e45b-4360-8cab-35aff8a6a004). 2018-04-14 03:48:02,878 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 6e5c477a-f389-43c9-8d8b-58ca6865e6c0 2018-04-14 03:48:10,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:48:10.066 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.178s] 2018-04-14 03:48:10,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:48:10.123 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.058s] 2018-04-14 03:48:17,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:48:17.310 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.530s] 2018-04-14 03:48:20,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:48:20.659 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.348s] 2018-04-14 03:48:35,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:48:35.004 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.968s] 2018-04-14 03:48:51,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:48:51.882 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.091s] 2018-04-14 03:49:57,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:49:57.882 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.065s] 2018-04-14 03:49:57,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:49:57.884 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2018-04-14 03:50:30,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:50:30.092 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.084s] 2018-04-14 03:50:30,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:50:30.094 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-04-14 03:51:01,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:51:01.527 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.072s] 2018-04-14 03:51:01,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:51:01.529 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-14 03:52:46,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:52:46.852 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [73.037s] 2018-04-14 03:53:09,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:53:09.726 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.049s] 2018-04-14 03:53:09,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:53:09.823 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.096s] 2018-04-14 03:53:17,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:53:17.929 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.652s] 2018-04-14 03:53:17,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:53:17.940 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-04-14 03:53:19,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:53:19.526 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-14 03:53:19,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:53:19.527 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-14 03:53:23,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:53:23.349 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.400s] 2018-04-14 03:53:29,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:53:29.449 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.077s] 2018-04-14 03:53:36,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:53:36.481 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.705s] 2018-04-14 03:53:43,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:53:43.834 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.519s] 2018-04-14 03:53:53,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:53:53.470 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.178s] 2018-04-14 03:53:59,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:53:59.587 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.402s] 2018-04-14 03:54:05,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:54:05.669 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.222s] 2018-04-14 03:54:12,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:54:12.745 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.456s] 2018-04-14 03:54:20,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:54:20.295 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.485s] 2018-04-14 03:54:28,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:54:28.994 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.827s] 2018-04-14 03:54:31,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:54:31.826 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-14 03:54:33,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:54:33.879 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.074s] 2018-04-14 03:54:33,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:54:33.952 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.072s] 2018-04-14 03:54:34,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:54:34.035 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.082s] 2018-04-14 03:54:34,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:54:34.041 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-04-14 03:54:38,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:54:38.342 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.779s] 2018-04-14 03:54:40,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:54:40.304 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.961s] 2018-04-14 03:54:42,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:54:42.466 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.160s] 2018-04-14 03:54:49,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:54:49.803 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-04-14 03:54:57,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:54:57.207 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.167s] 2018-04-14 03:55:09,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:55:09.608 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.630s] 2018-04-14 03:55:13,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:55:13.065 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.456s] 2018-04-14 03:55:24,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:55:24.731 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.031s] 2018-04-14 03:55:28,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:55:28.697 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.964s] 2018-04-14 03:55:36,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:55:36.032 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.335s] 2018-04-14 03:55:45,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:55:45.642 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.938s] 2018-04-14 03:55:49,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:55:49.117 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.474s] 2018-04-14 03:55:56,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:55:56.017 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.899s] 2018-04-14 03:56:13,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:56:13.058 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [7.125s] 2018-04-14 03:56:13,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:56:13.496 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.438s] 2018-04-14 03:56:13,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:56:13.762 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.266s] 2018-04-14 03:56:13,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:56:13.847 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.084s] 2018-04-14 03:56:14,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:56:14.193 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.346s] 2018-04-14 03:56:14,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:56:14.398 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.205s] 2018-04-14 03:56:29,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:56:29.622 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.912s] 2018-04-14 03:56:30,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:56:30.042 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.420s] 2018-04-14 03:56:30,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:56:30.341 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.298s] 2018-04-14 03:56:30,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:56:30.398 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.057s] 2018-04-14 03:56:30,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:56:30.661 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.263s] 2018-04-14 03:56:30,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:56:30.870 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.208s] 2018-04-14 03:56:44,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:56:44.429 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.199s] 2018-04-14 03:56:51,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:56:51.571 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [7.142s] 2018-04-14 03:56:53,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:56:53.340 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.768s] 2018-04-14 03:56:53,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:56:53.396 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.056s] 2018-04-14 03:56:53,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:56:53.469 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.072s] 2018-04-14 03:57:06,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:57:06.032 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.442s] 2018-04-14 03:57:12,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:57:12.474 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.442s] 2018-04-14 03:57:14,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:57:14.457 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.981s] 2018-04-14 03:57:14,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:57:14.663 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.207s] 2018-04-14 03:57:14,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:57:14.872 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.208s] 2018-04-14 03:57:30,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:57:30.687 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.923s] 2018-04-14 03:57:35,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:57:35.493 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [4.806s] 2018-04-14 03:57:39,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:57:39.960 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.465s] 2018-04-14 03:57:42,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:57:42.998 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.039s] 2018-04-14 03:58:08,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:58:08.896 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [10.075s] 2018-04-14 03:58:14,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:58:14.843 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.946s] 2018-04-14 03:58:19,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:58:19.936 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [5.093s] 2018-04-14 03:58:28,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:58:28.594 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [8.657s] 2018-04-14 03:58:46,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:58:46.107 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.643s] 2018-04-14 03:58:48,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:58:48.550 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.441s] 2018-04-14 03:58:48,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:58:48.595 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.048s] 2018-04-14 03:58:53,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:58:53.762 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.896s] 2018-04-14 03:58:56,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:58:56.249 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.485s] 2018-04-14 03:58:56,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:58:56.298 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.051s] 2018-04-14 03:59:00,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:59:00.942 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.442s] 2018-04-14 03:59:04,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:59:04.279 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.005s] 2018-04-14 03:59:05,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:59:05.715 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-14 03:59:05,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:59:05.717 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-14 03:59:05,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:59:05.718 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-14 03:59:05,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:59:05.719 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-14 03:59:05,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:59:05.720 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-14 03:59:07,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:59:07.732 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-04-14 03:59:24,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:59:24.530 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [11.086s] 2018-04-14 03:59:37,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:59:37.040 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.744s] 2018-04-14 03:59:51,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 03:59:51.410 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [14.368s] 2018-04-14 04:00:00,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:00:00.850 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.197s] 2018-04-14 04:02:09,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:02:09.399 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [122.343s] 2018-04-14 04:03:47,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:03:47.192 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [88.256s] 2018-04-14 04:04:33,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:04:33.311 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [27.207s] 2018-04-14 04:04:50,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '6e5c477a-f389-43c9-8d8b-58ca6865e6c0']'. 2018-04-14 04:04:50,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-14 04:04:50,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-14 04:04:50,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-14 04:04:50,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 6e5c477a-f389-43c9-8d8b-58ca6865e6c0 | 2018-04-14 04:04:50,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-14 04:04:50,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-14 03:48:02 | 2018-04-14 04:04:50,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-14 04:04:49 | 2018-04-14 04:04:50,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:16:47 | 2018-04-14 04:04:50,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-14 04:04:50,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-14 04:04:50,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-14 04:04:50,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 9637f2c6-e45b-4360-8cab-35aff8a6a004) | 2018-04-14 04:04:50,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-14 04:04:50,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: a10d155c-bf92-4ec2-ab3c-f800cc7f7afe) | 2018-04-14 04:04:50,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-14 04:04:50,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 985.466 | 2018-04-14 04:04:50,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-04-14 04:04:50,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-14 04:04:50,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-14 04:04:50,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-14 04:04:50,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-14 04:04:50,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-14 04:04:50,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-14 04:04:50,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-04-14 04:04:57,907 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-14 04:04:57,907 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 17:14 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-04-14 04:04:57,913 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-14 04:04:58,388 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-14 04:04:58,388 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-14 04:04:58,814 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-14 04:04:58,814 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-04-14 04:04:59,201 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-14 04:05:01,939 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-14 04:05:01.444 147 INFO rally.deployment.engine [-] Deployment a10d155c-bf92-4ec2-ab3c-f800cc7f7afe | Starting: Destroy cloud and free allocated resources. 2018-04-14 04:05:01.567 147 INFO rally.deployment.engine [-] Deployment a10d155c-bf92-4ec2-ab3c-f800cc7f7afe | Completed: Destroy cloud and free allocated resources. 2018-04-14 04:05:01.607 147 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=9637f2c6-e45b-4360-8cab-35aff8a6a004) for deployment 'opnfv-rally'. 2018-04-14 04:05:01.626 147 INFO rally.api [-] Deleting verification (UUID=6e5c477a-f389-43c9-8d8b-58ca6865e6c0). 2018-04-14 04:05:01.675 147 INFO rally.api [-] Verification has been successfully deleted! 2018-04-14 04:05:01.676 147 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=9637f2c6-e45b-4360-8cab-35aff8a6a004). 2018-04-14 04:05:01.687 147 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-14 04:05:04,314 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-14 04:05:04.018 150 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=2acdde46-52b3-40a0-9707-263026c4bc09) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 2acdde46-52b3-40a0-9707-263026c4bc09 | 2018-04-14T04:05:03 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 2acdde46-52b3-40a0-9707-263026c4bc09 ~/.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-14 04:05:07,580 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-14 04:05:07,580 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-14 04:05:09,042 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-ba16e99d-cdfc-4ff3-be03-2919631528b7'... 2018-04-14 04:05:12,812 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-ba16e99d-cdfc-4ff3-be03-2919631528b7'... 2018-04-14 04:05:15,424 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-ba16e99d-cdfc-4ff3-be03-2919631528b7'... 2018-04-14 04:05:21,131 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-ba16e99d-cdfc-4ff3-be03-2919631528b7'... 2018-04-14 04:05:21,852 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-ba16e99d-cdfc-4ff3-be03-2919631528b7'... 2018-04-14 04:05:22,552 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-14 04:05:22,553 - 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-14 04:05:22,554 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-14 04:05:22,571 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-14 04:05:22,572 - 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': '342e1a5a-3a80-40c8-ac9e-5f8a105817f4', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-ba16e99d-cdfc-4ff3-be03-2919631528b7', 'flavor_name': 'rally-tiny-ba16e99d-cdfc-4ff3-be03-2919631528b7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-ba16e99d-cdfc-4ff3-be03-2919631528b7', '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-14 04:06:22,796 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8d22aa60-bf96-48b3-aaee-d3889f8c2607 2018-04-14 04:06:22,797 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-14 04:06:22,797 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '8d22aa60-bf96-48b3-aaee-d3889f8c2607'] 2018-04-14 04:06:23,708 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 8d22aa60-bf96-48b3-aaee-d3889f8c2607: 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 8d22aa60-bf96-48b3-aaee-d3889f8c2607 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.487 | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 100.0% | 1 | | total | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 100.0% | 1 | | -> duration | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.486924 Full duration: 7.256747 -------------------------------------------------------------------------------- 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 8d22aa60-bf96-48b3-aaee-d3889f8c2607 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.349 | 0.349 | 0.349 | 0.349 | 0.349 | 0.349 | 100.0% | 1 | | total | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 100.0% | 1 | | -> duration | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.861658 Full duration: 7.986258 -------------------------------------------------------------------------------- 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 8d22aa60-bf96-48b3-aaee-d3889f8c2607 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.599 | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 100.0% | 1 | | total | 1.02 | 1.02 | 1.02 | 1.02 | 1.02 | 1.02 | 100.0% | 1 | | -> duration | 1.02 | 1.02 | 1.02 | 1.02 | 1.02 | 1.02 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.020298 Full duration: 8.05084 -------------------------------------------------------------------------------- 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 8d22aa60-bf96-48b3-aaee-d3889f8c2607 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.342 | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 100.0% | 1 | | total | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 100.0% | 1 | | -> duration | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.850519 Full duration: 7.799526 -------------------------------------------------------------------------------- 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 8d22aa60-bf96-48b3-aaee-d3889f8c2607 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.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | total | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 100.0% | 1 | | -> duration | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.09951 Full duration: 7.720898 -------------------------------------------------------------------------------- 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 8d22aa60-bf96-48b3-aaee-d3889f8c2607 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.223 | 0.223 | 0.223 | 0.223 | 0.223 | 0.223 | 100.0% | 1 | | total | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | -> duration | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.681599 Full duration: 7.157529 HINTS: * To plot HTML graphics with this data, run: rally task report 8d22aa60-bf96-48b3-aaee-d3889f8c2607 --out output.html * To generate a JUnit report, run: rally task export 8d22aa60-bf96-48b3-aaee-d3889f8c2607 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8d22aa60-bf96-48b3-aaee-d3889f8c2607 --json --out output.json 2018-04-14 04:06:23,708 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '8d22aa60-bf96-48b3-aaee-d3889f8c2607'] 2018-04-14 04:06:24,703 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-14 04:06:24,704 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '8d22aa60-bf96-48b3-aaee-d3889f8c2607', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-14 04:06:24,709 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-14 04:06:24,709 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-14 04:06:24,709 - 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-14 04:06:24,709 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-14 04:06:24,718 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-14 04:06:24,718 - 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': '342e1a5a-3a80-40c8-ac9e-5f8a105817f4', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-ba16e99d-cdfc-4ff3-be03-2919631528b7', 'flavor_name': 'rally-tiny-ba16e99d-cdfc-4ff3-be03-2919631528b7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-ba16e99d-cdfc-4ff3-be03-2919631528b7', '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-14 04:08:02,719 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1f0ac53a-678d-4922-a4e2-6ff64ca87593 2018-04-14 04:08:02,720 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '1f0ac53a-678d-4922-a4e2-6ff64ca87593'] 2018-04-14 04:08:03,679 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 1f0ac53a-678d-4922-a4e2-6ff64ca87593: 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 1f0ac53a-678d-4922-a4e2-6ff64ca87593 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.838 | 4.838 | 4.838 | 4.838 | 4.838 | 4.838 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.509 | 0.509 | 0.509 | 0.509 | 0.509 | 0.509 | 100.0% | 1 | | -> glance_v2.upload_data | 1.864 | 1.864 | 1.864 | 1.864 | 1.864 | 1.864 | 100.0% | 1 | | glance_v2.delete_image | 1.509 | 1.509 | 1.509 | 1.509 | 1.509 | 1.509 | 100.0% | 1 | | total | 6.348 | 6.348 | 6.348 | 6.348 | 6.348 | 6.348 | 100.0% | 1 | | -> duration | 6.348 | 6.348 | 6.348 | 6.348 | 6.348 | 6.348 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.347615 Full duration: 15.159784 -------------------------------------------------------------------------------- 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 1f0ac53a-678d-4922-a4e2-6ff64ca87593 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.803 | 4.803 | 4.803 | 4.803 | 4.803 | 4.803 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.33 | 0.33 | 0.33 | 0.33 | 0.33 | 0.33 | 100.0% | 1 | | -> glance_v2.upload_data | 1.943 | 1.943 | 1.943 | 1.943 | 1.943 | 1.943 | 100.0% | 1 | | glance_v2.list_images | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 100.0% | 1 | | total | 4.974 | 4.974 | 4.974 | 4.974 | 4.974 | 4.974 | 100.0% | 1 | | -> duration | 4.974 | 4.974 | 4.974 | 4.974 | 4.974 | 4.974 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.974311 Full duration: 16.817061 -------------------------------------------------------------------------------- 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 1f0ac53a-678d-4922-a4e2-6ff64ca87593 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.435 | 0.435 | 0.435 | 0.435 | 0.435 | 0.435 | 100.0% | 1 | | total | 0.436 | 0.436 | 0.436 | 0.436 | 0.436 | 0.436 | 100.0% | 1 | | -> duration | 0.436 | 0.436 | 0.436 | 0.436 | 0.436 | 0.436 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.435524 Full duration: 8.142685 -------------------------------------------------------------------------------- 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-ba16e99d-cdfc-4ff3-be03-2919631528b7" }, "number_instances": 2, "nics": [ { "net-id": "342e1a5a-3a80-40c8-ac9e-5f8a105817f4" } ] }, "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 1f0ac53a-678d-4922-a4e2-6ff64ca87593 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.778 | 4.778 | 4.778 | 4.778 | 4.778 | 4.778 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.524 | 0.524 | 0.524 | 0.524 | 0.524 | 0.524 | 100.0% | 1 | | -> glance_v2.upload_data | 1.769 | 1.769 | 1.769 | 1.769 | 1.769 | 1.769 | 100.0% | 1 | | nova.boot_servers | 11.381 | 11.381 | 11.381 | 11.381 | 11.381 | 11.381 | 100.0% | 1 | | total | 16.16 | 16.16 | 16.16 | 16.16 | 16.16 | 16.16 | 100.0% | 1 | | -> duration | 15.16 | 15.16 | 15.16 | 15.16 | 15.16 | 15.16 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.15983 Full duration: 39.66034 HINTS: * To plot HTML graphics with this data, run: rally task report 1f0ac53a-678d-4922-a4e2-6ff64ca87593 --out output.html * To generate a JUnit report, run: rally task export 1f0ac53a-678d-4922-a4e2-6ff64ca87593 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1f0ac53a-678d-4922-a4e2-6ff64ca87593 --json --out output.json 2018-04-14 04:08:03,679 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '1f0ac53a-678d-4922-a4e2-6ff64ca87593'] 2018-04-14 04:08:04,656 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-14 04:08:04,657 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '1f0ac53a-678d-4922-a4e2-6ff64ca87593', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-14 04:08:04,664 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-14 04:08:04,665 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-14 04:08:04,665 - 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-14 04:08:04,665 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-14 04:08:04,693 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-14 04:08:04,694 - 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': '342e1a5a-3a80-40c8-ac9e-5f8a105817f4', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-ba16e99d-cdfc-4ff3-be03-2919631528b7', 'flavor_name': 'rally-tiny-ba16e99d-cdfc-4ff3-be03-2919631528b7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-ba16e99d-cdfc-4ff3-be03-2919631528b7', '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-14 04:11:23,902 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2fbdc0d0-39e7-42f0-8729-be6bf4b9b35b 2018-04-14 04:11:23,903 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '2fbdc0d0-39e7-42f0-8729-be6bf4b9b35b'] 2018-04-14 04:11:24,863 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2fbdc0d0-39e7-42f0-8729-be6bf4b9b35b: 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 2fbdc0d0-39e7-42f0-8729-be6bf4b9b35b 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.222 | 3.222 | 3.222 | 3.222 | 3.222 | 3.222 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.609 | 2.609 | 2.609 | 2.609 | 2.609 | 2.609 | 100.0% | 1 | | total | 5.831 | 5.831 | 5.831 | 5.831 | 5.831 | 5.831 | 100.0% | 1 | | -> duration | 5.831 | 5.831 | 5.831 | 5.831 | 5.831 | 5.831 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.830747 Full duration: 23.327675 -------------------------------------------------------------------------------- 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 2fbdc0d0-39e7-42f0-8729-be6bf4b9b35b 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.342 | 3.342 | 3.342 | 3.342 | 3.342 | 3.342 | 100.0% | 1 | | cinder_v2.delete_volume | 2.477 | 2.477 | 2.477 | 2.477 | 2.477 | 2.477 | 100.0% | 1 | | total | 5.819 | 5.819 | 5.819 | 5.819 | 5.819 | 5.819 | 100.0% | 1 | | -> duration | 5.819 | 5.819 | 5.819 | 5.819 | 5.819 | 5.819 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.819136 Full duration: 15.873945 -------------------------------------------------------------------------------- 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-ba16e99d-cdfc-4ff3-be03-2919631528b7" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 2fbdc0d0-39e7-42f0-8729-be6bf4b9b35b has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.951 | 8.951 | 8.951 | 8.951 | 8.951 | 8.951 | 100.0% | 1 | | cinder_v2.delete_volume | 2.626 | 2.626 | 2.626 | 2.626 | 2.626 | 2.626 | 100.0% | 1 | | total | 11.578 | 11.578 | 11.578 | 11.578 | 11.578 | 11.578 | 100.0% | 1 | | -> duration | 11.578 | 11.578 | 11.578 | 11.578 | 11.578 | 11.578 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.577748 Full duration: 22.225958 -------------------------------------------------------------------------------- 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 2fbdc0d0-39e7-42f0-8729-be6bf4b9b35b 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.181 | 3.181 | 3.181 | 3.181 | 3.181 | 3.181 | 100.0% | 1 | | cinder_v2.delete_volume | 2.618 | 2.618 | 2.618 | 2.618 | 2.618 | 2.618 | 100.0% | 1 | | total | 5.799 | 5.799 | 5.799 | 5.799 | 5.799 | 5.799 | 100.0% | 1 | | -> duration | 5.799 | 5.799 | 5.799 | 5.799 | 5.799 | 5.799 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.799394 Full duration: 15.916135 -------------------------------------------------------------------------------- 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 2fbdc0d0-39e7-42f0-8729-be6bf4b9b35b 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.536 | 3.536 | 3.536 | 3.536 | 3.536 | 3.536 | 100.0% | 1 | | cinder_v2.extend_volume | 2.515 | 2.515 | 2.515 | 2.515 | 2.515 | 2.515 | 100.0% | 1 | | cinder_v2.delete_volume | 2.427 | 2.427 | 2.427 | 2.427 | 2.427 | 2.427 | 100.0% | 1 | | total | 8.478 | 8.478 | 8.478 | 8.478 | 8.478 | 8.478 | 100.0% | 1 | | -> duration | 8.478 | 8.478 | 8.478 | 8.478 | 8.478 | 8.478 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.478227 Full duration: 18.753145 -------------------------------------------------------------------------------- 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 2fbdc0d0-39e7-42f0-8729-be6bf4b9b35b 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.292 | 3.292 | 3.292 | 3.292 | 3.292 | 3.292 | 100.0% | 1 | | cinder_v2.delete_volume | 2.609 | 2.609 | 2.609 | 2.609 | 2.609 | 2.609 | 100.0% | 1 | | total | 5.901 | 5.901 | 5.901 | 5.901 | 5.901 | 5.901 | 100.0% | 1 | | -> duration | 5.901 | 5.901 | 5.901 | 5.901 | 5.901 | 5.901 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.901033 Full duration: 22.636707 -------------------------------------------------------------------------------- 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 2fbdc0d0-39e7-42f0-8729-be6bf4b9b35b 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.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | cinder_v2.list_qos | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 100.0% | 1 | | total | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | -> duration | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.784975 Full duration: 13.010155 -------------------------------------------------------------------------------- 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 2fbdc0d0-39e7-42f0-8729-be6bf4b9b35b 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.597 | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 100.0% | 1 | | cinder_v2.set_qos | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 100.0% | 1 | | total | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 100.0% | 1 | | -> duration | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.806747 Full duration: 12.49574 -------------------------------------------------------------------------------- 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 2fbdc0d0-39e7-42f0-8729-be6bf4b9b35b has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | cinder_v2.list_types | 0.172 | 0.172 | 0.172 | 0.172 | 0.172 | 0.172 | 100.0% | 1 | | total | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | -> duration | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.784548 Full duration: 12.351308 -------------------------------------------------------------------------------- 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 2fbdc0d0-39e7-42f0-8729-be6bf4b9b35b 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.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.225 | 0.225 | 0.225 | 0.225 | 0.225 | 0.225 | 100.0% | 1 | | total | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | -> duration | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.832971 Full duration: 12.502071 HINTS: * To plot HTML graphics with this data, run: rally task report 2fbdc0d0-39e7-42f0-8729-be6bf4b9b35b --out output.html * To generate a JUnit report, run: rally task export 2fbdc0d0-39e7-42f0-8729-be6bf4b9b35b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2fbdc0d0-39e7-42f0-8729-be6bf4b9b35b --json --out output.json 2018-04-14 04:11:24,864 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2fbdc0d0-39e7-42f0-8729-be6bf4b9b35b'] 2018-04-14 04:11:25,956 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-14 04:11:25,956 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2fbdc0d0-39e7-42f0-8729-be6bf4b9b35b', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-14 04:11:25,965 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-14 04:11:25,965 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-14 04:11:25,966 - 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-14 04:11:25,966 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-14 04:11:25,984 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-14 04:11:25,985 - 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': '342e1a5a-3a80-40c8-ac9e-5f8a105817f4', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-ba16e99d-cdfc-4ff3-be03-2919631528b7', 'flavor_name': 'rally-tiny-ba16e99d-cdfc-4ff3-be03-2919631528b7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-ba16e99d-cdfc-4ff3-be03-2919631528b7', '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-14 04:12:47,517 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 066c0be2-15f0-4ef4-b9a7-3e2e93317255 2018-04-14 04:12:47,517 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '066c0be2-15f0-4ef4-b9a7-3e2e93317255'] 2018-04-14 04:12:48,572 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 066c0be2-15f0-4ef4-b9a7-3e2e93317255: 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 066c0be2-15f0-4ef4-b9a7-3e2e93317255 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.777 | 4.777 | 4.777 | 4.777 | 4.777 | 4.777 | 100.0% | 1 | | heat.update_stack | 2.823 | 2.823 | 2.823 | 2.823 | 2.823 | 2.823 | 100.0% | 1 | | heat.delete_stack | 3.465 | 3.465 | 3.465 | 3.465 | 3.465 | 3.465 | 100.0% | 1 | | total | 11.066 | 11.066 | 11.066 | 11.066 | 11.066 | 11.066 | 100.0% | 1 | | -> duration | 7.066 | 7.066 | 7.066 | 7.066 | 7.066 | 7.066 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.066064 Full duration: 19.51957 -------------------------------------------------------------------------------- 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 066c0be2-15f0-4ef4-b9a7-3e2e93317255 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.661 | 4.661 | 4.661 | 4.661 | 4.661 | 4.661 | 100.0% | 1 | | heat.check_stack | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | heat.delete_stack | 1.593 | 1.593 | 1.593 | 1.593 | 1.593 | 1.593 | 100.0% | 1 | | total | 7.064 | 7.064 | 7.064 | 7.064 | 7.064 | 7.064 | 100.0% | 1 | | -> duration | 5.064 | 5.064 | 5.064 | 5.064 | 5.064 | 5.064 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.063678 Full duration: 16.865677 -------------------------------------------------------------------------------- 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 066c0be2-15f0-4ef4-b9a7-3e2e93317255 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.775 | 4.775 | 4.775 | 4.775 | 4.775 | 4.775 | 100.0% | 1 | | heat.suspend_stack | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 100.0% | 1 | | heat.resume_stack | 0.547 | 0.547 | 0.547 | 0.547 | 0.547 | 0.547 | 100.0% | 1 | | heat.delete_stack | 2.514 | 2.514 | 2.514 | 2.514 | 2.514 | 2.514 | 100.0% | 1 | | total | 8.503 | 8.503 | 8.503 | 8.503 | 8.503 | 8.503 | 100.0% | 1 | | -> duration | 6.503 | 6.503 | 6.503 | 6.503 | 6.503 | 6.503 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.502862 Full duration: 17.029736 -------------------------------------------------------------------------------- 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 066c0be2-15f0-4ef4-b9a7-3e2e93317255 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.659 | 0.659 | 0.659 | 0.659 | 0.659 | 0.659 | 100.0% | 1 | | total | 0.659 | 0.659 | 0.659 | 0.659 | 0.659 | 0.659 | 100.0% | 1 | | -> duration | 0.659 | 0.659 | 0.659 | 0.659 | 0.659 | 0.659 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.659034 Full duration: 8.764511 HINTS: * To plot HTML graphics with this data, run: rally task report 066c0be2-15f0-4ef4-b9a7-3e2e93317255 --out output.html * To generate a JUnit report, run: rally task export 066c0be2-15f0-4ef4-b9a7-3e2e93317255 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 066c0be2-15f0-4ef4-b9a7-3e2e93317255 --json --out output.json 2018-04-14 04:12:48,573 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '066c0be2-15f0-4ef4-b9a7-3e2e93317255'] 2018-04-14 04:12:49,643 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-14 04:12:49,643 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '066c0be2-15f0-4ef4-b9a7-3e2e93317255', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-14 04:12:49,649 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-14 04:12:49,649 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-14 04:12:49,649 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-04-14 04:12:49,649 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-14 04:12:49,663 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-14 04:12:49,664 - 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': '342e1a5a-3a80-40c8-ac9e-5f8a105817f4', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-ba16e99d-cdfc-4ff3-be03-2919631528b7', 'flavor_name': 'rally-tiny-ba16e99d-cdfc-4ff3-be03-2919631528b7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-ba16e99d-cdfc-4ff3-be03-2919631528b7', '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-14 04:16:06,631 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 736d2d6d-9ab5-41c2-976c-02b912ca6bfc 2018-04-14 04:16:06,632 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '736d2d6d-9ab5-41c2-976c-02b912ca6bfc'] 2018-04-14 04:16:07,793 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 736d2d6d-9ab5-41c2-976c-02b912ca6bfc: 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 736d2d6d-9ab5-41c2-976c-02b912ca6bfc 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.516 | 0.516 | 0.516 | 0.516 | 0.516 | 0.516 | 100.0% | 1 | | keystone_v3.add_role | 0.135 | 0.135 | 0.135 | 0.135 | 0.135 | 0.135 | 100.0% | 1 | | keystone_v3.revoke_role | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 100.0% | 1 | | total | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 100.0% | 1 | | -> duration | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.776079 Full duration: 14.251794 -------------------------------------------------------------------------------- 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 736d2d6d-9ab5-41c2-976c-02b912ca6bfc 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.494 | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 100.0% | 1 | | keystone_v3.add_role | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | keystone_v3.list_roles | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | total | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 100.0% | 1 | | -> duration | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.722298 Full duration: 14.159924 -------------------------------------------------------------------------------- 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 736d2d6d-9ab5-41c2-976c-02b912ca6bfc 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.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | keystone_v3.list_projects | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | total | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 100.0% | 1 | | -> duration | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.920818 Full duration: 14.719171 -------------------------------------------------------------------------------- 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 736d2d6d-9ab5-41c2-976c-02b912ca6bfc 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.508 | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 100.0% | 1 | | keystone_v3.delete_role | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | total | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | -> duration | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.621143 Full duration: 12.782471 -------------------------------------------------------------------------------- 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 736d2d6d-9ab5-41c2-976c-02b912ca6bfc 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.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | keystone_v3.delete_service | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 100.0% | 1 | | total | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | -> duration | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.724906 Full duration: 12.489713 -------------------------------------------------------------------------------- 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 736d2d6d-9ab5-41c2-976c-02b912ca6bfc has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | keystone_v3.create_user | 0.495 | 0.495 | 0.495 | 0.495 | 0.495 | 0.495 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | -> keystone_v3.add_role | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 100.0% | 1 | | keystone_v3.create_role | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | keystone_v3.get_project | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | keystone_v3.get_user | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | keystone_v3.get_role | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 100.0% | 1 | | keystone_v3.list_services | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | keystone_v3.get_services | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | total | 1.904 | 1.904 | 1.904 | 1.904 | 1.904 | 1.904 | 100.0% | 1 | | -> duration | 1.904 | 1.904 | 1.904 | 1.904 | 1.904 | 1.904 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.903789 Full duration: 20.075249 -------------------------------------------------------------------------------- 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 736d2d6d-9ab5-41c2-976c-02b912ca6bfc 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.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | keystone_v3.update_project | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | keystone_v3.delete_project | 0.153 | 0.153 | 0.153 | 0.153 | 0.153 | 0.153 | 100.0% | 1 | | total | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 100.0% | 1 | | -> duration | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.937304 Full duration: 13.218888 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 736d2d6d-9ab5-41c2-976c-02b912ca6bfc 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.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | total | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> duration | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.788623 Full duration: 14.781169 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 736d2d6d-9ab5-41c2-976c-02b912ca6bfc 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.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | total | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | -> duration | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.680302 Full duration: 14.408249 -------------------------------------------------------------------------------- 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 736d2d6d-9ab5-41c2-976c-02b912ca6bfc 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.667 | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 100.0% | 1 | | keystone_v3.list_users | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | total | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 100.0% | 1 | | -> duration | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.865364 Full duration: 14.862358 -------------------------------------------------------------------------------- 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 736d2d6d-9ab5-41c2-976c-02b912ca6bfc 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.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | keystone_v3.create_users | 4.864 | 4.864 | 4.864 | 4.864 | 4.864 | 4.864 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.864 | 4.864 | 4.864 | 4.864 | 4.864 | 4.864 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.276 | 1.276 | 1.276 | 1.276 | 1.276 | 1.276 | 100.0% | 1 | | total | 6.52 | 6.52 | 6.52 | 6.52 | 6.52 | 6.52 | 100.0% | 1 | | -> duration | 6.52 | 6.52 | 6.52 | 6.52 | 6.52 | 6.52 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.519582 Full duration: 23.270487 HINTS: * To plot HTML graphics with this data, run: rally task report 736d2d6d-9ab5-41c2-976c-02b912ca6bfc --out output.html * To generate a JUnit report, run: rally task export 736d2d6d-9ab5-41c2-976c-02b912ca6bfc --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 736d2d6d-9ab5-41c2-976c-02b912ca6bfc --json --out output.json 2018-04-14 04:16:07,793 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '736d2d6d-9ab5-41c2-976c-02b912ca6bfc'] 2018-04-14 04:16:08,899 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-14 04:16:08,899 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '736d2d6d-9ab5-41c2-976c-02b912ca6bfc', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-14 04:16:08,907 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-14 04:16:08,907 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-14 04:16:08,908 - 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-14 04:16:08,908 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-14 04:16:08,924 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-14 04:16:08,925 - 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': '342e1a5a-3a80-40c8-ac9e-5f8a105817f4', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-ba16e99d-cdfc-4ff3-be03-2919631528b7', 'flavor_name': 'rally-tiny-ba16e99d-cdfc-4ff3-be03-2919631528b7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-ba16e99d-cdfc-4ff3-be03-2919631528b7', '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-14 04:21:20,809 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f7f17286-46dc-4b78-882d-b9d602fa8ca3 2018-04-14 04:21:20,810 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f7f17286-46dc-4b78-882d-b9d602fa8ca3'] 2018-04-14 04:21:21,908 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f7f17286-46dc-4b78-882d-b9d602fa8ca3: finished -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1 } } } } -------------------------------------------------------------------------------- Task f7f17286-46dc-4b78-882d-b9d602fa8ca3 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.995 | 0.995 | 0.995 | 0.995 | 0.995 | 0.995 | 100.0% | 1 | | neutron.delete_network | 0.966 | 0.966 | 0.966 | 0.966 | 0.966 | 0.966 | 100.0% | 1 | | total | 1.962 | 1.962 | 1.962 | 1.962 | 1.962 | 1.962 | 100.0% | 1 | | -> duration | 1.962 | 1.962 | 1.962 | 1.962 | 1.962 | 1.962 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.961719 Full duration: 15.480049 -------------------------------------------------------------------------------- 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 f7f17286-46dc-4b78-882d-b9d602fa8ca3 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.302 | 1.302 | 1.302 | 1.302 | 1.302 | 1.302 | 100.0% | 1 | | neutron.delete_port | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 100.0% | 1 | | total | 2.12 | 2.12 | 2.12 | 2.12 | 2.12 | 2.12 | 100.0% | 1 | | -> duration | 2.12 | 2.12 | 2.12 | 2.12 | 2.12 | 2.12 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.120035 Full duration: 32.061798 -------------------------------------------------------------------------------- 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 f7f17286-46dc-4b78-882d-b9d602fa8ca3 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.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | neutron.create_subnet | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 100.0% | 1 | | neutron.create_router | 0.341 | 0.341 | 0.341 | 0.341 | 0.341 | 0.341 | 100.0% | 1 | | neutron.add_interface_router | 1.638 | 1.638 | 1.638 | 1.638 | 1.638 | 1.638 | 100.0% | 1 | | neutron.remove_interface_router | 1.013 | 1.013 | 1.013 | 1.013 | 1.013 | 1.013 | 100.0% | 1 | | neutron.delete_router | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | total | 5.19 | 5.19 | 5.19 | 5.19 | 5.19 | 5.19 | 100.0% | 1 | | -> duration | 5.19 | 5.19 | 5.19 | 5.19 | 5.19 | 5.19 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.19033 Full duration: 37.037206 -------------------------------------------------------------------------------- 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 f7f17286-46dc-4b78-882d-b9d602fa8ca3 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.071 | 1.071 | 1.071 | 1.071 | 1.071 | 1.071 | 100.0% | 1 | | neutron.delete_subnet | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 100.0% | 1 | | total | 1.702 | 1.702 | 1.702 | 1.702 | 1.702 | 1.702 | 100.0% | 1 | | -> duration | 1.702 | 1.702 | 1.702 | 1.702 | 1.702 | 1.702 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.702452 Full duration: 27.540536 -------------------------------------------------------------------------------- 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 f7f17286-46dc-4b78-882d-b9d602fa8ca3 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.109 | 1.109 | 1.109 | 1.109 | 1.109 | 1.109 | 100.0% | 1 | | neutron.list_networks | 0.425 | 0.425 | 0.425 | 0.425 | 0.425 | 0.425 | 100.0% | 1 | | total | 1.535 | 1.535 | 1.535 | 1.535 | 1.535 | 1.535 | 100.0% | 1 | | -> duration | 1.535 | 1.535 | 1.535 | 1.535 | 1.535 | 1.535 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.534619 Full duration: 16.965136 -------------------------------------------------------------------------------- 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 f7f17286-46dc-4b78-882d-b9d602fa8ca3 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.571 | 1.571 | 1.571 | 1.571 | 1.571 | 1.571 | 100.0% | 1 | | neutron.list_ports | 0.261 | 0.261 | 0.261 | 0.261 | 0.261 | 0.261 | 100.0% | 1 | | total | 1.832 | 1.832 | 1.832 | 1.832 | 1.832 | 1.832 | 100.0% | 1 | | -> duration | 1.832 | 1.832 | 1.832 | 1.832 | 1.832 | 1.832 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.831649 Full duration: 29.796479 -------------------------------------------------------------------------------- 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 f7f17286-46dc-4b78-882d-b9d602fa8ca3 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.895 | 0.895 | 0.895 | 0.895 | 0.895 | 0.895 | 100.0% | 1 | | neutron.create_subnet | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 100.0% | 1 | | neutron.create_router | 0.351 | 0.351 | 0.351 | 0.351 | 0.351 | 0.351 | 100.0% | 1 | | neutron.add_interface_router | 1.633 | 1.633 | 1.633 | 1.633 | 1.633 | 1.633 | 100.0% | 1 | | neutron.list_routers | 0.225 | 0.225 | 0.225 | 0.225 | 0.225 | 0.225 | 100.0% | 1 | | total | 3.84 | 3.84 | 3.84 | 3.84 | 3.84 | 3.84 | 100.0% | 1 | | -> duration | 3.84 | 3.84 | 3.84 | 3.84 | 3.84 | 3.84 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.840029 Full duration: 39.467585 -------------------------------------------------------------------------------- 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 f7f17286-46dc-4b78-882d-b9d602fa8ca3 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.884 | 0.884 | 0.884 | 0.884 | 0.884 | 0.884 | 100.0% | 1 | | neutron.create_subnet | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | neutron.list_subnets | 0.272 | 0.272 | 0.272 | 0.272 | 0.272 | 0.272 | 100.0% | 1 | | total | 1.862 | 1.862 | 1.862 | 1.862 | 1.862 | 1.862 | 100.0% | 1 | | -> duration | 1.862 | 1.862 | 1.862 | 1.862 | 1.862 | 1.862 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.862126 Full duration: 33.630197 -------------------------------------------------------------------------------- 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 f7f17286-46dc-4b78-882d-b9d602fa8ca3 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.002 | 1.002 | 1.002 | 1.002 | 1.002 | 1.002 | 100.0% | 1 | | neutron.delete_security_group | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | total | 1.757 | 1.757 | 1.757 | 1.757 | 1.757 | 1.757 | 100.0% | 1 | | -> duration | 1.757 | 1.757 | 1.757 | 1.757 | 1.757 | 1.757 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.757016 Full duration: 15.051507 -------------------------------------------------------------------------------- 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 f7f17286-46dc-4b78-882d-b9d602fa8ca3 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 100.0% | 1 | | neutron.create_security_group_rule | 0.407 | 0.407 | 0.407 | 0.407 | 0.407 | 0.407 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.389 | 0.389 | 0.389 | 0.389 | 0.389 | 0.389 | 100.0% | 1 | | neutron.delete_security_group | 0.291 | 0.291 | 0.291 | 0.291 | 0.291 | 0.291 | 100.0% | 1 | | total | 2.018 | 2.018 | 2.018 | 2.018 | 2.018 | 2.018 | 100.0% | 1 | | -> duration | 2.018 | 2.018 | 2.018 | 2.018 | 2.018 | 2.018 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.017968 Full duration: 15.033911 -------------------------------------------------------------------------------- test scenario NeutronNetworks.set_and_clear_router_gateway args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": { "router:external": true } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1, "router": -1 } }, "roles": [ "admin" ] } } -------------------------------------------------------------------------------- Task f7f17286-46dc-4b78-882d-b9d602fa8ca3 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.993 | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 100.0% | 1 | | neutron.create_router | 0.405 | 0.405 | 0.405 | 0.405 | 0.405 | 0.405 | 100.0% | 1 | | neutron.add_gateway_router | 1.338 | 1.338 | 1.338 | 1.338 | 1.338 | 1.338 | 100.0% | 1 | | neutron.remove_gateway_router | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 100.0% | 1 | | total | 3.673 | 3.673 | 3.673 | 3.673 | 3.673 | 3.673 | 100.0% | 1 | | -> duration | 3.673 | 3.673 | 3.673 | 3.673 | 3.673 | 3.673 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.67281 Full duration: 23.992855 HINTS: * To plot HTML graphics with this data, run: rally task report f7f17286-46dc-4b78-882d-b9d602fa8ca3 --out output.html * To generate a JUnit report, run: rally task export f7f17286-46dc-4b78-882d-b9d602fa8ca3 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f7f17286-46dc-4b78-882d-b9d602fa8ca3 --json --out output.json 2018-04-14 04:21:21,908 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f7f17286-46dc-4b78-882d-b9d602fa8ca3'] 2018-04-14 04:21:22,937 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-14 04:21:22,937 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f7f17286-46dc-4b78-882d-b9d602fa8ca3', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-14 04:21:22,943 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-14 04:21:22,944 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-14 04:21:22,944 - 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-14 04:21:22,944 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-14 04:21:22,955 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-14 04:21:22,955 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['nova'], 'concurrency': 4, 'netid': '342e1a5a-3a80-40c8-ac9e-5f8a105817f4', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-ba16e99d-cdfc-4ff3-be03-2919631528b7', 'flavor_name': 'rally-tiny-ba16e99d-cdfc-4ff3-be03-2919631528b7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-ba16e99d-cdfc-4ff3-be03-2919631528b7', '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-14 04:24:29,875 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5cad8c88-dfec-4f6a-8dc1-8e620dc3bd25 2018-04-14 04:24:29,876 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '5cad8c88-dfec-4f6a-8dc1-8e620dc3bd25'] 2018-04-14 04:24:30,850 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 5cad8c88-dfec-4f6a-8dc1-8e620dc3bd25: 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-ba16e99d-cdfc-4ff3-be03-2919631528b7" }, "image": { "name": "Cirros-0.4.0-ba16e99d-cdfc-4ff3-be03-2919631528b7" }, "block_migration": false, "nics": [ { "net-id": "342e1a5a-3a80-40c8-ac9e-5f8a105817f4" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 5cad8c88-dfec-4f6a-8dc1-8e620dc3bd25 has 1 error(s) -------------------------------------------------------------------------------- RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org 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 770, in _live_migrate "but instance did not change host: %s" % host_pre_migrate) RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.441 | 9.441 | 9.441 | 9.441 | 9.441 | 9.441 | 100.0% | 1 | | nova.find_host_to_migrate | 1.432 | 1.432 | 1.432 | 1.432 | 1.432 | 1.432 | 100.0% | 1 | | nova.live_migrate | 137.041 | 137.041 | 137.041 | 137.041 | 137.041 | 137.041 | 0.0% | 1 | | total | 147.915 | 147.915 | 147.915 | 147.915 | 147.915 | 147.915 | 0.0% | 1 | | -> duration | 146.915 | 146.915 | 146.915 | 146.915 | 146.915 | 146.915 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 146.914977 Full duration: 162.883549 HINTS: * To plot HTML graphics with this data, run: rally task report 5cad8c88-dfec-4f6a-8dc1-8e620dc3bd25 --out output.html * To generate a JUnit report, run: rally task export 5cad8c88-dfec-4f6a-8dc1-8e620dc3bd25 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5cad8c88-dfec-4f6a-8dc1-8e620dc3bd25 --json --out output.json 2018-04-14 04:24:30,851 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '5cad8c88-dfec-4f6a-8dc1-8e620dc3bd25'] 2018-04-14 04:24:31,905 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-14 04:24:31,905 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '5cad8c88-dfec-4f6a-8dc1-8e620dc3bd25', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-14 04:24:31,912 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-04-14 04:24:31,912 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-14 04:24:31,912 - 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-14 04:24:31,912 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-14 04:24:31,929 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-14 04:24:31,930 - 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': '342e1a5a-3a80-40c8-ac9e-5f8a105817f4', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-ba16e99d-cdfc-4ff3-be03-2919631528b7', 'flavor_name': 'rally-tiny-ba16e99d-cdfc-4ff3-be03-2919631528b7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-ba16e99d-cdfc-4ff3-be03-2919631528b7', '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-14 04:25:25,376 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 3aea75e0-75cc-400b-a7e9-0c14c2453fe8 2018-04-14 04:25:25,376 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '3aea75e0-75cc-400b-a7e9-0c14c2453fe8'] 2018-04-14 04:25:26,439 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 3aea75e0-75cc-400b-a7e9-0c14c2453fe8: 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 3aea75e0-75cc-400b-a7e9-0c14c2453fe8 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.72 | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 100.0% | 1 | | quotas.delete_quotas | 0.187 | 0.187 | 0.187 | 0.187 | 0.187 | 0.187 | 100.0% | 1 | | total | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 100.0% | 1 | | -> duration | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.906561 Full duration: 8.502915 -------------------------------------------------------------------------------- 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 3aea75e0-75cc-400b-a7e9-0c14c2453fe8 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.715 | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 100.0% | 1 | | total | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 100.0% | 1 | | -> duration | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.715265 Full duration: 8.431114 -------------------------------------------------------------------------------- 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 3aea75e0-75cc-400b-a7e9-0c14c2453fe8 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.385 | 0.385 | 0.385 | 0.385 | 0.385 | 0.385 | 100.0% | 1 | | total | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | -> duration | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.784466 Full duration: 8.77605 -------------------------------------------------------------------------------- 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 3aea75e0-75cc-400b-a7e9-0c14c2453fe8 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.052 | 1.052 | 1.052 | 1.052 | 1.052 | 1.052 | 100.0% | 1 | | total | 1.053 | 1.053 | 1.053 | 1.053 | 1.053 | 1.053 | 100.0% | 1 | | -> duration | 1.053 | 1.053 | 1.053 | 1.053 | 1.053 | 1.053 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.052606 Full duration: 8.799092 HINTS: * To plot HTML graphics with this data, run: rally task report 3aea75e0-75cc-400b-a7e9-0c14c2453fe8 --out output.html * To generate a JUnit report, run: rally task export 3aea75e0-75cc-400b-a7e9-0c14c2453fe8 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 3aea75e0-75cc-400b-a7e9-0c14c2453fe8 --json --out output.json 2018-04-14 04:25:26,440 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '3aea75e0-75cc-400b-a7e9-0c14c2453fe8'] 2018-04-14 04:25:27,540 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-14 04:25:27,540 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '3aea75e0-75cc-400b-a7e9-0c14c2453fe8', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-14 04:25:27,548 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-14 04:25:27,554 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:45 | 6 | 100.00% | | glance | 01:19 | 4 | 100.00% | | cinder | 02:49 | 10 | 100.00% | | heat | 01:02 | 4 | 100.00% | | keystone | 02:49 | 11 | 100.00% | | neutron | 04:46 | 11 | 100.00% | | nova | 02:42 | 1 | 0.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:16:49 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-04-14 04:25:27,554 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-04-14 04:25:36,378 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-14 04:25:36,378 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-14 04:25:36,871 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-14 04:25:36,872 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 20:37 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-14 04:25:36,876 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-04-14 04:25:36,876 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-14 04:25:36,967 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-14 04:25:39,454 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-14 04:25:39.089 9818 INFO rally.deployment.engine [-] Deployment 2acdde46-52b3-40a0-9707-263026c4bc09 | Starting: Destroy cloud and free allocated resources. 2018-04-14 04:25:39.193 9818 INFO rally.deployment.engine [-] Deployment 2acdde46-52b3-40a0-9707-263026c4bc09 | Completed: Destroy cloud and free allocated resources. 2018-04-14 04:25:39.216 9818 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=9637f2c6-e45b-4360-8cab-35aff8a6a004). 2018-04-14 04:25:39.221 9818 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-14 04:25:41,848 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-14 04:25:41.514 9821 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=b1f8d621-46d3-4538-b079-763bd7dfb11b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | b1f8d621-46d3-4538-b079-763bd7dfb11b | 2018-04-14T04:25:41 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: b1f8d621-46d3-4538-b079-763bd7dfb11b ~/.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-14 04:25:45,361 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-14 04:25:45,361 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-14 04:25:47,886 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-14 04:25:47.584 9827 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=9637f2c6-e45b-4360-8cab-35aff8a6a004). 2018-04-14 04:25:47.724 9827 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-14 04:25:51,223 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-14 04:25:49.863 9830 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-14 04:25:50.050 9830 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-14 04:25:51.056 9830 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8fbb7f35-5314-458b-964a-80d4d5b565dc) has been successfully created! Using verifier 'opnfv-tempest' (UUID=8fbb7f35-5314-458b-964a-80d4d5b565dc) as the default verifier for the future CLI operations. 2018-04-14 04:25:54,134 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-14 04:25:56,264 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-14 04:26:03,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-14 04:26:08,761 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-14 04:26:07.701 9849 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=8fbb7f35-5314-458b-964a-80d4d5b565dc) for deployment 'opnfv-rally' (UUID=b1f8d621-46d3-4538-b079-763bd7dfb11b). 2018-04-14 04:26:08.565 9849 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8fbb7f35-5314-458b-964a-80d4d5b565dc) has been successfully configured for deployment 'opnfv-rally' (UUID=b1f8d621-46d3-4538-b079-763bd7dfb11b)! 2018-04-14 04:26:08,762 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-14 04:26:08,762 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-14 04:26:08,764 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-14 04:26:10,888 - 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-14 04:26:13,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:13.223 9861 INFO rally.api [-] Starting verification (UUID=a2d22698-1664-40db-8f70-df2b44938cba) for deployment 'opnfv-rally' (UUID=b1f8d621-46d3-4538-b079-763bd7dfb11b) by verifier 'opnfv-tempest' (UUID=8fbb7f35-5314-458b-964a-80d4d5b565dc). 2018-04-14 04:26:13,224 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: a2d22698-1664-40db-8f70-df2b44938cba 2018-04-14 04:26:22,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:22.330 9861 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.210s] 2018-04-14 04:26:22,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:22.394 9861 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.334s] 2018-04-14 04:26:22,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:22.405 9861 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.074s] 2018-04-14 04:26:22,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:22.480 9861 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.276s] 2018-04-14 04:26:23,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:23.107 9861 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.953s] 2018-04-14 04:26:23,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:23.336 9861 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.229s] 2018-04-14 04:26:25,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:25.845 9861 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.586s] 2018-04-14 04:26:26,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:26.929 9861 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [5.242s] 2018-04-14 04:26:27,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:27.550 9861 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.702s] 2018-04-14 04:26:28,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:28.043 9861 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.099s] 2018-04-14 04:26:28,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:28.162 9861 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.118s] 2018-04-14 04:26:28,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:28.267 9861 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.104s] 2018-04-14 04:26:28,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:28.999 9861 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.448s] 2018-04-14 04:26:30,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:30.716 9861 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.604s] 2018-04-14 04:26:33,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:33.969 9861 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.153s] 2018-04-14 04:26:34,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:34.104 9861 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.185s] 2018-04-14 04:26:34,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:34.146 9861 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.176s] 2018-04-14 04:26:35,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:35.852 9861 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.747s] 2018-04-14 04:26:36,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:36.878 9861 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [2.731s] 2018-04-14 04:26:36,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:36.886 9861 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.008s] 2018-04-14 04:26:37,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:37.099 9861 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.213s] 2018-04-14 04:26:40,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:40.859 9861 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.064s] 2018-04-14 04:26:41,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:41.687 9861 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [3.516s] 2018-04-14 04:26:43,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:43.124 9861 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.435s] 2018-04-14 04:26:44,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:44.745 9861 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [3.885s] 2018-04-14 04:26:55,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:55.660 9861 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.066s] 2018-04-14 04:26:55,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:55.672 9861 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-04-14 04:26:55,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:55.827 9861 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.154s] 2018-04-14 04:26:55,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:55.838 9861 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-04-14 04:26:55,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:55.850 9861 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-04-14 04:26:55,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:55.887 9861 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.036s] 2018-04-14 04:26:55,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:55.951 9861 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.063s] 2018-04-14 04:26:56,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:56.012 9861 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.060s] 2018-04-14 04:26:56,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:56.179 9861 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.167s] 2018-04-14 04:26:56,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:56.193 9861 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.013s] 2018-04-14 04:26:56,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:56.271 9861 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.078s] 2018-04-14 04:26:59,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:26:59.643 9861 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.801s] 2018-04-14 04:27:03,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:03.818 9861 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.173s] 2018-04-14 04:27:03,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:03.856 9861 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.037s] 2018-04-14 04:27:04,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:04.053 9861 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.197s] 2018-04-14 04:27:04,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:04.621 9861 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.567s] 2018-04-14 04:27:04,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:04.886 9861 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.265s] 2018-04-14 04:27:05,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:05.414 9861 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.527s] 2018-04-14 04:27:05,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:05.453 9861 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.040s] 2018-04-14 04:27:05,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:05.505 9861 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.051s] 2018-04-14 04:27:05,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:05.703 9861 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.197s] 2018-04-14 04:27:05,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:05.903 9861 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.199s] 2018-04-14 04:27:05,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:05.950 9861 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.046s] 2018-04-14 04:27:06,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:06.031 9861 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.080s] 2018-04-14 04:27:06,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:06.404 9861 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.372s] 2018-04-14 04:27:06,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:06.721 9861 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.316s] 2018-04-14 04:27:06,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:06.773 9861 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.053s] 2018-04-14 04:27:11,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:11.466 9861 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.911s] 2018-04-14 04:27:11,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:11.822 9861 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [5.053s] 2018-04-14 04:27:19,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:19.017 9861 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.550s] 2018-04-14 04:27:20,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:20.696 9861 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [8.872s] 2018-04-14 04:27:22,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:22.500 9861 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.482s] 2018-04-14 04:27:22,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:22.751 9861 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.252s] 2018-04-14 04:27:22,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:22.798 9861 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.046s] 2018-04-14 04:27:22,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:22.849 9861 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.051s] 2018-04-14 04:27:23,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:23.050 9861 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.200s] 2018-04-14 04:27:24,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:24.206 9861 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.448s] 2018-04-14 04:27:24,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:24.760 9861 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.552s] 2018-04-14 04:27:25,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:25.146 9861 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.385s] 2018-04-14 04:27:25,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:25.550 9861 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [58.605s] 2018-04-14 04:27:25,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:25.708 9861 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.561s] 2018-04-14 04:27:26,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:26.074 9861 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.366s] 2018-04-14 04:27:26,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:26.146 9861 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.070s] 2018-04-14 04:27:26,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:26.225 9861 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.078s] 2018-04-14 04:27:26,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:26.292 9861 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.066s] 2018-04-14 04:27:26,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:26.360 9861 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.068s] 2018-04-14 04:27:26,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:26.429 9861 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.069s] 2018-04-14 04:27:26,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:26.433 9861 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [5.735s] 2018-04-14 04:27:26,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:26.571 9861 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.141s] 2018-04-14 04:27:30,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:30.543 9861 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [49.208s] 2018-04-14 04:27:31,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:31.971 9861 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.432s] 2018-04-14 04:27:32,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:32.150 9861 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [5.716s] 2018-04-14 04:27:36,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:36.389 9861 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.238s] 2018-04-14 04:27:37,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:37.934 9861 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [68.924s] 2018-04-14 04:27:40,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:40.619 9861 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.163s] 2018-04-14 04:27:41,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:41.238 9861 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.849s] 2018-04-14 04:27:45,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:45.993 9861 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.754s] 2018-04-14 04:27:46,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:46.682 9861 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [21.127s] 2018-04-14 04:27:54,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:54.473 9861 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [8.479s] 2018-04-14 04:27:57,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:57.556 9861 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.369s] 2018-04-14 04:27:57,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:57.867 9861 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [11.185s] 2018-04-14 04:27:57,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:57.927 9861 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.370s] 2018-04-14 04:27:59,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:59.389 9861 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.916s] 2018-04-14 04:27:59,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:59.643 9861 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.253s] 2018-04-14 04:27:59,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:27:59.923 9861 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.279s] 2018-04-14 04:28:00,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:28:00.027 9861 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.103s] 2018-04-14 04:28:00,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:28:00.218 9861 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.190s] 2018-04-14 04:28:00,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:28:00.407 9861 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.188s] 2018-04-14 04:28:00,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:28:00.704 9861 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.297s] 2018-04-14 04:28:00,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:28:00.771 9861 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.066s] 2018-04-14 04:28:00,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:28:00.826 9861 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.054s] 2018-04-14 04:28:08,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:28:08.577 9861 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [7.750s] 2018-04-14 04:28:23,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:28:23.575 9861 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [5.515s] 2018-04-14 04:28:25,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:28:25.484 9861 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [65.679s] 2018-04-14 04:28:25,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:28:25.554 9861 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.069s] 2018-04-14 04:28:25,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:28:25.858 9861 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.303s] 2018-04-14 04:28:25,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:28:25.956 9861 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.097s] 2018-04-14 04:28:25,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:28:25.957 9861 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-04-14 04:28:29,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:28:29.218 9861 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.642s] 2018-04-14 04:28:47,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:28:47.422 9861 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.384s] 2018-04-14 04:28:47,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:28:47.656 9861 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.234s] 2018-04-14 04:28:47,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:28:47.867 9861 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.210s] 2018-04-14 04:28:48,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:28:48.286 9861 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.418s] 2018-04-14 04:28:48,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:28:48.686 9861 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.399s] 2018-04-14 04:28:49,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:28:49.077 9861 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.391s] 2018-04-14 04:28:57,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:28:57.766 9861 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.800s] 2018-04-14 04:28:58,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:28:58.883 9861 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [61.004s] 2018-04-14 04:28:59,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:28:59.440 9861 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.673s] 2018-04-14 04:29:03,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:29:03.315 9861 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.313s] 2018-04-14 04:29:03,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:29:03.540 9861 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.096s] 2018-04-14 04:29:03,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:29:03.675 9861 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.359s] 2018-04-14 04:29:04,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:29:04.752 9861 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.215s] 2018-04-14 04:29:06,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:29:06.939 9861 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.185s] 2018-04-14 04:29:08,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:29:08.105 9861 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.165s] 2018-04-14 04:29:10,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:29:10.434 9861 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.325s] 2018-04-14 04:29:10,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:29:10.638 9861 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.207s] 2018-04-14 04:29:17,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:29:17.544 9861 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.158s] 2018-04-14 04:29:17,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:29:17.692 9861 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.148s] 2018-04-14 04:29:17,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:29:17.886 9861 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.193s] 2018-04-14 04:29:18,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:29:18.080 9861 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.193s] 2018-04-14 04:29:18,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:29:18.119 9861 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.038s] 2018-04-14 04:29:18,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:29:18.470 9861 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.349s] 2018-04-14 04:29:18,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:29:18.518 9861 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.049s] 2018-04-14 04:29:18,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:29:18.565 9861 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.046s] 2018-04-14 04:29:18,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:29:18.761 9861 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.196s] 2018-04-14 04:29:18,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:29:18.949 9861 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.188s] 2018-04-14 04:30:07,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:30:07.090 9861 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [210.585s] 2018-04-14 04:30:39,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:30:39.363 9861 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [32.269s] 2018-04-14 04:30:54,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:30:54.497 9861 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.165s] 2018-04-14 04:30:54,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:30:54.695 9861 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.198s] 2018-04-14 04:30:54,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:30:54.731 9861 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.035s] 2018-04-14 04:30:54,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:30:54.891 9861 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.159s] 2018-04-14 04:30:55,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:30:55.058 9861 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.166s] 2018-04-14 04:30:55,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:30:55.223 9861 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.165s] 2018-04-14 04:30:55,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:30:55.416 9861 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.192s] 2018-04-14 04:30:55,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:30:55.607 9861 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.191s] 2018-04-14 04:30:55,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:30:55.765 9861 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.157s] 2018-04-14 04:30:55,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:30:55.940 9861 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.173s] 2018-04-14 04:30:55,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:30:55.951 9861 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.010s] 2018-04-14 04:30:56,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:30:56.235 9861 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.283s] 2018-04-14 04:30:56,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:30:56.285 9861 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.049s] 2018-04-14 04:30:56,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:30:56.473 9861 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.187s] 2018-04-14 04:30:56,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:30:56.513 9861 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.039s] 2018-04-14 04:30:56,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:30:56.986 9861 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.472s] 2018-04-14 04:30:57,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:30:57.022 9861 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.037s] 2018-04-14 04:30:57,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:30:57.060 9861 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.036s] 2018-04-14 04:30:57,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:30:57.308 9861 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.246s] 2018-04-14 04:30:57,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:30:57.353 9861 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.045s] 2018-04-14 04:30:57,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:30:57.521 9861 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.167s] 2018-04-14 04:30:57,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:30:57.557 9861 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.036s] 2018-04-14 04:30:57,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:30:57.589 9861 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.033s] 2018-04-14 04:31:07,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:31:07.840 9861 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [187.269s] 2018-04-14 04:31:07,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:31:07.906 9861 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.072s] 2018-04-14 04:31:08,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:31:08.451 9861 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.543s] 2018-04-14 04:34:15,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:34:15.819 9861 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [187.345s] 2018-04-14 04:34:15,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:34:15.821 9861 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-04-14 04:34:31,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:34:31.468 9861 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.160s] 2018-04-14 04:34:35,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a2d22698-1664-40db-8f70-df2b44938cba']'. 2018-04-14 04:34:36,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-14 04:34:36,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-14 04:34:36,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-14 04:34:36,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a2d22698-1664-40db-8f70-df2b44938cba | 2018-04-14 04:34:36,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-14 04:34:36,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-14 04:26:13 | 2018-04-14 04:34:36,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-14 04:34:34 | 2018-04-14 04:34:36,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:08:21 | 2018-04-14 04:34:36,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-14 04:34:36,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-14 04:34:36,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 8fbb7f35-5314-458b-964a-80d4d5b565dc) | 2018-04-14 04:34:36,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-14 04:34:36,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: b1f8d621-46d3-4538-b079-763bd7dfb11b) | 2018-04-14 04:34:36,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 162 | 2018-04-14 04:34:36,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 491.791 | 2018-04-14 04:34:36,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 159 | 2018-04-14 04:34:36,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-14 04:34:36,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-14 04:34:36,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-14 04:34:36,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-04-14 04:34:36,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-14 04:34:36,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-14 04:34:36,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 98.1481481481% 2018-04-14 04:34:44,089 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-14 04:34:44,089 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 08:50 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-04-14 04:34:44,093 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-04-14 04:34:44,093 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-14 04:34:44,190 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-14 04:34:46,649 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-14 04:34:46.205 9955 INFO rally.deployment.engine [-] Deployment b1f8d621-46d3-4538-b079-763bd7dfb11b | Starting: Destroy cloud and free allocated resources. 2018-04-14 04:34:46.308 9955 INFO rally.deployment.engine [-] Deployment b1f8d621-46d3-4538-b079-763bd7dfb11b | Completed: Destroy cloud and free allocated resources. 2018-04-14 04:34:46.338 9955 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=8fbb7f35-5314-458b-964a-80d4d5b565dc) for deployment 'opnfv-rally'. 2018-04-14 04:34:46.354 9955 INFO rally.api [-] Deleting verification (UUID=a2d22698-1664-40db-8f70-df2b44938cba). 2018-04-14 04:34:46.418 9955 INFO rally.api [-] Verification has been successfully deleted! 2018-04-14 04:34:46.419 9955 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=8fbb7f35-5314-458b-964a-80d4d5b565dc). 2018-04-14 04:34:46.431 9955 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-14 04:34:49,104 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-14 04:34:48.812 9958 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=7ae726b5-bf68-4d8b-834e-3a8ea4f04922) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 7ae726b5-bf68-4d8b-834e-3a8ea4f04922 | 2018-04-14T04:34:48 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 7ae726b5-bf68-4d8b-834e-3a8ea4f04922 ~/.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-14 04:34:52,596 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-14 04:34:52,597 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-14 04:34:55,022 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-14 04:34:54.735 9964 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=8fbb7f35-5314-458b-964a-80d4d5b565dc). 2018-04-14 04:34:54.865 9964 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-14 04:34:58,293 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-14 04:34:57.010 9967 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-14 04:34:57.171 9967 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-14 04:34:58.158 9967 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=974460fa-97fd-443e-8c6b-adad9b8a2b77) has been successfully created! Using verifier 'opnfv-tempest' (UUID=974460fa-97fd-443e-8c6b-adad9b8a2b77) as the default verifier for the future CLI operations. 2018-04-14 04:35:01,222 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-14 04:35:05,513 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-14 04:35:14,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-14 04:35:20,806 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-14 04:35:18.988 9986 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=974460fa-97fd-443e-8c6b-adad9b8a2b77) for deployment 'opnfv-rally' (UUID=7ae726b5-bf68-4d8b-834e-3a8ea4f04922). 2018-04-14 04:35:20.605 9986 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=974460fa-97fd-443e-8c6b-adad9b8a2b77) has been successfully configured for deployment 'opnfv-rally' (UUID=7ae726b5-bf68-4d8b-834e-3a8ea4f04922)! 2018-04-14 04:35:20,806 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-14 04:35:20,807 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-14 04:35:20,809 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-14 04:35:20,821 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-14 04:35:24,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-974460fa-97fd-443e-8c6b-adad9b8a2b77/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-14 04:35:24,054 - 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-14 04:35:26,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 04:35:26.167 9995 INFO rally.api [-] Starting verification (UUID=ee07e74c-5244-46d5-ae08-1495e65b1f78) for deployment 'opnfv-rally' (UUID=7ae726b5-bf68-4d8b-834e-3a8ea4f04922) by verifier 'opnfv-tempest' (UUID=974460fa-97fd-443e-8c6b-adad9b8a2b77). 2018-04-14 04:35:26,168 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: ee07e74c-5244-46d5-ae08-1495e65b1f78 2018-04-14 04:38:10,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'ee07e74c-5244-46d5-ae08-1495e65b1f78']'. 2018-04-14 04:38:11,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-14 04:38:11,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-14 04:38:11,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-14 04:38:11,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | ee07e74c-5244-46d5-ae08-1495e65b1f78 | 2018-04-14 04:38:11,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-14 04:38:11,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-14 04:35:26 | 2018-04-14 04:38:11,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-14 04:38:10 | 2018-04-14 04:38:11,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:44 | 2018-04-14 04:38:11,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-14 04:38:11,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-14 04:38:11,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 974460fa-97fd-443e-8c6b-adad9b8a2b77) | 2018-04-14 04:38:11,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-14 04:38:11,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 7ae726b5-bf68-4d8b-834e-3a8ea4f04922) | 2018-04-14 04:38:11,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-14 04:38:11,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 153.377 | 2018-04-14 04:38:11,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-04-14 04:38:11,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-04-14 04:38:11,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-14 04:38:11,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-14 04:38:11,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-14 04:38:11,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-14 04:38:11,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-14 04:38:11,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-14 04:38:18,733 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-14 04:38:18,733 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:17 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-14 04:38:18,735 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-04-14 04:38:38,733 - 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-14 04:38:38,733 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-04-14 04:38:38,762 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-04-14 04:38:38,878 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-14 04:38:38,879 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:19 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-14 04:38:38,882 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-14 04:38:39,918 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-14 05:20:50,565 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-14 05:20:50,566 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 42:10 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-14 05:20:50,569 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-14 05:20:50,569 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-14 05:20:50,659 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-14 05:20:53,186 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-14 05:20:52.756 10085 INFO rally.deployment.engine [-] Deployment 7ae726b5-bf68-4d8b-834e-3a8ea4f04922 | Starting: Destroy cloud and free allocated resources. 2018-04-14 05:20:52.849 10085 INFO rally.deployment.engine [-] Deployment 7ae726b5-bf68-4d8b-834e-3a8ea4f04922 | Completed: Destroy cloud and free allocated resources. 2018-04-14 05:20:52.894 10085 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=974460fa-97fd-443e-8c6b-adad9b8a2b77) for deployment 'opnfv-rally'. 2018-04-14 05:20:52.917 10085 INFO rally.api [-] Deleting verification (UUID=ee07e74c-5244-46d5-ae08-1495e65b1f78). 2018-04-14 05:20:52.961 10085 INFO rally.api [-] Verification has been successfully deleted! 2018-04-14 05:20:52.962 10085 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=974460fa-97fd-443e-8c6b-adad9b8a2b77). 2018-04-14 05:20:52.968 10085 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-14 05:20:55,556 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-14 05:20:55.262 10088 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=5e48c1fa-e1e1-42e2-97c7-d4813a2cb0dc) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 5e48c1fa-e1e1-42e2-97c7-d4813a2cb0dc | 2018-04-14T05:20:55 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 5e48c1fa-e1e1-42e2-97c7-d4813a2cb0dc ~/.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-14 05:20:58,744 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-14 05:20:58,745 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-14 05:21:00,950 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-14 05:21:00.698 10094 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=974460fa-97fd-443e-8c6b-adad9b8a2b77). 2018-04-14 05:21:00.815 10094 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-14 05:21:04,103 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-14 05:21:02.788 10097 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-14 05:21:02.951 10097 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-14 05:21:03.916 10097 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=451102e7-6c8a-439d-adc4-42057849cf1f) has been successfully created! Using verifier 'opnfv-tempest' (UUID=451102e7-6c8a-439d-adc4-42057849cf1f) as the default verifier for the future CLI operations. 2018-04-14 05:21:15,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-14 05:21:20,823 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-14 05:21:19.772 10116 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=451102e7-6c8a-439d-adc4-42057849cf1f) for deployment 'opnfv-rally' (UUID=5e48c1fa-e1e1-42e2-97c7-d4813a2cb0dc). 2018-04-14 05:21:20.635 10116 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=451102e7-6c8a-439d-adc4-42057849cf1f) has been successfully configured for deployment 'opnfv-rally' (UUID=5e48c1fa-e1e1-42e2-97c7-d4813a2cb0dc)! 2018-04-14 05:21:23,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-451102e7-6c8a-439d-adc4-42057849cf1f/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-14 05:21:23,734 - 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-14 05:21:25,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-14 05:21:25.840 10125 INFO rally.api [-] Starting verification (UUID=a0dd2720-2d08-4d1f-8578-80c32bf43aec) for deployment 'opnfv-rally' (UUID=5e48c1fa-e1e1-42e2-97c7-d4813a2cb0dc) by verifier 'opnfv-tempest' (UUID=451102e7-6c8a-439d-adc4-42057849cf1f). 2018-04-14 05:23:19,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a0dd2720-2d08-4d1f-8578-80c32bf43aec']'. 2018-04-14 05:23:20,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-14 05:23:20,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-14 05:23:20,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-14 05:23:20,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a0dd2720-2d08-4d1f-8578-80c32bf43aec | 2018-04-14 05:23:20,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-14 05:23:20,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-14 05:21:25 | 2018-04-14 05:23:20,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-14 05:23:19 | 2018-04-14 05:23:20,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:54 | 2018-04-14 05:23:20,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-14 05:23:20,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-14 05:23:20,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 451102e7-6c8a-439d-adc4-42057849cf1f) | 2018-04-14 05:23:20,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-14 05:23:20,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 5e48c1fa-e1e1-42e2-97c7-d4813a2cb0dc) | 2018-04-14 05:23:20,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-14 05:23:20,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 101.772 | 2018-04-14 05:23:20,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-04-14 05:23:20,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-04-14 05:23:20,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-14 05:23:20,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-14 05:23:20,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-04-14 05:23:20,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-14 05:23:20,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-14 05:23:20,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-04-14 05:23:27,263 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-14 05:23:27,263 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:20 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-04-14 05:23:27,268 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-04-14 05:23:27,269 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_userdata | functest | smoke | 01:48 | PASS | | tempest_smoke_serial | functest | smoke | 17:14 | PASS | | rally_sanity | functest | smoke | 20:37 | FAIL | | refstack_defcore | functest | smoke | 08:50 | FAIL | | patrole | functest | smoke | 03:17 | PASS | | odl | functest | smoke | 00:19 | PASS | | snaps_smoke | functest | smoke | 42:10 | FAIL | | neutron_trunk | functest | smoke | 02:20 | FAIL | | vping_ssh | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-14 05:23:27,276 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-14 05:23:50,084 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-9 | | 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-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-14 05:23:50,086 - 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=NktdXuma7WA3TynRKUQcbGGYn export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29: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-14 05:23:50,086 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-14 05:23:50,086 - 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 bgpvpn | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ 2018-04-14 05:23:50,087 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-14 05:23:50,087 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-04-14 05:27:18,221 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-04-14 05:27:18,351 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-14 05:27:18,352 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:28 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-04-14 05:27:18,355 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-04-14 05:46:17,365 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-14 05:46:21,803 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-14 05:46:21.530 151 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=4fc18b5b-6fbd-4c3e-a898-a269df2271dd) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 4fc18b5b-6fbd-4c3e-a898-a269df2271dd | 2018-04-14T05:46:21 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 4fc18b5b-6fbd-4c3e-a898-a269df2271dd ~/.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-14 05:46:25,021 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-14 05:46:25,021 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-14 05:46:30,338 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-14 05:46:29.007 160 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-14 05:46:29.191 160 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-14 05:46:30.189 160 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f94348f3-5b18-439f-a59e-659d3d7df76d) has been successfully created! Using verifier 'opnfv-tempest' (UUID=f94348f3-5b18-439f-a59e-659d3d7df76d) as the default verifier for the future CLI operations. 2018-04-14 05:46:36,267 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-14 05:46:35.238 179 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f94348f3-5b18-439f-a59e-659d3d7df76d) for deployment 'opnfv-rally' (UUID=4fc18b5b-6fbd-4c3e-a898-a269df2271dd). 2018-04-14 05:46:36.127 179 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f94348f3-5b18-439f-a59e-659d3d7df76d) has been successfully configured for deployment 'opnfv-rally' (UUID=4fc18b5b-6fbd-4c3e-a898-a269df2271dd)! 2018-04-14 05:46:36,267 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-14 05:51:14,366 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-04-14 05:51:18,724 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-04-14 05:51:18,738 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-2.tar.gz --strip-components=1' 2018-04-14 05:51:27,183 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-04-14 05:51:27,195 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-0.tar.gz --strip-components=1' 2018-04-14 05:51:33,461 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-04-14 05:51:33,476 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-1.tar.gz --strip-components=1' 2018-04-14 05:51:33,945 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-04-14 05:51:33,958 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-0.tar.gz --strip-components=1' 2018-04-14 05:51:34,179 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-04-14 05:51:34,194 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-1.tar.gz --strip-components=1' 2018-04-14 05:51:34,220 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-04-14 05:51:35,802 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/bgpvpn.log' 2018-04-14 05:51:35,930 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-14 05:51:35,931 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 24:17 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-04-14 05:51:35,933 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-04-14 05:51:35,933 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:28 | PASS | | bgpvpn | sdnvpn | features | 24:17 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-14 05:51:35,935 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-14 05:53:05,405 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-9 | | 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-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-14 05:53:05,408 - 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=NktdXuma7WA3TynRKUQcbGGYn export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29: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-14 05:53:05,408 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-14 05:53:05,408 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-14 05:53:05,408 - 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-14 05:53:05,409 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-14 05:53:14,438 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-9 | | 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-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-14 05:53:14,440 - 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=NktdXuma7WA3TynRKUQcbGGYn export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29: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-14 05:53:14,440 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-14 05:53:14,440 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-14 05:53:14,441 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-14 05:53:14,441 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK