2018-03-12 11:07:26,854 - functest.ci.check_deployment - DEBUG - 172.30.9.27:5000 is reachable! 2018-03-12 11:07:26,854 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.27:5000/v3 ...OK 2018-03-12 11:07:27,246 - functest.ci.check_deployment - INFO - Got token ...OK 2018-03-12 11:07:27,632 - functest.ci.check_deployment - DEBUG - 172.30.9.27:5000 is reachable! 2018-03-12 11:07:27,632 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.27:5000 ...OK 2018-03-12 11:07:28,007 - functest.ci.check_deployment - DEBUG - 172.30.9.27:8774 is reachable! 2018-03-12 11:07:28,007 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.27:8774/v2.1 ...OK 2018-03-12 11:07:28,374 - functest.ci.check_deployment - DEBUG - 172.30.9.27:9696 is reachable! 2018-03-12 11:07:28,375 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.27:9696 ...OK 2018-03-12 11:07:28,830 - functest.ci.check_deployment - DEBUG - 172.30.9.27:9292 is reachable! 2018-03-12 11:07:28,831 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.27:9292 ...OK 2018-03-12 11:07:30,074 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-03-12 11:07:31,600 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-03-12 11:07:31,620 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-03-12 11:07:32,356 - functest.ci.check_deployment - INFO - External network found: external 2018-03-12 11:07:34,804 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-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-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-12 11:07:34,806 - 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=T4PeWAkMA9qU44YejuT7sQy3V export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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 2018-03-12 11:07:34,806 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-12 11:07:34,807 - 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-03-12 11:07:34,808 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-03-12 11:07:34,808 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-03-12 11:07:36,650 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-12 11:07:44,927 - 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 8.275s OK 2018-03-12 11:07:45,045 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-12 11:07:45,045 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:08 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-12 11:07:45,047 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-03-12 11:07:45,694 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-12 11:19:50,915 - 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_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 83 tests in 725.211s OK 2018-03-12 11:19:51,034 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-12 11:19:51,035 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:05 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-12 11:19:51,039 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-03-12 11:19:51,749 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-12 11:20:33,233 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 41.484s OK 2018-03-12 11:20:33,345 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-12 11:20:33,345 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:41 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-03-12 11:20:33,350 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:08 | PASS | | api_check | functest | healthcheck | 12:05 | PASS | | snaps_health_check | functest | healthcheck | 00:41 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-03-12 11:20:33,353 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-12 11:20:35,981 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-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-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-12 11:20:35,983 - 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=T4PeWAkMA9qU44YejuT7sQy3V export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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 2018-03-12 11:20:35,983 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-12 11:20:35,985 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+-------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+-------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore snaps_smoke | +---------------+---------------+--------------------------+------------------------------------------+-------------------------------------------+ 2018-03-12 11:20:35,988 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-03-12 11:20:35,988 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-03-12 11:20:40,886 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Read timed out. (read timeout=4) 2018-03-12 11:20:40,886 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-12 11:20:40,887 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-12 11:20:40' 2018-03-12 11:20:40,887 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--d702c523-a3ad-4789-a389-7ac9e6cda213' 2018-03-12 11:20:43,840 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-d702c523-a3ad-4789-a389-7ac9e6cda213' 2018-03-12 11:20:46,533 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-d702c523-a3ad-4789-a389-7ac9e6cda213' 2018-03-12 11:20:52,193 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-d702c523-a3ad-4789-a389-7ac9e6cda213' 2018-03-12 11:20:52,835 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-d702c523-a3ad-4789-a389-7ac9e6cda213' 2018-03-12 11:20:53,567 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-d702c523-a3ad-4789-a389-7ac9e6cda213' 2018-03-12 11:20:58,732 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-d702c523-a3ad-4789-a389-7ac9e6cda213' 2018-03-12 11:21:01,839 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-d702c523-a3ad-4789-a389-7ac9e6cda213' 2018-03-12 11:21:26,791 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-12 11:21:38,100 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-03-12 11:21:38,237 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-12 11:21:39,243 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-12 11:22:01,494 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-12 11:22:01,494 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:58 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-12 11:22:01,498 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-03-12 11:22:01,579 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-12 11:22:01,579 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-12 11:22:01' 2018-03-12 11:22:01,579 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--2c0a78e9-fb67-4c46-bf8a-e3fac766abe0' 2018-03-12 11:22:05,875 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-2c0a78e9-fb67-4c46-bf8a-e3fac766abe0' 2018-03-12 11:22:08,330 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-2c0a78e9-fb67-4c46-bf8a-e3fac766abe0' 2018-03-12 11:22:14,600 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-2c0a78e9-fb67-4c46-bf8a-e3fac766abe0' 2018-03-12 11:22:15,234 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-2c0a78e9-fb67-4c46-bf8a-e3fac766abe0' 2018-03-12 11:22:21,430 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-2c0a78e9-fb67-4c46-bf8a-e3fac766abe0' 2018-03-12 11:22:28,803 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-12 11:22:40,803 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-12 11:22:43,116 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.4. Waiting for response... 2018-03-12 11:22:45,385 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-12 11:23:21,177 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-12 11:23:21,177 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:44 | PASS | +------------------------+------------------+------------------+----------------+ 2018-03-12 11:23:21,181 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-03-12 11:23:21,267 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-12 11:23:23,590 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-03-12 11:23:25,840 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-03-12 11:23:28,873 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-12 11:23:30,937 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-03-12 11:23:36,936 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-12 11:23:39,445 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-03-12 11:23:44,265 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-03-12 11:23:44,265 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-03-12 11:23:47,074 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-12 11:23:47,075 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-12 11:23:47,077 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-12 11:23:47,081 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-12 11:23:47,082 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /root/.rally/verification/verifier-bfeeb16e-4f12-48c1-8ab9-ccf461c6322a/repo;testr list-tests 'tempest\.(api|scenario).*\[.*\bsmoke\b.*\]' > /home/opnfv/functest/results/tempest/test_raw_list.txt;cd -;' 2018-03-12 11:23:49,409 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-12 11:23:49,410 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-12 11:23:49,410 - 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-03-12 11:23:51,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:23:51.452 61 INFO rally.api [-] Starting verification (UUID=2e00d407-2ddd-4c24-b303-4d3ddba6b691) for deployment 'opnfv-rally' (UUID=8e6d9d4a-ac5d-4ac5-a1bf-9b8e698dd572) by verifier 'opnfv-tempest' (UUID=bfeeb16e-4f12-48c1-8ab9-ccf461c6322a). 2018-03-12 11:23:51,453 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 2e00d407-2ddd-4c24-b303-4d3ddba6b691 2018-03-12 11:23:57,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:23:57.484 61 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.193s] 2018-03-12 11:23:57,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:23:57.544 61 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.060s] 2018-03-12 11:24:04,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:24:04.830 61 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.497s] 2018-03-12 11:24:06,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:24:06.139 61 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.309s] 2018-03-12 11:24:15,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:24:15.178 61 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [3.263s] 2018-03-12 11:24:34,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:24:34.370 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [13.661s] 2018-03-12 11:25:08,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:25:08.215 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.078s] 2018-03-12 11:25:08,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:25:08.216 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-03-12 11:25:38,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:25:38.177 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.084s] 2018-03-12 11:25:38,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:25:38.179 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-12 11:26:05,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:26:05.523 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.069s] 2018-03-12 11:26:05,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:26:05.525 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-03-12 11:26:46,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:26:46.021 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [10.543s] 2018-03-12 11:27:07,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:27:07.588 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.052s] 2018-03-12 11:27:07,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:27:07.702 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.115s] 2018-03-12 11:27:16,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:27:16.586 61 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.627s] 2018-03-12 11:27:16,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:27:16.598 61 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-03-12 11:27:18,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:27:18.734 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-03-12 11:27:18,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:27:18.736 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-03-12 11:27:22,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:27:22.704 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.376s] 2018-03-12 11:27:28,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:27:28.615 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.069s] 2018-03-12 11:27:34,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:27:34.823 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.553s] 2018-03-12 11:27:42,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:27:42.432 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.448s] 2018-03-12 11:27:51,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:27:51.471 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.221s] 2018-03-12 11:27:58,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:27:58.042 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.741s] 2018-03-12 11:28:03,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:28:03.846 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.211s] 2018-03-12 11:28:10,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:28:10.610 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.384s] 2018-03-12 11:28:17,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:28:17.665 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.559s] 2018-03-12 11:28:25,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:28:25.867 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.555s] 2018-03-12 11:28:27,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:28:27.814 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-03-12 11:28:30,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:28:30.191 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.073s] 2018-03-12 11:28:30,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:28:30.268 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.077s] 2018-03-12 11:28:30,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:28:30.340 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.072s] 2018-03-12 11:28:30,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:28:30.347 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-03-12 11:28:33,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:28:33.703 61 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.432s] 2018-03-12 11:28:36,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:28:36.760 61 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [3.057s] 2018-03-12 11:28:38,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:28:38.064 61 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.304s] 2018-03-12 11:28:46,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:28:46.315 61 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-03-12 11:28:52,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:28:52.099 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [2.135s] 2018-03-12 11:29:06,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:29:06.279 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.742s] 2018-03-12 11:29:09,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:29:09.437 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.158s] 2018-03-12 11:29:19,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:29:19.691 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.783s] 2018-03-12 11:29:23,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:29:23.375 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.683s] 2018-03-12 11:29:29,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:29:29.674 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.298s] 2018-03-12 11:29:37,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:29:37.560 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.188s] 2018-03-12 11:29:40,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:29:40.931 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.369s] 2018-03-12 11:29:43,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:29:43.745 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [2.814s] 2018-03-12 11:29:57,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:29:57.651 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.136s] 2018-03-12 11:29:57,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:29:57.925 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.274s] 2018-03-12 11:29:58,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:29:58.179 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.254s] 2018-03-12 11:29:58,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:29:58.231 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.051s] 2018-03-12 11:29:58,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:29:58.328 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.097s] 2018-03-12 11:29:58,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:29:58.419 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.090s] 2018-03-12 11:30:09,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:30:09.624 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.181s] 2018-03-12 11:30:09,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:30:09.773 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.149s] 2018-03-12 11:30:10,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:30:10.013 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.240s] 2018-03-12 11:30:10,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:30:10.118 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.103s] 2018-03-12 11:30:10,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:30:10.224 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.107s] 2018-03-12 11:30:10,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:30:10.274 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.050s] 2018-03-12 11:30:19,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:30:19.884 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [3.665s] 2018-03-12 11:30:24,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:30:24.247 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.362s] 2018-03-12 11:30:26,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:30:26.470 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.223s] 2018-03-12 11:30:26,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:30:26.529 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.058s] 2018-03-12 11:30:26,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:30:26.603 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.075s] 2018-03-12 11:30:37,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:30:37.584 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.173s] 2018-03-12 11:30:41,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:30:41.847 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.262s] 2018-03-12 11:30:44,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:30:44.314 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.466s] 2018-03-12 11:30:44,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:30:44.369 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.055s] 2018-03-12 11:30:44,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:30:44.422 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.053s] 2018-03-12 11:30:58,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:30:58.738 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.323s] 2018-03-12 11:31:04,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:31:04.518 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.780s] 2018-03-12 11:31:09,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:31:09.087 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.569s] 2018-03-12 11:31:12,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:31:12.455 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.366s] 2018-03-12 11:31:31,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:31:31.978 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.620s] 2018-03-12 11:31:38,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:31:38.255 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [6.277s] 2018-03-12 11:31:42,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:31:42.811 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.555s] 2018-03-12 11:31:45,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:31:45.658 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.845s] 2018-03-12 11:31:58,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:31:58.405 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.636s] 2018-03-12 11:32:00,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:32:00.778 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.371s] 2018-03-12 11:32:00,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:32:00.951 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.176s] 2018-03-12 11:32:04,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:32:04.727 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.999s] 2018-03-12 11:32:06,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:32:06.839 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.109s] 2018-03-12 11:32:06,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:32:06.882 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.048s] 2018-03-12 11:32:10,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:32:10.547 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.822s] 2018-03-12 11:32:14,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:32:14.082 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-03-12 11:32:15,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:32:15.191 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-03-12 11:32:15,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:32:15.192 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-03-12 11:32:15,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:32:15.194 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-03-12 11:32:15,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:32:15.195 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-03-12 11:32:15,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:32:15.196 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-03-12 11:32:17,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:32:17.076 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-03-12 11:32:33,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:32:33.736 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [11.079s] 2018-03-12 11:32:46,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:32:46.244 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.537s] 2018-03-12 11:33:02,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:33:02.391 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [16.144s] 2018-03-12 11:33:10,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:33:10.933 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.173s] 2018-03-12 11:34:19,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:34:19.519 61 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [61.440s] 2018-03-12 11:34:50,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:34:50.705 61 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [21.948s] 2018-03-12 11:35:34,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 11:35:34.152 61 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [23.682s] 2018-03-12 11:35:47,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '2e00d407-2ddd-4c24-b303-4d3ddba6b691']'. 2018-03-12 11:35:48,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-12 11:35:48,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-12 11:35:48,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-12 11:35:48,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 2e00d407-2ddd-4c24-b303-4d3ddba6b691 | 2018-03-12 11:35:48,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-12 11:35:48,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-12 11:23:51 | 2018-03-12 11:35:48,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-12 11:35:47 | 2018-03-12 11:35:48,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:11:56 | 2018-03-12 11:35:48,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-03-12 11:35:48,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-12 11:35:48,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-12 11:35:48,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: bfeeb16e-4f12-48c1-8ab9-ccf461c6322a) | 2018-03-12 11:35:48,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-12 11:35:48,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 8e6d9d4a-ac5d-4ac5-a1bf-9b8e698dd572) | 2018-03-12 11:35:48,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-03-12 11:35:48,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 698.941 | 2018-03-12 11:35:48,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-03-12 11:35:48,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-03-12 11:35:48,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-12 11:35:48,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-12 11:35:48,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-12 11:35:48,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-12 11:35:48,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-12 11:35:48,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-03-12 11:35:53,529 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-12 11:35:53,529 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 12:16 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-03-12 11:35:53,534 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-03-12 11:35:53,615 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-12 11:35:55,812 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-03-12 11:35:58,214 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-03-12 11:36:01,432 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-03-12 11:36:03,257 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-0ca52f5d-b9a6-4dde-b3c6-29bd99e4bd64'... 2018-03-12 11:36:06,387 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-0ca52f5d-b9a6-4dde-b3c6-29bd99e4bd64'... 2018-03-12 11:36:09,112 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-0ca52f5d-b9a6-4dde-b3c6-29bd99e4bd64'... 2018-03-12 11:36:13,913 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-0ca52f5d-b9a6-4dde-b3c6-29bd99e4bd64'... 2018-03-12 11:36:14,631 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-0ca52f5d-b9a6-4dde-b3c6-29bd99e4bd64'... 2018-03-12 11:36:15,233 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-03-12 11:36:15,234 - 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-03-12 11:36:15,235 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-12 11:36:15,279 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-12 11:36:15,284 - 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': '86d13ba4-265a-432a-8bfe-60c434bc55a0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0ca52f5d-b9a6-4dde-b3c6-29bd99e4bd64', 'flavor_name': 'rally-tiny-0ca52f5d-b9a6-4dde-b3c6-29bd99e4bd64', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0ca52f5d-b9a6-4dde-b3c6-29bd99e4bd64', '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-03-12 11:37:14,534 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 841ad78a-7fd6-489e-aea2-44962ecaf83d 2018-03-12 11:37:14,534 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-03-12 11:37:14,536 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '841ad78a-7fd6-489e-aea2-44962ecaf83d'] 2018-03-12 11:37:15,463 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 841ad78a-7fd6-489e-aea2-44962ecaf83d: 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 841ad78a-7fd6-489e-aea2-44962ecaf83d 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.464 | 0.464 | 0.464 | 0.464 | 0.464 | 0.464 | 100.0% | 1 | | total | 0.464 | 0.464 | 0.464 | 0.464 | 0.464 | 0.464 | 100.0% | 1 | | -> duration | 0.464 | 0.464 | 0.464 | 0.464 | 0.464 | 0.464 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.463654 Full duration: 7.238733 -------------------------------------------------------------------------------- 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 841ad78a-7fd6-489e-aea2-44962ecaf83d 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.309 | 0.309 | 0.309 | 0.309 | 0.309 | 0.309 | 100.0% | 1 | | total | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 100.0% | 1 | | -> duration | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.744164 Full duration: 7.068914 -------------------------------------------------------------------------------- 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 841ad78a-7fd6-489e-aea2-44962ecaf83d 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.215 | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 100.0% | 1 | | total | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 100.0% | 1 | | -> duration | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.650163 Full duration: 7.308979 -------------------------------------------------------------------------------- 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 841ad78a-7fd6-489e-aea2-44962ecaf83d 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.415 | 0.415 | 0.415 | 0.415 | 0.415 | 0.415 | 100.0% | 1 | | total | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 100.0% | 1 | | -> duration | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.850443 Full duration: 7.047767 -------------------------------------------------------------------------------- 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 841ad78a-7fd6-489e-aea2-44962ecaf83d 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.369 | 0.369 | 0.369 | 0.369 | 0.369 | 0.369 | 100.0% | 1 | | total | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | -> duration | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.755254 Full duration: 7.738359 -------------------------------------------------------------------------------- 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 841ad78a-7fd6-489e-aea2-44962ecaf83d 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.208 | 0.208 | 0.208 | 0.208 | 0.208 | 0.208 | 100.0% | 1 | | total | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 100.0% | 1 | | -> duration | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.64115 Full duration: 7.23887 HINTS: * To plot HTML graphics with this data, run: rally task report 841ad78a-7fd6-489e-aea2-44962ecaf83d --out output.html * To generate a JUnit report, run: rally task export 841ad78a-7fd6-489e-aea2-44962ecaf83d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 841ad78a-7fd6-489e-aea2-44962ecaf83d --json --out output.json 2018-03-12 11:37:15,464 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '841ad78a-7fd6-489e-aea2-44962ecaf83d'] 2018-03-12 11:37:16,425 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-12 11:37:16,426 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '841ad78a-7fd6-489e-aea2-44962ecaf83d', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-03-12 11:37:16,433 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-03-12 11:37:16,433 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-03-12 11:37:16,434 - 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-03-12 11:37:16,435 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-12 11:37:16,481 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-12 11:37:16,483 - 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': '86d13ba4-265a-432a-8bfe-60c434bc55a0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0ca52f5d-b9a6-4dde-b3c6-29bd99e4bd64', 'flavor_name': 'rally-tiny-0ca52f5d-b9a6-4dde-b3c6-29bd99e4bd64', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0ca52f5d-b9a6-4dde-b3c6-29bd99e4bd64', '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-03-12 11:39:09,879 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 4a6db1c1-13c1-4099-8c92-2263e83fbdc1 2018-03-12 11:39:09,879 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '4a6db1c1-13c1-4099-8c92-2263e83fbdc1'] 2018-03-12 11:39:10,829 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 4a6db1c1-13c1-4099-8c92-2263e83fbdc1: 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 4a6db1c1-13c1-4099-8c92-2263e83fbdc1 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 | 5.087 | 5.087 | 5.087 | 5.087 | 5.087 | 5.087 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 100.0% | 1 | | -> glance_v2.upload_data | 2.755 | 2.755 | 2.755 | 2.755 | 2.755 | 2.755 | 100.0% | 1 | | glance_v2.delete_image | 2.173 | 2.173 | 2.173 | 2.173 | 2.173 | 2.173 | 100.0% | 1 | | total | 7.26 | 7.26 | 7.26 | 7.26 | 7.26 | 7.26 | 100.0% | 1 | | -> duration | 7.26 | 7.26 | 7.26 | 7.26 | 7.26 | 7.26 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.260235 Full duration: 15.955005 -------------------------------------------------------------------------------- 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 4a6db1c1-13c1-4099-8c92-2263e83fbdc1 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.934 | 4.934 | 4.934 | 4.934 | 4.934 | 4.934 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.058 | 0.058 | 0.058 | 0.058 | 0.058 | 0.058 | 100.0% | 1 | | -> glance_v2.upload_data | 2.605 | 2.605 | 2.605 | 2.605 | 2.605 | 2.605 | 100.0% | 1 | | glance_v2.list_images | 0.064 | 0.064 | 0.064 | 0.064 | 0.064 | 0.064 | 100.0% | 1 | | total | 4.999 | 4.999 | 4.999 | 4.999 | 4.999 | 4.999 | 100.0% | 1 | | -> duration | 4.999 | 4.999 | 4.999 | 4.999 | 4.999 | 4.999 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.999008 Full duration: 17.569245 -------------------------------------------------------------------------------- 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 4a6db1c1-13c1-4099-8c92-2263e83fbdc1 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.177 | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 100.0% | 1 | | total | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 100.0% | 1 | | -> duration | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.176872 Full duration: 6.954319 -------------------------------------------------------------------------------- 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-0ca52f5d-b9a6-4dde-b3c6-29bd99e4bd64" }, "number_instances": 2, "nics": [ { "net-id": "86d13ba4-265a-432a-8bfe-60c434bc55a0" } ] }, "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 4a6db1c1-13c1-4099-8c92-2263e83fbdc1 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 | 5.547 | 5.547 | 5.547 | 5.547 | 5.547 | 5.547 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 100.0% | 1 | | -> glance_v2.upload_data | 3.136 | 3.136 | 3.136 | 3.136 | 3.136 | 3.136 | 100.0% | 1 | | nova.boot_servers | 16.588 | 16.588 | 16.588 | 16.588 | 16.588 | 16.588 | 100.0% | 1 | | total | 22.135 | 22.135 | 22.135 | 22.135 | 22.135 | 22.135 | 100.0% | 1 | | -> duration | 21.135 | 21.135 | 21.135 | 21.135 | 21.135 | 21.135 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 21.134989 Full duration: 56.878276 HINTS: * To plot HTML graphics with this data, run: rally task report 4a6db1c1-13c1-4099-8c92-2263e83fbdc1 --out output.html * To generate a JUnit report, run: rally task export 4a6db1c1-13c1-4099-8c92-2263e83fbdc1 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 4a6db1c1-13c1-4099-8c92-2263e83fbdc1 --json --out output.json 2018-03-12 11:39:10,829 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '4a6db1c1-13c1-4099-8c92-2263e83fbdc1'] 2018-03-12 11:39:11,759 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-12 11:39:11,759 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '4a6db1c1-13c1-4099-8c92-2263e83fbdc1', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-03-12 11:39:11,767 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-03-12 11:39:11,767 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-03-12 11:39:11,767 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-ceilometer.yaml 2018-03-12 11:39:11,768 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-12 11:39:11,808 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-12 11:39:11,809 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-03-12 11:39:11,809 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-03-12 11:39:11,809 - 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-03-12 11:39:11,809 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-12 11:39:11,841 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-12 11:39:11,847 - 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': '86d13ba4-265a-432a-8bfe-60c434bc55a0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0ca52f5d-b9a6-4dde-b3c6-29bd99e4bd64', 'flavor_name': 'rally-tiny-0ca52f5d-b9a6-4dde-b3c6-29bd99e4bd64', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0ca52f5d-b9a6-4dde-b3c6-29bd99e4bd64', '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-03-12 11:42:23,464 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1acbdfd2-1dd9-4937-a3c2-91c35370c040 2018-03-12 11:42:23,464 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '1acbdfd2-1dd9-4937-a3c2-91c35370c040'] 2018-03-12 11:42:24,432 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 1acbdfd2-1dd9-4937-a3c2-91c35370c040: 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 1acbdfd2-1dd9-4937-a3c2-91c35370c040 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.157 | 3.157 | 3.157 | 3.157 | 3.157 | 3.157 | 100.0% | 1 | | cinder_v2.delete_snapshot | 4.607 | 4.607 | 4.607 | 4.607 | 4.607 | 4.607 | 100.0% | 1 | | total | 7.765 | 7.765 | 7.765 | 7.765 | 7.765 | 7.765 | 100.0% | 1 | | -> duration | 7.765 | 7.765 | 7.765 | 7.765 | 7.765 | 7.765 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.764685 Full duration: 24.42292 -------------------------------------------------------------------------------- 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 1acbdfd2-1dd9-4937-a3c2-91c35370c040 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.057 | 3.057 | 3.057 | 3.057 | 3.057 | 3.057 | 100.0% | 1 | | cinder_v2.delete_volume | 2.432 | 2.432 | 2.432 | 2.432 | 2.432 | 2.432 | 100.0% | 1 | | total | 5.489 | 5.489 | 5.489 | 5.489 | 5.489 | 5.489 | 100.0% | 1 | | -> duration | 5.489 | 5.489 | 5.489 | 5.489 | 5.489 | 5.489 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.489075 Full duration: 15.206798 -------------------------------------------------------------------------------- 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-0ca52f5d-b9a6-4dde-b3c6-29bd99e4bd64" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 1acbdfd2-1dd9-4937-a3c2-91c35370c040 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 9.941 | 9.941 | 9.941 | 9.941 | 9.941 | 9.941 | 100.0% | 1 | | cinder_v2.delete_volume | 2.626 | 2.626 | 2.626 | 2.626 | 2.626 | 2.626 | 100.0% | 1 | | total | 12.567 | 12.567 | 12.567 | 12.567 | 12.567 | 12.567 | 100.0% | 1 | | -> duration | 12.567 | 12.567 | 12.567 | 12.567 | 12.567 | 12.567 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.567212 Full duration: 23.435691 -------------------------------------------------------------------------------- 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 1acbdfd2-1dd9-4937-a3c2-91c35370c040 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.96 | 3.96 | 3.96 | 3.96 | 3.96 | 3.96 | 100.0% | 1 | | cinder_v2.delete_volume | 2.472 | 2.472 | 2.472 | 2.472 | 2.472 | 2.472 | 100.0% | 1 | | total | 6.432 | 6.432 | 6.432 | 6.432 | 6.432 | 6.432 | 100.0% | 1 | | -> duration | 6.432 | 6.432 | 6.432 | 6.432 | 6.432 | 6.432 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.432392 Full duration: 15.594793 -------------------------------------------------------------------------------- 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 1acbdfd2-1dd9-4937-a3c2-91c35370c040 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.246 | 3.246 | 3.246 | 3.246 | 3.246 | 3.246 | 100.0% | 1 | | cinder_v2.extend_volume | 2.464 | 2.464 | 2.464 | 2.464 | 2.464 | 2.464 | 100.0% | 1 | | cinder_v2.delete_volume | 2.474 | 2.474 | 2.474 | 2.474 | 2.474 | 2.474 | 100.0% | 1 | | total | 8.185 | 8.185 | 8.185 | 8.185 | 8.185 | 8.185 | 100.0% | 1 | | -> duration | 8.185 | 8.185 | 8.185 | 8.185 | 8.185 | 8.185 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.185385 Full duration: 17.37069 -------------------------------------------------------------------------------- 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 1acbdfd2-1dd9-4937-a3c2-91c35370c040 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.257 | 3.257 | 3.257 | 3.257 | 3.257 | 3.257 | 100.0% | 1 | | cinder_v2.delete_volume | 4.72 | 4.72 | 4.72 | 4.72 | 4.72 | 4.72 | 100.0% | 1 | | total | 7.978 | 7.978 | 7.978 | 7.978 | 7.978 | 7.978 | 100.0% | 1 | | -> duration | 7.978 | 7.978 | 7.978 | 7.978 | 7.978 | 7.978 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.977508 Full duration: 24.887153 -------------------------------------------------------------------------------- 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 1acbdfd2-1dd9-4937-a3c2-91c35370c040 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 | 1.108 | 1.108 | 1.108 | 1.108 | 1.108 | 1.108 | 100.0% | 1 | | cinder_v2.list_qos | 0.225 | 0.225 | 0.225 | 0.225 | 0.225 | 0.225 | 100.0% | 1 | | total | 1.334 | 1.334 | 1.334 | 1.334 | 1.334 | 1.334 | 100.0% | 1 | | -> duration | 1.334 | 1.334 | 1.334 | 1.334 | 1.334 | 1.334 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.333791 Full duration: 11.979006 -------------------------------------------------------------------------------- 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 1acbdfd2-1dd9-4937-a3c2-91c35370c040 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.561 | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 100.0% | 1 | | cinder_v2.set_qos | 0.186 | 0.186 | 0.186 | 0.186 | 0.186 | 0.186 | 100.0% | 1 | | total | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 100.0% | 1 | | -> duration | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.747379 Full duration: 11.926555 -------------------------------------------------------------------------------- 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 1acbdfd2-1dd9-4937-a3c2-91c35370c040 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.626 | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 100.0% | 1 | | cinder_v2.list_types | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 100.0% | 1 | | total | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 100.0% | 1 | | -> duration | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.780096 Full duration: 11.92729 -------------------------------------------------------------------------------- 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 1acbdfd2-1dd9-4937-a3c2-91c35370c040 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.633 | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.307 | 0.307 | 0.307 | 0.307 | 0.307 | 0.307 | 100.0% | 1 | | total | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 100.0% | 1 | | -> duration | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.93996 Full duration: 11.820749 HINTS: * To plot HTML graphics with this data, run: rally task report 1acbdfd2-1dd9-4937-a3c2-91c35370c040 --out output.html * To generate a JUnit report, run: rally task export 1acbdfd2-1dd9-4937-a3c2-91c35370c040 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1acbdfd2-1dd9-4937-a3c2-91c35370c040 --json --out output.json 2018-03-12 11:42:24,432 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '1acbdfd2-1dd9-4937-a3c2-91c35370c040'] 2018-03-12 11:42:25,385 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-12 11:42:25,385 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '1acbdfd2-1dd9-4937-a3c2-91c35370c040', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-03-12 11:42:25,393 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-03-12 11:42:25,394 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-03-12 11:42:25,394 - 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-03-12 11:42:25,394 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-12 11:42:25,436 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-12 11:42:25,438 - 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': '86d13ba4-265a-432a-8bfe-60c434bc55a0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0ca52f5d-b9a6-4dde-b3c6-29bd99e4bd64', 'flavor_name': 'rally-tiny-0ca52f5d-b9a6-4dde-b3c6-29bd99e4bd64', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0ca52f5d-b9a6-4dde-b3c6-29bd99e4bd64', '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-03-12 11:43:46,124 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 29c6bf1a-737c-4592-8958-88699d9b3c83 2018-03-12 11:43:46,124 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '29c6bf1a-737c-4592-8958-88699d9b3c83'] 2018-03-12 11:43:47,091 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 29c6bf1a-737c-4592-8958-88699d9b3c83: 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 29c6bf1a-737c-4592-8958-88699d9b3c83 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.529 | 4.529 | 4.529 | 4.529 | 4.529 | 4.529 | 100.0% | 1 | | heat.update_stack | 2.821 | 2.821 | 2.821 | 2.821 | 2.821 | 2.821 | 100.0% | 1 | | heat.delete_stack | 2.196 | 2.196 | 2.196 | 2.196 | 2.196 | 2.196 | 100.0% | 1 | | total | 9.545 | 9.545 | 9.545 | 9.545 | 9.545 | 9.545 | 100.0% | 1 | | -> duration | 5.545 | 5.545 | 5.545 | 5.545 | 5.545 | 5.545 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.545454 Full duration: 18.899478 -------------------------------------------------------------------------------- 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 29c6bf1a-737c-4592-8958-88699d9b3c83 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.494 | 4.494 | 4.494 | 4.494 | 4.494 | 4.494 | 100.0% | 1 | | heat.check_stack | 1.038 | 1.038 | 1.038 | 1.038 | 1.038 | 1.038 | 100.0% | 1 | | heat.delete_stack | 2.353 | 2.353 | 2.353 | 2.353 | 2.353 | 2.353 | 100.0% | 1 | | total | 7.886 | 7.886 | 7.886 | 7.886 | 7.886 | 7.886 | 100.0% | 1 | | -> duration | 5.886 | 5.886 | 5.886 | 5.886 | 5.886 | 5.886 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.885876 Full duration: 16.478538 -------------------------------------------------------------------------------- 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 29c6bf1a-737c-4592-8958-88699d9b3c83 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.565 | 4.565 | 4.565 | 4.565 | 4.565 | 4.565 | 100.0% | 1 | | heat.suspend_stack | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 100.0% | 1 | | heat.resume_stack | 1.498 | 1.498 | 1.498 | 1.498 | 1.498 | 1.498 | 100.0% | 1 | | heat.delete_stack | 2.519 | 2.519 | 2.519 | 2.519 | 2.519 | 2.519 | 100.0% | 1 | | total | 9.232 | 9.232 | 9.232 | 9.232 | 9.232 | 9.232 | 100.0% | 1 | | -> duration | 7.232 | 7.232 | 7.232 | 7.232 | 7.232 | 7.232 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.232007 Full duration: 19.163849 -------------------------------------------------------------------------------- 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 29c6bf1a-737c-4592-8958-88699d9b3c83 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.557 | 0.557 | 0.557 | 0.557 | 0.557 | 0.557 | 100.0% | 1 | | total | 0.557 | 0.557 | 0.557 | 0.557 | 0.557 | 0.557 | 100.0% | 1 | | -> duration | 0.557 | 0.557 | 0.557 | 0.557 | 0.557 | 0.557 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.556917 Full duration: 7.688269 HINTS: * To plot HTML graphics with this data, run: rally task report 29c6bf1a-737c-4592-8958-88699d9b3c83 --out output.html * To generate a JUnit report, run: rally task export 29c6bf1a-737c-4592-8958-88699d9b3c83 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 29c6bf1a-737c-4592-8958-88699d9b3c83 --json --out output.json 2018-03-12 11:43:47,091 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '29c6bf1a-737c-4592-8958-88699d9b3c83'] 2018-03-12 11:43:47,978 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-12 11:43:47,979 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '29c6bf1a-737c-4592-8958-88699d9b3c83', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-03-12 11:43:47,985 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-03-12 11:43:47,985 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-03-12 11:43:47,986 - 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-03-12 11:43:47,986 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-12 11:43:48,017 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-12 11:43:48,020 - 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': '86d13ba4-265a-432a-8bfe-60c434bc55a0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0ca52f5d-b9a6-4dde-b3c6-29bd99e4bd64', 'flavor_name': 'rally-tiny-0ca52f5d-b9a6-4dde-b3c6-29bd99e4bd64', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0ca52f5d-b9a6-4dde-b3c6-29bd99e4bd64', '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-03-12 11:46:50,124 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b01f73f0-2b5d-415f-be8e-dd53f542f884 2018-03-12 11:46:50,125 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b01f73f0-2b5d-415f-be8e-dd53f542f884'] 2018-03-12 11:46:51,155 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b01f73f0-2b5d-415f-be8e-dd53f542f884: 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 b01f73f0-2b5d-415f-be8e-dd53f542f884 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.497 | 0.497 | 0.497 | 0.497 | 0.497 | 0.497 | 100.0% | 1 | | keystone_v3.add_role | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 100.0% | 1 | | keystone_v3.revoke_role | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 100.0% | 1 | | total | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | -> duration | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.799395 Full duration: 13.661203 -------------------------------------------------------------------------------- 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 b01f73f0-2b5d-415f-be8e-dd53f542f884 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.48 | 0.48 | 0.48 | 0.48 | 0.48 | 0.48 | 100.0% | 1 | | keystone_v3.add_role | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | keystone_v3.list_roles | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 100.0% | 1 | | -> duration | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.686351 Full duration: 14.015395 -------------------------------------------------------------------------------- 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 b01f73f0-2b5d-415f-be8e-dd53f542f884 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.911 | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 100.0% | 1 | | keystone_v3.list_projects | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | total | 0.989 | 0.989 | 0.989 | 0.989 | 0.989 | 0.989 | 100.0% | 1 | | -> duration | 0.989 | 0.989 | 0.989 | 0.989 | 0.989 | 0.989 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.988626 Full duration: 14.362733 -------------------------------------------------------------------------------- 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 b01f73f0-2b5d-415f-be8e-dd53f542f884 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.487 | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 100.0% | 1 | | keystone_v3.delete_role | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | total | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 100.0% | 1 | | -> duration | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.590057 Full duration: 11.883483 -------------------------------------------------------------------------------- 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 b01f73f0-2b5d-415f-be8e-dd53f542f884 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.473 | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 100.0% | 1 | | keystone_v3.delete_service | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 100.0% | 1 | | total | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 100.0% | 1 | | -> duration | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.567132 Full duration: 11.531715 -------------------------------------------------------------------------------- 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 b01f73f0-2b5d-415f-be8e-dd53f542f884 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.655 | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 100.0% | 1 | | keystone_v3.create_user | 0.474 | 0.474 | 0.474 | 0.474 | 0.474 | 0.474 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 100.0% | 1 | | -> keystone_v3.add_role | 0.142 | 0.142 | 0.142 | 0.142 | 0.142 | 0.142 | 100.0% | 1 | | keystone_v3.create_role | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | keystone_v3.get_project | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 100.0% | 1 | | keystone_v3.get_user | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | keystone_v3.get_role | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | keystone_v3.list_services | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | keystone_v3.get_services | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | total | 1.715 | 1.715 | 1.715 | 1.715 | 1.715 | 1.715 | 100.0% | 1 | | -> duration | 1.715 | 1.715 | 1.715 | 1.715 | 1.715 | 1.715 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.714704 Full duration: 18.968978 -------------------------------------------------------------------------------- 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 b01f73f0-2b5d-415f-be8e-dd53f542f884 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.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | keystone_v3.update_project | 0.124 | 0.124 | 0.124 | 0.124 | 0.124 | 0.124 | 100.0% | 1 | | keystone_v3.delete_project | 0.157 | 0.157 | 0.157 | 0.157 | 0.157 | 0.157 | 100.0% | 1 | | total | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 100.0% | 1 | | -> duration | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.968823 Full duration: 12.389738 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task b01f73f0-2b5d-415f-be8e-dd53f542f884 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.636 | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 100.0% | 1 | | total | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | -> duration | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.724057 Full duration: 13.970198 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task b01f73f0-2b5d-415f-be8e-dd53f542f884 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.647 | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 100.0% | 1 | | total | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 100.0% | 1 | | -> duration | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.647696 Full duration: 13.858214 -------------------------------------------------------------------------------- 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 b01f73f0-2b5d-415f-be8e-dd53f542f884 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.64 | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 100.0% | 1 | | keystone_v3.list_users | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | total | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 100.0% | 1 | | -> duration | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.831101 Full duration: 13.838564 -------------------------------------------------------------------------------- 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 b01f73f0-2b5d-415f-be8e-dd53f542f884 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.651 | 0.651 | 0.651 | 0.651 | 0.651 | 0.651 | 100.0% | 1 | | keystone_v3.create_users | 5.676 | 5.676 | 5.676 | 5.676 | 5.676 | 5.676 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.676 | 5.676 | 5.676 | 5.676 | 5.676 | 5.676 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.814 | 1.814 | 1.814 | 1.814 | 1.814 | 1.814 | 100.0% | 1 | | total | 7.213 | 7.213 | 7.213 | 7.213 | 7.213 | 7.213 | 100.0% | 1 | | -> duration | 7.213 | 7.213 | 7.213 | 7.213 | 7.213 | 7.213 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.213202 Full duration: 24.084017 HINTS: * To plot HTML graphics with this data, run: rally task report b01f73f0-2b5d-415f-be8e-dd53f542f884 --out output.html * To generate a JUnit report, run: rally task export b01f73f0-2b5d-415f-be8e-dd53f542f884 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b01f73f0-2b5d-415f-be8e-dd53f542f884 --json --out output.json 2018-03-12 11:46:51,155 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b01f73f0-2b5d-415f-be8e-dd53f542f884'] 2018-03-12 11:46:52,198 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-12 11:46:52,198 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b01f73f0-2b5d-415f-be8e-dd53f542f884', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-03-12 11:46:52,206 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-03-12 11:46:52,206 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-03-12 11:46:52,207 - 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-03-12 11:46:52,207 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-12 11:46:52,243 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-12 11:46:52,249 - 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': '86d13ba4-265a-432a-8bfe-60c434bc55a0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0ca52f5d-b9a6-4dde-b3c6-29bd99e4bd64', 'flavor_name': 'rally-tiny-0ca52f5d-b9a6-4dde-b3c6-29bd99e4bd64', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0ca52f5d-b9a6-4dde-b3c6-29bd99e4bd64', '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-03-12 11:51:44,635 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : fc9f9939-3240-4f52-a71d-078a4619ffb8 2018-03-12 11:51:44,635 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'fc9f9939-3240-4f52-a71d-078a4619ffb8'] 2018-03-12 11:51:45,610 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task fc9f9939-3240-4f52-a71d-078a4619ffb8: 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 fc9f9939-3240-4f52-a71d-078a4619ffb8 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.982 | 0.982 | 0.982 | 0.982 | 0.982 | 0.982 | 100.0% | 1 | | neutron.delete_network | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | total | 1.669 | 1.669 | 1.669 | 1.669 | 1.669 | 1.669 | 100.0% | 1 | | -> duration | 1.669 | 1.669 | 1.669 | 1.669 | 1.669 | 1.669 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.66889 Full duration: 14.279285 -------------------------------------------------------------------------------- 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 fc9f9939-3240-4f52-a71d-078a4619ffb8 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 | 2.089 | 2.089 | 2.089 | 2.089 | 2.089 | 2.089 | 100.0% | 1 | | neutron.delete_port | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 100.0% | 1 | | total | 2.656 | 2.656 | 2.656 | 2.656 | 2.656 | 2.656 | 100.0% | 1 | | -> duration | 2.656 | 2.656 | 2.656 | 2.656 | 2.656 | 2.656 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.655642 Full duration: 27.626409 -------------------------------------------------------------------------------- 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 fc9f9939-3240-4f52-a71d-078a4619ffb8 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.978 | 0.978 | 0.978 | 0.978 | 0.978 | 0.978 | 100.0% | 1 | | neutron.create_subnet | 1.678 | 1.678 | 1.678 | 1.678 | 1.678 | 1.678 | 100.0% | 1 | | neutron.create_router | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | neutron.add_interface_router | 1.862 | 1.862 | 1.862 | 1.862 | 1.862 | 1.862 | 100.0% | 1 | | neutron.remove_interface_router | 1.545 | 1.545 | 1.545 | 1.545 | 1.545 | 1.545 | 100.0% | 1 | | neutron.delete_router | 0.406 | 0.406 | 0.406 | 0.406 | 0.406 | 0.406 | 100.0% | 1 | | total | 6.575 | 6.575 | 6.575 | 6.575 | 6.575 | 6.575 | 100.0% | 1 | | -> duration | 6.575 | 6.575 | 6.575 | 6.575 | 6.575 | 6.575 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.575087 Full duration: 37.096244 -------------------------------------------------------------------------------- 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 fc9f9939-3240-4f52-a71d-078a4619ffb8 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.087 | 1.087 | 1.087 | 1.087 | 1.087 | 1.087 | 100.0% | 1 | | neutron.delete_subnet | 0.384 | 0.384 | 0.384 | 0.384 | 0.384 | 0.384 | 100.0% | 1 | | total | 1.471 | 1.471 | 1.471 | 1.471 | 1.471 | 1.471 | 100.0% | 1 | | -> duration | 1.471 | 1.471 | 1.471 | 1.471 | 1.471 | 1.471 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.471067 Full duration: 25.716307 -------------------------------------------------------------------------------- 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 fc9f9939-3240-4f52-a71d-078a4619ffb8 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.912 | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 100.0% | 1 | | neutron.list_networks | 0.143 | 0.143 | 0.143 | 0.143 | 0.143 | 0.143 | 100.0% | 1 | | total | 1.055 | 1.055 | 1.055 | 1.055 | 1.055 | 1.055 | 100.0% | 1 | | -> duration | 1.055 | 1.055 | 1.055 | 1.055 | 1.055 | 1.055 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.055166 Full duration: 15.404782 -------------------------------------------------------------------------------- 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 fc9f9939-3240-4f52-a71d-078a4619ffb8 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.283 | 1.283 | 1.283 | 1.283 | 1.283 | 1.283 | 100.0% | 1 | | neutron.list_ports | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | total | 1.399 | 1.399 | 1.399 | 1.399 | 1.399 | 1.399 | 100.0% | 1 | | -> duration | 1.399 | 1.399 | 1.399 | 1.399 | 1.399 | 1.399 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.398563 Full duration: 25.482415 -------------------------------------------------------------------------------- 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 fc9f9939-3240-4f52-a71d-078a4619ffb8 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.837 | 0.837 | 0.837 | 0.837 | 0.837 | 0.837 | 100.0% | 1 | | neutron.create_subnet | 0.455 | 0.455 | 0.455 | 0.455 | 0.455 | 0.455 | 100.0% | 1 | | neutron.create_router | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | neutron.add_interface_router | 1.675 | 1.675 | 1.675 | 1.675 | 1.675 | 1.675 | 100.0% | 1 | | neutron.list_routers | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | total | 3.188 | 3.188 | 3.188 | 3.188 | 3.188 | 3.188 | 100.0% | 1 | | -> duration | 3.188 | 3.188 | 3.188 | 3.188 | 3.188 | 3.188 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.187913 Full duration: 34.418013 -------------------------------------------------------------------------------- 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 fc9f9939-3240-4f52-a71d-078a4619ffb8 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | neutron.create_subnet | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 100.0% | 1 | | neutron.list_subnets | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | total | 1.708 | 1.708 | 1.708 | 1.708 | 1.708 | 1.708 | 100.0% | 1 | | -> duration | 1.708 | 1.708 | 1.708 | 1.708 | 1.708 | 1.708 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.708184 Full duration: 32.105303 -------------------------------------------------------------------------------- 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 fc9f9939-3240-4f52-a71d-078a4619ffb8 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.703 | 1.703 | 1.703 | 1.703 | 1.703 | 1.703 | 100.0% | 1 | | neutron.delete_security_group | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 100.0% | 1 | | total | 1.835 | 1.835 | 1.835 | 1.835 | 1.835 | 1.835 | 100.0% | 1 | | -> duration | 1.835 | 1.835 | 1.835 | 1.835 | 1.835 | 1.835 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.835118 Full duration: 13.836616 -------------------------------------------------------------------------------- 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 fc9f9939-3240-4f52-a71d-078a4619ffb8 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.881 | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 100.0% | 1 | | neutron.create_security_group_rule | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | neutron.delete_security_group | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | total | 1.241 | 1.241 | 1.241 | 1.241 | 1.241 | 1.241 | 100.0% | 1 | | -> duration | 1.241 | 1.241 | 1.241 | 1.241 | 1.241 | 1.241 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.241053 Full duration: 14.458018 -------------------------------------------------------------------------------- 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 fc9f9939-3240-4f52-a71d-078a4619ffb8 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.922 | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 100.0% | 1 | | neutron.create_router | 0.301 | 0.301 | 0.301 | 0.301 | 0.301 | 0.301 | 100.0% | 1 | | neutron.add_gateway_router | 1.765 | 1.765 | 1.765 | 1.765 | 1.765 | 1.765 | 100.0% | 1 | | neutron.remove_gateway_router | 1.16 | 1.16 | 1.16 | 1.16 | 1.16 | 1.16 | 100.0% | 1 | | total | 4.148 | 4.148 | 4.148 | 4.148 | 4.148 | 4.148 | 100.0% | 1 | | -> duration | 4.148 | 4.148 | 4.148 | 4.148 | 4.148 | 4.148 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.148399 Full duration: 24.404089 HINTS: * To plot HTML graphics with this data, run: rally task report fc9f9939-3240-4f52-a71d-078a4619ffb8 --out output.html * To generate a JUnit report, run: rally task export fc9f9939-3240-4f52-a71d-078a4619ffb8 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report fc9f9939-3240-4f52-a71d-078a4619ffb8 --json --out output.json 2018-03-12 11:51:45,610 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'fc9f9939-3240-4f52-a71d-078a4619ffb8'] 2018-03-12 11:51:46,644 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-12 11:51:46,644 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'fc9f9939-3240-4f52-a71d-078a4619ffb8', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-03-12 11:51:46,653 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-03-12 11:51:46,654 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-03-12 11:51:46,654 - 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-03-12 11:51:46,654 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-12 11:51:46,700 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-12 11:51:46,704 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['nova'], 'concurrency': 4, 'netid': '86d13ba4-265a-432a-8bfe-60c434bc55a0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0ca52f5d-b9a6-4dde-b3c6-29bd99e4bd64', 'flavor_name': 'rally-tiny-0ca52f5d-b9a6-4dde-b3c6-29bd99e4bd64', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0ca52f5d-b9a6-4dde-b3c6-29bd99e4bd64', '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-03-12 11:54:49,350 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ff5f2aae-d102-4fc8-aff1-e481d22dc505 2018-03-12 11:54:49,351 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'ff5f2aae-d102-4fc8-aff1-e481d22dc505'] 2018-03-12 11:54:50,223 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task ff5f2aae-d102-4fc8-aff1-e481d22dc505: 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-0ca52f5d-b9a6-4dde-b3c6-29bd99e4bd64" }, "image": { "name": "Cirros-0.4.0-0ca52f5d-b9a6-4dde-b3c6-29bd99e4bd64" }, "block_migration": false, "nics": [ { "net-id": "86d13ba4-265a-432a-8bfe-60c434bc55a0" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task ff5f2aae-d102-4fc8-aff1-e481d22dc505 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 | 13.067 | 13.067 | 13.067 | 13.067 | 13.067 | 13.067 | 100.0% | 1 | | nova.find_host_to_migrate | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 100.0% | 1 | | nova.live_migrate | 132.4 | 132.4 | 132.4 | 132.4 | 132.4 | 132.4 | 0.0% | 1 | | total | 146.399 | 146.399 | 146.399 | 146.399 | 146.399 | 146.399 | 0.0% | 1 | | -> duration | 145.399 | 145.399 | 145.399 | 145.399 | 145.399 | 145.399 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 145.399199 Full duration: 161.207539 HINTS: * To plot HTML graphics with this data, run: rally task report ff5f2aae-d102-4fc8-aff1-e481d22dc505 --out output.html * To generate a JUnit report, run: rally task export ff5f2aae-d102-4fc8-aff1-e481d22dc505 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ff5f2aae-d102-4fc8-aff1-e481d22dc505 --json --out output.json 2018-03-12 11:54:50,224 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'ff5f2aae-d102-4fc8-aff1-e481d22dc505'] 2018-03-12 11:54:51,168 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-12 11:54:51,169 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'ff5f2aae-d102-4fc8-aff1-e481d22dc505', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-03-12 11:54:51,174 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-03-12 11:54:51,175 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-03-12 11:54:51,175 - 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-03-12 11:54:51,175 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-12 11:54:51,210 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-12 11:54:51,212 - 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': '86d13ba4-265a-432a-8bfe-60c434bc55a0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0ca52f5d-b9a6-4dde-b3c6-29bd99e4bd64', 'flavor_name': 'rally-tiny-0ca52f5d-b9a6-4dde-b3c6-29bd99e4bd64', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0ca52f5d-b9a6-4dde-b3c6-29bd99e4bd64', '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-03-12 11:55:37,473 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 27bf571f-9d06-4131-9db8-24532895730f 2018-03-12 11:55:37,474 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '27bf571f-9d06-4131-9db8-24532895730f'] 2018-03-12 11:55:38,434 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 27bf571f-9d06-4131-9db8-24532895730f: 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 27bf571f-9d06-4131-9db8-24532895730f 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.66 | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 100.0% | 1 | | quotas.delete_quotas | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 100.0% | 1 | | total | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | -> duration | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.831613 Full duration: 8.940907 -------------------------------------------------------------------------------- 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 27bf571f-9d06-4131-9db8-24532895730f 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.819 | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 100.0% | 1 | | total | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 100.0% | 1 | | -> duration | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.819466 Full duration: 7.846546 -------------------------------------------------------------------------------- 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 27bf571f-9d06-4131-9db8-24532895730f 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.35 | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 100.0% | 1 | | total | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | -> duration | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.736569 Full duration: 7.848296 -------------------------------------------------------------------------------- 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 27bf571f-9d06-4131-9db8-24532895730f 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.958 | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 100.0% | 1 | | total | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 100.0% | 1 | | -> duration | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.958608 Full duration: 7.84098 HINTS: * To plot HTML graphics with this data, run: rally task report 27bf571f-9d06-4131-9db8-24532895730f --out output.html * To generate a JUnit report, run: rally task export 27bf571f-9d06-4131-9db8-24532895730f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 27bf571f-9d06-4131-9db8-24532895730f --json --out output.json 2018-03-12 11:55:38,435 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '27bf571f-9d06-4131-9db8-24532895730f'] 2018-03-12 11:55:39,384 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-12 11:55:39,385 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '27bf571f-9d06-4131-9db8-24532895730f', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-03-12 11:55:39,392 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-03-12 11:55:39,395 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:43 | 6 | 100.00% | | glance | 01:37 | 4 | 100.00% | | cinder | 02:48 | 10 | 100.00% | | heat | 01:02 | 4 | 100.00% | | keystone | 02:42 | 11 | 100.00% | | neutron | 04:24 | 11 | 100.00% | | nova | 02:41 | 1 | 0.00% | | quotas | 00:32 | 4 | 100.00% | | | | | | | TOTAL: | 00:16:32 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-03-12 11:55:39,396 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-03-12 11:55:47,141 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-12 11:55:47,141 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 19:53 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-03-12 11:55:47,145 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-03-12 11:55:47,146 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-03-12 11:55:47,229 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating project and user for Tempest suite 2018-03-12 11:55:48,839 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-12 11:55:52,508 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-03-12 11:55:55,623 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating 2nd image for Tempest suite 2018-03-12 11:55:59,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating flavor for Tempest suite 2018-03-12 11:55:59,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating 2nd flavor for Tempest suite 2018-03-12 11:56:00,419 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-12 11:56:02,660 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-03-12 11:56:04,717 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-03-12 11:56:07,869 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-12 11:56:10,109 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-03-12 11:56:15,887 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-03-12 11:56:15,887 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-03-12 11:56:18,788 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-12 11:56:18,788 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-12 11:56:18,791 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-12 11:56:18,795 - functest.opnfv_tests.openstack.refstack_client.refstack_client - DEBUG - Updating selected tempest.conf parameters for defcore... 2018-03-12 11:56:18,798 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add needed params into test_accounts.yaml... 2018-03-12 11:56:18,801 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - Starting Refstack_defcore test case: '['refstack-client', 'test', '-c', u'/home/opnfv/functest/results/refstack/refstack_tempest.conf', '-v', '--test-list', u'/home/opnfv/functest/data/refstack/defcore.txt']'. 2018-03-12 12:12:56,019 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors [0.205500s] ... ok 2018-03-12 12:12:56,019 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail [0.056524s] ... ok 2018-03-12 12:12:56,020 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image [34.631079s] ... ok 2018-03-12 12:12:56,020 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name [0.694647s] ... ok 2018-03-12 12:12:56,020 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user [0.192244s] ... ok 2018-03-12 12:12:56,020 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name [17.126382s] ... ok 2018-03-12 12:12:56,020 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers [0.074848s] ... ok 2018-03-12 12:12:56,020 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail [0.505845s] ... ok 2018-03-12 12:12:56,020 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus [0.129720s] ... ok 2018-03-12 12:12:56,020 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details [0.001150s] ... ok 2018-03-12 12:12:56,020 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name [3.203200s] ... ok 2018-03-12 12:12:56,021 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers [0.067229s] ... ok 2018-03-12 12:12:56,021 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail [0.473088s] ... ok 2018-03-12 12:12:56,021 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus [0.097692s] ... ok 2018-03-12 12:12:56,021 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details [0.000951s] ... ok 2018-03-12 12:12:56,021 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server [10.644604s] ... ok 2018-03-12 12:12:56,021 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action [0.058276s] ... ok 2018-03-12 12:12:56,021 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions [4.030582s] ... ok 2018-03-12 12:12:56,021 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor [0.229744s] ... ok 2018-03-12 12:12:56,021 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image [0.230687s] ... ok 2018-03-12 12:12:56,021 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name [0.395607s] ... ok 2018-03-12 12:12:56,022 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status [0.269002s] ... ok 2018-03-12 12:12:56,022 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results [0.237771s] ... ok 2018-03-12 12:12:56,022 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status [0.082185s] ... ok 2018-03-12 12:12:56,022 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor [0.088420s] ... ok 2018-03-12 12:12:56,022 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image [0.085085s] ... ok 2018-03-12 12:12:56,022 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit [0.067601s] ... ok 2018-03-12 12:12:56,022 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name [0.075880s] ... ok 2018-03-12 12:12:56,022 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard [0.148298s] ... ok 2018-03-12 12:12:56,022 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date [0.061622s] ... ok 2018-03-12 12:12:56,022 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date [0.011308s] ... ok 2018-03-12 12:12:56,022 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count [0.133068s] ... ok 2018-03-12 12:12:56,023 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value [0.014044s] ... ok 2018-03-12 12:12:56,023 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string [0.011171s] ... ok 2018-03-12 12:12:56,023 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor [0.031356s] ... ok 2018-03-12 12:12:56,023 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image [0.082446s] ... ok 2018-03-12 12:12:56,023 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name [0.061097s] ... ok 2018-03-12 12:12:56,023 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted [0.174960s] ... ok 2018-03-12 12:12:56,023 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing [0.013648s] ... ok 2018-03-12 12:12:56,023 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server [0.066699s] ... ok 2018-03-12 12:12:56,023 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server [21.233373s] ... ok 2018-03-12 12:12:56,023 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard [14.079225s] ... ok 2018-03-12 12:12:56,024 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server [34.896559s] ... ok 2018-03-12 12:12:56,024 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server [22.226110s] ... ok 2018-03-12 12:12:56,024 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item [1.666744s] ... ok 2018-03-12 12:12:56,024 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item [0.222124s] ... ok 2018-03-12 12:12:56,024 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata [0.298785s] ... ok 2018-03-12 12:12:56,024 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata [0.823621s] ... ok 2018-03-12 12:12:56,024 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item [0.562902s] ... ok 2018-03-12 12:12:56,024 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata [0.411323s] ... ok 2018-03-12 12:12:56,024 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password [1.849668s] ... ok 2018-03-12 12:12:56,024 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair [8.646843s] ... ok 2018-03-12 12:12:56,025 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name [15.822791s] ... ok 2018-03-12 12:12:56,025 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address [8.870027s] ... ok 2018-03-12 12:12:56,025 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name [65.913963s] ... ok 2018-03-12 12:12:56,025 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name [1.981090s] ... ok 2018-03-12 12:12:56,025 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit [1.572134s] ... ok 2018-03-12 12:12:56,025 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 [1.093644s] ... ok 2018-03-12 12:12:56,025 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor [1.141863s] ... ok 2018-03-12 12:12:56,025 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image [1.181249s] ... ok 2018-03-12 12:12:56,025 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid [1.198293s] ... ok 2018-03-12 12:12:56,025 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit [0.218234s] ... ok 2018-03-12 12:12:56,026 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id [0.231262s] ... ok 2018-03-12 12:12:56,026 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server [0.229972s] ... ok 2018-03-12 12:12:56,026 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address [0.954228s] ... ok 2018-03-12 12:12:56,026 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server [0.232083s] ... ok 2018-03-12 12:12:56,026 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server [0.252679s] ... ok 2018-03-12 12:12:56,026 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server [0.398081s] ... ok 2018-03-12 12:12:56,026 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank [1.111007s] ... ok 2018-03-12 12:12:56,026 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server [0.230506s] ... ok 2018-03-12 12:12:56,026 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server [0.231585s] ... ok 2018-03-12 12:12:56,026 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 [0.378296s] ... ok 2018-03-12 12:12:56,026 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name [0.231659s] ... ok 2018-03-12 12:12:56,027 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas [0.287052s] ... ok 2018-03-12 12:12:56,027 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas [0.333597s] ... ok 2018-03-12 12:12:56,027 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions [0.012495s] ... ok 2018-03-12 12:12:56,027 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [58.720989s] ... ok 2018-03-12 12:12:56,027 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [26.089773s] ... ok 2018-03-12 12:12:56,027 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types [0.070531s] ... ok 2018-03-12 12:12:56,027 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources [0.066503s] ... ok 2018-03-12 12:12:56,027 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses [0.073911s] ... ok 2018-03-12 12:12:56,027 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token [0.309079s] ... ok 2018-03-12 12:12:56,027 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image [0.855387s] ... ok 2018-03-12 12:12:56,028 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image [2.401342s] ... ok 2018-03-12 12:12:56,028 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema [0.009264s] ... ok 2018-03-12 12:12:56,028 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema [0.148752s] ... ok 2018-03-12 12:12:56,028 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format [0.038927s] ... ok 2018-03-12 12:12:56,028 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format [0.029868s] ... ok 2018-03-12 12:12:56,028 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit [0.027320s] ... ok 2018-03-12 12:12:56,028 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size [0.047841s] ... ok 2018-03-12 12:12:56,028 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size [0.039769s] ... ok 2018-03-12 12:12:56,028 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status [0.038057s] ... ok 2018-03-12 12:12:56,028 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility [0.036398s] ... ok 2018-03-12 12:12:56,029 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params [0.037186s] ... ok 2018-03-12 12:12:56,029 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id [0.182069s] ... ok 2018-03-12 12:12:56,029 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image [0.172654s] ... ok 2018-03-12 12:12:56,029 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image [0.530321s] ... ok 2018-03-12 12:12:56,029 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id [0.153071s] ... ok 2018-03-12 12:12:56,029 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image [0.154547s] ... ok 2018-03-12 12:12:56,029 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image [0.745808s] ... ok 2018-03-12 12:12:56,029 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag [0.462583s] ... ok 2018-03-12 12:12:56,029 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image [0.019207s] ... ok 2018-03-12 12:12:56,029 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes [4.845330s] ... ok 2018-03-12 12:12:56,029 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools [3.146898s] ... ok 2018-03-12 12:12:56,030 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled [3.786112s] ... ok 2018-03-12 12:12:56,030 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw [3.586885s] ... ok 2018-03-12 12:12:56,030 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools [3.606866s] ... ok 2018-03-12 12:12:56,030 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers [3.431832s] ... ok 2018-03-12 12:12:56,030 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway [2.090802s] ... ok 2018-03-12 12:12:56,030 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet [4.747844s] ... ok 2018-03-12 12:12:56,030 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet [3.329186s] ... ok 2018-03-12 12:12:56,030 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_list_networks [0.104067s] ... ok 2018-03-12 12:12:56,030 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields [0.319990s] ... ok 2018-03-12 12:12:56,030 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets [0.394388s] ... ok 2018-03-12 12:12:56,030 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields [0.055583s] ... ok 2018-03-12 12:12:56,031 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_show_network [0.241185s] ... ok 2018-03-12 12:12:56,031 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields [0.093353s] ... ok 2018-03-12 12:12:56,031 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet [0.053393s] ... ok 2018-03-12 12:12:56,031 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields [0.061311s] ... ok 2018-03-12 12:12:56,031 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp [4.182201s] ... ok 2018-03-12 12:12:56,031 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port [3.628305s] ... ok 2018-03-12 12:12:56,031 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools [4.039949s] ... ok 2018-03-12 12:12:56,031 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port [1.797191s] ... ok 2018-03-12 12:12:56,031 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports [0.053021s] ... ok 2018-03-12 12:12:56,031 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields [0.046902s] ... ok 2018-03-12 12:12:56,031 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port [0.048348s] ... ok 2018-03-12 12:12:56,032 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields [0.042150s] ... ok 2018-03-12 12:12:56,032 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group [2.037965s] ... ok 2018-03-12 12:12:56,032 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args [0.928221s] ... ok 2018-03-12 12:12:56,032 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code [2.395395s] ... ok 2018-03-12 12:12:56,032 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value [0.822839s] ... ok 2018-03-12 12:12:56,032 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id [2.354394s] ... ok 2018-03-12 12:12:56,032 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix [0.975358s] ... ok 2018-03-12 12:12:56,032 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule [2.102385s] ... ok 2018-03-12 12:12:56,032 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups [0.044721s] ... ok 2018-03-12 12:12:56,032 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails [0.143604s] ... ok 2018-03-12 12:12:56,032 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails [0.922718s] ... ok 2018-03-12 12:12:56,033 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype [0.669126s] ... ok 2018-03-12 12:12:56,033 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol [0.664118s] ... ok 2018-03-12 12:12:56,033 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix [0.646636s] ... ok 2018-03-12 12:12:56,033 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports [1.983239s] ... ok 2018-03-12 12:12:56,033 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid [0.819613s] ... ok 2018-03-12 12:12:56,033 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group [0.083185s] ... ok 2018-03-12 12:12:56,033 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group [0.019444s] ... ok 2018-03-12 12:12:56,033 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group [0.017432s] ... ok 2018-03-12 12:12:56,033 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule [0.015902s] ... ok 2018-03-12 12:12:56,033 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools [1.669288s] ... ok 2018-03-12 12:12:56,033 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.159097s] ... ok 2018-03-12 12:12:56,034 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.157496s] ... ok 2018-03-12 12:12:56,034 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata [1.333536s] ... ok 2018-03-12 12:12:56,034 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item [1.269513s] ... ok 2018-03-12 12:12:56,034 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata [1.166170s] ... ok 2018-03-12 12:12:56,034 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item [0.413084s] ... ok 2018-03-12 12:12:56,034 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume [0.657996s] ... ok 2018-03-12 12:12:56,034 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable [0.697416s] ... ok 2018-03-12 12:12:56,034 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update [0.286003s] ... ok 2018-03-12 12:12:56,034 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload [48.291710s] ... ok 2018-03-12 12:12:56,034 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [7.325082s] ... ok 2018-03-12 12:12:56,034 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [10.098514s] ... ok 2018-03-12 12:12:56,035 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [13.806398s] ... ok 2018-03-12 12:12:56,035 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list [0.040558s] ... ok 2018-03-12 12:12:56,035 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name [0.036892s] ... ok 2018-03-12 12:12:56,035 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name [0.186946s] ... ok 2018-03-12 12:12:56,035 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination [0.409861s] ... ok 2018-03-12 12:12:56,035 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params [0.247739s] ... ok 2018-03-12 12:12:56,035 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination [0.218910s] ... ok 2018-03-12 12:12:56,035 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status [0.038882s] ... ok 2018-03-12 12:12:56,035 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status [0.048970s] ... ok 2018-03-12 12:12:56,035 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata [0.051140s] ... ok 2018-03-12 12:12:56,035 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details [0.052919s] ... ok 2018-03-12 12:12:56,036 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata [0.040923s] ... ok 2018-03-12 12:12:56,036 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone [0.240333s] ... ok 2018-03-12 12:12:56,036 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status [0.089682s] ... ok 2018-03-12 12:12:56,036 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone [0.053487s] ... ok 2018-03-12 12:12:56,036 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status [0.052741s] ... ok 2018-03-12 12:12:56,036 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.015645s] ... ok 2018-03-12 12:12:56,036 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id [0.155381s] ... ok 2018-03-12 12:12:56,036 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid [0.169948s] ... ok 2018-03-12 12:12:56,036 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type [0.018271s] ... ok 2018-03-12 12:12:56,036 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative [0.012075s] ... ok 2018-03-12 12:12:56,036 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.011631s] ... ok 2018-03-12 12:12:56,037 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.173057s] ... ok 2018-03-12 12:12:56,037 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.160084s] ... ok 2018-03-12 12:12:56,037 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.009352s] ... ok 2018-03-12 12:12:56,037 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id [0.032379s] ... ok 2018-03-12 12:12:56,037 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.540855s] ... ok 2018-03-12 12:12:56,037 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status [0.205303s] ... ok 2018-03-12 12:12:56,037 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name [0.044621s] ... ok 2018-03-12 12:12:56,037 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status [0.204974s] ... ok 2018-03-12 12:12:56,037 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name [0.046874s] ... ok 2018-03-12 12:12:56,037 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status [0.330039s] ... ok 2018-03-12 12:12:56,037 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id [0.159977s] ... ok 2018-03-12 12:12:56,038 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id [0.033954s] ... ok 2018-03-12 12:12:56,038 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id [0.009568s] ... ok 2018-03-12 12:12:56,038 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id [0.177150s] ... ok 2018-03-12 12:12:56,038 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id [0.034777s] ... ok 2018-03-12 12:12:56,038 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.032022s] ... ok 2018-03-12 12:12:56,038 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.165061s] ... ok 2018-03-12 12:12:56,038 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete [4.620030s] ... ok 2018-03-12 12:12:56,038 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot [6.565512s] ... ok 2018-03-12 12:12:56,038 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params [0.075048s] ... ok 2018-03-12 12:12:56,038 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params [0.066961s] ... ok 2018-03-12 12:12:56,038 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.164486s] ... ok 2018-03-12 12:12:56,039 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.170342s] ... ok 2018-03-12 12:12:56,040 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - Ran: 204 tests in 993.0000 sec. 2018-03-12 12:12:56,041 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - - Passed: 204 2018-03-12 12:12:56,043 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - - Skipped: 0 2018-03-12 12:12:56,044 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - - Failed: 0 2018-03-12 12:12:56,048 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - Testcase refstack_defcore success_rate is 100.0% 2018-03-12 12:12:56,212 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-12 12:12:56,213 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 17:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-12 12:12:56,217 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-03-12 12:12:56,974 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-12 13:09:51,252 - xtesting.core.unit - DEBUG - test_add_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_group (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_admin_user_to_new_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_new_user_to_admin_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_complex_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_simple_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_several_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_without_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_id (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_setting (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_file (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url_properties (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image_new_settings (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_bad_image_file (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_image_type (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_url (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_create_three_part_image_from_file_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_delete_keypair (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_from_file (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_large_key (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_both (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_pub_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_exist_files_delete (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_exist_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_1 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_2 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_delete_network (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_admin_user_to_new_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_new_user_to_admin_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_with_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_without_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_networks_same_name (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_delete_router (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_True (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_false (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_user_to_new_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_external_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_new_user_as_admin_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_private_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_vanilla (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_ports (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_invalid_gateway_name (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_noname (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_delete_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_same_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_delete_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_same_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_volume_type_with_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos_and_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_create_delete_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_same_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_simple (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_bad_image (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_size (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_type (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_zone (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_bad_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_valid_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_valid_volume_image (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok test_ping_via_router (snaps.openstack.tests.create_instance_tests.CreateInstanceTwoNetTests) ... ok test_create_delete_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_set_allowed_address_pairs (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_mac_and_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_add_invalid_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_same_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group_never_added (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ... ok test_create_instance_from_three_part_image (snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage) ... ok test_create_instance_with_one_volume (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_instance_with_two_volumes (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_delete_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_same_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_short_timeout (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_dict (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_file (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_network_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_vm_inst_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_volume_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_volume_type_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_flavor_creator (snaps.openstack.tests.create_stack_tests.CreateStackFlavorTests) ... ok test_retrieve_keypair_creator (snaps.openstack.tests.create_stack_tests.CreateStackKeypairTests) ... ok test_retrieve_security_group_creator (snaps.openstack.tests.create_stack_tests.CreateStackSecurityGroupTests) ... ok test_bad_stack_file (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_missing_dependencies (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_single_port_static (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_init (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_before_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_reverse_engineer (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_second_creator (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_apply_simple_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok ---------------------------------------------------------------------- Ran 115 tests in 3414.266s OK 2018-03-12 13:09:51,375 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-12 13:09:51,375 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 56:54 | PASS | +---------------------+------------------+------------------+----------------+ 2018-03-12 13:09:51,379 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:58 | PASS | | vping_userdata | functest | smoke | 00:44 | PASS | | tempest_smoke_serial | functest | smoke | 12:16 | PASS | | rally_sanity | functest | smoke | 19:53 | FAIL | | refstack_defcore | functest | smoke | 17:09 | PASS | | snaps_smoke | functest | smoke | 56:54 | PASS | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-03-12 13:09:51,385 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-12 13:09:54,616 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-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-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-12 13:09:54,618 - 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=T4PeWAkMA9qU44YejuT7sQy3V export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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 2018-03-12 13:09:54,618 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-12 13:09:54,619 - 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 | patrole | | | | | validate the OPNFV scenarios. | | +---------------+---------------+--------------------------+------------------------------------------+-------------------+ 2018-03-12 13:09:54,620 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-03-12 13:09:54,620 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-03-12 13:09:55,036 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-12 13:09:56,988 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-03-12 13:09:59,226 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-03-12 13:10:02,364 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-12 13:10:04,490 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-03-12 13:10:10,490 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-12 13:10:14,465 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-03-12 13:10:18,968 - functest.opnfv_tests.openstack.patrole.patrole - DEBUG - Updating selected tempest.conf parameters for Patrole 2018-03-12 13:10:18,969 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-03-12 13:10:18,969 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-03-12 13:10:21,791 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-12 13:10:21,791 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-12 13:10:21,793 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-12 13:10:21,805 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-12 13:10:21,805 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /root/.rally/verification/verifier-50687469-1820-40d3-984d-7c480fbd17c5/repo;testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' > /home/opnfv/functest/results/patrole/test_raw_list.txt;cd -;' 2018-03-12 13:10:24,265 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-12 13:10:24,266 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-12 13:10:24,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', '/home/opnfv/functest/results/patrole/test_list.txt']'. 2018-03-12 13:10:26,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-12 13:10:26.320 57 INFO rally.api [-] Starting verification (UUID=e3090182-c6cf-443a-845b-7b425f29c7a5) for deployment 'opnfv-rally' (UUID=d239574e-d84b-4f8c-bb06-8ff0befc8e0e) by verifier 'opnfv-tempest' (UUID=50687469-1820-40d3-984d-7c480fbd17c5). 2018-03-12 13:10:26,321 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: e3090182-c6cf-443a-845b-7b425f29c7a5 2018-03-12 13:13:23,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'e3090182-c6cf-443a-845b-7b425f29c7a5']'. 2018-03-12 13:13:24,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-12 13:13:24,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-12 13:13:24,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-12 13:13:24,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | e3090182-c6cf-443a-845b-7b425f29c7a5 | 2018-03-12 13:13:24,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-12 13:13:24,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-12 13:10:26 | 2018-03-12 13:13:24,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-12 13:13:23 | 2018-03-12 13:13:24,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:57 | 2018-03-12 13:13:24,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-12 13:13:24,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-12 13:13:24,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 50687469-1820-40d3-984d-7c480fbd17c5) | 2018-03-12 13:13:24,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-12 13:13:24,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: d239574e-d84b-4f8c-bb06-8ff0befc8e0e) | 2018-03-12 13:13:24,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-03-12 13:13:24,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 169.055 | 2018-03-12 13:13:24,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-03-12 13:13:24,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-03-12 13:13:24,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-12 13:13:24,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-12 13:13:24,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-12 13:13:24,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-12 13:13:24,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-12 13:13:24,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-03-12 13:13:29,418 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-12 13:13:29,419 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:19 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-12 13:13:29,423 - xtesting.ci.run_tests - INFO - Xtesting report: +-------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-------------------+------------------+---------------+------------------+----------------+ | patrole | functest | smoke | 03:19 | PASS | +-------------------+------------------+---------------+------------------+----------------+ 2018-03-12 13:13:29,425 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-12 13:13:32,227 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-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-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-12 13:13:32,229 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=T4PeWAkMA9qU44YejuT7sQy3V export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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 2018-03-12 13:13:32,229 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-12 13:13:32,230 - 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 barometercollectd | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ 2018-03-12 13:13:32,231 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-12 13:13:32,231 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-03-12 13:17:33,104 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-03-12 13:17:33,242 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-12 13:17:33,243 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:01 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-03-12 13:17:33,246 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-03-12 13:56:13,087 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-03-12 13:56:13,221 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-12 13:56:13,222 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 38:40 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-03-12 13:56:13,226 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-03-12 13:56:13,226 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:01 | PASS | | barometercollectd | barometer | features | 38:40 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-03-12 13:56:13,231 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-12 13:57:06,068 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-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-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-12 13:57:06,072 - 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=T4PeWAkMA9qU44YejuT7sQy3V export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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 2018-03-12 13:57:06,073 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-12 13:57:06,073 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-12 13:57:06,074 - 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 | | orchestra_openims | orchestra | vnf | 00:00 | SKIP | | orchestra_clearwaterims | orchestra | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +---------------------------------+-------------------+--------------+------------------+----------------+ 2018-03-12 13:57:06,077 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-12 13:57:08,772 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-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-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-12 13:57:08,777 - 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=T4PeWAkMA9qU44YejuT7sQy3V export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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 2018-03-12 13:57:08,778 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-12 13:57:08,778 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-12 13:57:08,779 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-03-12 13:57:08,780 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK