2018-03-18 20:27:20,532 - functest.ci.check_deployment - DEBUG - 172.30.9.25:5000 is reachable! 2018-03-18 20:27:20,532 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.25:5000/v3 ...OK 2018-03-18 20:27:20,926 - functest.ci.check_deployment - INFO - Got token ...OK 2018-03-18 20:27:21,308 - functest.ci.check_deployment - DEBUG - 172.30.9.25:5000 is reachable! 2018-03-18 20:27:21,308 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.25:5000 ...OK 2018-03-18 20:27:21,766 - functest.ci.check_deployment - DEBUG - 172.30.9.25:8774 is reachable! 2018-03-18 20:27:21,767 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.25:8774/v2.1 ...OK 2018-03-18 20:27:22,214 - functest.ci.check_deployment - DEBUG - 172.30.9.25:9696 is reachable! 2018-03-18 20:27:22,214 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.25:9696 ...OK 2018-03-18 20:27:22,592 - functest.ci.check_deployment - DEBUG - 172.30.9.25:9292 is reachable! 2018-03-18 20:27:22,592 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.25:9292 ...OK 2018-03-18 20:27:23,784 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-03-18 20:27:25,454 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-03-18 20:27:25,475 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-03-18 20:27:27,048 - functest.ci.check_deployment - INFO - External network found: external 2018-03-18 20:27:35,952 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-24 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-18 20:27:35,956 - 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=nKvzTrH7NkcKJrwrXeWtF2mnx export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-18 20:27:35,956 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-18 20:27:35,957 - 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-18 20:27:35,959 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-03-18 20:27:35,959 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-03-18 20:27:38,910 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-18 20:27:49,229 - 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 10.307s OK 2018-03-18 20:27:49,352 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-18 20:27:49,353 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-18 20:27:49,356 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-03-18 20:27:50,911 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-18 20:43:06,873 - 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 915.909s OK 2018-03-18 20:43:06,995 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-18 20:43:06,995 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 15:16 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-18 20:43:07,000 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-03-18 20:43:07,891 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-18 20:44:15,810 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 67.917s OK 2018-03-18 20:44:15,920 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-18 20:44:15,920 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 01:08 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-03-18 20:44:15,924 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 15:16 | PASS | | snaps_health_check | functest | healthcheck | 01:08 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-03-18 20:44:15,927 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-18 20:44:18,547 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-24 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-18 20:44:18,549 - 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=nKvzTrH7NkcKJrwrXeWtF2mnx export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-18 20:44:18,549 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-18 20:44:18,550 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-03-18 20:44:18,551 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-03-18 20:44:18,551 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-03-18 20:44:23,361 - 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-18 20:44:23,362 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-18 20:44:23,362 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-18 20:44:23' 2018-03-18 20:44:23,362 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--88ff1ba0-e064-4fc4-a46d-9a7df989bd82' 2018-03-18 20:44:29,583 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-88ff1ba0-e064-4fc4-a46d-9a7df989bd82' 2018-03-18 20:44:33,165 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-88ff1ba0-e064-4fc4-a46d-9a7df989bd82' 2018-03-18 20:44:45,945 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-88ff1ba0-e064-4fc4-a46d-9a7df989bd82' 2018-03-18 20:44:47,339 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-88ff1ba0-e064-4fc4-a46d-9a7df989bd82' 2018-03-18 20:44:48,589 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-88ff1ba0-e064-4fc4-a46d-9a7df989bd82' 2018-03-18 20:44:56,460 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-88ff1ba0-e064-4fc4-a46d-9a7df989bd82' 2018-03-18 20:45:01,034 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-88ff1ba0-e064-4fc4-a46d-9a7df989bd82' 2018-03-18 20:45:26,308 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-18 20:45:34,710 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-03-18 20:45:34,791 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-18 20:45:35,798 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-18 20:46:05,349 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-18 20:46:05,349 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:12 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-18 20:46:05,353 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-03-18 20:46:05,450 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-18 20:46:05,451 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-18 20:46:05' 2018-03-18 20:46:05,451 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--f1e80a21-7e8f-4c23-82c0-8bf20234b47b' 2018-03-18 20:46:12,846 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-f1e80a21-7e8f-4c23-82c0-8bf20234b47b' 2018-03-18 20:46:15,972 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-f1e80a21-7e8f-4c23-82c0-8bf20234b47b' 2018-03-18 20:46:29,131 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-f1e80a21-7e8f-4c23-82c0-8bf20234b47b' 2018-03-18 20:46:29,819 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-f1e80a21-7e8f-4c23-82c0-8bf20234b47b' 2018-03-18 20:46:37,736 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-f1e80a21-7e8f-4c23-82c0-8bf20234b47b' 2018-03-18 20:46:44,889 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-18 20:46:59,032 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-18 20:47:02,081 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.10. Waiting for response... 2018-03-18 20:47:04,823 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-18 20:47:35,284 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-18 20:47:35,284 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:59 | PASS | +------------------------+------------------+------------------+----------------+ 2018-03-18 20:47:35,288 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-03-18 20:47:35,389 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-18 20:47:40,225 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-18 20:47:39.913 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=0b1ad358-cc12-42af-9830-b860468f4635) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 0b1ad358-cc12-42af-9830-b860468f4635 | 2018-03-18T20:47:39 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 0b1ad358-cc12-42af-9830-b860468f4635 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-18 20:47:43,541 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-03-18 20:47:43,541 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-18 20:47:49,506 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-18 20:47:47.624 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-18 20:47:47.882 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-18 20:47:49.319 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=dde92e20-6dd0-4f7f-b98d-64e4094c15db) has been successfully created! Using verifier 'opnfv-tempest' (UUID=dde92e20-6dd0-4f7f-b98d-64e4094c15db) as the default verifier for the future CLI operations. 2018-03-18 20:47:52,452 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-18 20:47:55,161 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-18 20:48:08,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-18 20:48:14,263 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-18 20:48:13.247 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=dde92e20-6dd0-4f7f-b98d-64e4094c15db) for deployment 'opnfv-rally' (UUID=0b1ad358-cc12-42af-9830-b860468f4635). 2018-03-18 20:48:14.086 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=dde92e20-6dd0-4f7f-b98d-64e4094c15db) has been successfully configured for deployment 'opnfv-rally' (UUID=0b1ad358-cc12-42af-9830-b860468f4635)! 2018-03-18 20:48:14,263 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-18 20:48:14,264 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-18 20:48:14,266 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-18 20:48:14,270 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-18 20:48:17,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-dde92e20-6dd0-4f7f-b98d-64e4094c15db/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-03-18 20:48:17,271 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-18 20:48:17,273 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-18 20:48:17,273 - 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-18 20:48:19,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:48:19.437 55 INFO rally.api [-] Starting verification (UUID=9085cb4c-4b7b-49be-9e6b-7bb4e29607be) for deployment 'opnfv-rally' (UUID=0b1ad358-cc12-42af-9830-b860468f4635) by verifier 'opnfv-tempest' (UUID=dde92e20-6dd0-4f7f-b98d-64e4094c15db). 2018-03-18 20:48:19,439 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 9085cb4c-4b7b-49be-9e6b-7bb4e29607be 2018-03-18 20:48:27,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:48:27.867 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.189s] 2018-03-18 20:48:27,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:48:27.936 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.069s] 2018-03-18 20:48:35,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:48:35.179 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.526s] 2018-03-18 20:48:38,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:48:38.924 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.744s] 2018-03-18 20:48:52,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:48:52.771 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.799s] 2018-03-18 20:49:17,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:49:17.180 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [18.120s] 2018-03-18 20:50:07,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:50:07.317 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.069s] 2018-03-18 20:50:07,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:50:07.318 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-03-18 20:50:55,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:50:55.695 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.069s] 2018-03-18 20:50:55,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:50:55.696 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-18 20:51:42,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:51:42.576 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.077s] 2018-03-18 20:51:42,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:51:42.578 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-03-18 20:52:55,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:52:55.584 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [25.115s] 2018-03-18 20:53:29,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:53:29.299 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.049s] 2018-03-18 20:53:29,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:53:29.402 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.103s] 2018-03-18 20:53:39,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:53:39.903 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.669s] 2018-03-18 20:53:39,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:53:39.912 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-03-18 20:53:41,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:53:41.439 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-03-18 20:53:41,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:53:41.439 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-03-18 20:53:46,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:53:46.016 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.525s] 2018-03-18 20:53:53,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:53:53.861 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.085s] 2018-03-18 20:54:01,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:54:01.306 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [1.396s] 2018-03-18 20:54:09,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:54:09.596 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.567s] 2018-03-18 20:54:20,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:54:20.796 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [4.712s] 2018-03-18 20:54:27,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:54:27.288 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.396s] 2018-03-18 20:54:33,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:54:33.122 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.236s] 2018-03-18 20:54:40,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:54:40.796 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.455s] 2018-03-18 20:54:49,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:54:49.079 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.838s] 2018-03-18 20:54:57,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:54:57.708 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.933s] 2018-03-18 20:55:00,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:55:00.929 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-03-18 20:55:02,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:55:02.906 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.081s] 2018-03-18 20:55:02,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:55:02.986 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.079s] 2018-03-18 20:55:03,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:55:03.061 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.075s] 2018-03-18 20:55:03,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:55:03.068 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-03-18 20:55:07,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:55:07.279 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.843s] 2018-03-18 20:55:11,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:55:11.463 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [4.184s] 2018-03-18 20:55:15,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:55:15.505 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [4.041s] 2018-03-18 20:55:27,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:55:27.480 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.009s] 2018-03-18 20:55:35,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:55:35.394 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.167s] 2018-03-18 20:55:54,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:55:54.613 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.980s] 2018-03-18 20:55:59,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:55:59.409 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.795s] 2018-03-18 20:56:14,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:56:14.333 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.063s] 2018-03-18 20:56:19,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:56:19.081 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.746s] 2018-03-18 20:56:26,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:56:26.858 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.776s] 2018-03-18 20:56:37,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:56:37.104 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.787s] 2018-03-18 20:56:41,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:56:41.759 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.653s] 2018-03-18 20:56:48,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:56:48.355 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.596s] 2018-03-18 20:57:05,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:57:05.067 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.994s] 2018-03-18 20:57:05,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:57:05.495 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.427s] 2018-03-18 20:57:05,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:57:05.740 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.245s] 2018-03-18 20:57:05,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:57:05.947 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.206s] 2018-03-18 20:57:06,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:57:06.204 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.256s] 2018-03-18 20:57:06,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:57:06.285 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.081s] 2018-03-18 20:57:24,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:57:24.037 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.228s] 2018-03-18 20:57:24,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:57:24.486 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.449s] 2018-03-18 20:57:24,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:57:24.737 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.251s] 2018-03-18 20:57:24,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:57:24.944 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.206s] 2018-03-18 20:57:25,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:57:25.187 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.243s] 2018-03-18 20:57:25,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:57:25.246 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.058s] 2018-03-18 20:57:40,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:57:40.974 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [6.280s] 2018-03-18 20:57:47,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:57:47.964 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.989s] 2018-03-18 20:57:51,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:57:51.209 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [3.245s] 2018-03-18 20:57:51,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:57:51.267 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.058s] 2018-03-18 20:57:51,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:57:51.479 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.211s] 2018-03-18 20:58:05,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:58:05.185 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.581s] 2018-03-18 20:58:12,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:58:12.484 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [7.298s] 2018-03-18 20:58:15,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:58:15.066 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.581s] 2018-03-18 20:58:15,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:58:15.184 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.118s] 2018-03-18 20:58:15,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:58:15.248 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.063s] 2018-03-18 20:58:39,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:58:39.128 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [18.027s] 2018-03-18 20:58:52,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:58:52.351 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [13.223s] 2018-03-18 20:59:04,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:59:04.762 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [12.411s] 2018-03-18 20:59:15,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:59:15.166 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [10.402s] 2018-03-18 20:59:51,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 20:59:51.528 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [19.172s] 2018-03-18 21:00:04,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:00:04.492 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [12.963s] 2018-03-18 21:00:16,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:00:16.017 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [11.525s] 2018-03-18 21:00:27,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:00:27.786 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [11.768s] 2018-03-18 21:00:46,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:00:46.207 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.850s] 2018-03-18 21:00:49,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:00:49.987 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [3.778s] 2018-03-18 21:00:50,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:00:50.181 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.196s] 2018-03-18 21:00:56,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:00:56.340 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.896s] 2018-03-18 21:00:58,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:00:58.918 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.575s] 2018-03-18 21:00:59,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:00:59.110 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.194s] 2018-03-18 21:01:03,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:01:03.986 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.180s] 2018-03-18 21:01:07,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:01:07.854 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-03-18 21:01:09,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:01:09.202 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-03-18 21:01:09,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:01:09.204 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-03-18 21:01:09,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:01:09.205 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-03-18 21:01:09,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:01:09.206 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-03-18 21:01:09,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:01:09.207 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-03-18 21:01:11,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:01:11.164 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-03-18 21:01:34,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:01:34.689 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [17.697s] 2018-03-18 21:01:52,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:01:52.402 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [11.460s] 2018-03-18 21:02:11,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:02:11.785 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [19.381s] 2018-03-18 21:02:25,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:02:25.035 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.179s] 2018-03-18 21:04:01,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:04:01.658 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [88.998s] 2018-03-18 21:04:59,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:04:59.550 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [42.517s] 2018-03-18 21:06:10,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:06:10.866 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... fail [35.917s] 2018-03-18 21:06:34,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '9085cb4c-4b7b-49be-9e6b-7bb4e29607be']'. 2018-03-18 21:06:35,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-18 21:06:35,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-18 21:06:35,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-18 21:06:35,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 9085cb4c-4b7b-49be-9e6b-7bb4e29607be | 2018-03-18 21:06:35,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-03-18 21:06:35,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-18 20:48:19 | 2018-03-18 21:06:35,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-18 21:06:34 | 2018-03-18 21:06:35,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:18:15 | 2018-03-18 21:06:35,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-03-18 21:06:35,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-18 21:06:35,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-18 21:06:35,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: dde92e20-6dd0-4f7f-b98d-64e4094c15db) | 2018-03-18 21:06:35,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-18 21:06:35,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 0b1ad358-cc12-42af-9830-b860468f4635) | 2018-03-18 21:06:35,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-03-18 21:06:35,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1065.85 | 2018-03-18 21:06:35,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-03-18 21:06:35,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-03-18 21:06:35,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-18 21:06:35,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-18 21:06:35,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-03-18 21:06:35,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-18 21:06:35,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-18 21:06:36,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-03-18 21:06:47,939 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-18 21:06:47,939 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 18:55 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-03-18 21:06:47,943 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-03-18 21:06:47,943 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-03-18 21:06:48,036 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-18 21:06:50,566 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-18 21:06:50.165 121 INFO rally.deployment.engine [-] Deployment 0b1ad358-cc12-42af-9830-b860468f4635 | Starting: Destroy cloud and free allocated resources. 2018-03-18 21:06:50.263 121 INFO rally.deployment.engine [-] Deployment 0b1ad358-cc12-42af-9830-b860468f4635 | Completed: Destroy cloud and free allocated resources. 2018-03-18 21:06:50.301 121 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=dde92e20-6dd0-4f7f-b98d-64e4094c15db) for deployment 'opnfv-rally'. 2018-03-18 21:06:50.319 121 INFO rally.api [-] Deleting verification (UUID=9085cb4c-4b7b-49be-9e6b-7bb4e29607be). 2018-03-18 21:06:50.360 121 INFO rally.api [-] Verification has been successfully deleted! 2018-03-18 21:06:50.361 121 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=dde92e20-6dd0-4f7f-b98d-64e4094c15db). 2018-03-18 21:06:50.372 121 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-18 21:06:53,054 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-18 21:06:52.744 124 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=54d90dab-2f08-49d9-8fc5-0e3802516a96) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 54d90dab-2f08-49d9-8fc5-0e3802516a96 | 2018-03-18T21:06:52 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 54d90dab-2f08-49d9-8fc5-0e3802516a96 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-18 21:06:56,337 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-03-18 21:06:56,338 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-03-18 21:06:57,806 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-e195b943-887c-4078-805a-7271fad35ddd'... 2018-03-18 21:07:02,426 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-e195b943-887c-4078-805a-7271fad35ddd'... 2018-03-18 21:07:05,232 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-e195b943-887c-4078-805a-7271fad35ddd'... 2018-03-18 21:07:16,770 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-e195b943-887c-4078-805a-7271fad35ddd'... 2018-03-18 21:07:17,762 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-e195b943-887c-4078-805a-7271fad35ddd'... 2018-03-18 21:07:18,598 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-03-18 21:07:18,599 - 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-18 21:07:18,600 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-18 21:07:18,644 - 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-18 21:07:18,650 - 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': '1b94bcd3-fced-44ae-bf57-bdb39901b6cf', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-e195b943-887c-4078-805a-7271fad35ddd', 'flavor_name': 'rally-tiny-e195b943-887c-4078-805a-7271fad35ddd', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-e195b943-887c-4078-805a-7271fad35ddd', '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-18 21:08:19,362 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 68ab988f-20ef-4781-affd-e673785cae5f 2018-03-18 21:08:19,362 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-03-18 21:08:19,364 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '68ab988f-20ef-4781-affd-e673785cae5f'] 2018-03-18 21:08:20,435 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 68ab988f-20ef-4781-affd-e673785cae5f: 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 68ab988f-20ef-4781-affd-e673785cae5f 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.481 | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 100.0% | 1 | | total | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 100.0% | 1 | | -> duration | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.480742 Full duration: 7.108507 -------------------------------------------------------------------------------- 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 68ab988f-20ef-4781-affd-e673785cae5f 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.342 | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 100.0% | 1 | | total | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | -> duration | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.788329 Full duration: 7.776866 -------------------------------------------------------------------------------- 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 68ab988f-20ef-4781-affd-e673785cae5f 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.522 | 0.522 | 0.522 | 0.522 | 0.522 | 0.522 | 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.939502 Full duration: 7.806741 -------------------------------------------------------------------------------- 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 68ab988f-20ef-4781-affd-e673785cae5f 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.458 | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 100.0% | 1 | | total | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 100.0% | 1 | | -> duration | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.955807 Full duration: 7.502974 -------------------------------------------------------------------------------- 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 68ab988f-20ef-4781-affd-e673785cae5f 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.527 | 0.527 | 0.527 | 0.527 | 0.527 | 0.527 | 100.0% | 1 | | total | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 100.0% | 1 | | -> duration | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.936663 Full duration: 7.851348 -------------------------------------------------------------------------------- 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 68ab988f-20ef-4781-affd-e673785cae5f 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.219 | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 100.0% | 1 | | total | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 100.0% | 1 | | -> duration | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.674059 Full duration: 7.47151 HINTS: * To plot HTML graphics with this data, run: rally task report 68ab988f-20ef-4781-affd-e673785cae5f --out output.html * To generate a JUnit report, run: rally task export 68ab988f-20ef-4781-affd-e673785cae5f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 68ab988f-20ef-4781-affd-e673785cae5f --json --out output.json 2018-03-18 21:08:20,436 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '68ab988f-20ef-4781-affd-e673785cae5f'] 2018-03-18 21:08:21,516 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-18 21:08:21,517 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '68ab988f-20ef-4781-affd-e673785cae5f', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-03-18 21:08:21,525 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-03-18 21:08:21,525 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-03-18 21:08:21,526 - 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-18 21:08:21,526 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-18 21:08:21,568 - 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-18 21:08:21,570 - 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': '1b94bcd3-fced-44ae-bf57-bdb39901b6cf', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-e195b943-887c-4078-805a-7271fad35ddd', 'flavor_name': 'rally-tiny-e195b943-887c-4078-805a-7271fad35ddd', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-e195b943-887c-4078-805a-7271fad35ddd', '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-18 21:11:00,515 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d98d86f1-e794-4e24-859d-dfd9a00bba03 2018-03-18 21:11:00,515 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'd98d86f1-e794-4e24-859d-dfd9a00bba03'] 2018-03-18 21:11:01,673 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task d98d86f1-e794-4e24-859d-dfd9a00bba03: 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 d98d86f1-e794-4e24-859d-dfd9a00bba03 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 | 8.37 | 8.37 | 8.37 | 8.37 | 8.37 | 8.37 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 100.0% | 1 | | -> glance_v2.upload_data | 5.151 | 5.151 | 5.151 | 5.151 | 5.151 | 5.151 | 100.0% | 1 | | glance_v2.delete_image | 4.8 | 4.8 | 4.8 | 4.8 | 4.8 | 4.8 | 100.0% | 1 | | total | 13.17 | 13.17 | 13.17 | 13.17 | 13.17 | 13.17 | 100.0% | 1 | | -> duration | 13.17 | 13.17 | 13.17 | 13.17 | 13.17 | 13.17 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.170163 Full duration: 21.512936 -------------------------------------------------------------------------------- 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 d98d86f1-e794-4e24-859d-dfd9a00bba03 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 | 8.114 | 8.114 | 8.114 | 8.114 | 8.114 | 8.114 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.583 | 0.583 | 0.583 | 0.583 | 0.583 | 0.583 | 100.0% | 1 | | -> glance_v2.upload_data | 4.587 | 4.587 | 4.587 | 4.587 | 4.587 | 4.587 | 100.0% | 1 | | glance_v2.list_images | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 100.0% | 1 | | total | 8.308 | 8.308 | 8.308 | 8.308 | 8.308 | 8.308 | 100.0% | 1 | | -> duration | 8.308 | 8.308 | 8.308 | 8.308 | 8.308 | 8.308 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.307908 Full duration: 24.564741 -------------------------------------------------------------------------------- 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 d98d86f1-e794-4e24-859d-dfd9a00bba03 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.342 | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 100.0% | 1 | | total | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 100.0% | 1 | | -> duration | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.341816 Full duration: 8.398771 -------------------------------------------------------------------------------- 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-e195b943-887c-4078-805a-7271fad35ddd" }, "number_instances": 2, "nics": [ { "net-id": "1b94bcd3-fced-44ae-bf57-bdb39901b6cf" } ] }, "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 d98d86f1-e794-4e24-859d-dfd9a00bba03 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 | 8.239 | 8.239 | 8.239 | 8.239 | 8.239 | 8.239 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.347 | 0.347 | 0.347 | 0.347 | 0.347 | 0.347 | 100.0% | 1 | | -> glance_v2.upload_data | 5.481 | 5.481 | 5.481 | 5.481 | 5.481 | 5.481 | 100.0% | 1 | | nova.boot_servers | 21.4 | 21.4 | 21.4 | 21.4 | 21.4 | 21.4 | 100.0% | 1 | | total | 29.639 | 29.639 | 29.639 | 29.639 | 29.639 | 29.639 | 100.0% | 1 | | -> duration | 28.639 | 28.639 | 28.639 | 28.639 | 28.639 | 28.639 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 28.639211 Full duration: 85.970525 HINTS: * To plot HTML graphics with this data, run: rally task report d98d86f1-e794-4e24-859d-dfd9a00bba03 --out output.html * To generate a JUnit report, run: rally task export d98d86f1-e794-4e24-859d-dfd9a00bba03 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d98d86f1-e794-4e24-859d-dfd9a00bba03 --json --out output.json 2018-03-18 21:11:01,673 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'd98d86f1-e794-4e24-859d-dfd9a00bba03'] 2018-03-18 21:11:02,649 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-18 21:11:02,649 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'd98d86f1-e794-4e24-859d-dfd9a00bba03', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-03-18 21:11:02,656 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-03-18 21:11:02,656 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-03-18 21:11:02,657 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-ceilometer.yaml 2018-03-18 21:11:02,657 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-18 21:11:02,697 - 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-18 21:11:02,698 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-03-18 21:11:02,698 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-03-18 21:11:02,698 - 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-18 21:11:02,698 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-18 21:11:02,730 - 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-18 21:11:02,735 - 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': '1b94bcd3-fced-44ae-bf57-bdb39901b6cf', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-e195b943-887c-4078-805a-7271fad35ddd', 'flavor_name': 'rally-tiny-e195b943-887c-4078-805a-7271fad35ddd', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-e195b943-887c-4078-805a-7271fad35ddd', '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-18 21:14:40,492 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c683caef-14bf-4871-a907-b6733218b31c 2018-03-18 21:14:40,493 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'c683caef-14bf-4871-a907-b6733218b31c'] 2018-03-18 21:14:41,614 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task c683caef-14bf-4871-a907-b6733218b31c: 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 c683caef-14bf-4871-a907-b6733218b31c 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 | 4.538 | 4.538 | 4.538 | 4.538 | 4.538 | 4.538 | 100.0% | 1 | | cinder_v2.delete_snapshot | 4.899 | 4.899 | 4.899 | 4.899 | 4.899 | 4.899 | 100.0% | 1 | | total | 9.438 | 9.438 | 9.438 | 9.438 | 9.438 | 9.438 | 100.0% | 1 | | -> duration | 9.438 | 9.438 | 9.438 | 9.438 | 9.438 | 9.438 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.438117 Full duration: 28.992248 -------------------------------------------------------------------------------- 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 c683caef-14bf-4871-a907-b6733218b31c has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.137 | 3.137 | 3.137 | 3.137 | 3.137 | 3.137 | 100.0% | 1 | | cinder_v2.delete_volume | 2.696 | 2.696 | 2.696 | 2.696 | 2.696 | 2.696 | 100.0% | 1 | | total | 5.833 | 5.833 | 5.833 | 5.833 | 5.833 | 5.833 | 100.0% | 1 | | -> duration | 5.833 | 5.833 | 5.833 | 5.833 | 5.833 | 5.833 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.833259 Full duration: 17.369745 -------------------------------------------------------------------------------- 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-e195b943-887c-4078-805a-7271fad35ddd" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task c683caef-14bf-4871-a907-b6733218b31c 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 | 13.708 | 13.708 | 13.708 | 13.708 | 13.708 | 13.708 | 100.0% | 1 | | cinder_v2.delete_volume | 3.196 | 3.196 | 3.196 | 3.196 | 3.196 | 3.196 | 100.0% | 1 | | total | 16.904 | 16.904 | 16.904 | 16.904 | 16.904 | 16.904 | 100.0% | 1 | | -> duration | 16.904 | 16.904 | 16.904 | 16.904 | 16.904 | 16.904 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.903951 Full duration: 28.154769 -------------------------------------------------------------------------------- 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 c683caef-14bf-4871-a907-b6733218b31c 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.203 | 3.203 | 3.203 | 3.203 | 3.203 | 3.203 | 100.0% | 1 | | cinder_v2.delete_volume | 5.481 | 5.481 | 5.481 | 5.481 | 5.481 | 5.481 | 100.0% | 1 | | total | 8.684 | 8.684 | 8.684 | 8.684 | 8.684 | 8.684 | 100.0% | 1 | | -> duration | 8.684 | 8.684 | 8.684 | 8.684 | 8.684 | 8.684 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.684052 Full duration: 19.400847 -------------------------------------------------------------------------------- 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 c683caef-14bf-4871-a907-b6733218b31c 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.77 | 3.77 | 3.77 | 3.77 | 3.77 | 3.77 | 100.0% | 1 | | cinder_v2.extend_volume | 2.51 | 2.51 | 2.51 | 2.51 | 2.51 | 2.51 | 100.0% | 1 | | cinder_v2.delete_volume | 3.048 | 3.048 | 3.048 | 3.048 | 3.048 | 3.048 | 100.0% | 1 | | total | 9.329 | 9.329 | 9.329 | 9.329 | 9.329 | 9.329 | 100.0% | 1 | | -> duration | 9.329 | 9.329 | 9.329 | 9.329 | 9.329 | 9.329 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.329228 Full duration: 19.248604 -------------------------------------------------------------------------------- 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 c683caef-14bf-4871-a907-b6733218b31c 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 | 5.722 | 5.722 | 5.722 | 5.722 | 5.722 | 5.722 | 100.0% | 1 | | cinder_v2.delete_volume | 3.144 | 3.144 | 3.144 | 3.144 | 3.144 | 3.144 | 100.0% | 1 | | total | 8.866 | 8.866 | 8.866 | 8.866 | 8.866 | 8.866 | 100.0% | 1 | | -> duration | 8.866 | 8.866 | 8.866 | 8.866 | 8.866 | 8.866 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.865936 Full duration: 26.121871 -------------------------------------------------------------------------------- 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 c683caef-14bf-4871-a907-b6733218b31c 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.646 | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 100.0% | 1 | | cinder_v2.list_qos | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 100.0% | 1 | | total | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | -> duration | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.811671 Full duration: 12.753405 -------------------------------------------------------------------------------- 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 c683caef-14bf-4871-a907-b6733218b31c 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.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | cinder_v2.set_qos | 0.227 | 0.227 | 0.227 | 0.227 | 0.227 | 0.227 | 100.0% | 1 | | total | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | -> duration | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.832529 Full duration: 13.705358 -------------------------------------------------------------------------------- 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 c683caef-14bf-4871-a907-b6733218b31c 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.6 | 0.6 | 0.6 | 0.6 | 0.6 | 0.6 | 100.0% | 1 | | cinder_v2.list_types | 0.192 | 0.192 | 0.192 | 0.192 | 0.192 | 0.192 | 100.0% | 1 | | total | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | -> duration | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.792252 Full duration: 13.453521 -------------------------------------------------------------------------------- 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 c683caef-14bf-4871-a907-b6733218b31c 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.659 | 0.659 | 0.659 | 0.659 | 0.659 | 0.659 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 100.0% | 1 | | total | 0.853 | 0.853 | 0.853 | 0.853 | 0.853 | 0.853 | 100.0% | 1 | | -> duration | 0.853 | 0.853 | 0.853 | 0.853 | 0.853 | 0.853 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.852644 Full duration: 12.598147 HINTS: * To plot HTML graphics with this data, run: rally task report c683caef-14bf-4871-a907-b6733218b31c --out output.html * To generate a JUnit report, run: rally task export c683caef-14bf-4871-a907-b6733218b31c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c683caef-14bf-4871-a907-b6733218b31c --json --out output.json 2018-03-18 21:14:41,614 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'c683caef-14bf-4871-a907-b6733218b31c'] 2018-03-18 21:14:42,606 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-18 21:14:42,606 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'c683caef-14bf-4871-a907-b6733218b31c', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-03-18 21:14:42,614 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-03-18 21:14:42,615 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-03-18 21:14:42,615 - 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-18 21:14:42,615 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-18 21:14:42,659 - 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-18 21:14:42,661 - 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': '1b94bcd3-fced-44ae-bf57-bdb39901b6cf', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-e195b943-887c-4078-805a-7271fad35ddd', 'flavor_name': 'rally-tiny-e195b943-887c-4078-805a-7271fad35ddd', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-e195b943-887c-4078-805a-7271fad35ddd', '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-18 21:16:12,106 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 89632072-14c3-416c-ae2b-36058e5d2d69 2018-03-18 21:16:12,106 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '89632072-14c3-416c-ae2b-36058e5d2d69'] 2018-03-18 21:16:13,161 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 89632072-14c3-416c-ae2b-36058e5d2d69: 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 89632072-14c3-416c-ae2b-36058e5d2d69 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.996 | 5.996 | 5.996 | 5.996 | 5.996 | 5.996 | 100.0% | 1 | | heat.update_stack | 2.922 | 2.922 | 2.922 | 2.922 | 2.922 | 2.922 | 100.0% | 1 | | heat.delete_stack | 4.046 | 4.046 | 4.046 | 4.046 | 4.046 | 4.046 | 100.0% | 1 | | total | 12.964 | 12.964 | 12.964 | 12.964 | 12.964 | 12.964 | 100.0% | 1 | | -> duration | 8.964 | 8.964 | 8.964 | 8.964 | 8.964 | 8.964 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.963862 Full duration: 21.374284 -------------------------------------------------------------------------------- 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 89632072-14c3-416c-ae2b-36058e5d2d69 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.756 | 4.756 | 4.756 | 4.756 | 4.756 | 4.756 | 100.0% | 1 | | heat.check_stack | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 100.0% | 1 | | heat.delete_stack | 2.646 | 2.646 | 2.646 | 2.646 | 2.646 | 2.646 | 100.0% | 1 | | total | 8.301 | 8.301 | 8.301 | 8.301 | 8.301 | 8.301 | 100.0% | 1 | | -> duration | 6.301 | 6.301 | 6.301 | 6.301 | 6.301 | 6.301 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.301345 Full duration: 18.261869 -------------------------------------------------------------------------------- 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 89632072-14c3-416c-ae2b-36058e5d2d69 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.523 | 4.523 | 4.523 | 4.523 | 4.523 | 4.523 | 100.0% | 1 | | heat.suspend_stack | 2.124 | 2.124 | 2.124 | 2.124 | 2.124 | 2.124 | 100.0% | 1 | | heat.resume_stack | 1.524 | 1.524 | 1.524 | 1.524 | 1.524 | 1.524 | 100.0% | 1 | | heat.delete_stack | 2.796 | 2.796 | 2.796 | 2.796 | 2.796 | 2.796 | 100.0% | 1 | | total | 10.967 | 10.967 | 10.967 | 10.967 | 10.967 | 10.967 | 100.0% | 1 | | -> duration | 8.967 | 8.967 | 8.967 | 8.967 | 8.967 | 8.967 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.96737 Full duration: 21.670559 -------------------------------------------------------------------------------- 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 89632072-14c3-416c-ae2b-36058e5d2d69 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.577 | 0.577 | 0.577 | 0.577 | 0.577 | 0.577 | 100.0% | 1 | | total | 0.577 | 0.577 | 0.577 | 0.577 | 0.577 | 0.577 | 100.0% | 1 | | -> duration | 0.577 | 0.577 | 0.577 | 0.577 | 0.577 | 0.577 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.577434 Full duration: 8.351886 HINTS: * To plot HTML graphics with this data, run: rally task report 89632072-14c3-416c-ae2b-36058e5d2d69 --out output.html * To generate a JUnit report, run: rally task export 89632072-14c3-416c-ae2b-36058e5d2d69 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 89632072-14c3-416c-ae2b-36058e5d2d69 --json --out output.json 2018-03-18 21:16:13,162 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '89632072-14c3-416c-ae2b-36058e5d2d69'] 2018-03-18 21:16:14,202 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-18 21:16:14,202 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '89632072-14c3-416c-ae2b-36058e5d2d69', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-03-18 21:16:14,210 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-03-18 21:16:14,210 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-03-18 21:16:14,211 - 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-18 21:16:14,211 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-18 21:16:14,251 - 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-18 21:16:14,255 - 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': '1b94bcd3-fced-44ae-bf57-bdb39901b6cf', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-e195b943-887c-4078-805a-7271fad35ddd', 'flavor_name': 'rally-tiny-e195b943-887c-4078-805a-7271fad35ddd', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-e195b943-887c-4078-805a-7271fad35ddd', '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-18 21:19:33,030 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 45bc2ba4-637b-4504-ae8e-9fdc2b2662ef 2018-03-18 21:19:33,031 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '45bc2ba4-637b-4504-ae8e-9fdc2b2662ef'] 2018-03-18 21:19:34,163 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 45bc2ba4-637b-4504-ae8e-9fdc2b2662ef: 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 45bc2ba4-637b-4504-ae8e-9fdc2b2662ef 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.519 | 0.519 | 0.519 | 0.519 | 0.519 | 0.519 | 100.0% | 1 | | keystone_v3.add_role | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 100.0% | 1 | | keystone_v3.revoke_role | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 100.0% | 1 | | total | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | -> duration | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.803545 Full duration: 14.992413 -------------------------------------------------------------------------------- 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 45bc2ba4-637b-4504-ae8e-9fdc2b2662ef 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.493 | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 100.0% | 1 | | keystone_v3.add_role | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 100.0% | 1 | | keystone_v3.list_roles | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 100.0% | 1 | | total | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | -> duration | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.72794 Full duration: 14.807226 -------------------------------------------------------------------------------- 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 45bc2ba4-637b-4504-ae8e-9fdc2b2662ef 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 | 1.319 | 1.319 | 1.319 | 1.319 | 1.319 | 1.319 | 100.0% | 1 | | keystone_v3.list_projects | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 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.398638 Full duration: 15.242596 -------------------------------------------------------------------------------- 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 45bc2ba4-637b-4504-ae8e-9fdc2b2662ef 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.519 | 0.519 | 0.519 | 0.519 | 0.519 | 0.519 | 100.0% | 1 | | keystone_v3.delete_role | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | total | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 100.0% | 1 | | -> duration | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.633185 Full duration: 12.238171 -------------------------------------------------------------------------------- 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 45bc2ba4-637b-4504-ae8e-9fdc2b2662ef 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.51 | 0.51 | 0.51 | 0.51 | 0.51 | 0.51 | 100.0% | 1 | | keystone_v3.delete_service | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | total | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 100.0% | 1 | | -> duration | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.625956 Full duration: 12.725899 -------------------------------------------------------------------------------- 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 45bc2ba4-637b-4504-ae8e-9fdc2b2662ef 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.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | keystone_v3.create_user | 0.529 | 0.529 | 0.529 | 0.529 | 0.529 | 0.529 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | -> keystone_v3.add_role | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 100.0% | 1 | | keystone_v3.create_role | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | keystone_v3.get_project | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 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.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | keystone_v3.list_services | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | keystone_v3.get_services | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | total | 1.823 | 1.823 | 1.823 | 1.823 | 1.823 | 1.823 | 100.0% | 1 | | -> duration | 1.823 | 1.823 | 1.823 | 1.823 | 1.823 | 1.823 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.822517 Full duration: 20.050163 -------------------------------------------------------------------------------- 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 45bc2ba4-637b-4504-ae8e-9fdc2b2662ef 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.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | keystone_v3.update_project | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | keystone_v3.delete_project | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 100.0% | 1 | | total | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 100.0% | 1 | | -> duration | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.034671 Full duration: 12.970937 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 45bc2ba4-637b-4504-ae8e-9fdc2b2662ef 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 | 1.442 | 1.442 | 1.442 | 1.442 | 1.442 | 1.442 | 100.0% | 1 | | total | 1.54 | 1.54 | 1.54 | 1.54 | 1.54 | 1.54 | 100.0% | 1 | | -> duration | 1.54 | 1.54 | 1.54 | 1.54 | 1.54 | 1.54 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.540075 Full duration: 15.670343 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 45bc2ba4-637b-4504-ae8e-9fdc2b2662ef 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.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | total | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | -> duration | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.694507 Full duration: 14.337587 -------------------------------------------------------------------------------- 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 45bc2ba4-637b-4504-ae8e-9fdc2b2662ef 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.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | keystone_v3.list_users | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | total | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | -> duration | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.909532 Full duration: 15.311992 -------------------------------------------------------------------------------- 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 45bc2ba4-637b-4504-ae8e-9fdc2b2662ef 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.957 | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 100.0% | 1 | | keystone_v3.create_users | 5.925 | 5.925 | 5.925 | 5.925 | 5.925 | 5.925 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.925 | 5.925 | 5.925 | 5.925 | 5.925 | 5.925 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.335 | 1.335 | 1.335 | 1.335 | 1.335 | 1.335 | 100.0% | 1 | | total | 7.855 | 7.855 | 7.855 | 7.855 | 7.855 | 7.855 | 100.0% | 1 | | -> duration | 7.855 | 7.855 | 7.855 | 7.855 | 7.855 | 7.855 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.854796 Full duration: 25.141827 HINTS: * To plot HTML graphics with this data, run: rally task report 45bc2ba4-637b-4504-ae8e-9fdc2b2662ef --out output.html * To generate a JUnit report, run: rally task export 45bc2ba4-637b-4504-ae8e-9fdc2b2662ef --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 45bc2ba4-637b-4504-ae8e-9fdc2b2662ef --json --out output.json 2018-03-18 21:19:34,164 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '45bc2ba4-637b-4504-ae8e-9fdc2b2662ef'] 2018-03-18 21:19:35,207 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-18 21:19:35,207 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '45bc2ba4-637b-4504-ae8e-9fdc2b2662ef', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-03-18 21:19:35,215 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-03-18 21:19:35,216 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-03-18 21:19:35,216 - 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-18 21:19:35,216 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-18 21:19:35,256 - 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-18 21:19:35,264 - 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': '1b94bcd3-fced-44ae-bf57-bdb39901b6cf', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-e195b943-887c-4078-805a-7271fad35ddd', 'flavor_name': 'rally-tiny-e195b943-887c-4078-805a-7271fad35ddd', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-e195b943-887c-4078-805a-7271fad35ddd', '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-18 21:26:36,046 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 038b0eff-5ead-46ac-be5b-2208c962bbb4 2018-03-18 21:26:36,047 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '038b0eff-5ead-46ac-be5b-2208c962bbb4'] 2018-03-18 21:26:37,160 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 038b0eff-5ead-46ac-be5b-2208c962bbb4: 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 038b0eff-5ead-46ac-be5b-2208c962bbb4 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.076 | 1.076 | 1.076 | 1.076 | 1.076 | 1.076 | 100.0% | 1 | | neutron.delete_network | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 100.0% | 1 | | total | 1.762 | 1.762 | 1.762 | 1.762 | 1.762 | 1.762 | 100.0% | 1 | | -> duration | 1.762 | 1.762 | 1.762 | 1.762 | 1.762 | 1.762 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.761895 Full duration: 15.945451 -------------------------------------------------------------------------------- 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 038b0eff-5ead-46ac-be5b-2208c962bbb4 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 | 3.793 | 3.793 | 3.793 | 3.793 | 3.793 | 3.793 | 100.0% | 1 | | neutron.delete_port | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 100.0% | 1 | | total | 4.611 | 4.611 | 4.611 | 4.611 | 4.611 | 4.611 | 100.0% | 1 | | -> duration | 4.611 | 4.611 | 4.611 | 4.611 | 4.611 | 4.611 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.611136 Full duration: 42.4332 -------------------------------------------------------------------------------- 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 038b0eff-5ead-46ac-be5b-2208c962bbb4 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.896 | 0.896 | 0.896 | 0.896 | 0.896 | 0.896 | 100.0% | 1 | | neutron.create_subnet | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 100.0% | 1 | | neutron.create_router | 4.194 | 4.194 | 4.194 | 4.194 | 4.194 | 4.194 | 100.0% | 1 | | neutron.add_interface_router | 1.966 | 1.966 | 1.966 | 1.966 | 1.966 | 1.966 | 100.0% | 1 | | neutron.remove_interface_router | 1.561 | 1.561 | 1.561 | 1.561 | 1.561 | 1.561 | 100.0% | 1 | | neutron.delete_router | 2.171 | 2.171 | 2.171 | 2.171 | 2.171 | 2.171 | 100.0% | 1 | | total | 11.531 | 11.531 | 11.531 | 11.531 | 11.531 | 11.531 | 100.0% | 1 | | -> duration | 11.531 | 11.531 | 11.531 | 11.531 | 11.531 | 11.531 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.530708 Full duration: 57.481876 -------------------------------------------------------------------------------- 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 038b0eff-5ead-46ac-be5b-2208c962bbb4 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.177 | 1.177 | 1.177 | 1.177 | 1.177 | 1.177 | 100.0% | 1 | | neutron.delete_subnet | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 100.0% | 1 | | total | 1.784 | 1.784 | 1.784 | 1.784 | 1.784 | 1.784 | 100.0% | 1 | | -> duration | 1.784 | 1.784 | 1.784 | 1.784 | 1.784 | 1.784 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.784266 Full duration: 42.120157 -------------------------------------------------------------------------------- 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 038b0eff-5ead-46ac-be5b-2208c962bbb4 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.942 | 1.942 | 1.942 | 1.942 | 1.942 | 1.942 | 100.0% | 1 | | neutron.list_networks | 0.29 | 0.29 | 0.29 | 0.29 | 0.29 | 0.29 | 100.0% | 1 | | total | 2.233 | 2.233 | 2.233 | 2.233 | 2.233 | 2.233 | 100.0% | 1 | | -> duration | 2.233 | 2.233 | 2.233 | 2.233 | 2.233 | 2.233 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.232923 Full duration: 19.666946 -------------------------------------------------------------------------------- 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 038b0eff-5ead-46ac-be5b-2208c962bbb4 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.352 | 1.352 | 1.352 | 1.352 | 1.352 | 1.352 | 100.0% | 1 | | neutron.list_ports | 0.245 | 0.245 | 0.245 | 0.245 | 0.245 | 0.245 | 100.0% | 1 | | total | 1.598 | 1.598 | 1.598 | 1.598 | 1.598 | 1.598 | 100.0% | 1 | | -> duration | 1.598 | 1.598 | 1.598 | 1.598 | 1.598 | 1.598 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.597587 Full duration: 38.867314 -------------------------------------------------------------------------------- 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 038b0eff-5ead-46ac-be5b-2208c962bbb4 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.851 | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 100.0% | 1 | | neutron.create_subnet | 1.03 | 1.03 | 1.03 | 1.03 | 1.03 | 1.03 | 100.0% | 1 | | neutron.create_router | 3.362 | 3.362 | 3.362 | 3.362 | 3.362 | 3.362 | 100.0% | 1 | | neutron.add_interface_router | 2.824 | 2.824 | 2.824 | 2.824 | 2.824 | 2.824 | 100.0% | 1 | | neutron.list_routers | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 100.0% | 1 | | total | 8.286 | 8.286 | 8.286 | 8.286 | 8.286 | 8.286 | 100.0% | 1 | | -> duration | 8.286 | 8.286 | 8.286 | 8.286 | 8.286 | 8.286 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.285676 Full duration: 61.158788 -------------------------------------------------------------------------------- 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 038b0eff-5ead-46ac-be5b-2208c962bbb4 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.9 | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 100.0% | 1 | | neutron.create_subnet | 1.088 | 1.088 | 1.088 | 1.088 | 1.088 | 1.088 | 100.0% | 1 | | neutron.list_subnets | 0.405 | 0.405 | 0.405 | 0.405 | 0.405 | 0.405 | 100.0% | 1 | | total | 2.393 | 2.393 | 2.393 | 2.393 | 2.393 | 2.393 | 100.0% | 1 | | -> duration | 2.393 | 2.393 | 2.393 | 2.393 | 2.393 | 2.393 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.393155 Full duration: 44.42781 -------------------------------------------------------------------------------- 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 038b0eff-5ead-46ac-be5b-2208c962bbb4 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.461 | 1.461 | 1.461 | 1.461 | 1.461 | 1.461 | 100.0% | 1 | | neutron.delete_security_group | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | total | 2.139 | 2.139 | 2.139 | 2.139 | 2.139 | 2.139 | 100.0% | 1 | | -> duration | 2.139 | 2.139 | 2.139 | 2.139 | 2.139 | 2.139 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.13856 Full duration: 16.379299 -------------------------------------------------------------------------------- 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 038b0eff-5ead-46ac-be5b-2208c962bbb4 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.95 | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 100.0% | 1 | | neutron.create_security_group_rule | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.266 | 0.266 | 0.266 | 0.266 | 0.266 | 0.266 | 100.0% | 1 | | neutron.delete_security_group | 0.309 | 0.309 | 0.309 | 0.309 | 0.309 | 0.309 | 100.0% | 1 | | total | 2.251 | 2.251 | 2.251 | 2.251 | 2.251 | 2.251 | 100.0% | 1 | | -> duration | 2.251 | 2.251 | 2.251 | 2.251 | 2.251 | 2.251 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.250948 Full duration: 16.120053 -------------------------------------------------------------------------------- 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 038b0eff-5ead-46ac-be5b-2208c962bbb4 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.298 | 1.298 | 1.298 | 1.298 | 1.298 | 1.298 | 100.0% | 1 | | neutron.create_router | 4.297 | 4.297 | 4.297 | 4.297 | 4.297 | 4.297 | 100.0% | 1 | | neutron.add_gateway_router | 2.553 | 2.553 | 2.553 | 2.553 | 2.553 | 2.553 | 100.0% | 1 | | neutron.remove_gateway_router | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 100.0% | 1 | | total | 9.062 | 9.062 | 9.062 | 9.062 | 9.062 | 9.062 | 100.0% | 1 | | -> duration | 9.062 | 9.062 | 9.062 | 9.062 | 9.062 | 9.062 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.06209 Full duration: 35.022006 HINTS: * To plot HTML graphics with this data, run: rally task report 038b0eff-5ead-46ac-be5b-2208c962bbb4 --out output.html * To generate a JUnit report, run: rally task export 038b0eff-5ead-46ac-be5b-2208c962bbb4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 038b0eff-5ead-46ac-be5b-2208c962bbb4 --json --out output.json 2018-03-18 21:26:37,161 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '038b0eff-5ead-46ac-be5b-2208c962bbb4'] 2018-03-18 21:26:38,269 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-18 21:26:38,270 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '038b0eff-5ead-46ac-be5b-2208c962bbb4', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-03-18 21:26:38,278 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-03-18 21:26:38,278 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-03-18 21:26:38,279 - 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-18 21:26:38,279 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-18 21:26:38,319 - 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-18 21:26:38,324 - 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': '1b94bcd3-fced-44ae-bf57-bdb39901b6cf', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-e195b943-887c-4078-805a-7271fad35ddd', 'flavor_name': 'rally-tiny-e195b943-887c-4078-805a-7271fad35ddd', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-e195b943-887c-4078-805a-7271fad35ddd', '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-18 21:27:50,400 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0b1630ab-8cf0-4d2b-a0f4-96836b36adbf 2018-03-18 21:27:50,401 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '0b1630ab-8cf0-4d2b-a0f4-96836b36adbf'] 2018-03-18 21:27:51,450 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 0b1630ab-8cf0-4d2b-a0f4-96836b36adbf: 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-e195b943-887c-4078-805a-7271fad35ddd" }, "image": { "name": "Cirros-0.4.0-e195b943-887c-4078-805a-7271fad35ddd" }, "block_migration": false, "nics": [ { "net-id": "1b94bcd3-fced-44ae-bf57-bdb39901b6cf" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 0b1630ab-8cf0-4d2b-a0f4-96836b36adbf has 1 error(s) -------------------------------------------------------------------------------- BadRequest: No valid host was found. Unable to move instance 7d536f44-cdc8-4ae8-a639-7d36343db0c1 to host overcloud-novacompute-1.opnfvlf.org. There is not enough capacity on the host for the instance. (HTTP 400) (Request-ID: req-4d9e28ae-7c6f-4031-aab0-f97c809558af) Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/servers.py", line 722, in run block_migration, disk_over_commit) File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 87, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/utils.py", line 756, in _live_migrate disk_over_commit=disk_over_commit) File "/usr/lib/python2.7/site-packages/novaclient/api_versions.py", line 393, in substitution return methods[-1].func(obj, *args, **kwargs) File "/usr/lib/python2.7/site-packages/novaclient/v2/servers.py", line 465, in live_migrate disk_over_commit) File "/usr/lib/python2.7/site-packages/novaclient/api_versions.py", line 393, in substitution return methods[-1].func(obj, *args, **kwargs) File "/usr/lib/python2.7/site-packages/novaclient/v2/servers.py", line 1691, in live_migrate 'disk_over_commit': disk_over_commit}) File "/usr/lib/python2.7/site-packages/novaclient/v2/servers.py", line 1931, in _action info=info, **kwargs) File "/usr/lib/python2.7/site-packages/novaclient/v2/servers.py", line 1942, in _action_return_resp_and_body return self.api.client.post(url, body=body) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 294, in post return self.request(url, 'POST', **kwargs) File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 83, in request raise exceptions.from_response(resp, body, url, method) BadRequest: No valid host was found. Unable to move instance 7d536f44-cdc8-4ae8-a639-7d36343db0c1 to host overcloud-novacompute-1.opnfvlf.org. There is not enough capacity on the host for the instance. (HTTP 400) (Request-ID: req-4d9e28ae-7c6f-4031-aab0-f97c809558af) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 17.05 | 17.05 | 17.05 | 17.05 | 17.05 | 17.05 | 100.0% | 1 | | nova.find_host_to_migrate | 2.145 | 2.145 | 2.145 | 2.145 | 2.145 | 2.145 | 100.0% | 1 | | nova.live_migrate | 2.1 | 2.1 | 2.1 | 2.1 | 2.1 | 2.1 | 0.0% | 1 | | total | 21.296 | 21.296 | 21.296 | 21.296 | 21.296 | 21.296 | 0.0% | 1 | | -> duration | 20.296 | 20.296 | 20.296 | 20.296 | 20.296 | 20.296 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 20.295812 Full duration: 46.105347 HINTS: * To plot HTML graphics with this data, run: rally task report 0b1630ab-8cf0-4d2b-a0f4-96836b36adbf --out output.html * To generate a JUnit report, run: rally task export 0b1630ab-8cf0-4d2b-a0f4-96836b36adbf --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0b1630ab-8cf0-4d2b-a0f4-96836b36adbf --json --out output.json 2018-03-18 21:27:51,451 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '0b1630ab-8cf0-4d2b-a0f4-96836b36adbf'] 2018-03-18 21:27:52,452 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-18 21:27:52,453 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '0b1630ab-8cf0-4d2b-a0f4-96836b36adbf', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-03-18 21:27:52,461 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-03-18 21:27:52,461 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-03-18 21:27:52,461 - 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-18 21:27:52,462 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-18 21:27:52,505 - 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-18 21:27:52,507 - 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': '1b94bcd3-fced-44ae-bf57-bdb39901b6cf', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-e195b943-887c-4078-805a-7271fad35ddd', 'flavor_name': 'rally-tiny-e195b943-887c-4078-805a-7271fad35ddd', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-e195b943-887c-4078-805a-7271fad35ddd', '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-18 21:28:50,226 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1871fd14-1f57-457a-b3fc-c1c4020a08ee 2018-03-18 21:28:50,226 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '1871fd14-1f57-457a-b3fc-c1c4020a08ee'] 2018-03-18 21:28:51,301 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 1871fd14-1f57-457a-b3fc-c1c4020a08ee: 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 1871fd14-1f57-457a-b3fc-c1c4020a08ee 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.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | quotas.delete_quotas | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 100.0% | 1 | | total | 0.935 | 0.935 | 0.935 | 0.935 | 0.935 | 0.935 | 100.0% | 1 | | -> duration | 0.935 | 0.935 | 0.935 | 0.935 | 0.935 | 0.935 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.934553 Full duration: 9.635484 -------------------------------------------------------------------------------- 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 1871fd14-1f57-457a-b3fc-c1c4020a08ee 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.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 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.724362 Full duration: 11.226897 -------------------------------------------------------------------------------- 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 1871fd14-1f57-457a-b3fc-c1c4020a08ee 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.402 | 0.402 | 0.402 | 0.402 | 0.402 | 0.402 | 100.0% | 1 | | total | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 100.0% | 1 | | -> duration | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.808001 Full duration: 9.105345 -------------------------------------------------------------------------------- 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 1871fd14-1f57-457a-b3fc-c1c4020a08ee has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.729 | 1.729 | 1.729 | 1.729 | 1.729 | 1.729 | 100.0% | 1 | | total | 1.729 | 1.729 | 1.729 | 1.729 | 1.729 | 1.729 | 100.0% | 1 | | -> duration | 1.729 | 1.729 | 1.729 | 1.729 | 1.729 | 1.729 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.728952 Full duration: 10.3203 HINTS: * To plot HTML graphics with this data, run: rally task report 1871fd14-1f57-457a-b3fc-c1c4020a08ee --out output.html * To generate a JUnit report, run: rally task export 1871fd14-1f57-457a-b3fc-c1c4020a08ee --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1871fd14-1f57-457a-b3fc-c1c4020a08ee --json --out output.json 2018-03-18 21:28:51,302 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '1871fd14-1f57-457a-b3fc-c1c4020a08ee'] 2018-03-18 21:28:52,379 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-18 21:28:52,380 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '1871fd14-1f57-457a-b3fc-c1c4020a08ee', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-03-18 21:28:52,387 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-03-18 21:28:52,390 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:45 | 6 | 100.00% | | glance | 02:20 | 4 | 100.00% | | cinder | 03:11 | 10 | 100.00% | | heat | 01:09 | 4 | 100.00% | | keystone | 02:53 | 11 | 100.00% | | neutron | 06:29 | 11 | 100.00% | | nova | 00:46 | 1 | 0.00% | | quotas | 00:40 | 4 | 100.00% | | | | | | | TOTAL: | 00:18:16 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-03-18 21:28:52,391 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-03-18 21:29:08,971 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-18 21:29:08,971 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 22:21 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-03-18 21:29:08,975 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-03-18 21:29:08,976 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-03-18 21:29:09,088 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-18 21:29:11,505 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-18 21:29:11.237 9792 INFO rally.deployment.engine [-] Deployment 54d90dab-2f08-49d9-8fc5-0e3802516a96 | Starting: Destroy cloud and free allocated resources. 2018-03-18 21:29:11.309 9792 INFO rally.deployment.engine [-] Deployment 54d90dab-2f08-49d9-8fc5-0e3802516a96 | Completed: Destroy cloud and free allocated resources. 2018-03-18 21:29:11.330 9792 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=dde92e20-6dd0-4f7f-b98d-64e4094c15db). 2018-03-18 21:29:11.334 9792 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-18 21:29:13,973 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-18 21:29:13.657 9795 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=c23df573-6ac5-4438-ae23-2784cb6e2ee2) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | c23df573-6ac5-4438-ae23-2784cb6e2ee2 | 2018-03-18T21:29:13 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: c23df573-6ac5-4438-ae23-2784cb6e2ee2 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-18 21:29:17,160 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-03-18 21:29:17,161 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-18 21:29:19,414 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-18 21:29:19.121 9801 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=dde92e20-6dd0-4f7f-b98d-64e4094c15db). 2018-03-18 21:29:19.243 9801 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-18 21:29:22,818 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-18 21:29:21.439 9804 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-18 21:29:21.596 9804 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-18 21:29:22.632 9804 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=64a7be4b-66c8-476b-baaa-f989ae6026ac) has been successfully created! Using verifier 'opnfv-tempest' (UUID=64a7be4b-66c8-476b-baaa-f989ae6026ac) as the default verifier for the future CLI operations. 2018-03-18 21:29:25,904 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-18 21:29:28,615 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-18 21:29:41,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-18 21:29:47,125 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-18 21:29:46.077 9823 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=64a7be4b-66c8-476b-baaa-f989ae6026ac) for deployment 'opnfv-rally' (UUID=c23df573-6ac5-4438-ae23-2784cb6e2ee2). 2018-03-18 21:29:46.951 9823 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=64a7be4b-66c8-476b-baaa-f989ae6026ac) has been successfully configured for deployment 'opnfv-rally' (UUID=c23df573-6ac5-4438-ae23-2784cb6e2ee2)! 2018-03-18 21:29:47,125 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-18 21:29:47,125 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-18 21:29:47,128 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-18 21:29:49,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-03-18 21:29:51,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:29:51.453 9835 INFO rally.api [-] Starting verification (UUID=38fce92d-9182-4090-8b5f-fca7888e9a4d) for deployment 'opnfv-rally' (UUID=c23df573-6ac5-4438-ae23-2784cb6e2ee2) by verifier 'opnfv-tempest' (UUID=64a7be4b-66c8-476b-baaa-f989ae6026ac). 2018-03-18 21:29:51,454 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 38fce92d-9182-4090-8b5f-fca7888e9a4d 2018-03-18 21:30:02,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:02.656 9835 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2018-03-18 21:30:02,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:02.762 9835 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.207s] 2018-03-18 21:30:02,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:02.825 9835 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.062s] 2018-03-18 21:30:03,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:03.203 9835 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.325s] 2018-03-18 21:30:03,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:03.537 9835 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.802s] 2018-03-18 21:30:03,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:03.964 9835 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.183s] 2018-03-18 21:30:03,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:03.985 9835 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.021s] 2018-03-18 21:30:07,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:07.427 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [4.583s] 2018-03-18 21:30:08,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:08.104 9835 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.091s] 2018-03-18 21:30:08,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:08.192 9835 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.088s] 2018-03-18 21:30:08,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:08.276 9835 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.083s] 2018-03-18 21:30:08,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:08.739 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.255s] 2018-03-18 21:30:10,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:10.047 9835 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [6.510s] 2018-03-18 21:30:11,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:11.583 9835 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.345s] 2018-03-18 21:30:12,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:12.334 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [3.591s] 2018-03-18 21:30:14,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:14.895 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.561s] 2018-03-18 21:30:15,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:15.018 9835 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.170s] 2018-03-18 21:30:15,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:15.274 9835 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.255s] 2018-03-18 21:30:16,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:16.163 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.267s] 2018-03-18 21:30:16,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:16.372 9835 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.096s] 2018-03-18 21:30:16,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:16.567 9835 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.196s] 2018-03-18 21:30:16,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:16.731 9835 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.164s] 2018-03-18 21:30:17,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:17.359 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.194s] 2018-03-18 21:30:22,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:22.777 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [5.414s] 2018-03-18 21:30:22,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:22.778 9835 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.213s] 2018-03-18 21:30:22,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:22.837 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.796s] 2018-03-18 21:30:22,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:22.972 9835 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.197s] 2018-03-18 21:30:24,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:24.350 9835 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.057s] 2018-03-18 21:30:26,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:26.753 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [3.914s] 2018-03-18 21:30:27,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:27.143 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [4.369s] 2018-03-18 21:30:27,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:27.320 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.177s] 2018-03-18 21:30:27,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:27.492 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.171s] 2018-03-18 21:30:27,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:27.510 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.018s] 2018-03-18 21:30:27,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:27.535 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.024s] 2018-03-18 21:30:30,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:30.869 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [28.163s] 2018-03-18 21:30:32,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:32.229 9835 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [7.876s] 2018-03-18 21:30:32,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:32.970 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [25.537s] 2018-03-18 21:30:37,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:37.415 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.508s] 2018-03-18 21:30:37,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:37.997 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.581s] 2018-03-18 21:30:38,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:38.217 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.220s] 2018-03-18 21:30:38,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:38.808 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.589s] 2018-03-18 21:30:39,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:39.313 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.506s] 2018-03-18 21:30:39,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:39.381 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.068s] 2018-03-18 21:30:39,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:39.457 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.075s] 2018-03-18 21:30:39,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:39.538 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.080s] 2018-03-18 21:30:39,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:39.606 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.067s] 2018-03-18 21:30:39,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:39.673 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.067s] 2018-03-18 21:30:39,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:39.813 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.139s] 2018-03-18 21:30:42,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:42.495 9835 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.791s] 2018-03-18 21:30:50,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:50.328 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.044s] 2018-03-18 21:30:50,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:50.544 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.216s] 2018-03-18 21:30:50,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:50.720 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.175s] 2018-03-18 21:30:51,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:51.444 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.723s] 2018-03-18 21:30:51,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:51.694 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.249s] 2018-03-18 21:30:52,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:52.334 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.638s] 2018-03-18 21:30:52,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:52.373 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.039s] 2018-03-18 21:30:52,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:52.570 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.197s] 2018-03-18 21:30:52,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:52.623 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.052s] 2018-03-18 21:30:52,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:52.672 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.049s] 2018-03-18 21:30:52,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:52.717 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.045s] 2018-03-18 21:30:52,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:52.796 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.078s] 2018-03-18 21:30:53,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:53.134 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.336s] 2018-03-18 21:30:53,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:53.187 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.053s] 2018-03-18 21:30:53,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:53.387 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.200s] 2018-03-18 21:30:53,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:30:53.918 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.759s] 2018-03-18 21:31:00,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:00.771 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.852s] 2018-03-18 21:31:04,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:04.027 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.255s] 2018-03-18 21:31:04,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:04.296 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.270s] 2018-03-18 21:31:04,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:04.486 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.189s] 2018-03-18 21:31:04,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:04.547 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.061s] 2018-03-18 21:31:04,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:04.589 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.042s] 2018-03-18 21:31:07,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:07.188 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.540s] 2018-03-18 21:31:08,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:08.832 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.644s] 2018-03-18 21:31:10,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:10.182 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.349s] 2018-03-18 21:31:11,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:11.560 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.376s] 2018-03-18 21:31:13,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:13.435 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.874s] 2018-03-18 21:31:14,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:14.610 9835 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [32.630s] 2018-03-18 21:31:14,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:14.698 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.263s] 2018-03-18 21:31:15,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:15.595 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.896s] 2018-03-18 21:31:15,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:15.978 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.382s] 2018-03-18 21:31:16,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:16.404 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.425s] 2018-03-18 21:31:18,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:18.083 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.677s] 2018-03-18 21:31:18,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:18.449 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.366s] 2018-03-18 21:31:19,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:19.204 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.754s] 2018-03-18 21:31:20,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:20.241 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [1.035s] 2018-03-18 21:31:21,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:21.624 9835 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.151s] 2018-03-18 21:31:21,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:21.710 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.468s] 2018-03-18 21:31:22,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:22.227 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.517s] 2018-03-18 21:31:22,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:22.884 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.657s] 2018-03-18 21:31:23,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:23.272 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.387s] 2018-03-18 21:31:23,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:23.657 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.385s] 2018-03-18 21:31:28,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:28.591 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [55.608s] 2018-03-18 21:31:30,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:30.724 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.098s] 2018-03-18 21:31:30,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:30.735 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.012s] 2018-03-18 21:31:30,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:30.881 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.144s] 2018-03-18 21:31:30,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:30.891 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.010s] 2018-03-18 21:31:30,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:30.902 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.010s] 2018-03-18 21:31:30,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:30.931 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.029s] 2018-03-18 21:31:30,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:30.998 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.065s] 2018-03-18 21:31:31,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:31.059 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.061s] 2018-03-18 21:31:31,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:31.351 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.291s] 2018-03-18 21:31:31,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:31.366 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2018-03-18 21:31:31,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:31.433 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.067s] 2018-03-18 21:31:35,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:35.010 9835 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [20.400s] 2018-03-18 21:31:43,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:43.294 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [14.703s] 2018-03-18 21:31:47,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:47.058 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.194s] 2018-03-18 21:31:51,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:51.213 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.154s] 2018-03-18 21:31:57,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:31:57.666 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [6.453s] 2018-03-18 21:32:01,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:32:01.816 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.149s] 2018-03-18 21:32:05,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:32:05.035 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.218s] 2018-03-18 21:32:09,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:32:09.082 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.047s] 2018-03-18 21:32:14,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:32:14.603 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [5.520s] 2018-03-18 21:32:20,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:32:20.475 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.870s] 2018-03-18 21:32:25,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:32:25.834 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [5.358s] 2018-03-18 21:32:25,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:32:25.946 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.113s] 2018-03-18 21:32:26,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:32:26.104 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.158s] 2018-03-18 21:32:26,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:32:26.159 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.054s] 2018-03-18 21:32:26,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:32:26.222 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.062s] 2018-03-18 21:32:26,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:32:26.325 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.102s] 2018-03-18 21:32:26,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:32:26.433 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.107s] 2018-03-18 21:32:26,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:32:26.487 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.053s] 2018-03-18 21:32:26,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:32:26.552 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.064s] 2018-03-18 21:32:31,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:32:31.962 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.409s] 2018-03-18 21:32:34,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:32:34.100 9835 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [59.080s] 2018-03-18 21:32:53,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:32:53.727 9835 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [11.039s] 2018-03-18 21:33:03,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:33:03.942 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [80.627s] 2018-03-18 21:33:07,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:33:07.248 9835 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [33.139s] 2018-03-18 21:33:08,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:33:08.322 9835 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [14.592s] 2018-03-18 21:33:08,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:33:08.698 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.345s] 2018-03-18 21:33:09,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:33:09.049 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.350s] 2018-03-18 21:33:39,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:33:39.457 9835 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [12.420s] 2018-03-18 21:33:40,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:33:40.822 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.539s] 2018-03-18 21:33:40,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:33:40.977 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.154s] 2018-03-18 21:33:41,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:33:41.554 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.576s] 2018-03-18 21:33:41,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:33:41.585 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.031s] 2018-03-18 21:33:41,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:33:41.618 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.032s] 2018-03-18 21:33:41,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:33:41.815 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.196s] 2018-03-18 21:33:41,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:33:41.861 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.046s] 2018-03-18 21:33:41,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:33:41.920 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.057s] 2018-03-18 21:33:41,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:33:41.966 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.045s] 2018-03-18 21:33:42,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:33:42.157 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.191s] 2018-03-18 21:33:57,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:33:57.302 9835 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [17.839s] 2018-03-18 21:34:17,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:34:17.784 9835 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [20.480s] 2018-03-18 21:34:23,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '38fce92d-9182-4090-8b5f-fca7888e9a4d']'. 2018-03-18 21:34:24,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-18 21:34:24,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-18 21:34:24,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-18 21:34:24,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 38fce92d-9182-4090-8b5f-fca7888e9a4d | 2018-03-18 21:34:24,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-18 21:34:24,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-18 21:29:51 | 2018-03-18 21:34:24,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-18 21:34:23 | 2018-03-18 21:34:24,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:32 | 2018-03-18 21:34:24,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-18 21:34:24,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-18 21:34:24,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 64a7be4b-66c8-476b-baaa-f989ae6026ac) | 2018-03-18 21:34:24,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-18 21:34:24,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: c23df573-6ac5-4438-ae23-2784cb6e2ee2) | 2018-03-18 21:34:24,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 143 | 2018-03-18 21:34:24,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 258.244 | 2018-03-18 21:34:24,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 143 | 2018-03-18 21:34:24,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-03-18 21:34:24,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-18 21:34:24,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-18 21:34:24,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-18 21:34:24,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-18 21:34:24,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-18 21:34:24,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-03-18 21:34:38,900 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-18 21:34:38,901 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 05:13 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-18 21:34:38,905 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-03-18 21:34:39,004 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-18 21:34:41,403 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-18 21:34:41.016 9933 INFO rally.deployment.engine [-] Deployment c23df573-6ac5-4438-ae23-2784cb6e2ee2 | Starting: Destroy cloud and free allocated resources. 2018-03-18 21:34:41.100 9933 INFO rally.deployment.engine [-] Deployment c23df573-6ac5-4438-ae23-2784cb6e2ee2 | Completed: Destroy cloud and free allocated resources. 2018-03-18 21:34:41.145 9933 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=64a7be4b-66c8-476b-baaa-f989ae6026ac) for deployment 'opnfv-rally'. 2018-03-18 21:34:41.166 9933 INFO rally.api [-] Deleting verification (UUID=38fce92d-9182-4090-8b5f-fca7888e9a4d). 2018-03-18 21:34:41.216 9933 INFO rally.api [-] Verification has been successfully deleted! 2018-03-18 21:34:41.216 9933 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=64a7be4b-66c8-476b-baaa-f989ae6026ac). 2018-03-18 21:34:41.226 9933 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-18 21:34:43,816 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-18 21:34:43.502 9936 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9e632e63-a909-4460-b72d-ac5aeddb25e4) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9e632e63-a909-4460-b72d-ac5aeddb25e4 | 2018-03-18T21:34:43 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9e632e63-a909-4460-b72d-ac5aeddb25e4 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-18 21:34:47,057 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-03-18 21:34:47,057 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-18 21:34:49,468 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-18 21:34:49.071 9942 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=64a7be4b-66c8-476b-baaa-f989ae6026ac). 2018-03-18 21:34:49.298 9942 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-18 21:34:52,793 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-18 21:34:51.563 9945 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-18 21:34:51.710 9945 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-18 21:34:52.633 9945 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=69004087-460b-44ac-b090-b276006c3e0a) has been successfully created! Using verifier 'opnfv-tempest' (UUID=69004087-460b-44ac-b090-b276006c3e0a) as the default verifier for the future CLI operations. 2018-03-18 21:34:55,700 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-18 21:34:58,231 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-18 21:35:12,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-18 21:35:17,926 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-18 21:35:16.852 9964 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=69004087-460b-44ac-b090-b276006c3e0a) for deployment 'opnfv-rally' (UUID=9e632e63-a909-4460-b72d-ac5aeddb25e4). 2018-03-18 21:35:17.740 9964 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=69004087-460b-44ac-b090-b276006c3e0a) has been successfully configured for deployment 'opnfv-rally' (UUID=9e632e63-a909-4460-b72d-ac5aeddb25e4)! 2018-03-18 21:35:17,926 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-18 21:35:17,926 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-18 21:35:17,928 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-18 21:35:17,940 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-18 21:35:20,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-69004087-460b-44ac-b090-b276006c3e0a/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-03-18 21:35:20,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-03-18 21:35:23,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 21:35:23.102 9973 INFO rally.api [-] Starting verification (UUID=1eaea919-82c5-4b96-af39-174154f82ae0) for deployment 'opnfv-rally' (UUID=9e632e63-a909-4460-b72d-ac5aeddb25e4) by verifier 'opnfv-tempest' (UUID=69004087-460b-44ac-b090-b276006c3e0a). 2018-03-18 21:35:23,103 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 1eaea919-82c5-4b96-af39-174154f82ae0 2018-03-18 21:38:18,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '1eaea919-82c5-4b96-af39-174154f82ae0']'. 2018-03-18 21:38:19,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-18 21:38:19,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-18 21:38:19,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-18 21:38:19,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 1eaea919-82c5-4b96-af39-174154f82ae0 | 2018-03-18 21:38:19,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-18 21:38:19,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-18 21:35:23 | 2018-03-18 21:38:19,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-18 21:38:18 | 2018-03-18 21:38:19,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:55 | 2018-03-18 21:38:19,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-18 21:38:19,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-18 21:38:19,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 69004087-460b-44ac-b090-b276006c3e0a) | 2018-03-18 21:38:19,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-18 21:38:19,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9e632e63-a909-4460-b72d-ac5aeddb25e4) | 2018-03-18 21:38:19,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-03-18 21:38:19,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 163.724 | 2018-03-18 21:38:19,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-03-18 21:38:19,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-03-18 21:38:19,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-18 21:38:19,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-18 21:38:19,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-18 21:38:19,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-18 21:38:19,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-18 21:38:19,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-03-18 21:38:31,245 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-18 21:38:31,245 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:35 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-18 21:38:31,249 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-03-18 21:38:32,199 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-18 23:01:29,989 - 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_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... FAIL 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_admin_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_create_delete_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... FAIL 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_set_one_port_two_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_two_subnets (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) ... ERROR 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_connect_via_ssh_heat_vm_derived (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 ====================================================================== ERROR: test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_instance_tests.py", line 1830, in test_deploy_vm_to_each_compute_node inst_creator.create(block=True) File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 103, in create self.__create_vm(block) File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 151, in __create_vm if not self.vm_active(block=True): File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 522, in vm_active poll_interval): File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 549, in __vm_status_check status = self.__status(expected_status_code) File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 584, in __status 'Instance had an error during deployment') VmInstanceCreationError: Instance had an error during deployment ====================================================================== FAIL: test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_router_tests.py", line 419, in test_create_router_with_ext_port self.assertEqual(ext_net.id, port.network_id) AssertionError: u'672fdaa6-8e82-443e-9830-9676c565005f' != u'c30e382e-4ba0-4cdd-becb-bb2d7007a391' - 672fdaa6-8e82-443e-9830-9676c565005f + c30e382e-4ba0-4cdd-becb-bb2d7007a391 ====================================================================== FAIL: test_create_delete_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_instance_tests.py", line 530, in test_create_delete_instance vm_inst_settings=instance_settings)) AssertionError: is not None ---------------------------------------------------------------------- Ran 120 tests in 4977.709s FAILED (failures=2, errors=1) 2018-03-18 23:01:30,147 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-18 23:01:30,148 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 82:58 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-03-18 23:01:30,152 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-03-18 23:01:30,152 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-03-18 23:01:30,247 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-18 23:01:32,866 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-18 23:01:32.393 10200 INFO rally.deployment.engine [-] Deployment 9e632e63-a909-4460-b72d-ac5aeddb25e4 | Starting: Destroy cloud and free allocated resources. 2018-03-18 23:01:32.487 10200 INFO rally.deployment.engine [-] Deployment 9e632e63-a909-4460-b72d-ac5aeddb25e4 | Completed: Destroy cloud and free allocated resources. 2018-03-18 23:01:32.546 10200 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=69004087-460b-44ac-b090-b276006c3e0a) for deployment 'opnfv-rally'. 2018-03-18 23:01:32.579 10200 INFO rally.api [-] Deleting verification (UUID=1eaea919-82c5-4b96-af39-174154f82ae0). 2018-03-18 23:01:32.624 10200 INFO rally.api [-] Verification has been successfully deleted! 2018-03-18 23:01:32.624 10200 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=69004087-460b-44ac-b090-b276006c3e0a). 2018-03-18 23:01:32.633 10200 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-18 23:01:35,179 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-18 23:01:34.897 10203 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=dfedd9c0-6c91-4e78-a430-0cb3ccceac6f) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | dfedd9c0-6c91-4e78-a430-0cb3ccceac6f | 2018-03-18T23:01:34 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: dfedd9c0-6c91-4e78-a430-0cb3ccceac6f ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-18 23:01:38,491 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-03-18 23:01:38,492 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-18 23:01:40,782 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-18 23:01:40.451 10209 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=69004087-460b-44ac-b090-b276006c3e0a). 2018-03-18 23:01:40.592 10209 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-18 23:01:44,267 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-18 23:01:42.862 10212 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-18 23:01:43.020 10212 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-18 23:01:44.068 10212 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ca16986f-2a40-4f20-b700-441670a93d25) has been successfully created! Using verifier 'opnfv-tempest' (UUID=ca16986f-2a40-4f20-b700-441670a93d25) as the default verifier for the future CLI operations. 2018-03-18 23:01:47,135 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-18 23:01:50,316 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-18 23:02:06,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-18 23:02:11,607 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-18 23:02:10.578 10231 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ca16986f-2a40-4f20-b700-441670a93d25) for deployment 'opnfv-rally' (UUID=dfedd9c0-6c91-4e78-a430-0cb3ccceac6f). 2018-03-18 23:02:11.411 10231 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ca16986f-2a40-4f20-b700-441670a93d25) has been successfully configured for deployment 'opnfv-rally' (UUID=dfedd9c0-6c91-4e78-a430-0cb3ccceac6f)! 2018-03-18 23:02:11,607 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-18 23:02:11,607 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-18 23:02:11,610 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-18 23:02:11,620 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-18 23:02:14,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-ca16986f-2a40-4f20-b700-441670a93d25/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-03-18 23:02:14,678 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-18 23:02:14,681 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-18 23:02:14,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-03-18 23:02:16,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 23:02:16.796 10240 INFO rally.api [-] Starting verification (UUID=d2b4038d-a0ee-4464-ba86-d955ea073b6d) for deployment 'opnfv-rally' (UUID=dfedd9c0-6c91-4e78-a430-0cb3ccceac6f) by verifier 'opnfv-tempest' (UUID=ca16986f-2a40-4f20-b700-441670a93d25). 2018-03-18 23:02:16,797 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: d2b4038d-a0ee-4464-ba86-d955ea073b6d 2018-03-18 23:04:50,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd2b4038d-a0ee-4464-ba86-d955ea073b6d']'. 2018-03-18 23:04:51,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-18 23:04:51,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-18 23:04:51,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-18 23:04:51,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d2b4038d-a0ee-4464-ba86-d955ea073b6d | 2018-03-18 23:04:51,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-18 23:04:51,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-18 23:02:16 | 2018-03-18 23:04:51,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-18 23:04:50 | 2018-03-18 23:04:51,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:34 | 2018-03-18 23:04:51,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-18 23:04:51,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-18 23:04:51,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: ca16986f-2a40-4f20-b700-441670a93d25) | 2018-03-18 23:04:51,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-18 23:04:51,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: dfedd9c0-6c91-4e78-a430-0cb3ccceac6f) | 2018-03-18 23:04:51,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-03-18 23:04:51,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 124.146 | 2018-03-18 23:04:51,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-03-18 23:04:51,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-03-18 23:04:51,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-18 23:04:51,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-18 23:04:51,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-18 23:04:51,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-18 23:04:51,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-18 23:04:51,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-03-18 23:05:02,855 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-18 23:05:02,855 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:16 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-03-18 23:05:02,860 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:12 | PASS | | vping_userdata | functest | smoke | 00:59 | PASS | | tempest_smoke_serial | functest | smoke | 18:55 | FAIL | | rally_sanity | functest | smoke | 22:21 | FAIL | | refstack_defcore | functest | smoke | 05:13 | PASS | | patrole | functest | smoke | 03:35 | PASS | | snaps_smoke | functest | smoke | 82:58 | FAIL | | neutron_trunk | functest | smoke | 03:16 | PASS | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-03-18 23:05:02,868 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-18 23:05:06,101 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-24 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-18 23:05:06,103 - 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=nKvzTrH7NkcKJrwrXeWtF2mnx export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-18 23:05:06,104 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-18 23:05:06,104 - 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-18 23:05:06,105 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-18 23:05:06,105 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-03-18 23:08:49,407 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-03-18 23:08:49,526 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-18 23:08:49,527 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:43 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-03-18 23:08:49,530 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-03-19 00:00:20,237 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-03-19 00:00:20,398 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-19 00:00:20,399 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 51:30 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-03-19 00:00:20,404 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-03-19 00:00:20,405 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:43 | PASS | | barometercollectd | barometer | features | 51:30 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-03-19 00:00:20,427 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-19 00:01:39,914 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-24 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-19 00:01:39,916 - 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=nKvzTrH7NkcKJrwrXeWtF2mnx export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-19 00:01:39,916 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-19 00:01:39,916 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-19 00:01:39,916 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-03-19 00:01:39,917 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-19 00:01:42,729 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-24 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-19 00:01:42,734 - 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=nKvzTrH7NkcKJrwrXeWtF2mnx export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-19 00:01:42,735 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-19 00:01:42,737 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | parser-basics | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ 2018-03-19 00:01:42,739 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-19 00:01:42,739 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-03-19 00:01:42,777 - xtesting.core.feature - ERROR - Execute command: /src/nfv-parser/tests/functest_run.sh failed 2018-03-19 00:01:42,777 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-03-19 00:01:42,909 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-19 00:01:42,909 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 00:00 | FAIL | +-----------------------+-----------------+------------------+----------------+ 2018-03-19 00:01:42,912 - xtesting.ci.run_tests - ERROR - The test case 'parser-basics' failed. 2018-03-19 00:01:42,913 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | FAIL | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-03-19 00:01:42,914 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR