2018-03-31 06:45:48,322 - functest.ci.check_deployment - DEBUG - 172.30.9.30:5000 is reachable! 2018-03-31 06:45:48,322 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.30:5000/v3 ...OK 2018-03-31 06:45:48,784 - functest.ci.check_deployment - INFO - Got token ...OK 2018-03-31 06:45:49,169 - functest.ci.check_deployment - DEBUG - 172.30.9.30:5000 is reachable! 2018-03-31 06:45:49,169 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.30:5000 ...OK 2018-03-31 06:45:49,545 - functest.ci.check_deployment - DEBUG - 172.30.9.30:8774 is reachable! 2018-03-31 06:45:49,545 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.30:8774/v2.1 ...OK 2018-03-31 06:45:49,913 - functest.ci.check_deployment - DEBUG - 172.30.9.30:9696 is reachable! 2018-03-31 06:45:49,914 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.30:9696 ...OK 2018-03-31 06:45:50,390 - functest.ci.check_deployment - DEBUG - 172.30.9.30:9292 is reachable! 2018-03-31 06:45:50,390 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.30:9292 ...OK 2018-03-31 06:45:51,689 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-03-31 06:45:53,318 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-03-31 06:45:53,354 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-03-31 06:45:55,405 - functest.ci.check_deployment - INFO - External network found: external 2018-03-31 06:45:57,954 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-80 | | 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-31 06:45:57,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=VCc9F2tr4D66njJrVyac6TkkT export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30: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-31 06:45:57,956 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-31 06:45:57,957 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (merge)|(verify)|(daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ 2018-03-31 06:45:57,958 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-03-31 06:45:57,958 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-03-31 06:46:00,215 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-31 06:46:10,249 - 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.024s OK 2018-03-31 06:46:10,416 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-31 06:46:10,416 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-31 06:46:10,420 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-03-31 06:46:12,097 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-31 07:02:22,357 - xtesting.core.unit - DEBUG - test_create_project_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_user_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_credentials (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_service (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_with_each_interface (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_grant_user_role_to_project (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_admin_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user_2x (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_2x (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_bad_domain (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_quota_override (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_update_quotas (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_sec_grp_one_user (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_project_sec_grp_two_users (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_image_minimal_file (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_image_minimal_url (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_network (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_add_interface_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_missing_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip_to_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_network_object (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_simple (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_with_public_interface (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_delete_simple_sec_grp (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_rules (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_one_rule (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_get_sec_grp_by_id (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_floating_ips (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsFloatingIpTests) ... ok test_create_delete_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_key_from_file (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_delete_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_instance (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceTests) ... ok test_add_remove_volume (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_attach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_detach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_create_clean_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_delete_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_all_settings (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_existing (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_create_stack_x2 (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_get_settings_from_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateComplexStackTests) ... ok test_create_flavor_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsFlavorTests) ... ok test_create_keypair_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsKeypairTests) ... ok test_create_security_group_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsSecurityGroupTests) ... ok test_create_delete_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_back (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_both (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_front (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_delete_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_simple_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_delete_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_simple_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_bad_key_size (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_delete_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_simple_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_all_attrs (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_invalid_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos_and_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok ---------------------------------------------------------------------- Ran 84 tests in 970.207s OK 2018-03-31 07:02:22,511 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-31 07:02:22,512 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 16:10 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-31 07:02:22,517 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-03-31 07:02:23,381 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-31 07:03:13,642 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 50.259s OK 2018-03-31 07:03:13,782 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-31 07:03:13,783 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:50 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-03-31 07:03:13,787 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 16:10 | PASS | | snaps_health_check | functest | healthcheck | 00:50 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-03-31 07:03:13,790 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-31 07:03:45,664 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-80 | | 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-31 07:03:45,666 - 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=VCc9F2tr4D66njJrVyac6TkkT export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30: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-31 07:03:45,666 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-31 07:03:45,667 - 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-31 07:03:45,668 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-03-31 07:03:45,668 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-03-31 07:03:46,753 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-03-31 07:03:46,753 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-03-31 07:03:47,156 - xtesting.energy.energy - DEBUG - Starting recording 2018-03-31 07:03:47,156 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-03-31 07:03:47,517 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-31 07:03:47,517 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-31 07:03:47' 2018-03-31 07:03:47,517 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--37ec1928-0c74-4928-b2e8-e2732adf8786' 2018-03-31 07:03:51,028 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-37ec1928-0c74-4928-b2e8-e2732adf8786' 2018-03-31 07:03:54,444 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-37ec1928-0c74-4928-b2e8-e2732adf8786' 2018-03-31 07:04:08,129 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-37ec1928-0c74-4928-b2e8-e2732adf8786' 2018-03-31 07:04:09,655 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-37ec1928-0c74-4928-b2e8-e2732adf8786' 2018-03-31 07:04:10,430 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-37ec1928-0c74-4928-b2e8-e2732adf8786' 2018-03-31 07:04:17,450 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-37ec1928-0c74-4928-b2e8-e2732adf8786' 2018-03-31 07:04:22,716 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-37ec1928-0c74-4928-b2e8-e2732adf8786' 2018-03-31 07:04:55,744 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-31 07:05:06,537 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-03-31 07:05:06,681 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-31 07:05:07,687 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-31 07:05:37,494 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-03-31 07:05:37,494 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-03-31 07:05:38,010 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-31 07:05:38,011 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-31 07:05:38,014 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-03-31 07:05:38,127 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-31 07:05:38,127 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-31 07:05:38' 2018-03-31 07:05:38,127 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--642d2bfe-e56e-45ee-ba70-abfdb29af0b6' 2018-03-31 07:05:45,212 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-642d2bfe-e56e-45ee-ba70-abfdb29af0b6' 2018-03-31 07:05:47,610 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-642d2bfe-e56e-45ee-ba70-abfdb29af0b6' 2018-03-31 07:06:00,039 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-642d2bfe-e56e-45ee-ba70-abfdb29af0b6' 2018-03-31 07:06:00,793 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-642d2bfe-e56e-45ee-ba70-abfdb29af0b6' 2018-03-31 07:06:08,271 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-642d2bfe-e56e-45ee-ba70-abfdb29af0b6' 2018-03-31 07:06:15,610 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-31 07:06:36,623 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-31 07:06:39,180 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-31 07:07:12,688 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-31 07:07:12,689 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 01:01 | PASS | +------------------------+------------------+------------------+----------------+ 2018-03-31 07:07:12,692 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-03-31 07:07:12,828 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-31 07:07:18,990 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-31 07:07:18.657 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=be8fa437-ea6a-4bf5-b9a9-2a8557193c8f) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | be8fa437-ea6a-4bf5-b9a9-2a8557193c8f | 2018-03-31T07:07:18 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: be8fa437-ea6a-4bf5-b9a9-2a8557193c8f ~/.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-31 07:07:22,227 - 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-31 07:07:22,227 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-31 07:07:28,485 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-31 07:07:26.417 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-31 07:07:26.580 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-31 07:07:28.342 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=41b8c561-93d3-47fb-baf3-dce696d3be8f) has been successfully created! Using verifier 'opnfv-tempest' (UUID=41b8c561-93d3-47fb-baf3-dce696d3be8f) as the default verifier for the future CLI operations. 2018-03-31 07:07:31,454 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-31 07:07:34,301 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-31 07:07:46,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-31 07:07:52,639 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-31 07:07:51.471 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=41b8c561-93d3-47fb-baf3-dce696d3be8f) for deployment 'opnfv-rally' (UUID=be8fa437-ea6a-4bf5-b9a9-2a8557193c8f). 2018-03-31 07:07:52.440 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=41b8c561-93d3-47fb-baf3-dce696d3be8f) has been successfully configured for deployment 'opnfv-rally' (UUID=be8fa437-ea6a-4bf5-b9a9-2a8557193c8f)! 2018-03-31 07:07:52,639 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-31 07:07:52,640 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-31 07:07:52,642 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-31 07:07:52,654 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-31 07:07:55,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-41b8c561-93d3-47fb-baf3-dce696d3be8f/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-03-31 07:07:55,930 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-31 07:07:55,938 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-31 07:07:55,938 - 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-31 07:07:58,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:07:58.119 55 INFO rally.api [-] Starting verification (UUID=729199e2-1c86-4800-bc45-3f6da35e9c7a) for deployment 'opnfv-rally' (UUID=be8fa437-ea6a-4bf5-b9a9-2a8557193c8f) by verifier 'opnfv-tempest' (UUID=41b8c561-93d3-47fb-baf3-dce696d3be8f). 2018-03-31 07:07:58,121 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 729199e2-1c86-4800-bc45-3f6da35e9c7a 2018-03-31 07:08:06,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:08:06.797 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.184s] 2018-03-31 07:08:06,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:08:06.855 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.058s] 2018-03-31 07:08:14,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:08:14.092 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.969s] 2018-03-31 07:08:17,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:08:17.274 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.182s] 2018-03-31 07:08:31,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:08:31.870 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.725s] 2018-03-31 07:08:57,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:08:57.258 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [18.700s] 2018-03-31 07:10:19,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:10:19.432 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.077s] 2018-03-31 07:10:19,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:10:19.433 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-03-31 07:11:04,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:11:04.592 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.073s] 2018-03-31 07:11:04,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:11:04.593 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-31 07:11:55,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:11:55.687 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.065s] 2018-03-31 07:11:55,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:11:55.688 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-03-31 07:13:05,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:13:05.562 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [27.183s] 2018-03-31 07:13:39,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:13:39.091 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.049s] 2018-03-31 07:13:39,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:13:39.185 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.094s] 2018-03-31 07:13:47,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:13:47.985 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.655s] 2018-03-31 07:13:48,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:13:48.000 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.014s] 2018-03-31 07:13:50,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:13:50.711 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-03-31 07:13:50,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:13:50.712 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-03-31 07:13:54,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:13:54.765 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.384s] 2018-03-31 07:14:01,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:14:01.293 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.079s] 2018-03-31 07:14:10,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:14:10.079 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.816s] 2018-03-31 07:14:18,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:14:18.441 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.459s] 2018-03-31 07:14:30,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:14:30.330 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.257s] 2018-03-31 07:14:38,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:14:38.197 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [1.128s] 2018-03-31 07:14:45,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:14:45.196 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.206s] 2018-03-31 07:14:54,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:14:54.217 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.460s] 2018-03-31 07:15:02,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:15:02.730 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [1.226s] 2018-03-31 07:15:12,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:15:12.675 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.385s] 2018-03-31 07:15:15,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:15:15.561 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-03-31 07:15:17,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:15:17.603 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.070s] 2018-03-31 07:15:17,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:15:17.680 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.077s] 2018-03-31 07:15:17,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:15:17.760 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.079s] 2018-03-31 07:15:17,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:15:17.767 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-03-31 07:15:22,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:15:22.809 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.913s] 2018-03-31 07:15:27,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:15:27.764 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [4.954s] 2018-03-31 07:15:30,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:15:30.997 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.233s] 2018-03-31 07:15:43,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:15:43.028 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-03-31 07:15:51,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:15:51.173 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.186s] 2018-03-31 07:16:12,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:16:12.139 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.749s] 2018-03-31 07:16:16,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:16:16.929 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.790s] 2018-03-31 07:16:31,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:16:31.528 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.651s] 2018-03-31 07:16:36,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:16:36.017 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.487s] 2018-03-31 07:16:45,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:16:45.352 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.334s] 2018-03-31 07:16:55,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:16:55.586 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.881s] 2018-03-31 07:17:00,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:17:00.123 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.535s] 2018-03-31 07:17:05,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:17:05.319 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [5.196s] 2018-03-31 07:17:24,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:17:24.370 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.669s] 2018-03-31 07:17:24,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:17:24.824 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.453s] 2018-03-31 07:17:24,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:17:24.956 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.132s] 2018-03-31 07:17:25,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:17:25.182 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.225s] 2018-03-31 07:17:25,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:17:25.563 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.380s] 2018-03-31 07:17:25,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:17:25.622 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.058s] 2018-03-31 07:17:42,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:17:42.218 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.641s] 2018-03-31 07:17:42,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:17:42.507 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.289s] 2018-03-31 07:17:42,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:17:42.617 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.110s] 2018-03-31 07:17:42,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:17:42.823 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.204s] 2018-03-31 07:17:43,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:17:43.069 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.246s] 2018-03-31 07:17:43,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:17:43.121 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.052s] 2018-03-31 07:17:58,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:17:58.383 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.813s] 2018-03-31 07:18:05,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:18:05.839 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [7.455s] 2018-03-31 07:18:08,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:18:08.670 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.830s] 2018-03-31 07:18:08,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:18:08.876 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.206s] 2018-03-31 07:18:08,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:18:08.927 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.051s] 2018-03-31 07:18:23,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:18:23.219 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.627s] 2018-03-31 07:18:29,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:18:29.682 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.462s] 2018-03-31 07:18:32,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:18:32.246 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.563s] 2018-03-31 07:18:32,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:18:32.464 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.218s] 2018-03-31 07:18:32,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:18:32.660 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.195s] 2018-03-31 07:18:57,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:18:57.680 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [18.928s] 2018-03-31 07:19:12,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:19:12.232 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [14.552s] 2018-03-31 07:19:24,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:19:24.926 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [12.692s] 2018-03-31 07:19:35,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:19:35.396 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [10.469s] 2018-03-31 07:20:11,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:20:11.863 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [20.241s] 2018-03-31 07:20:25,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:20:25.836 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [13.972s] 2018-03-31 07:20:37,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:20:37.987 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [12.150s] 2018-03-31 07:20:48,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:20:48.217 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [10.229s] 2018-03-31 07:21:06,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:21:06.117 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.460s] 2018-03-31 07:21:09,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:21:09.570 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [3.451s] 2018-03-31 07:21:09,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:21:09.769 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.200s] 2018-03-31 07:21:15,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:21:15.140 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.764s] 2018-03-31 07:21:17,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:21:17.687 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.544s] 2018-03-31 07:21:17,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:21:17.878 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.193s] 2018-03-31 07:21:23,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:21:23.272 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.330s] 2018-03-31 07:21:26,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:21:26.578 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-03-31 07:21:28,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:21:28.743 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-03-31 07:21:28,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:21:28.745 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-03-31 07:21:28,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:21:28.745 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-03-31 07:21:28,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:21:28.746 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-03-31 07:21:28,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:21:28.747 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-03-31 07:21:30,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:21:30.626 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.014s] 2018-03-31 07:21:55,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:21:55.804 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [18.575s] 2018-03-31 07:22:13,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:22:13.250 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.722s] 2018-03-31 07:22:35,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:22:35.372 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [22.118s] 2018-03-31 07:22:47,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:22:47.823 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.040s] 2018-03-31 07:24:35,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:24:35.014 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [96.307s] 2018-03-31 07:25:35,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:25:35.328 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [44.361s] 2018-03-31 07:26:50,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:26:50.041 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [41.296s] 2018-03-31 07:27:13,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '729199e2-1c86-4800-bc45-3f6da35e9c7a']'. 2018-03-31 07:27:14,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-31 07:27:14,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-31 07:27:14,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-31 07:27:14,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 729199e2-1c86-4800-bc45-3f6da35e9c7a | 2018-03-31 07:27:14,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-31 07:27:14,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-31 07:07:58 | 2018-03-31 07:27:14,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-31 07:27:13 | 2018-03-31 07:27:14,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:19:15 | 2018-03-31 07:27:14,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-03-31 07:27:14,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-31 07:27:14,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-31 07:27:14,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 41b8c561-93d3-47fb-baf3-dce696d3be8f) | 2018-03-31 07:27:14,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-31 07:27:14,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: be8fa437-ea6a-4bf5-b9a9-2a8557193c8f) | 2018-03-31 07:27:14,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-03-31 07:27:14,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1126.205 | 2018-03-31 07:27:14,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-03-31 07:27:14,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-03-31 07:27:14,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-31 07:27:14,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-31 07:27:14,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-31 07:27:14,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-31 07:27:14,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-31 07:27:15,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-03-31 07:27:29,218 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-31 07:27:29,219 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 19:58 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-03-31 07:27:29,223 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-03-31 07:27:29,371 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-03-31 07:27:29,782 - xtesting.energy.energy - DEBUG - Starting recording 2018-03-31 07:27:29,783 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-03-31 07:27:30,152 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-31 07:27:32,871 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-31 07:27:32.478 119 INFO rally.deployment.engine [-] Deployment be8fa437-ea6a-4bf5-b9a9-2a8557193c8f | Starting: Destroy cloud and free allocated resources. 2018-03-31 07:27:32.554 119 INFO rally.deployment.engine [-] Deployment be8fa437-ea6a-4bf5-b9a9-2a8557193c8f | Completed: Destroy cloud and free allocated resources. 2018-03-31 07:27:32.593 119 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=41b8c561-93d3-47fb-baf3-dce696d3be8f) for deployment 'opnfv-rally'. 2018-03-31 07:27:32.610 119 INFO rally.api [-] Deleting verification (UUID=729199e2-1c86-4800-bc45-3f6da35e9c7a). 2018-03-31 07:27:32.650 119 INFO rally.api [-] Verification has been successfully deleted! 2018-03-31 07:27:32.651 119 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=41b8c561-93d3-47fb-baf3-dce696d3be8f). 2018-03-31 07:27:32.662 119 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-31 07:27:35,344 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-31 07:27:35.047 122 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=1d5dce82-2a63-492f-8536-ded3cdf5f8f0) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 1d5dce82-2a63-492f-8536-ded3cdf5f8f0 | 2018-03-31T07:27:35 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 1d5dce82-2a63-492f-8536-ded3cdf5f8f0 ~/.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-31 07:27:38,618 - 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-31 07:27:38,619 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-03-31 07:27:40,821 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-4317e9d1-a269-476e-99f0-38b1e39f6b87'... 2018-03-31 07:27:44,801 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-4317e9d1-a269-476e-99f0-38b1e39f6b87'... 2018-03-31 07:27:48,500 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-4317e9d1-a269-476e-99f0-38b1e39f6b87'... 2018-03-31 07:28:00,249 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-4317e9d1-a269-476e-99f0-38b1e39f6b87'... 2018-03-31 07:28:00,976 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-4317e9d1-a269-476e-99f0-38b1e39f6b87'... 2018-03-31 07:28:01,724 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-03-31 07:28:01,725 - 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-31 07:28:01,726 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-31 07:28:01,776 - 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-31 07:28:01,786 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['authenticate'], 'concurrency': 4, 'netid': 'ee671b81-ea2b-4bf9-829d-f0f706c0850d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-4317e9d1-a269-476e-99f0-38b1e39f6b87', 'flavor_name': 'rally-tiny-4317e9d1-a269-476e-99f0-38b1e39f6b87', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-4317e9d1-a269-476e-99f0-38b1e39f6b87', '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-31 07:29:05,334 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b2b860e2-05fc-46cf-8628-2375f4550b1e 2018-03-31 07:29:05,335 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-03-31 07:29:05,337 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b2b860e2-05fc-46cf-8628-2375f4550b1e'] 2018-03-31 07:29:06,319 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b2b860e2-05fc-46cf-8628-2375f4550b1e: 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 b2b860e2-05fc-46cf-8628-2375f4550b1e 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.498 | 0.498 | 0.498 | 0.498 | 0.498 | 0.498 | 100.0% | 1 | | total | 0.498 | 0.498 | 0.498 | 0.498 | 0.498 | 0.498 | 100.0% | 1 | | -> duration | 0.498 | 0.498 | 0.498 | 0.498 | 0.498 | 0.498 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.498304 Full duration: 7.66878 -------------------------------------------------------------------------------- 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 b2b860e2-05fc-46cf-8628-2375f4550b1e 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.36 | 0.36 | 0.36 | 0.36 | 0.36 | 0.36 | 100.0% | 1 | | total | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> duration | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.78945 Full duration: 7.822583 -------------------------------------------------------------------------------- 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 b2b860e2-05fc-46cf-8628-2375f4550b1e 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.531 | 0.531 | 0.531 | 0.531 | 0.531 | 0.531 | 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.956192 Full duration: 7.808452 -------------------------------------------------------------------------------- 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 b2b860e2-05fc-46cf-8628-2375f4550b1e 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.367 | 0.367 | 0.367 | 0.367 | 0.367 | 0.367 | 100.0% | 1 | | total | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> duration | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.789413 Full duration: 8.50058 -------------------------------------------------------------------------------- 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 b2b860e2-05fc-46cf-8628-2375f4550b1e 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.542 | 0.542 | 0.542 | 0.542 | 0.542 | 0.542 | 100.0% | 1 | | total | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 100.0% | 1 | | -> duration | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.945896 Full duration: 7.824025 -------------------------------------------------------------------------------- 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 b2b860e2-05fc-46cf-8628-2375f4550b1e has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_nova | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 100.0% | 1 | | total | 0.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.673876 Full duration: 7.602816 HINTS: * To plot HTML graphics with this data, run: rally task report b2b860e2-05fc-46cf-8628-2375f4550b1e --out output.html * To generate a JUnit report, run: rally task export b2b860e2-05fc-46cf-8628-2375f4550b1e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b2b860e2-05fc-46cf-8628-2375f4550b1e --json --out output.json 2018-03-31 07:29:06,320 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b2b860e2-05fc-46cf-8628-2375f4550b1e'] 2018-03-31 07:29:07,292 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-31 07:29:07,293 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b2b860e2-05fc-46cf-8628-2375f4550b1e', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-03-31 07:29:07,301 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-03-31 07:29:07,301 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-03-31 07:29:07,302 - 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-31 07:29:07,302 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-31 07:29:07,344 - 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-31 07:29:07,353 - 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': 'ee671b81-ea2b-4bf9-829d-f0f706c0850d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-4317e9d1-a269-476e-99f0-38b1e39f6b87', 'flavor_name': 'rally-tiny-4317e9d1-a269-476e-99f0-38b1e39f6b87', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-4317e9d1-a269-476e-99f0-38b1e39f6b87', '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-31 07:31:12,221 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 186740a4-dc6d-4ce1-ba60-b4e2df62813c 2018-03-31 07:31:12,222 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '186740a4-dc6d-4ce1-ba60-b4e2df62813c'] 2018-03-31 07:31:13,293 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 186740a4-dc6d-4ce1-ba60-b4e2df62813c: 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 186740a4-dc6d-4ce1-ba60-b4e2df62813c 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 | 6.296 | 6.296 | 6.296 | 6.296 | 6.296 | 6.296 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 100.0% | 1 | | -> glance_v2.upload_data | 3.382 | 3.382 | 3.382 | 3.382 | 3.382 | 3.382 | 100.0% | 1 | | glance_v2.delete_image | 3.593 | 3.593 | 3.593 | 3.593 | 3.593 | 3.593 | 100.0% | 1 | | total | 9.89 | 9.89 | 9.89 | 9.89 | 9.89 | 9.89 | 100.0% | 1 | | -> duration | 9.89 | 9.89 | 9.89 | 9.89 | 9.89 | 9.89 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.890031 Full duration: 18.567609 -------------------------------------------------------------------------------- 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 186740a4-dc6d-4ce1-ba60-b4e2df62813c 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 | 7.954 | 7.954 | 7.954 | 7.954 | 7.954 | 7.954 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.515 | 0.515 | 0.515 | 0.515 | 0.515 | 0.515 | 100.0% | 1 | | -> glance_v2.upload_data | 4.991 | 4.991 | 4.991 | 4.991 | 4.991 | 4.991 | 100.0% | 1 | | glance_v2.list_images | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 100.0% | 1 | | total | 8.131 | 8.131 | 8.131 | 8.131 | 8.131 | 8.131 | 100.0% | 1 | | -> duration | 8.131 | 8.131 | 8.131 | 8.131 | 8.131 | 8.131 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.131468 Full duration: 23.067451 -------------------------------------------------------------------------------- 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 186740a4-dc6d-4ce1-ba60-b4e2df62813c 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.357 | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 100.0% | 1 | | total | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 100.0% | 1 | | -> duration | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.356846 Full duration: 9.446467 -------------------------------------------------------------------------------- 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-4317e9d1-a269-476e-99f0-38b1e39f6b87" }, "number_instances": 2, "nics": [ { "net-id": "ee671b81-ea2b-4bf9-829d-f0f706c0850d" } ] }, "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 186740a4-dc6d-4ce1-ba60-b4e2df62813c 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 | 6.828 | 6.828 | 6.828 | 6.828 | 6.828 | 6.828 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 100.0% | 1 | | -> glance_v2.upload_data | 3.391 | 3.391 | 3.391 | 3.391 | 3.391 | 3.391 | 100.0% | 1 | | nova.boot_servers | 20.016 | 20.016 | 20.016 | 20.016 | 20.016 | 20.016 | 100.0% | 1 | | total | 26.845 | 26.845 | 26.845 | 26.845 | 26.845 | 26.845 | 100.0% | 1 | | -> duration | 25.845 | 25.845 | 25.845 | 25.845 | 25.845 | 25.845 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 25.845353 Full duration: 54.353352 HINTS: * To plot HTML graphics with this data, run: rally task report 186740a4-dc6d-4ce1-ba60-b4e2df62813c --out output.html * To generate a JUnit report, run: rally task export 186740a4-dc6d-4ce1-ba60-b4e2df62813c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 186740a4-dc6d-4ce1-ba60-b4e2df62813c --json --out output.json 2018-03-31 07:31:13,294 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '186740a4-dc6d-4ce1-ba60-b4e2df62813c'] 2018-03-31 07:31:14,245 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-31 07:31:14,245 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '186740a4-dc6d-4ce1-ba60-b4e2df62813c', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-03-31 07:31:14,252 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-03-31 07:31:14,253 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-03-31 07:31:14,253 - 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-31 07:31:14,253 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-31 07:31:14,294 - 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-31 07:31:14,298 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-03-31 07:31:14,299 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-03-31 07:31:14,299 - 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-31 07:31:14,299 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-31 07:31:14,334 - 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-31 07:31:14,343 - 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': 'ee671b81-ea2b-4bf9-829d-f0f706c0850d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-4317e9d1-a269-476e-99f0-38b1e39f6b87', 'flavor_name': 'rally-tiny-4317e9d1-a269-476e-99f0-38b1e39f6b87', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-4317e9d1-a269-476e-99f0-38b1e39f6b87', '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-31 07:34:53,302 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 947680c5-4289-46e9-8791-4e71c351cfb4 2018-03-31 07:34:53,303 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '947680c5-4289-46e9-8791-4e71c351cfb4'] 2018-03-31 07:34:54,356 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 947680c5-4289-46e9-8791-4e71c351cfb4: 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 947680c5-4289-46e9-8791-4e71c351cfb4 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 | 5.139 | 5.139 | 5.139 | 5.139 | 5.139 | 5.139 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.626 | 2.626 | 2.626 | 2.626 | 2.626 | 2.626 | 100.0% | 1 | | total | 7.766 | 7.766 | 7.766 | 7.766 | 7.766 | 7.766 | 100.0% | 1 | | -> duration | 7.766 | 7.766 | 7.766 | 7.766 | 7.766 | 7.766 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.765809 Full duration: 29.337099 -------------------------------------------------------------------------------- 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 947680c5-4289-46e9-8791-4e71c351cfb4 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.227 | 3.227 | 3.227 | 3.227 | 3.227 | 3.227 | 100.0% | 1 | | cinder_v2.delete_volume | 4.7 | 4.7 | 4.7 | 4.7 | 4.7 | 4.7 | 100.0% | 1 | | total | 7.927 | 7.927 | 7.927 | 7.927 | 7.927 | 7.927 | 100.0% | 1 | | -> duration | 7.927 | 7.927 | 7.927 | 7.927 | 7.927 | 7.927 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.927001 Full duration: 18.29136 -------------------------------------------------------------------------------- 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-4317e9d1-a269-476e-99f0-38b1e39f6b87" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 947680c5-4289-46e9-8791-4e71c351cfb4 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 | 10.883 | 10.883 | 10.883 | 10.883 | 10.883 | 10.883 | 100.0% | 1 | | cinder_v2.delete_volume | 2.705 | 2.705 | 2.705 | 2.705 | 2.705 | 2.705 | 100.0% | 1 | | total | 13.589 | 13.589 | 13.589 | 13.589 | 13.589 | 13.589 | 100.0% | 1 | | -> duration | 13.589 | 13.589 | 13.589 | 13.589 | 13.589 | 13.589 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.588834 Full duration: 25.044998 -------------------------------------------------------------------------------- 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 947680c5-4289-46e9-8791-4e71c351cfb4 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.356 | 3.356 | 3.356 | 3.356 | 3.356 | 3.356 | 100.0% | 1 | | cinder_v2.delete_volume | 2.763 | 2.763 | 2.763 | 2.763 | 2.763 | 2.763 | 100.0% | 1 | | total | 6.12 | 6.12 | 6.12 | 6.12 | 6.12 | 6.12 | 100.0% | 1 | | -> duration | 6.12 | 6.12 | 6.12 | 6.12 | 6.12 | 6.12 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.119812 Full duration: 17.047979 -------------------------------------------------------------------------------- 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 947680c5-4289-46e9-8791-4e71c351cfb4 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.26 | 3.26 | 3.26 | 3.26 | 3.26 | 3.26 | 100.0% | 1 | | cinder_v2.extend_volume | 2.651 | 2.651 | 2.651 | 2.651 | 2.651 | 2.651 | 100.0% | 1 | | cinder_v2.delete_volume | 2.637 | 2.637 | 2.637 | 2.637 | 2.637 | 2.637 | 100.0% | 1 | | total | 8.548 | 8.548 | 8.548 | 8.548 | 8.548 | 8.548 | 100.0% | 1 | | -> duration | 8.548 | 8.548 | 8.548 | 8.548 | 8.548 | 8.548 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.548432 Full duration: 19.397667 -------------------------------------------------------------------------------- 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 947680c5-4289-46e9-8791-4e71c351cfb4 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.378 | 5.378 | 5.378 | 5.378 | 5.378 | 5.378 | 100.0% | 1 | | cinder_v2.delete_volume | 4.571 | 4.571 | 4.571 | 4.571 | 4.571 | 4.571 | 100.0% | 1 | | total | 9.949 | 9.949 | 9.949 | 9.949 | 9.949 | 9.949 | 100.0% | 1 | | -> duration | 9.949 | 9.949 | 9.949 | 9.949 | 9.949 | 9.949 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.949061 Full duration: 27.501567 -------------------------------------------------------------------------------- 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 947680c5-4289-46e9-8791-4e71c351cfb4 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.584 | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 100.0% | 1 | | cinder_v2.list_qos | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 100.0% | 1 | | total | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | -> duration | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.763014 Full duration: 12.174104 -------------------------------------------------------------------------------- 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 947680c5-4289-46e9-8791-4e71c351cfb4 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.602 | 0.602 | 0.602 | 0.602 | 0.602 | 0.602 | 100.0% | 1 | | cinder_v2.set_qos | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 100.0% | 1 | | total | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 100.0% | 1 | | -> duration | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.807375 Full duration: 13.721061 -------------------------------------------------------------------------------- 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 947680c5-4289-46e9-8791-4e71c351cfb4 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.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | cinder_v2.list_types | 0.167 | 0.167 | 0.167 | 0.167 | 0.167 | 0.167 | 100.0% | 1 | | total | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 100.0% | 1 | | -> duration | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.795313 Full duration: 13.209522 -------------------------------------------------------------------------------- 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 947680c5-4289-46e9-8791-4e71c351cfb4 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.712 | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 100.0% | 1 | | total | 0.913 | 0.913 | 0.913 | 0.913 | 0.913 | 0.913 | 100.0% | 1 | | -> duration | 0.913 | 0.913 | 0.913 | 0.913 | 0.913 | 0.913 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.912773 Full duration: 12.543643 HINTS: * To plot HTML graphics with this data, run: rally task report 947680c5-4289-46e9-8791-4e71c351cfb4 --out output.html * To generate a JUnit report, run: rally task export 947680c5-4289-46e9-8791-4e71c351cfb4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 947680c5-4289-46e9-8791-4e71c351cfb4 --json --out output.json 2018-03-31 07:34:54,357 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '947680c5-4289-46e9-8791-4e71c351cfb4'] 2018-03-31 07:34:55,382 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-31 07:34:55,382 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '947680c5-4289-46e9-8791-4e71c351cfb4', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-03-31 07:34:55,390 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-03-31 07:34:55,390 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-03-31 07:34:55,390 - 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-31 07:34:55,391 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-31 07:34:55,432 - 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-31 07:34:55,439 - 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': 'ee671b81-ea2b-4bf9-829d-f0f706c0850d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-4317e9d1-a269-476e-99f0-38b1e39f6b87', 'flavor_name': 'rally-tiny-4317e9d1-a269-476e-99f0-38b1e39f6b87', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-4317e9d1-a269-476e-99f0-38b1e39f6b87', '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-31 07:36:20,832 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 31f61817-ba06-4806-9d76-bde1d8d3a2f9 2018-03-31 07:36:20,833 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '31f61817-ba06-4806-9d76-bde1d8d3a2f9'] 2018-03-31 07:36:21,945 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 31f61817-ba06-4806-9d76-bde1d8d3a2f9: 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 31f61817-ba06-4806-9d76-bde1d8d3a2f9 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.926 | 5.926 | 5.926 | 5.926 | 5.926 | 5.926 | 100.0% | 1 | | heat.update_stack | 3.119 | 3.119 | 3.119 | 3.119 | 3.119 | 3.119 | 100.0% | 1 | | heat.delete_stack | 3.879 | 3.879 | 3.879 | 3.879 | 3.879 | 3.879 | 100.0% | 1 | | total | 12.924 | 12.924 | 12.924 | 12.924 | 12.924 | 12.924 | 100.0% | 1 | | -> duration | 8.924 | 8.924 | 8.924 | 8.924 | 8.924 | 8.924 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.923683 Full duration: 21.919025 -------------------------------------------------------------------------------- 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 31f61817-ba06-4806-9d76-bde1d8d3a2f9 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.631 | 4.631 | 4.631 | 4.631 | 4.631 | 4.631 | 100.0% | 1 | | heat.check_stack | 1.774 | 1.774 | 1.774 | 1.774 | 1.774 | 1.774 | 100.0% | 1 | | heat.delete_stack | 2.666 | 2.666 | 2.666 | 2.666 | 2.666 | 2.666 | 100.0% | 1 | | total | 9.072 | 9.072 | 9.072 | 9.072 | 9.072 | 9.072 | 100.0% | 1 | | -> duration | 7.072 | 7.072 | 7.072 | 7.072 | 7.072 | 7.072 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.071577 Full duration: 17.875607 -------------------------------------------------------------------------------- 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 31f61817-ba06-4806-9d76-bde1d8d3a2f9 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.77 | 4.77 | 4.77 | 4.77 | 4.77 | 4.77 | 100.0% | 1 | | heat.suspend_stack | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 100.0% | 1 | | heat.resume_stack | 1.393 | 1.393 | 1.393 | 1.393 | 1.393 | 1.393 | 100.0% | 1 | | heat.delete_stack | 2.549 | 2.549 | 2.549 | 2.549 | 2.549 | 2.549 | 100.0% | 1 | | total | 9.66 | 9.66 | 9.66 | 9.66 | 9.66 | 9.66 | 100.0% | 1 | | -> duration | 7.66 | 7.66 | 7.66 | 7.66 | 7.66 | 7.66 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.660128 Full duration: 19.455708 -------------------------------------------------------------------------------- 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 31f61817-ba06-4806-9d76-bde1d8d3a2f9 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.591 | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 100.0% | 1 | | total | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 100.0% | 1 | | -> duration | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.591182 Full duration: 8.737944 HINTS: * To plot HTML graphics with this data, run: rally task report 31f61817-ba06-4806-9d76-bde1d8d3a2f9 --out output.html * To generate a JUnit report, run: rally task export 31f61817-ba06-4806-9d76-bde1d8d3a2f9 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 31f61817-ba06-4806-9d76-bde1d8d3a2f9 --json --out output.json 2018-03-31 07:36:21,945 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '31f61817-ba06-4806-9d76-bde1d8d3a2f9'] 2018-03-31 07:36:23,052 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-31 07:36:23,053 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '31f61817-ba06-4806-9d76-bde1d8d3a2f9', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-03-31 07:36:23,060 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-03-31 07:36:23,061 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-03-31 07:36:23,061 - 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-31 07:36:23,061 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-31 07:36:23,101 - 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-31 07:36:23,120 - 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': 'ee671b81-ea2b-4bf9-829d-f0f706c0850d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-4317e9d1-a269-476e-99f0-38b1e39f6b87', 'flavor_name': 'rally-tiny-4317e9d1-a269-476e-99f0-38b1e39f6b87', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-4317e9d1-a269-476e-99f0-38b1e39f6b87', '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-31 07:39:46,657 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 82bf1df7-a628-4007-999a-d55eb45d654c 2018-03-31 07:39:46,658 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '82bf1df7-a628-4007-999a-d55eb45d654c'] 2018-03-31 07:39:47,813 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 82bf1df7-a628-4007-999a-d55eb45d654c: 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 82bf1df7-a628-4007-999a-d55eb45d654c 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.606 | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 100.0% | 1 | | keystone_v3.add_role | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 100.0% | 1 | | keystone_v3.revoke_role | 0.136 | 0.136 | 0.136 | 0.136 | 0.136 | 0.136 | 100.0% | 1 | | total | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 100.0% | 1 | | -> duration | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.900518 Full duration: 16.147942 -------------------------------------------------------------------------------- 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 82bf1df7-a628-4007-999a-d55eb45d654c 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.538 | 0.538 | 0.538 | 0.538 | 0.538 | 0.538 | 100.0% | 1 | | keystone_v3.add_role | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 100.0% | 1 | | keystone_v3.list_roles | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | total | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> duration | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.782279 Full duration: 15.64716 -------------------------------------------------------------------------------- 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 82bf1df7-a628-4007-999a-d55eb45d654c 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.869 | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 100.0% | 1 | | keystone_v3.list_projects | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | total | 0.953 | 0.953 | 0.953 | 0.953 | 0.953 | 0.953 | 100.0% | 1 | | -> duration | 0.953 | 0.953 | 0.953 | 0.953 | 0.953 | 0.953 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.95293 Full duration: 16.042428 -------------------------------------------------------------------------------- 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 82bf1df7-a628-4007-999a-d55eb45d654c 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.518 | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 100.0% | 1 | | keystone_v3.delete_role | 0.066 | 0.066 | 0.066 | 0.066 | 0.066 | 0.066 | 100.0% | 1 | | total | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 100.0% | 1 | | -> duration | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.584578 Full duration: 12.390086 -------------------------------------------------------------------------------- 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 82bf1df7-a628-4007-999a-d55eb45d654c 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.585 | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 100.0% | 1 | | keystone_v3.delete_service | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | total | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | -> duration | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.707416 Full duration: 12.729507 -------------------------------------------------------------------------------- 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 82bf1df7-a628-4007-999a-d55eb45d654c 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.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | keystone_v3.create_user | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 100.0% | 1 | | -> keystone_v3.add_role | 0.196 | 0.196 | 0.196 | 0.196 | 0.196 | 0.196 | 100.0% | 1 | | keystone_v3.create_role | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | keystone_v3.get_project | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | keystone_v3.get_user | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | keystone_v3.get_role | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | keystone_v3.list_services | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | keystone_v3.get_services | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | total | 2.012 | 2.012 | 2.012 | 2.012 | 2.012 | 2.012 | 100.0% | 1 | | -> duration | 2.012 | 2.012 | 2.012 | 2.012 | 2.012 | 2.012 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.012439 Full duration: 20.655107 -------------------------------------------------------------------------------- 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 82bf1df7-a628-4007-999a-d55eb45d654c 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.659 | 0.659 | 0.659 | 0.659 | 0.659 | 0.659 | 100.0% | 1 | | keystone_v3.update_project | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 100.0% | 1 | | keystone_v3.delete_project | 0.159 | 0.159 | 0.159 | 0.159 | 0.159 | 0.159 | 100.0% | 1 | | total | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 100.0% | 1 | | -> duration | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.944962 Full duration: 13.827292 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 82bf1df7-a628-4007-999a-d55eb45d654c 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.399 | 1.399 | 1.399 | 1.399 | 1.399 | 1.399 | 100.0% | 1 | | total | 1.503 | 1.503 | 1.503 | 1.503 | 1.503 | 1.503 | 100.0% | 1 | | -> duration | 1.503 | 1.503 | 1.503 | 1.503 | 1.503 | 1.503 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.502535 Full duration: 15.371722 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 82bf1df7-a628-4007-999a-d55eb45d654c has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | total | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | -> duration | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.67736 Full duration: 14.772414 -------------------------------------------------------------------------------- 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 82bf1df7-a628-4007-999a-d55eb45d654c 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.722 | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 100.0% | 1 | | keystone_v3.list_users | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | total | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 100.0% | 1 | | -> duration | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.914707 Full duration: 15.41607 -------------------------------------------------------------------------------- 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 82bf1df7-a628-4007-999a-d55eb45d654c 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.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | keystone_v3.create_users | 5.726 | 5.726 | 5.726 | 5.726 | 5.726 | 5.726 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.725 | 5.725 | 5.725 | 5.725 | 5.725 | 5.725 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.418 | 1.418 | 1.418 | 1.418 | 1.418 | 1.418 | 100.0% | 1 | | total | 7.361 | 7.361 | 7.361 | 7.361 | 7.361 | 7.361 | 100.0% | 1 | | -> duration | 7.361 | 7.361 | 7.361 | 7.361 | 7.361 | 7.361 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.360586 Full duration: 24.554639 HINTS: * To plot HTML graphics with this data, run: rally task report 82bf1df7-a628-4007-999a-d55eb45d654c --out output.html * To generate a JUnit report, run: rally task export 82bf1df7-a628-4007-999a-d55eb45d654c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 82bf1df7-a628-4007-999a-d55eb45d654c --json --out output.json 2018-03-31 07:39:47,813 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '82bf1df7-a628-4007-999a-d55eb45d654c'] 2018-03-31 07:39:48,955 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-31 07:39:48,955 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '82bf1df7-a628-4007-999a-d55eb45d654c', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-03-31 07:39:48,964 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-03-31 07:39:48,964 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-03-31 07:39:48,964 - 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-31 07:39:48,964 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-31 07:39:49,003 - 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-31 07:39:49,016 - 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': 'ee671b81-ea2b-4bf9-829d-f0f706c0850d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-4317e9d1-a269-476e-99f0-38b1e39f6b87', 'flavor_name': 'rally-tiny-4317e9d1-a269-476e-99f0-38b1e39f6b87', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-4317e9d1-a269-476e-99f0-38b1e39f6b87', '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-31 07:46:49,446 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d829ed18-a651-4ea4-ad0d-c939e9edb007 2018-03-31 07:46:49,447 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'd829ed18-a651-4ea4-ad0d-c939e9edb007'] 2018-03-31 07:46:50,569 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task d829ed18-a651-4ea4-ad0d-c939e9edb007: 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 d829ed18-a651-4ea4-ad0d-c939e9edb007 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.094 | 1.094 | 1.094 | 1.094 | 1.094 | 1.094 | 100.0% | 1 | | neutron.delete_network | 0.916 | 0.916 | 0.916 | 0.916 | 0.916 | 0.916 | 100.0% | 1 | | total | 2.01 | 2.01 | 2.01 | 2.01 | 2.01 | 2.01 | 100.0% | 1 | | -> duration | 2.01 | 2.01 | 2.01 | 2.01 | 2.01 | 2.01 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.009577 Full duration: 16.491806 -------------------------------------------------------------------------------- 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 d829ed18-a651-4ea4-ad0d-c939e9edb007 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.555 | 1.555 | 1.555 | 1.555 | 1.555 | 1.555 | 100.0% | 1 | | neutron.delete_port | 0.658 | 0.658 | 0.658 | 0.658 | 0.658 | 0.658 | 100.0% | 1 | | total | 2.214 | 2.214 | 2.214 | 2.214 | 2.214 | 2.214 | 100.0% | 1 | | -> duration | 2.214 | 2.214 | 2.214 | 2.214 | 2.214 | 2.214 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.213616 Full duration: 39.4872 -------------------------------------------------------------------------------- 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 d829ed18-a651-4ea4-ad0d-c939e9edb007 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.87 | 0.87 | 0.87 | 0.87 | 0.87 | 0.87 | 100.0% | 1 | | neutron.create_subnet | 1.15 | 1.15 | 1.15 | 1.15 | 1.15 | 1.15 | 100.0% | 1 | | neutron.create_router | 4.226 | 4.226 | 4.226 | 4.226 | 4.226 | 4.226 | 100.0% | 1 | | neutron.add_interface_router | 2.031 | 2.031 | 2.031 | 2.031 | 2.031 | 2.031 | 100.0% | 1 | | neutron.remove_interface_router | 1.474 | 1.474 | 1.474 | 1.474 | 1.474 | 1.474 | 100.0% | 1 | | neutron.delete_router | 2.622 | 2.622 | 2.622 | 2.622 | 2.622 | 2.622 | 100.0% | 1 | | total | 12.373 | 12.373 | 12.373 | 12.373 | 12.373 | 12.373 | 100.0% | 1 | | -> duration | 12.373 | 12.373 | 12.373 | 12.373 | 12.373 | 12.373 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.372855 Full duration: 56.330245 -------------------------------------------------------------------------------- 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 d829ed18-a651-4ea4-ad0d-c939e9edb007 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.168 | 1.168 | 1.168 | 1.168 | 1.168 | 1.168 | 100.0% | 1 | | neutron.delete_subnet | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 100.0% | 1 | | total | 1.891 | 1.891 | 1.891 | 1.891 | 1.891 | 1.891 | 100.0% | 1 | | -> duration | 1.891 | 1.891 | 1.891 | 1.891 | 1.891 | 1.891 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.890892 Full duration: 40.917399 -------------------------------------------------------------------------------- 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 d829ed18-a651-4ea4-ad0d-c939e9edb007 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.918 | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 100.0% | 1 | | neutron.list_networks | 0.281 | 0.281 | 0.281 | 0.281 | 0.281 | 0.281 | 100.0% | 1 | | total | 1.199 | 1.199 | 1.199 | 1.199 | 1.199 | 1.199 | 100.0% | 1 | | -> duration | 1.199 | 1.199 | 1.199 | 1.199 | 1.199 | 1.199 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.199132 Full duration: 17.427341 -------------------------------------------------------------------------------- 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 d829ed18-a651-4ea4-ad0d-c939e9edb007 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.386 | 1.386 | 1.386 | 1.386 | 1.386 | 1.386 | 100.0% | 1 | | neutron.list_ports | 0.267 | 0.267 | 0.267 | 0.267 | 0.267 | 0.267 | 100.0% | 1 | | total | 1.653 | 1.653 | 1.653 | 1.653 | 1.653 | 1.653 | 100.0% | 1 | | -> duration | 1.653 | 1.653 | 1.653 | 1.653 | 1.653 | 1.653 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.652957 Full duration: 39.921557 -------------------------------------------------------------------------------- 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 d829ed18-a651-4ea4-ad0d-c939e9edb007 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.996 | 0.996 | 0.996 | 0.996 | 0.996 | 0.996 | 100.0% | 1 | | neutron.create_subnet | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 100.0% | 1 | | neutron.create_router | 3.452 | 3.452 | 3.452 | 3.452 | 3.452 | 3.452 | 100.0% | 1 | | neutron.add_interface_router | 2.343 | 2.343 | 2.343 | 2.343 | 2.343 | 2.343 | 100.0% | 1 | | neutron.list_routers | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 100.0% | 1 | | total | 7.908 | 7.908 | 7.908 | 7.908 | 7.908 | 7.908 | 100.0% | 1 | | -> duration | 7.908 | 7.908 | 7.908 | 7.908 | 7.908 | 7.908 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.908286 Full duration: 58.496202 -------------------------------------------------------------------------------- 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 d829ed18-a651-4ea4-ad0d-c939e9edb007 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.808 | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 100.0% | 1 | | neutron.create_subnet | 1.583 | 1.583 | 1.583 | 1.583 | 1.583 | 1.583 | 100.0% | 1 | | neutron.list_subnets | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 100.0% | 1 | | total | 2.606 | 2.606 | 2.606 | 2.606 | 2.606 | 2.606 | 100.0% | 1 | | -> duration | 2.606 | 2.606 | 2.606 | 2.606 | 2.606 | 2.606 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.60603 Full duration: 50.702846 -------------------------------------------------------------------------------- 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 d829ed18-a651-4ea4-ad0d-c939e9edb007 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.067 | 1.067 | 1.067 | 1.067 | 1.067 | 1.067 | 100.0% | 1 | | neutron.delete_security_group | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 100.0% | 1 | | total | 1.737 | 1.737 | 1.737 | 1.737 | 1.737 | 1.737 | 100.0% | 1 | | -> duration | 1.737 | 1.737 | 1.737 | 1.737 | 1.737 | 1.737 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.736676 Full duration: 17.111772 -------------------------------------------------------------------------------- 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 d829ed18-a651-4ea4-ad0d-c939e9edb007 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.293 | 1.293 | 1.293 | 1.293 | 1.293 | 1.293 | 100.0% | 1 | | neutron.create_security_group_rule | 0.341 | 0.341 | 0.341 | 0.341 | 0.341 | 0.341 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.263 | 0.263 | 0.263 | 0.263 | 0.263 | 0.263 | 100.0% | 1 | | neutron.delete_security_group | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 100.0% | 1 | | total | 2.175 | 2.175 | 2.175 | 2.175 | 2.175 | 2.175 | 100.0% | 1 | | -> duration | 2.175 | 2.175 | 2.175 | 2.175 | 2.175 | 2.175 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.175253 Full duration: 15.814676 -------------------------------------------------------------------------------- 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 d829ed18-a651-4ea4-ad0d-c939e9edb007 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.346 | 1.346 | 1.346 | 1.346 | 1.346 | 1.346 | 100.0% | 1 | | neutron.create_router | 5.321 | 5.321 | 5.321 | 5.321 | 5.321 | 5.321 | 100.0% | 1 | | neutron.add_gateway_router | 2.511 | 2.511 | 2.511 | 2.511 | 2.511 | 2.511 | 100.0% | 1 | | neutron.remove_gateway_router | 1.189 | 1.189 | 1.189 | 1.189 | 1.189 | 1.189 | 100.0% | 1 | | total | 10.367 | 10.367 | 10.367 | 10.367 | 10.367 | 10.367 | 100.0% | 1 | | -> duration | 10.367 | 10.367 | 10.367 | 10.367 | 10.367 | 10.367 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.366865 Full duration: 35.440838 HINTS: * To plot HTML graphics with this data, run: rally task report d829ed18-a651-4ea4-ad0d-c939e9edb007 --out output.html * To generate a JUnit report, run: rally task export d829ed18-a651-4ea4-ad0d-c939e9edb007 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d829ed18-a651-4ea4-ad0d-c939e9edb007 --json --out output.json 2018-03-31 07:46:50,569 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'd829ed18-a651-4ea4-ad0d-c939e9edb007'] 2018-03-31 07:46:51,643 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-31 07:46:51,644 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'd829ed18-a651-4ea4-ad0d-c939e9edb007', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-03-31 07:46:51,651 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-03-31 07:46:51,652 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-03-31 07:46:51,652 - 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-31 07:46:51,652 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-31 07:46:51,692 - 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-31 07:46:51,708 - 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': 'ee671b81-ea2b-4bf9-829d-f0f706c0850d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-4317e9d1-a269-476e-99f0-38b1e39f6b87', 'flavor_name': 'rally-tiny-4317e9d1-a269-476e-99f0-38b1e39f6b87', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-4317e9d1-a269-476e-99f0-38b1e39f6b87', '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-31 07:50:10,708 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 149b736a-403a-4710-8e5f-df7c7afcdb9c 2018-03-31 07:50:10,708 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '149b736a-403a-4710-8e5f-df7c7afcdb9c'] 2018-03-31 07:50:11,621 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 149b736a-403a-4710-8e5f-df7c7afcdb9c: 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-4317e9d1-a269-476e-99f0-38b1e39f6b87" }, "image": { "name": "Cirros-0.4.0-4317e9d1-a269-476e-99f0-38b1e39f6b87" }, "block_migration": false, "nics": [ { "net-id": "ee671b81-ea2b-4bf9-829d-f0f706c0850d" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 149b736a-403a-4710-8e5f-df7c7afcdb9c has 1 error(s) -------------------------------------------------------------------------------- RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/servers.py", line 722, in run block_migration, disk_over_commit) File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 87, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/utils.py", line 770, in _live_migrate "but instance did not change host: %s" % host_pre_migrate) RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 15.682 | 15.682 | 15.682 | 15.682 | 15.682 | 15.682 | 100.0% | 1 | | nova.find_host_to_migrate | 1.765 | 1.765 | 1.765 | 1.765 | 1.765 | 1.765 | 100.0% | 1 | | nova.live_migrate | 136.866 | 136.866 | 136.866 | 136.866 | 136.866 | 136.866 | 0.0% | 1 | | total | 154.314 | 154.314 | 154.314 | 154.314 | 154.314 | 154.314 | 0.0% | 1 | | -> duration | 153.314 | 153.314 | 153.314 | 153.314 | 153.314 | 153.314 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 153.314005 Full duration: 171.412897 HINTS: * To plot HTML graphics with this data, run: rally task report 149b736a-403a-4710-8e5f-df7c7afcdb9c --out output.html * To generate a JUnit report, run: rally task export 149b736a-403a-4710-8e5f-df7c7afcdb9c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 149b736a-403a-4710-8e5f-df7c7afcdb9c --json --out output.json 2018-03-31 07:50:11,621 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '149b736a-403a-4710-8e5f-df7c7afcdb9c'] 2018-03-31 07:50:12,477 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-31 07:50:12,478 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '149b736a-403a-4710-8e5f-df7c7afcdb9c', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-03-31 07:50:12,485 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-03-31 07:50:12,485 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-03-31 07:50:12,486 - 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-31 07:50:12,486 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-31 07:50:12,524 - 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-31 07:50:12,530 - 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': 'ee671b81-ea2b-4bf9-829d-f0f706c0850d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-4317e9d1-a269-476e-99f0-38b1e39f6b87', 'flavor_name': 'rally-tiny-4317e9d1-a269-476e-99f0-38b1e39f6b87', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-4317e9d1-a269-476e-99f0-38b1e39f6b87', '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-31 07:51:06,825 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a44c7a4a-443e-444c-a393-87f9f49025bb 2018-03-31 07:51:06,826 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a44c7a4a-443e-444c-a393-87f9f49025bb'] 2018-03-31 07:51:07,843 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a44c7a4a-443e-444c-a393-87f9f49025bb: 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 a44c7a4a-443e-444c-a393-87f9f49025bb 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.44 | 1.44 | 1.44 | 1.44 | 1.44 | 1.44 | 100.0% | 1 | | quotas.delete_quotas | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 100.0% | 1 | | total | 1.643 | 1.643 | 1.643 | 1.643 | 1.643 | 1.643 | 100.0% | 1 | | -> duration | 1.643 | 1.643 | 1.643 | 1.643 | 1.643 | 1.643 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.64279 Full duration: 9.30284 -------------------------------------------------------------------------------- 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 a44c7a4a-443e-444c-a393-87f9f49025bb 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.768 | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 100.0% | 1 | | total | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 100.0% | 1 | | -> duration | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.767742 Full duration: 8.547214 -------------------------------------------------------------------------------- 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 a44c7a4a-443e-444c-a393-87f9f49025bb 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.464 | 0.464 | 0.464 | 0.464 | 0.464 | 0.464 | 100.0% | 1 | | total | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 100.0% | 1 | | -> duration | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.861397 Full duration: 9.853363 -------------------------------------------------------------------------------- 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 a44c7a4a-443e-444c-a393-87f9f49025bb 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.992 | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 100.0% | 1 | | total | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 100.0% | 1 | | -> duration | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.991847 Full duration: 9.525447 HINTS: * To plot HTML graphics with this data, run: rally task report a44c7a4a-443e-444c-a393-87f9f49025bb --out output.html * To generate a JUnit report, run: rally task export a44c7a4a-443e-444c-a393-87f9f49025bb --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a44c7a4a-443e-444c-a393-87f9f49025bb --json --out output.json 2018-03-31 07:51:07,844 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a44c7a4a-443e-444c-a393-87f9f49025bb'] 2018-03-31 07:51:08,926 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-31 07:51:08,926 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a44c7a4a-443e-444c-a393-87f9f49025bb', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-03-31 07:51:08,934 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-03-31 07:51:08,937 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:47 | 6 | 100.00% | | glance | 01:45 | 4 | 100.00% | | cinder | 03:08 | 10 | 100.00% | | heat | 01:07 | 4 | 100.00% | | keystone | 02:57 | 11 | 100.00% | | neutron | 06:28 | 11 | 100.00% | | nova | 02:51 | 1 | 0.00% | | quotas | 00:37 | 4 | 100.00% | | | | | | | TOTAL: | 00:19:43 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-03-31 07:51:08,937 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-03-31 07:51:23,028 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-03-31 07:51:23,028 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-03-31 07:51:23,550 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-31 07:51:23,551 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 23:53 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-03-31 07:51:23,555 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-03-31 07:51:23,555 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-03-31 07:51:23,718 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-31 07:51:26,166 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-31 07:51:25.796 9790 INFO rally.deployment.engine [-] Deployment 1d5dce82-2a63-492f-8536-ded3cdf5f8f0 | Starting: Destroy cloud and free allocated resources. 2018-03-31 07:51:25.899 9790 INFO rally.deployment.engine [-] Deployment 1d5dce82-2a63-492f-8536-ded3cdf5f8f0 | Completed: Destroy cloud and free allocated resources. 2018-03-31 07:51:25.923 9790 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=41b8c561-93d3-47fb-baf3-dce696d3be8f). 2018-03-31 07:51:25.928 9790 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-31 07:51:28,707 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-31 07:51:28.354 9793 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=81608762-7920-403f-86c0-6c3fd0888bb3) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 81608762-7920-403f-86c0-6c3fd0888bb3 | 2018-03-31T07:51:28 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 81608762-7920-403f-86c0-6c3fd0888bb3 ~/.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-31 07:51:31,969 - 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-31 07:51:31,970 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-31 07:51:34,212 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-31 07:51:33.932 9799 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=41b8c561-93d3-47fb-baf3-dce696d3be8f). 2018-03-31 07:51:34.060 9799 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-31 07:51:37,576 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-31 07:51:36.285 9802 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-31 07:51:36.432 9802 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-31 07:51:37.384 9802 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6325314c-9db7-4541-9782-856d5ef33dab) has been successfully created! Using verifier 'opnfv-tempest' (UUID=6325314c-9db7-4541-9782-856d5ef33dab) as the default verifier for the future CLI operations. 2018-03-31 07:51:40,545 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-31 07:51:43,129 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-31 07:51:59,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-31 07:52:05,124 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-31 07:52:04.083 9821 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=6325314c-9db7-4541-9782-856d5ef33dab) for deployment 'opnfv-rally' (UUID=81608762-7920-403f-86c0-6c3fd0888bb3). 2018-03-31 07:52:04.949 9821 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6325314c-9db7-4541-9782-856d5ef33dab) has been successfully configured for deployment 'opnfv-rally' (UUID=81608762-7920-403f-86c0-6c3fd0888bb3)! 2018-03-31 07:52:05,124 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-31 07:52:05,124 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-31 07:52:05,126 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-31 07:52:07,158 - 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-31 07:52:09,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:09.331 9833 INFO rally.api [-] Starting verification (UUID=86e0c85b-d3fa-4b1a-a38b-aa4382cca79b) for deployment 'opnfv-rally' (UUID=81608762-7920-403f-86c0-6c3fd0888bb3) by verifier 'opnfv-tempest' (UUID=6325314c-9db7-4541-9782-856d5ef33dab). 2018-03-31 07:52:09,332 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 86e0c85b-d3fa-4b1a-a38b-aa4382cca79b 2018-03-31 07:52:19,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:19.840 9833 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-03-31 07:52:20,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:20.169 9833 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.218s] 2018-03-31 07:52:20,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:20.462 9833 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.582s] 2018-03-31 07:52:20,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:20.538 9833 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.075s] 2018-03-31 07:52:21,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:21.474 9833 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.751s] 2018-03-31 07:52:21,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:21.647 9833 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.173s] 2018-03-31 07:52:24,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:24.376 9833 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.081s] 2018-03-31 07:52:24,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:24.460 9833 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.083s] 2018-03-31 07:52:24,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:24.532 9833 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.072s] 2018-03-31 07:52:24,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:24.543 9833 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.180s] 2018-03-31 07:52:30,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:30.798 9833 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [6.253s] 2018-03-31 07:52:33,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:33.183 9833 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.385s] 2018-03-31 07:52:33,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:33.590 9833 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [5.290s] 2018-03-31 07:52:33,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:33.749 9833 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.559s] 2018-03-31 07:52:33,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:33.926 9833 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.177s] 2018-03-31 07:52:34,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:34.140 9833 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.957s] 2018-03-31 07:52:34,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:34.347 9833 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.757s] 2018-03-31 07:52:35,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:35.021 9833 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.877s] 2018-03-31 07:52:35,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:35.873 9833 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.945s] 2018-03-31 07:52:36,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:36.039 9833 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.166s] 2018-03-31 07:52:36,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:36.198 9833 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.158s] 2018-03-31 07:52:36,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:36.563 9833 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.543s] 2018-03-31 07:52:37,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:37.905 9833 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.341s] 2018-03-31 07:52:38,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:38.664 9833 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.759s] 2018-03-31 07:52:38,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:38.833 9833 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.168s] 2018-03-31 07:52:38,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:38.854 9833 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.021s] 2018-03-31 07:52:38,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:38.878 9833 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.024s] 2018-03-31 07:52:38,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:38.908 9833 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [2.132s] 2018-03-31 07:52:40,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:40.256 9833 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.347s] 2018-03-31 07:52:49,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:49.090 9833 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.081s] 2018-03-31 07:52:49,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:49.101 9833 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-03-31 07:52:49,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:49.244 9833 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.142s] 2018-03-31 07:52:49,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:49.254 9833 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-03-31 07:52:49,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:49.269 9833 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.014s] 2018-03-31 07:52:49,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:49.301 9833 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.031s] 2018-03-31 07:52:49,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:49.366 9833 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-31 07:52:49,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:49.429 9833 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.062s] 2018-03-31 07:52:49,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:49.798 9833 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.368s] 2018-03-31 07:52:49,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:49.812 9833 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-03-31 07:52:49,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:52:49.891 9833 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.079s] 2018-03-31 07:53:00,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:00.617 9833 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.188s] 2018-03-31 07:53:00,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:00.657 9833 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.040s] 2018-03-31 07:53:00,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:00.885 9833 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.227s] 2018-03-31 07:53:01,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:01.609 9833 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.723s] 2018-03-31 07:53:01,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:01.851 9833 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.241s] 2018-03-31 07:53:02,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:02.204 9833 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.352s] 2018-03-31 07:53:02,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:02.384 9833 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.179s] 2018-03-31 07:53:02,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:02.577 9833 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.193s] 2018-03-31 07:53:02,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:02.640 9833 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.062s] 2018-03-31 07:53:02,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:02.688 9833 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.047s] 2018-03-31 07:53:02,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:02.730 9833 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.041s] 2018-03-31 07:53:02,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:02.963 9833 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.233s] 2018-03-31 07:53:03,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:03.050 9833 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.085s] 2018-03-31 07:53:03,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:03.099 9833 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.049s] 2018-03-31 07:53:03,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:03.148 9833 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.049s] 2018-03-31 07:53:07,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:07.201 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.006s] 2018-03-31 07:53:11,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:11.492 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.290s] 2018-03-31 07:53:15,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:15.566 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.073s] 2018-03-31 07:53:19,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:19.135 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [3.568s] 2018-03-31 07:53:23,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:23.748 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.612s] 2018-03-31 07:53:28,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:28.297 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.549s] 2018-03-31 07:53:31,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:31.602 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.304s] 2018-03-31 07:53:38,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:38.519 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.916s] 2018-03-31 07:53:42,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:42.195 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.674s] 2018-03-31 07:53:42,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:42.303 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.108s] 2018-03-31 07:53:42,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:42.446 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.143s] 2018-03-31 07:53:42,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:42.498 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.051s] 2018-03-31 07:53:42,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:42.572 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.073s] 2018-03-31 07:53:42,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:42.688 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.116s] 2018-03-31 07:53:42,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:42.785 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.096s] 2018-03-31 07:53:42,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:42.836 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.050s] 2018-03-31 07:53:43,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:43.030 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.193s] 2018-03-31 07:53:49,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:49.164 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.133s] 2018-03-31 07:53:52,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:53:52.443 9833 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [73.877s] 2018-03-31 07:54:07,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:54:07.047 9833 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [7.029s] 2018-03-31 07:54:22,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:54:22.347 9833 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [15.298s] 2018-03-31 07:54:31,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:54:31.151 9833 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [38.702s] 2018-03-31 07:54:52,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:54:52.487 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.162s] 2018-03-31 07:54:53,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:54:53.053 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.567s] 2018-03-31 07:54:53,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:54:53.236 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.181s] 2018-03-31 07:54:53,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:54:53.406 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.169s] 2018-03-31 07:54:53,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:54:53.572 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.165s] 2018-03-31 07:54:53,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:54:53.722 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.149s] 2018-03-31 07:54:53,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:54:53.914 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.192s] 2018-03-31 07:54:53,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:54:53.950 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.035s] 2018-03-31 07:54:54,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:54:54.097 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.147s] 2018-03-31 07:54:54,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:54:54.132 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.034s] 2018-03-31 07:54:54,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:54:54.303 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.169s] 2018-03-31 07:54:54,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:54:54.871 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.567s] 2018-03-31 07:54:55,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:54:55.449 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.577s] 2018-03-31 07:54:55,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:54:55.649 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.199s] 2018-03-31 07:54:55,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:54:55.689 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.039s] 2018-03-31 07:54:57,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:54:57.560 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [1.870s] 2018-03-31 07:54:58,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:54:58.129 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.568s] 2018-03-31 07:54:58,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:54:58.322 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.192s] 2018-03-31 07:54:58,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:54:58.477 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.155s] 2018-03-31 07:54:58,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:54:58.516 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.038s] 2018-03-31 07:54:58,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:54:58.551 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.034s] 2018-03-31 07:54:58,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:54:58.734 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.183s] 2018-03-31 07:54:58,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:54:58.771 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.036s] 2018-03-31 07:55:03,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '86e0c85b-d3fa-4b1a-a38b-aa4382cca79b']'. 2018-03-31 07:55:04,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-31 07:55:04,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-31 07:55:04,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-31 07:55:04,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 86e0c85b-d3fa-4b1a-a38b-aa4382cca79b | 2018-03-31 07:55:04,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-31 07:55:04,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-31 07:52:09 | 2018-03-31 07:55:04,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-31 07:55:03 | 2018-03-31 07:55:04,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:54 | 2018-03-31 07:55:04,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-31 07:55:04,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-31 07:55:04,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 6325314c-9db7-4541-9782-856d5ef33dab) | 2018-03-31 07:55:04,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-31 07:55:04,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 81608762-7920-403f-86c0-6c3fd0888bb3) | 2018-03-31 07:55:04,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 100 | 2018-03-31 07:55:04,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 161.118 | 2018-03-31 07:55:04,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 100 | 2018-03-31 07:55:04,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-03-31 07:55:04,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-31 07:55:04,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-31 07:55:04,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-31 07:55:04,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-31 07:55:04,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-31 07:55:04,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-03-31 07:55:14,699 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-31 07:55:14,699 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 03:34 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-31 07:55:14,703 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-03-31 07:55:14,828 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-31 07:55:17,187 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-31 07:55:16.812 9929 INFO rally.deployment.engine [-] Deployment 81608762-7920-403f-86c0-6c3fd0888bb3 | Starting: Destroy cloud and free allocated resources. 2018-03-31 07:55:16.882 9929 INFO rally.deployment.engine [-] Deployment 81608762-7920-403f-86c0-6c3fd0888bb3 | Completed: Destroy cloud and free allocated resources. 2018-03-31 07:55:16.921 9929 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=6325314c-9db7-4541-9782-856d5ef33dab) for deployment 'opnfv-rally'. 2018-03-31 07:55:16.936 9929 INFO rally.api [-] Deleting verification (UUID=86e0c85b-d3fa-4b1a-a38b-aa4382cca79b). 2018-03-31 07:55:16.979 9929 INFO rally.api [-] Verification has been successfully deleted! 2018-03-31 07:55:16.979 9929 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=6325314c-9db7-4541-9782-856d5ef33dab). 2018-03-31 07:55:16.989 9929 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-31 07:55:19,521 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-31 07:55:19.282 9932 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=0a18bdec-9e0a-49ff-b86e-05ed38fac89c) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 0a18bdec-9e0a-49ff-b86e-05ed38fac89c | 2018-03-31T07:55:19 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 0a18bdec-9e0a-49ff-b86e-05ed38fac89c ~/.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-31 07:55:22,860 - 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-31 07:55:22,860 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-31 07:55:25,125 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-31 07:55:24.845 9938 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=6325314c-9db7-4541-9782-856d5ef33dab). 2018-03-31 07:55:24.971 9938 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-31 07:55:29,535 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-31 07:55:27.180 9941 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-31 07:55:28.380 9941 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-31 07:55:29.355 9941 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=28dbd864-8426-4f4d-8a4d-cebb832b38dd) has been successfully created! Using verifier 'opnfv-tempest' (UUID=28dbd864-8426-4f4d-8a4d-cebb832b38dd) as the default verifier for the future CLI operations. 2018-03-31 07:55:32,551 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-31 07:55:35,197 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-31 07:55:49,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-31 07:55:54,539 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-31 07:55:53.429 9960 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=28dbd864-8426-4f4d-8a4d-cebb832b38dd) for deployment 'opnfv-rally' (UUID=0a18bdec-9e0a-49ff-b86e-05ed38fac89c). 2018-03-31 07:55:54.369 9960 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=28dbd864-8426-4f4d-8a4d-cebb832b38dd) has been successfully configured for deployment 'opnfv-rally' (UUID=0a18bdec-9e0a-49ff-b86e-05ed38fac89c)! 2018-03-31 07:55:54,539 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-31 07:55:54,539 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-31 07:55:54,542 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-31 07:55:54,553 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-31 07:55:57,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-28dbd864-8426-4f4d-8a4d-cebb832b38dd/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-31 07:55:57,558 - 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-31 07:55:59,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 07:55:59.715 9969 INFO rally.api [-] Starting verification (UUID=5b23d9d7-f927-4131-8bb7-b2524c5137c9) for deployment 'opnfv-rally' (UUID=0a18bdec-9e0a-49ff-b86e-05ed38fac89c) by verifier 'opnfv-tempest' (UUID=28dbd864-8426-4f4d-8a4d-cebb832b38dd). 2018-03-31 07:55:59,716 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 5b23d9d7-f927-4131-8bb7-b2524c5137c9 2018-03-31 07:58:56,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '5b23d9d7-f927-4131-8bb7-b2524c5137c9']'. 2018-03-31 07:58:57,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-31 07:58:57,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-31 07:58:57,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-31 07:58:57,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 5b23d9d7-f927-4131-8bb7-b2524c5137c9 | 2018-03-31 07:58:57,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-31 07:58:57,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-31 07:55:59 | 2018-03-31 07:58:57,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-31 07:58:56 | 2018-03-31 07:58:57,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:57 | 2018-03-31 07:58:57,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-31 07:58:57,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-31 07:58:57,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 28dbd864-8426-4f4d-8a4d-cebb832b38dd) | 2018-03-31 07:58:57,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-31 07:58:57,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 0a18bdec-9e0a-49ff-b86e-05ed38fac89c) | 2018-03-31 07:58:57,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-03-31 07:58:57,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 163.555 | 2018-03-31 07:58:57,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-03-31 07:58:57,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-03-31 07:58:57,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-31 07:58:57,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-31 07:58:57,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-31 07:58:57,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-31 07:58:57,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-31 07:58:57,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-03-31 07:59:09,783 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-31 07:59:09,783 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:37 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-31 07:59:09,787 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-03-31 07:59:10,923 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-31 09:22:21,594 - 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_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) ... ok test_set_allowed_address_pairs (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_mac_and_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_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) ... ok test_create_instance_from_three_part_image (snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage) ... ok test_create_instance_with_one_volume (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_instance_with_two_volumes (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_delete_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_same_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_short_timeout (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_dict (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_file (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_network_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_vm_inst_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_volume_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_volume_type_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_flavor_creator (snaps.openstack.tests.create_stack_tests.CreateStackFlavorTests) ... ok test_retrieve_keypair_creator (snaps.openstack.tests.create_stack_tests.CreateStackKeypairTests) ... ok test_retrieve_security_group_creator (snaps.openstack.tests.create_stack_tests.CreateStackSecurityGroupTests) ... ok test_bad_stack_file (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_missing_dependencies (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_single_port_static (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_init (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_before_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_reverse_engineer (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_second_creator (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_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 ====================================================================== 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'0760c558-2830-4cbc-a916-9366d458fc9b' != u'634c6761-2b39-45f0-aec5-8fd24e86ce7e' - 0760c558-2830-4cbc-a916-9366d458fc9b + 634c6761-2b39-45f0-aec5-8fd24e86ce7e ---------------------------------------------------------------------- Ran 119 tests in 4990.598s FAILED (failures=1) 2018-03-31 09:22:21,821 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-31 09:22:21,821 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 83:11 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-03-31 09:22:21,825 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-03-31 09:22:21,826 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-03-31 09:22:21,923 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-31 09:22:24,409 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-31 09:22:24.024 10196 INFO rally.deployment.engine [-] Deployment 0a18bdec-9e0a-49ff-b86e-05ed38fac89c | Starting: Destroy cloud and free allocated resources. 2018-03-31 09:22:24.103 10196 INFO rally.deployment.engine [-] Deployment 0a18bdec-9e0a-49ff-b86e-05ed38fac89c | Completed: Destroy cloud and free allocated resources. 2018-03-31 09:22:24.155 10196 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=28dbd864-8426-4f4d-8a4d-cebb832b38dd) for deployment 'opnfv-rally'. 2018-03-31 09:22:24.184 10196 INFO rally.api [-] Deleting verification (UUID=5b23d9d7-f927-4131-8bb7-b2524c5137c9). 2018-03-31 09:22:24.212 10196 INFO rally.api [-] Verification has been successfully deleted! 2018-03-31 09:22:24.212 10196 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=28dbd864-8426-4f4d-8a4d-cebb832b38dd). 2018-03-31 09:22:24.221 10196 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-31 09:22:26,963 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-31 09:22:26.634 10199 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=1a5167df-88db-4a27-ba09-a9032cd758f0) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 1a5167df-88db-4a27-ba09-a9032cd758f0 | 2018-03-31T09:22:26 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 1a5167df-88db-4a27-ba09-a9032cd758f0 ~/.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-31 09:22:30,156 - 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-31 09:22:30,156 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-31 09:22:32,488 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-31 09:22:32.124 10205 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=28dbd864-8426-4f4d-8a4d-cebb832b38dd). 2018-03-31 09:22:32.317 10205 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-31 09:22:35,644 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-31 09:22:34.368 10208 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-31 09:22:34.521 10208 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-31 09:22:35.526 10208 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7d2127f2-8dac-436e-adff-95f69af2da06) has been successfully created! Using verifier 'opnfv-tempest' (UUID=7d2127f2-8dac-436e-adff-95f69af2da06) as the default verifier for the future CLI operations. 2018-03-31 09:22:38,554 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-31 09:22:42,247 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-31 09:22:51,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-31 09:22:56,955 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-31 09:22:55.883 10227 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=7d2127f2-8dac-436e-adff-95f69af2da06) for deployment 'opnfv-rally' (UUID=1a5167df-88db-4a27-ba09-a9032cd758f0). 2018-03-31 09:22:56.822 10227 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7d2127f2-8dac-436e-adff-95f69af2da06) has been successfully configured for deployment 'opnfv-rally' (UUID=1a5167df-88db-4a27-ba09-a9032cd758f0)! 2018-03-31 09:22:56,956 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-31 09:22:56,956 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-31 09:22:56,958 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-31 09:22:56,972 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-31 09:22:59,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-7d2127f2-8dac-436e-adff-95f69af2da06/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-31 09:22:59,724 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-31 09:22:59,725 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-31 09:22:59,725 - 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-31 09:23:01,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 09:23:01.888 10236 INFO rally.api [-] Starting verification (UUID=1b771eea-f727-4fa9-b258-d7bc3efe72b6) for deployment 'opnfv-rally' (UUID=1a5167df-88db-4a27-ba09-a9032cd758f0) by verifier 'opnfv-tempest' (UUID=7d2127f2-8dac-436e-adff-95f69af2da06). 2018-03-31 09:23:01,889 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 1b771eea-f727-4fa9-b258-d7bc3efe72b6 2018-03-31 09:25:24,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '1b771eea-f727-4fa9-b258-d7bc3efe72b6']'. 2018-03-31 09:25:25,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-31 09:25:25,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-31 09:25:25,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-31 09:25:25,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 1b771eea-f727-4fa9-b258-d7bc3efe72b6 | 2018-03-31 09:25:25,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-31 09:25:25,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-31 09:23:01 | 2018-03-31 09:25:25,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-31 09:25:24 | 2018-03-31 09:25:25,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:23 | 2018-03-31 09:25:25,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-31 09:25:25,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-31 09:25:25,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 7d2127f2-8dac-436e-adff-95f69af2da06) | 2018-03-31 09:25:25,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-31 09:25:25,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 1a5167df-88db-4a27-ba09-a9032cd758f0) | 2018-03-31 09:25:25,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-03-31 09:25:25,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 130.165 | 2018-03-31 09:25:25,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-03-31 09:25:25,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-03-31 09:25:25,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-31 09:25:25,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-31 09:25:25,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-31 09:25:25,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-31 09:25:25,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-31 09:25:25,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-03-31 09:25:36,863 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-31 09:25:36,863 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:58 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-03-31 09:25:36,868 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:20 | PASS | | vping_userdata | functest | smoke | 01:01 | PASS | | tempest_smoke_serial | functest | smoke | 19:58 | PASS | | rally_sanity | functest | smoke | 23:53 | FAIL | | refstack_defcore | functest | smoke | 03:34 | PASS | | patrole | functest | smoke | 03:37 | PASS | | snaps_smoke | functest | smoke | 83:11 | FAIL | | neutron_trunk | functest | smoke | 02:58 | PASS | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-03-31 09:25:36,876 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-31 09:25:59,589 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-80 | | 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-31 09:25:59,591 - 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=VCc9F2tr4D66njJrVyac6TkkT export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30: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-31 09:25:59,591 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-31 09:25:59,592 - 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-31 09:25:59,593 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-31 09:25:59,593 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-03-31 09:30:47,365 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-03-31 09:30:47,533 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-31 09:30:47,533 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:48 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-03-31 09:30:47,537 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-03-31 10:18:51,726 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-03-31 10:18:51,903 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-31 10:18:51,905 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 48:04 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-03-31 10:18:51,921 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-03-31 10:18:51,922 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:48 | PASS | | barometercollectd | barometer | features | 48:04 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-03-31 10:18:51,927 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-31 10:21:06,186 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-80 | | 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-31 10:21:06,190 - 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=VCc9F2tr4D66njJrVyac6TkkT export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30: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-31 10:21:06,190 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-31 10:21:06,190 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-31 10:21:06,191 - 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-31 10:21:06,193 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-31 10:21:40,105 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-80 | | 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-31 10:21:40,108 - 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=VCc9F2tr4D66njJrVyac6TkkT export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30: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-31 10:21:40,108 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-31 10:21:40,109 - 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-31 10:21:40,110 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-31 10:21:40,110 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-03-31 10:25:35,863 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-03-31 10:25:36,024 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-31 10:25:36,024 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 03:56 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-03-31 10:25:36,027 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 03:56 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-03-31 10:25:36,029 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK