2018-04-06 03:40:05,683 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-104 | | 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-04-06 03:40:05,687 - 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=bqC8cQesdK8e6U3wahNUyQVcx export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-06 03:40:05,687 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-06 03:40:05,689 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (merge)|(verify)|(daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ 2018-04-06 03:40:05,690 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-06 03:40:05,691 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-06 03:40:09,946 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-06 03:40:20,211 - 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.254s OK 2018-04-06 03:40:20,341 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-06 03:40:20,342 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-06 03:40:20,345 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-06 03:40:21,222 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-06 03:56:41,028 - 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 979.754s OK 2018-04-06 03:56:41,153 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-06 03:56:41,154 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 16:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-06 03:56:41,157 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-06 03:56:42,038 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-06 03:57:36,365 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 54.325s OK 2018-04-06 03:57:36,567 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-06 03:57:36,567 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:54 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-06 03:57:36,570 - 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:20 | PASS | | snaps_health_check | functest | healthcheck | 00:54 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-06 03:57:36,573 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-06 03:57:39,548 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-104 | | 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-04-06 03:57:39,550 - 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=bqC8cQesdK8e6U3wahNUyQVcx export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-06 03:57:39,550 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-06 03:57:39,551 - 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-04-06 03:57:39,552 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-06 03:57:39,552 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-06 03:57:43,660 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=No JSON object could be decoded 2018-04-06 03:57:43,660 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-06 03:57:43,661 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-06 03:57:43' 2018-04-06 03:57:43,661 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--213ca5ee-d4c3-484f-a1f2-bfd0574fec6f' 2018-04-06 03:57:48,062 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-213ca5ee-d4c3-484f-a1f2-bfd0574fec6f' 2018-04-06 03:57:51,608 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-213ca5ee-d4c3-484f-a1f2-bfd0574fec6f' 2018-04-06 03:58:04,664 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-213ca5ee-d4c3-484f-a1f2-bfd0574fec6f' 2018-04-06 03:58:05,490 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-213ca5ee-d4c3-484f-a1f2-bfd0574fec6f' 2018-04-06 03:58:06,654 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-213ca5ee-d4c3-484f-a1f2-bfd0574fec6f' 2018-04-06 03:58:13,747 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-213ca5ee-d4c3-484f-a1f2-bfd0574fec6f' 2018-04-06 03:58:18,682 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-213ca5ee-d4c3-484f-a1f2-bfd0574fec6f' 2018-04-06 03:58:48,857 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-06 03:58:53,089 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-06 03:58:53,232 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-06 03:58:54,239 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-06 03:58:54,361 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-06 03:58:54,363 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:11 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-06 03:59:20,557 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-06 03:59:20,658 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-06 03:59:20,658 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-06 03:59:20' 2018-04-06 03:59:20,658 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--5259f490-95ab-4f8b-88f2-9a1d1c7db830' 2018-04-06 03:59:26,633 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-5259f490-95ab-4f8b-88f2-9a1d1c7db830' 2018-04-06 03:59:29,214 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-5259f490-95ab-4f8b-88f2-9a1d1c7db830' 2018-04-06 03:59:43,601 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-5259f490-95ab-4f8b-88f2-9a1d1c7db830' 2018-04-06 03:59:44,321 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-5259f490-95ab-4f8b-88f2-9a1d1c7db830' 2018-04-06 03:59:51,019 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-5259f490-95ab-4f8b-88f2-9a1d1c7db830' 2018-04-06 03:59:58,101 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-06 04:00:15,872 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-06 04:00:18,566 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.8. Waiting for response... 2018-04-06 04:00:21,112 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-06 04:00:21,224 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-06 04:00:21,224 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 01:00 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-06 04:01:05,965 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-06 04:01:06,068 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-06 04:01:12,063 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-06 04:01:11.748 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f82ecdd6-6617-458b-a3f2-f1f2b11e0ff9) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f82ecdd6-6617-458b-a3f2-f1f2b11e0ff9 | 2018-04-06T04:01:11 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f82ecdd6-6617-458b-a3f2-f1f2b11e0ff9 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-06 04:01:15,501 - 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-04-06 04:01:15,501 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-06 04:01:21,457 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-06 04:01:19.754 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-06 04:01:19.903 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-06 04:01:21.276 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b14aa80e-00b3-48be-b048-000836b9ddc0) has been successfully created! Using verifier 'opnfv-tempest' (UUID=b14aa80e-00b3-48be-b048-000836b9ddc0) as the default verifier for the future CLI operations. 2018-04-06 04:01:24,381 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-06 04:01:27,320 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-06 04:01:38,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-06 04:01:43,789 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-06 04:01:42.762 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b14aa80e-00b3-48be-b048-000836b9ddc0) for deployment 'opnfv-rally' (UUID=f82ecdd6-6617-458b-a3f2-f1f2b11e0ff9). 2018-04-06 04:01:43.655 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b14aa80e-00b3-48be-b048-000836b9ddc0) has been successfully configured for deployment 'opnfv-rally' (UUID=f82ecdd6-6617-458b-a3f2-f1f2b11e0ff9)! 2018-04-06 04:01:43,789 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-06 04:01:43,789 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-06 04:01:43,791 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-06 04:01:43,805 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-06 04:01:47,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-b14aa80e-00b3-48be-b048-000836b9ddc0/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-06 04:01:47,476 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-06 04:01:47,478 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-06 04:01:47,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-04-06 04:01:49,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:01:49.651 55 INFO rally.api [-] Starting verification (UUID=511c6eec-9cb8-4cd2-968c-d2a63e66d60c) for deployment 'opnfv-rally' (UUID=f82ecdd6-6617-458b-a3f2-f1f2b11e0ff9) by verifier 'opnfv-tempest' (UUID=b14aa80e-00b3-48be-b048-000836b9ddc0). 2018-04-06 04:01:49,652 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 511c6eec-9cb8-4cd2-968c-d2a63e66d60c 2018-04-06 04:01:56,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:01:56.906 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.175s] 2018-04-06 04:01:56,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:01:56.959 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.054s] 2018-04-06 04:02:04,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:02:04.138 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.659s] 2018-04-06 04:02:08,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:02:08.661 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [4.521s] 2018-04-06 04:02:23,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:02:23.902 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [7.716s] 2018-04-06 04:02:47,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:02:47.981 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [16.821s] 2018-04-06 04:03:35,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:03:35.653 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.094s] 2018-04-06 04:03:35,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:03:35.654 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-06 04:04:23,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:04:23.870 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.068s] 2018-04-06 04:04:23,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:04:23.872 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-06 04:05:10,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:05:10.285 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.065s] 2018-04-06 04:05:10,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:05:10.287 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-06 04:06:23,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:06:23.760 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [25.754s] 2018-04-06 04:06:52,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:06:52.595 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.048s] 2018-04-06 04:06:52,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:06:52.696 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.101s] 2018-04-06 04:07:01,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:07:01.226 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.674s] 2018-04-06 04:07:01,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:07:01.235 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-04-06 04:07:03,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:07:03.271 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-06 04:07:03,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:07:03.272 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-06 04:07:07,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:07:07.506 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.445s] 2018-04-06 04:07:15,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:07:15.036 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.085s] 2018-04-06 04:07:22,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:07:22.658 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.784s] 2018-04-06 04:07:31,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:07:31.455 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.156s] 2018-04-06 04:07:41,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:07:41.993 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.567s] 2018-04-06 04:07:49,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:07:49.917 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.375s] 2018-04-06 04:07:56,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:07:56.265 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.200s] 2018-04-06 04:08:04,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:08:04.114 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.485s] 2018-04-06 04:08:13,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:08:13.539 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.462s] 2018-04-06 04:08:22,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:08:22.649 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.978s] 2018-04-06 04:08:25,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:08:25.473 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-06 04:08:27,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:08:27.539 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.072s] 2018-04-06 04:08:27,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:08:27.618 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.077s] 2018-04-06 04:08:27,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:08:27.700 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.081s] 2018-04-06 04:08:27,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:08:27.706 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-04-06 04:08:32,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:08:32.008 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.910s] 2018-04-06 04:08:36,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:08:36.219 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [4.210s] 2018-04-06 04:08:42,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:08:42.093 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [5.873s] 2018-04-06 04:08:54,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:08:54.816 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-04-06 04:09:03,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:09:03.439 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [5.175s] 2018-04-06 04:09:22,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:09:22.356 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.449s] 2018-04-06 04:09:27,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:09:27.334 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.977s] 2018-04-06 04:09:42,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:09:42.581 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.754s] 2018-04-06 04:09:46,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:09:46.760 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.178s] 2018-04-06 04:09:56,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:09:56.638 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.876s] 2018-04-06 04:10:07,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:10:07.062 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.885s] 2018-04-06 04:10:11,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:10:11.747 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.683s] 2018-04-06 04:10:16,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:10:16.555 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.808s] 2018-04-06 04:10:33,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:10:33.154 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.616s] 2018-04-06 04:10:33,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:10:33.437 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.284s] 2018-04-06 04:10:33,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:10:33.693 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.255s] 2018-04-06 04:10:33,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:10:33.892 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.199s] 2018-04-06 04:10:34,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:10:34.231 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.339s] 2018-04-06 04:10:34,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:10:34.451 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.219s] 2018-04-06 04:10:50,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:10:50.105 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.973s] 2018-04-06 04:10:50,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:10:50.543 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.438s] 2018-04-06 04:10:50,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:10:50.798 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.254s] 2018-04-06 04:10:50,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:10:50.999 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.200s] 2018-04-06 04:10:51,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:10:51.102 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.103s] 2018-04-06 04:10:51,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:10:51.316 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.214s] 2018-04-06 04:11:06,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:11:06.366 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.464s] 2018-04-06 04:11:13,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:11:13.931 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [7.564s] 2018-04-06 04:11:16,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:11:16.262 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.330s] 2018-04-06 04:11:16,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:11:16.465 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.204s] 2018-04-06 04:11:16,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:11:16.682 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.216s] 2018-04-06 04:11:29,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:11:29.080 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.292s] 2018-04-06 04:11:36,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:11:36.801 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [7.721s] 2018-04-06 04:11:38,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:11:38.819 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.016s] 2018-04-06 04:11:38,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:11:38.879 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.060s] 2018-04-06 04:11:39,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:11:39.077 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.198s] 2018-04-06 04:12:04,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:12:04.063 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [18.566s] 2018-04-06 04:12:18,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:12:18.150 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [14.086s] 2018-04-06 04:12:30,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:12:30.890 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [12.739s] 2018-04-06 04:12:42,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:12:42.064 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [11.174s] 2018-04-06 04:13:18,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:13:18.415 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [20.073s] 2018-04-06 04:13:32,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:13:32.447 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [14.031s] 2018-04-06 04:13:46,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:13:46.037 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [13.589s] 2018-04-06 04:13:56,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:13:56.636 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [10.599s] 2018-04-06 04:14:16,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:14:16.244 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.161s] 2018-04-06 04:14:19,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:14:19.315 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [3.068s] 2018-04-06 04:14:19,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:14:19.496 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.183s] 2018-04-06 04:14:24,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:14:24.111 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.496s] 2018-04-06 04:14:27,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:14:27.794 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.682s] 2018-04-06 04:14:27,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:14:27.866 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.073s] 2018-04-06 04:14:32,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:14:32.448 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.244s] 2018-04-06 04:14:36,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:14:36.137 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-04-06 04:14:37,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:14:37.423 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-06 04:14:37,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:14:37.424 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-06 04:14:37,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:14:37.424 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-06 04:14:37,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:14:37.425 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-06 04:14:37,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:14:37.426 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-06 04:14:39,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:14:39.819 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.010s] 2018-04-06 04:15:04,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:15:04.008 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [16.669s] 2018-04-06 04:15:21,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:15:21.712 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [10.325s] 2018-04-06 04:15:47,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:15:47.587 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [25.870s] 2018-04-06 04:16:00,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:16:00.889 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.882s] 2018-04-06 04:17:30,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:17:30.892 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [82.277s] 2018-04-06 04:18:25,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:18:25.560 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [40.219s] 2018-04-06 04:19:35,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:19:35.724 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [36.488s] 2018-04-06 04:19:59,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '511c6eec-9cb8-4cd2-968c-d2a63e66d60c']'. 2018-04-06 04:20:00,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-06 04:20:00,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-06 04:20:00,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-06 04:20:00,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 511c6eec-9cb8-4cd2-968c-d2a63e66d60c | 2018-04-06 04:20:00,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-06 04:20:00,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-06 04:01:49 | 2018-04-06 04:20:00,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-06 04:19:59 | 2018-04-06 04:20:00,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:18:10 | 2018-04-06 04:20:00,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-06 04:20:00,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-06 04:20:00,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-06 04:20:00,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: b14aa80e-00b3-48be-b048-000836b9ddc0) | 2018-04-06 04:20:00,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-06 04:20:00,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: f82ecdd6-6617-458b-a3f2-f1f2b11e0ff9) | 2018-04-06 04:20:00,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-06 04:20:00,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1060.933 | 2018-04-06 04:20:00,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-04-06 04:20:00,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-06 04:20:00,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-06 04:20:00,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-06 04:20:00,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-06 04:20:00,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-06 04:20:00,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-06 04:20:00,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-04-06 04:20:12,850 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-06 04:20:12,850 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 18:48 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-04-06 04:20:12,854 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-06 04:20:12,939 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-06 04:20:15,493 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-06 04:20:15.045 121 INFO rally.deployment.engine [-] Deployment f82ecdd6-6617-458b-a3f2-f1f2b11e0ff9 | Starting: Destroy cloud and free allocated resources. 2018-04-06 04:20:15.147 121 INFO rally.deployment.engine [-] Deployment f82ecdd6-6617-458b-a3f2-f1f2b11e0ff9 | Completed: Destroy cloud and free allocated resources. 2018-04-06 04:20:15.189 121 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=b14aa80e-00b3-48be-b048-000836b9ddc0) for deployment 'opnfv-rally'. 2018-04-06 04:20:15.208 121 INFO rally.api [-] Deleting verification (UUID=511c6eec-9cb8-4cd2-968c-d2a63e66d60c). 2018-04-06 04:20:15.252 121 INFO rally.api [-] Verification has been successfully deleted! 2018-04-06 04:20:15.252 121 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=b14aa80e-00b3-48be-b048-000836b9ddc0). 2018-04-06 04:20:15.264 121 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-06 04:20:17,955 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-06 04:20:17.650 124 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=3e368a23-d58a-4c87-8623-2a59cf6d6f10) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 3e368a23-d58a-4c87-8623-2a59cf6d6f10 | 2018-04-06T04:20:17 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 3e368a23-d58a-4c87-8623-2a59cf6d6f10 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-06 04:20:21,475 - 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-04-06 04:20:21,476 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-06 04:20:22,936 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-073593a5-20e7-4a8d-a26c-5958ab2d7b38'... 2018-04-06 04:20:28,324 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-073593a5-20e7-4a8d-a26c-5958ab2d7b38'... 2018-04-06 04:20:31,017 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-073593a5-20e7-4a8d-a26c-5958ab2d7b38'... 2018-04-06 04:20:42,021 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-073593a5-20e7-4a8d-a26c-5958ab2d7b38'... 2018-04-06 04:20:42,716 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-073593a5-20e7-4a8d-a26c-5958ab2d7b38'... 2018-04-06 04:20:43,939 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-06 04:20:43,943 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-04-06 04:20:43,944 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-06 04:20:43,987 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-06 04:20:43,992 - 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': '6ac09a3a-2c0c-4a01-9a80-b8b59dec4bd1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-073593a5-20e7-4a8d-a26c-5958ab2d7b38', 'flavor_name': 'rally-tiny-073593a5-20e7-4a8d-a26c-5958ab2d7b38', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-073593a5-20e7-4a8d-a26c-5958ab2d7b38', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-06 04:21:48,781 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a1ab1f55-9afd-42cf-8c79-b46516816255 2018-04-06 04:21:48,782 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-06 04:21:48,784 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a1ab1f55-9afd-42cf-8c79-b46516816255'] 2018-04-06 04:21:49,856 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a1ab1f55-9afd-42cf-8c79-b46516816255: 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 a1ab1f55-9afd-42cf-8c79-b46516816255 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.477 | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 100.0% | 1 | | total | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 100.0% | 1 | | -> duration | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.476846 Full duration: 7.262946 -------------------------------------------------------------------------------- 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 a1ab1f55-9afd-42cf-8c79-b46516816255 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.358 | 0.358 | 0.358 | 0.358 | 0.358 | 0.358 | 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.789111 Full duration: 7.436795 -------------------------------------------------------------------------------- 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 a1ab1f55-9afd-42cf-8c79-b46516816255 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.511 | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 100.0% | 1 | | total | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 100.0% | 1 | | -> duration | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.937539 Full duration: 8.297055 -------------------------------------------------------------------------------- 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 a1ab1f55-9afd-42cf-8c79-b46516816255 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.358 | 0.358 | 0.358 | 0.358 | 0.358 | 0.358 | 100.0% | 1 | | total | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | -> duration | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.787084 Full duration: 7.512516 -------------------------------------------------------------------------------- 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 a1ab1f55-9afd-42cf-8c79-b46516816255 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.537 | 0.537 | 0.537 | 0.537 | 0.537 | 0.537 | 100.0% | 1 | | total | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 100.0% | 1 | | -> duration | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.931567 Full duration: 8.375266 -------------------------------------------------------------------------------- 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 a1ab1f55-9afd-42cf-8c79-b46516816255 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.221 | 0.221 | 0.221 | 0.221 | 0.221 | 0.221 | 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.677078 Full duration: 7.457398 HINTS: * To plot HTML graphics with this data, run: rally task report a1ab1f55-9afd-42cf-8c79-b46516816255 --out output.html * To generate a JUnit report, run: rally task export a1ab1f55-9afd-42cf-8c79-b46516816255 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a1ab1f55-9afd-42cf-8c79-b46516816255 --json --out output.json 2018-04-06 04:21:49,856 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a1ab1f55-9afd-42cf-8c79-b46516816255'] 2018-04-06 04:21:50,926 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-06 04:21:50,927 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a1ab1f55-9afd-42cf-8c79-b46516816255', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-06 04:21:50,935 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-06 04:21:50,935 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-06 04:21:50,946 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-04-06 04:21:50,946 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-06 04:21:50,969 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-06 04:21:50,970 - 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': '6ac09a3a-2c0c-4a01-9a80-b8b59dec4bd1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-073593a5-20e7-4a8d-a26c-5958ab2d7b38', 'flavor_name': 'rally-tiny-073593a5-20e7-4a8d-a26c-5958ab2d7b38', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-073593a5-20e7-4a8d-a26c-5958ab2d7b38', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-06 04:24:11,209 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f7da739e-f84b-4f5b-8a7e-c413cfc9fc58 2018-04-06 04:24:11,209 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f7da739e-f84b-4f5b-8a7e-c413cfc9fc58'] 2018-04-06 04:24:12,178 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f7da739e-f84b-4f5b-8a7e-c413cfc9fc58: 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 f7da739e-f84b-4f5b-8a7e-c413cfc9fc58 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 8.371 | 8.371 | 8.371 | 8.371 | 8.371 | 8.371 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.517 | 0.517 | 0.517 | 0.517 | 0.517 | 0.517 | 100.0% | 1 | | -> glance_v2.upload_data | 5.429 | 5.429 | 5.429 | 5.429 | 5.429 | 5.429 | 100.0% | 1 | | glance_v2.delete_image | 3.817 | 3.817 | 3.817 | 3.817 | 3.817 | 3.817 | 100.0% | 1 | | total | 12.188 | 12.188 | 12.188 | 12.188 | 12.188 | 12.188 | 100.0% | 1 | | -> duration | 12.188 | 12.188 | 12.188 | 12.188 | 12.188 | 12.188 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.188353 Full duration: 20.881068 -------------------------------------------------------------------------------- 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 f7da739e-f84b-4f5b-8a7e-c413cfc9fc58 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.419 | 7.419 | 7.419 | 7.419 | 7.419 | 7.419 | 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 | 4.419 | 4.419 | 4.419 | 4.419 | 4.419 | 4.419 | 100.0% | 1 | | glance_v2.list_images | 0.208 | 0.208 | 0.208 | 0.208 | 0.208 | 0.208 | 100.0% | 1 | | total | 7.628 | 7.628 | 7.628 | 7.628 | 7.628 | 7.628 | 100.0% | 1 | | -> duration | 7.628 | 7.628 | 7.628 | 7.628 | 7.628 | 7.628 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.627601 Full duration: 23.12418 -------------------------------------------------------------------------------- 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 f7da739e-f84b-4f5b-8a7e-c413cfc9fc58 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.432 | 0.432 | 0.432 | 0.432 | 0.432 | 0.432 | 100.0% | 1 | | total | 0.433 | 0.433 | 0.433 | 0.433 | 0.433 | 0.433 | 100.0% | 1 | | -> duration | 0.433 | 0.433 | 0.433 | 0.433 | 0.433 | 0.433 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.432562 Full duration: 8.329317 -------------------------------------------------------------------------------- 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-073593a5-20e7-4a8d-a26c-5958ab2d7b38" }, "number_instances": 2, "nics": [ { "net-id": "6ac09a3a-2c0c-4a01-9a80-b8b59dec4bd1" } ] }, "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 f7da739e-f84b-4f5b-8a7e-c413cfc9fc58 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 8.875 | 8.875 | 8.875 | 8.875 | 8.875 | 8.875 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.497 | 0.497 | 0.497 | 0.497 | 0.497 | 0.497 | 100.0% | 1 | | -> glance_v2.upload_data | 5.922 | 5.922 | 5.922 | 5.922 | 5.922 | 5.922 | 100.0% | 1 | | nova.boot_servers | 22.133 | 22.133 | 22.133 | 22.133 | 22.133 | 22.133 | 100.0% | 1 | | total | 31.009 | 31.009 | 31.009 | 31.009 | 31.009 | 31.009 | 100.0% | 1 | | -> duration | 30.009 | 30.009 | 30.009 | 30.009 | 30.009 | 30.009 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 30.008558 Full duration: 68.781756 HINTS: * To plot HTML graphics with this data, run: rally task report f7da739e-f84b-4f5b-8a7e-c413cfc9fc58 --out output.html * To generate a JUnit report, run: rally task export f7da739e-f84b-4f5b-8a7e-c413cfc9fc58 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f7da739e-f84b-4f5b-8a7e-c413cfc9fc58 --json --out output.json 2018-04-06 04:24:12,179 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f7da739e-f84b-4f5b-8a7e-c413cfc9fc58'] 2018-04-06 04:24:13,241 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-06 04:24:13,241 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f7da739e-f84b-4f5b-8a7e-c413cfc9fc58', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-06 04:24:13,249 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-06 04:24:13,249 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-04-06 04:24:13,249 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-ceilometer.yaml 2018-04-06 04:24:13,249 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-06 04:24:13,267 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-06 04:24:13,267 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-04-06 04:24:13,267 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-06 04:24:13,267 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-04-06 04:24:13,267 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-06 04:24:13,284 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-06 04:24:13,287 - 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': '6ac09a3a-2c0c-4a01-9a80-b8b59dec4bd1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-073593a5-20e7-4a8d-a26c-5958ab2d7b38', 'flavor_name': 'rally-tiny-073593a5-20e7-4a8d-a26c-5958ab2d7b38', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-073593a5-20e7-4a8d-a26c-5958ab2d7b38', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-06 04:27:49,065 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 4feb2657-5b61-480c-8a27-ea6548f6d908 2018-04-06 04:27:49,065 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '4feb2657-5b61-480c-8a27-ea6548f6d908'] 2018-04-06 04:27:50,091 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 4feb2657-5b61-480c-8a27-ea6548f6d908: 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 4feb2657-5b61-480c-8a27-ea6548f6d908 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_snapshot | 3.303 | 3.303 | 3.303 | 3.303 | 3.303 | 3.303 | 100.0% | 1 | | cinder_v2.delete_snapshot | 4.709 | 4.709 | 4.709 | 4.709 | 4.709 | 4.709 | 100.0% | 1 | | total | 8.013 | 8.013 | 8.013 | 8.013 | 8.013 | 8.013 | 100.0% | 1 | | -> duration | 8.013 | 8.013 | 8.013 | 8.013 | 8.013 | 8.013 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.012718 Full duration: 25.440751 -------------------------------------------------------------------------------- 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 4feb2657-5b61-480c-8a27-ea6548f6d908 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.285 | 3.285 | 3.285 | 3.285 | 3.285 | 3.285 | 100.0% | 1 | | cinder_v2.delete_volume | 2.493 | 2.493 | 2.493 | 2.493 | 2.493 | 2.493 | 100.0% | 1 | | total | 5.779 | 5.779 | 5.779 | 5.779 | 5.779 | 5.779 | 100.0% | 1 | | -> duration | 5.779 | 5.779 | 5.779 | 5.779 | 5.779 | 5.779 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.779024 Full duration: 16.530154 -------------------------------------------------------------------------------- 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-073593a5-20e7-4a8d-a26c-5958ab2d7b38" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 4feb2657-5b61-480c-8a27-ea6548f6d908 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 | 11.483 | 11.483 | 11.483 | 11.483 | 11.483 | 11.483 | 100.0% | 1 | | cinder_v2.delete_volume | 3.439 | 3.439 | 3.439 | 3.439 | 3.439 | 3.439 | 100.0% | 1 | | total | 14.922 | 14.922 | 14.922 | 14.922 | 14.922 | 14.922 | 100.0% | 1 | | -> duration | 14.922 | 14.922 | 14.922 | 14.922 | 14.922 | 14.922 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.922387 Full duration: 26.273688 -------------------------------------------------------------------------------- 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 4feb2657-5b61-480c-8a27-ea6548f6d908 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 | 4.175 | 4.175 | 4.175 | 4.175 | 4.175 | 4.175 | 100.0% | 1 | | cinder_v2.delete_volume | 2.919 | 2.919 | 2.919 | 2.919 | 2.919 | 2.919 | 100.0% | 1 | | total | 7.095 | 7.095 | 7.095 | 7.095 | 7.095 | 7.095 | 100.0% | 1 | | -> duration | 7.095 | 7.095 | 7.095 | 7.095 | 7.095 | 7.095 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.094804 Full duration: 17.418716 -------------------------------------------------------------------------------- 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 4feb2657-5b61-480c-8a27-ea6548f6d908 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.673 | 3.673 | 3.673 | 3.673 | 3.673 | 3.673 | 100.0% | 1 | | cinder_v2.extend_volume | 2.698 | 2.698 | 2.698 | 2.698 | 2.698 | 2.698 | 100.0% | 1 | | cinder_v2.delete_volume | 2.89 | 2.89 | 2.89 | 2.89 | 2.89 | 2.89 | 100.0% | 1 | | total | 9.262 | 9.262 | 9.262 | 9.262 | 9.262 | 9.262 | 100.0% | 1 | | -> duration | 9.262 | 9.262 | 9.262 | 9.262 | 9.262 | 9.262 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.261555 Full duration: 19.877751 -------------------------------------------------------------------------------- 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 4feb2657-5b61-480c-8a27-ea6548f6d908 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.608 | 5.608 | 5.608 | 5.608 | 5.608 | 5.608 | 100.0% | 1 | | cinder_v2.delete_volume | 5.374 | 5.374 | 5.374 | 5.374 | 5.374 | 5.374 | 100.0% | 1 | | total | 10.983 | 10.983 | 10.983 | 10.983 | 10.983 | 10.983 | 100.0% | 1 | | -> duration | 10.983 | 10.983 | 10.983 | 10.983 | 10.983 | 10.983 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.982619 Full duration: 29.835917 -------------------------------------------------------------------------------- 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 4feb2657-5b61-480c-8a27-ea6548f6d908 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.631 | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 100.0% | 1 | | cinder_v2.list_qos | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | total | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | -> duration | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.811812 Full duration: 13.45255 -------------------------------------------------------------------------------- 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 4feb2657-5b61-480c-8a27-ea6548f6d908 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.913 | 0.913 | 0.913 | 0.913 | 0.913 | 0.913 | 100.0% | 1 | | cinder_v2.set_qos | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 100.0% | 1 | | total | 1.128 | 1.128 | 1.128 | 1.128 | 1.128 | 1.128 | 100.0% | 1 | | -> duration | 1.128 | 1.128 | 1.128 | 1.128 | 1.128 | 1.128 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.128337 Full duration: 12.656402 -------------------------------------------------------------------------------- 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 4feb2657-5b61-480c-8a27-ea6548f6d908 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.63 | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 100.0% | 1 | | cinder_v2.list_types | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 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.806781 Full duration: 12.807082 -------------------------------------------------------------------------------- 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 4feb2657-5b61-480c-8a27-ea6548f6d908 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.984 | 0.984 | 0.984 | 0.984 | 0.984 | 0.984 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 100.0% | 1 | | total | 1.195 | 1.195 | 1.195 | 1.195 | 1.195 | 1.195 | 100.0% | 1 | | -> duration | 1.195 | 1.195 | 1.195 | 1.195 | 1.195 | 1.195 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.194594 Full duration: 13.093041 HINTS: * To plot HTML graphics with this data, run: rally task report 4feb2657-5b61-480c-8a27-ea6548f6d908 --out output.html * To generate a JUnit report, run: rally task export 4feb2657-5b61-480c-8a27-ea6548f6d908 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 4feb2657-5b61-480c-8a27-ea6548f6d908 --json --out output.json 2018-04-06 04:27:50,092 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '4feb2657-5b61-480c-8a27-ea6548f6d908'] 2018-04-06 04:27:51,126 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-06 04:27:51,127 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '4feb2657-5b61-480c-8a27-ea6548f6d908', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-06 04:27:51,135 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-06 04:27:51,135 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-06 04:27:51,135 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-04-06 04:27:51,136 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-06 04:27:51,175 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-06 04:27:51,177 - 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': '6ac09a3a-2c0c-4a01-9a80-b8b59dec4bd1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-073593a5-20e7-4a8d-a26c-5958ab2d7b38', 'flavor_name': 'rally-tiny-073593a5-20e7-4a8d-a26c-5958ab2d7b38', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-073593a5-20e7-4a8d-a26c-5958ab2d7b38', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-06 04:29:23,307 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e743f4c9-5dc3-41f3-9a27-199589bf74f0 2018-04-06 04:29:23,308 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e743f4c9-5dc3-41f3-9a27-199589bf74f0'] 2018-04-06 04:29:24,318 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e743f4c9-5dc3-41f3-9a27-199589bf74f0: 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 e743f4c9-5dc3-41f3-9a27-199589bf74f0 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 | 6.503 | 6.503 | 6.503 | 6.503 | 6.503 | 6.503 | 100.0% | 1 | | heat.update_stack | 2.788 | 2.788 | 2.788 | 2.788 | 2.788 | 2.788 | 100.0% | 1 | | heat.delete_stack | 5.265 | 5.265 | 5.265 | 5.265 | 5.265 | 5.265 | 100.0% | 1 | | total | 14.556 | 14.556 | 14.556 | 14.556 | 14.556 | 14.556 | 100.0% | 1 | | -> duration | 10.556 | 10.556 | 10.556 | 10.556 | 10.556 | 10.556 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.556333 Full duration: 24.553746 -------------------------------------------------------------------------------- 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 e743f4c9-5dc3-41f3-9a27-199589bf74f0 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.525 | 4.525 | 4.525 | 4.525 | 4.525 | 4.525 | 100.0% | 1 | | heat.check_stack | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 100.0% | 1 | | heat.delete_stack | 2.514 | 2.514 | 2.514 | 2.514 | 2.514 | 2.514 | 100.0% | 1 | | total | 7.914 | 7.914 | 7.914 | 7.914 | 7.914 | 7.914 | 100.0% | 1 | | -> duration | 5.914 | 5.914 | 5.914 | 5.914 | 5.914 | 5.914 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.914166 Full duration: 19.284641 -------------------------------------------------------------------------------- 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 e743f4c9-5dc3-41f3-9a27-199589bf74f0 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.51 | 4.51 | 4.51 | 4.51 | 4.51 | 4.51 | 100.0% | 1 | | heat.suspend_stack | 2.12 | 2.12 | 2.12 | 2.12 | 2.12 | 2.12 | 100.0% | 1 | | heat.resume_stack | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 100.0% | 1 | | heat.delete_stack | 1.759 | 1.759 | 1.759 | 1.759 | 1.759 | 1.759 | 100.0% | 1 | | total | 8.956 | 8.956 | 8.956 | 8.956 | 8.956 | 8.956 | 100.0% | 1 | | -> duration | 6.956 | 6.956 | 6.956 | 6.956 | 6.956 | 6.956 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.955685 Full duration: 19.218159 -------------------------------------------------------------------------------- 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 e743f4c9-5dc3-41f3-9a27-199589bf74f0 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.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | total | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | -> duration | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.581372 Full duration: 8.491141 HINTS: * To plot HTML graphics with this data, run: rally task report e743f4c9-5dc3-41f3-9a27-199589bf74f0 --out output.html * To generate a JUnit report, run: rally task export e743f4c9-5dc3-41f3-9a27-199589bf74f0 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e743f4c9-5dc3-41f3-9a27-199589bf74f0 --json --out output.json 2018-04-06 04:29:24,319 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e743f4c9-5dc3-41f3-9a27-199589bf74f0'] 2018-04-06 04:29:25,391 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-06 04:29:25,391 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e743f4c9-5dc3-41f3-9a27-199589bf74f0', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-06 04:29:25,399 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-06 04:29:25,400 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-06 04:29:25,400 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-04-06 04:29:25,400 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-06 04:29:25,457 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-06 04:29:25,461 - 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': '6ac09a3a-2c0c-4a01-9a80-b8b59dec4bd1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-073593a5-20e7-4a8d-a26c-5958ab2d7b38', 'flavor_name': 'rally-tiny-073593a5-20e7-4a8d-a26c-5958ab2d7b38', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-073593a5-20e7-4a8d-a26c-5958ab2d7b38', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-06 04:32:42,150 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : aca7ec44-8cec-43de-b113-f6aae526c086 2018-04-06 04:32:42,150 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'aca7ec44-8cec-43de-b113-f6aae526c086'] 2018-04-06 04:32:43,292 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task aca7ec44-8cec-43de-b113-f6aae526c086: 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 aca7ec44-8cec-43de-b113-f6aae526c086 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.504 | 0.504 | 0.504 | 0.504 | 0.504 | 0.504 | 100.0% | 1 | | keystone_v3.add_role | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | keystone_v3.revoke_role | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 100.0% | 1 | | total | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 100.0% | 1 | | -> duration | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.76351 Full duration: 15.269837 -------------------------------------------------------------------------------- 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 aca7ec44-8cec-43de-b113-f6aae526c086 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.516 | 0.516 | 0.516 | 0.516 | 0.516 | 0.516 | 100.0% | 1 | | keystone_v3.add_role | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 100.0% | 1 | | keystone_v3.list_roles | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | total | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | -> duration | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.754723 Full duration: 15.137145 -------------------------------------------------------------------------------- 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 aca7ec44-8cec-43de-b113-f6aae526c086 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 1.069 | 1.069 | 1.069 | 1.069 | 1.069 | 1.069 | 100.0% | 1 | | keystone_v3.list_projects | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | total | 1.152 | 1.152 | 1.152 | 1.152 | 1.152 | 1.152 | 100.0% | 1 | | -> duration | 1.152 | 1.152 | 1.152 | 1.152 | 1.152 | 1.152 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.15201 Full duration: 15.009312 -------------------------------------------------------------------------------- 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 aca7ec44-8cec-43de-b113-f6aae526c086 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.525 | 0.525 | 0.525 | 0.525 | 0.525 | 0.525 | 100.0% | 1 | | keystone_v3.delete_role | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | total | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | -> duration | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.632255 Full duration: 12.382234 -------------------------------------------------------------------------------- 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 aca7ec44-8cec-43de-b113-f6aae526c086 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.584 | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 100.0% | 1 | | keystone_v3.delete_service | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | total | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 100.0% | 1 | | -> duration | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.699601 Full duration: 13.291166 -------------------------------------------------------------------------------- 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 aca7ec44-8cec-43de-b113-f6aae526c086 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.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | keystone_v3.create_user | 0.504 | 0.504 | 0.504 | 0.504 | 0.504 | 0.504 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | -> keystone_v3.add_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | keystone_v3.create_role | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | keystone_v3.get_project | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | keystone_v3.get_user | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | keystone_v3.get_role | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | keystone_v3.list_services | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | keystone_v3.get_services | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | total | 1.825 | 1.825 | 1.825 | 1.825 | 1.825 | 1.825 | 100.0% | 1 | | -> duration | 1.825 | 1.825 | 1.825 | 1.825 | 1.825 | 1.825 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.825362 Full duration: 19.714711 -------------------------------------------------------------------------------- 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 aca7ec44-8cec-43de-b113-f6aae526c086 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.67 | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 100.0% | 1 | | keystone_v3.update_project | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | keystone_v3.delete_project | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 100.0% | 1 | | total | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 100.0% | 1 | | -> duration | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.940824 Full duration: 12.524678 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task aca7ec44-8cec-43de-b113-f6aae526c086 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.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | total | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 100.0% | 1 | | -> duration | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.777681 Full duration: 15.763361 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task aca7ec44-8cec-43de-b113-f6aae526c086 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | total | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | -> duration | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.694386 Full duration: 15.397365 -------------------------------------------------------------------------------- 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 aca7ec44-8cec-43de-b113-f6aae526c086 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.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | keystone_v3.list_users | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | total | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 100.0% | 1 | | -> duration | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.897193 Full duration: 15.343365 -------------------------------------------------------------------------------- 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 aca7ec44-8cec-43de-b113-f6aae526c086 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.761 | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 100.0% | 1 | | keystone_v3.create_users | 5.272 | 5.272 | 5.272 | 5.272 | 5.272 | 5.272 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.272 | 5.272 | 5.272 | 5.272 | 5.272 | 5.272 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.872 | 0.872 | 0.872 | 0.872 | 0.872 | 0.872 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.547 | 1.547 | 1.547 | 1.547 | 1.547 | 1.547 | 100.0% | 1 | | total | 6.973 | 6.973 | 6.973 | 6.973 | 6.973 | 6.973 | 100.0% | 1 | | -> duration | 6.973 | 6.973 | 6.973 | 6.973 | 6.973 | 6.973 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.973373 Full duration: 23.470327 HINTS: * To plot HTML graphics with this data, run: rally task report aca7ec44-8cec-43de-b113-f6aae526c086 --out output.html * To generate a JUnit report, run: rally task export aca7ec44-8cec-43de-b113-f6aae526c086 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report aca7ec44-8cec-43de-b113-f6aae526c086 --json --out output.json 2018-04-06 04:32:43,293 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'aca7ec44-8cec-43de-b113-f6aae526c086'] 2018-04-06 04:32:44,326 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-06 04:32:44,326 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'aca7ec44-8cec-43de-b113-f6aae526c086', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-06 04:32:44,333 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-06 04:32:44,334 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-06 04:32:44,334 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-04-06 04:32:44,334 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-06 04:32:44,375 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-06 04:32:44,383 - 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': '6ac09a3a-2c0c-4a01-9a80-b8b59dec4bd1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-073593a5-20e7-4a8d-a26c-5958ab2d7b38', 'flavor_name': 'rally-tiny-073593a5-20e7-4a8d-a26c-5958ab2d7b38', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-073593a5-20e7-4a8d-a26c-5958ab2d7b38', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-06 04:39:38,901 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 73bab932-9365-46c4-a995-826e70b89104 2018-04-06 04:39:38,902 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '73bab932-9365-46c4-a995-826e70b89104'] 2018-04-06 04:39:40,018 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 73bab932-9365-46c4-a995-826e70b89104: 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 73bab932-9365-46c4-a995-826e70b89104 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.997 | 0.997 | 0.997 | 0.997 | 0.997 | 0.997 | 100.0% | 1 | | neutron.delete_network | 0.854 | 0.854 | 0.854 | 0.854 | 0.854 | 0.854 | 100.0% | 1 | | total | 1.85 | 1.85 | 1.85 | 1.85 | 1.85 | 1.85 | 100.0% | 1 | | -> duration | 1.85 | 1.85 | 1.85 | 1.85 | 1.85 | 1.85 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.850375 Full duration: 18.470592 -------------------------------------------------------------------------------- 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 73bab932-9365-46c4-a995-826e70b89104 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.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 100.0% | 1 | | neutron.delete_port | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | total | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 100.0% | 1 | | -> duration | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.300156 Full duration: 43.427169 -------------------------------------------------------------------------------- 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 73bab932-9365-46c4-a995-826e70b89104 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.855 | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 100.0% | 1 | | neutron.create_subnet | 2.328 | 2.328 | 2.328 | 2.328 | 2.328 | 2.328 | 100.0% | 1 | | neutron.create_router | 3.458 | 3.458 | 3.458 | 3.458 | 3.458 | 3.458 | 100.0% | 1 | | neutron.add_interface_router | 2.549 | 2.549 | 2.549 | 2.549 | 2.549 | 2.549 | 100.0% | 1 | | neutron.remove_interface_router | 1.369 | 1.369 | 1.369 | 1.369 | 1.369 | 1.369 | 100.0% | 1 | | neutron.delete_router | 1.993 | 1.993 | 1.993 | 1.993 | 1.993 | 1.993 | 100.0% | 1 | | total | 12.552 | 12.552 | 12.552 | 12.552 | 12.552 | 12.552 | 100.0% | 1 | | -> duration | 12.552 | 12.552 | 12.552 | 12.552 | 12.552 | 12.552 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.552368 Full duration: 55.403841 -------------------------------------------------------------------------------- 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 73bab932-9365-46c4-a995-826e70b89104 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.257 | 1.257 | 1.257 | 1.257 | 1.257 | 1.257 | 100.0% | 1 | | neutron.delete_subnet | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | total | 1.885 | 1.885 | 1.885 | 1.885 | 1.885 | 1.885 | 100.0% | 1 | | -> duration | 1.885 | 1.885 | 1.885 | 1.885 | 1.885 | 1.885 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.885417 Full duration: 38.0324 -------------------------------------------------------------------------------- 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 73bab932-9365-46c4-a995-826e70b89104 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.181 | 1.181 | 1.181 | 1.181 | 1.181 | 1.181 | 100.0% | 1 | | neutron.list_networks | 0.279 | 0.279 | 0.279 | 0.279 | 0.279 | 0.279 | 100.0% | 1 | | total | 1.46 | 1.46 | 1.46 | 1.46 | 1.46 | 1.46 | 100.0% | 1 | | -> duration | 1.46 | 1.46 | 1.46 | 1.46 | 1.46 | 1.46 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.460129 Full duration: 17.675883 -------------------------------------------------------------------------------- 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 73bab932-9365-46c4-a995-826e70b89104 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.523 | 1.523 | 1.523 | 1.523 | 1.523 | 1.523 | 100.0% | 1 | | neutron.list_ports | 0.323 | 0.323 | 0.323 | 0.323 | 0.323 | 0.323 | 100.0% | 1 | | total | 1.846 | 1.846 | 1.846 | 1.846 | 1.846 | 1.846 | 100.0% | 1 | | -> duration | 1.846 | 1.846 | 1.846 | 1.846 | 1.846 | 1.846 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.846361 Full duration: 37.820724 -------------------------------------------------------------------------------- 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 73bab932-9365-46c4-a995-826e70b89104 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 | 2.185 | 2.185 | 2.185 | 2.185 | 2.185 | 2.185 | 100.0% | 1 | | neutron.create_subnet | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 100.0% | 1 | | neutron.create_router | 3.319 | 3.319 | 3.319 | 3.319 | 3.319 | 3.319 | 100.0% | 1 | | neutron.add_interface_router | 2.717 | 2.717 | 2.717 | 2.717 | 2.717 | 2.717 | 100.0% | 1 | | neutron.list_routers | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 100.0% | 1 | | total | 9.329 | 9.329 | 9.329 | 9.329 | 9.329 | 9.329 | 100.0% | 1 | | -> duration | 9.329 | 9.329 | 9.329 | 9.329 | 9.329 | 9.329 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.329385 Full duration: 59.725341 -------------------------------------------------------------------------------- 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 73bab932-9365-46c4-a995-826e70b89104 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 | 2.375 | 2.375 | 2.375 | 2.375 | 2.375 | 2.375 | 100.0% | 1 | | neutron.create_subnet | 1.082 | 1.082 | 1.082 | 1.082 | 1.082 | 1.082 | 100.0% | 1 | | neutron.list_subnets | 0.227 | 0.227 | 0.227 | 0.227 | 0.227 | 0.227 | 100.0% | 1 | | total | 3.684 | 3.684 | 3.684 | 3.684 | 3.684 | 3.684 | 100.0% | 1 | | -> duration | 3.684 | 3.684 | 3.684 | 3.684 | 3.684 | 3.684 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.684339 Full duration: 45.541388 -------------------------------------------------------------------------------- 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 73bab932-9365-46c4-a995-826e70b89104 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.042 | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 100.0% | 1 | | neutron.delete_security_group | 0.289 | 0.289 | 0.289 | 0.289 | 0.289 | 0.289 | 100.0% | 1 | | total | 1.331 | 1.331 | 1.331 | 1.331 | 1.331 | 1.331 | 100.0% | 1 | | -> duration | 1.331 | 1.331 | 1.331 | 1.331 | 1.331 | 1.331 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.33086 Full duration: 16.271373 -------------------------------------------------------------------------------- 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 73bab932-9365-46c4-a995-826e70b89104 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.538 | 1.538 | 1.538 | 1.538 | 1.538 | 1.538 | 100.0% | 1 | | neutron.create_security_group_rule | 0.323 | 0.323 | 0.323 | 0.323 | 0.323 | 0.323 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.259 | 0.259 | 0.259 | 0.259 | 0.259 | 0.259 | 100.0% | 1 | | neutron.delete_security_group | 0.272 | 0.272 | 0.272 | 0.272 | 0.272 | 0.272 | 100.0% | 1 | | total | 2.392 | 2.392 | 2.392 | 2.392 | 2.392 | 2.392 | 100.0% | 1 | | -> duration | 2.392 | 2.392 | 2.392 | 2.392 | 2.392 | 2.392 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.392342 Full duration: 16.231124 -------------------------------------------------------------------------------- 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 73bab932-9365-46c4-a995-826e70b89104 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.072 | 1.072 | 1.072 | 1.072 | 1.072 | 1.072 | 100.0% | 1 | | neutron.create_router | 4.332 | 4.332 | 4.332 | 4.332 | 4.332 | 4.332 | 100.0% | 1 | | neutron.add_gateway_router | 2.036 | 2.036 | 2.036 | 2.036 | 2.036 | 2.036 | 100.0% | 1 | | neutron.remove_gateway_router | 1.073 | 1.073 | 1.073 | 1.073 | 1.073 | 1.073 | 100.0% | 1 | | total | 8.513 | 8.513 | 8.513 | 8.513 | 8.513 | 8.513 | 100.0% | 1 | | -> duration | 8.513 | 8.513 | 8.513 | 8.513 | 8.513 | 8.513 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.513128 Full duration: 36.719474 HINTS: * To plot HTML graphics with this data, run: rally task report 73bab932-9365-46c4-a995-826e70b89104 --out output.html * To generate a JUnit report, run: rally task export 73bab932-9365-46c4-a995-826e70b89104 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 73bab932-9365-46c4-a995-826e70b89104 --json --out output.json 2018-04-06 04:39:40,019 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '73bab932-9365-46c4-a995-826e70b89104'] 2018-04-06 04:39:41,108 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-06 04:39:41,108 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '73bab932-9365-46c4-a995-826e70b89104', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-06 04:39:41,116 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-06 04:39:41,116 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-06 04:39:41,117 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-04-06 04:39:41,117 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-06 04:39:41,145 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-06 04:39:41,149 - 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': '6ac09a3a-2c0c-4a01-9a80-b8b59dec4bd1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-073593a5-20e7-4a8d-a26c-5958ab2d7b38', 'flavor_name': 'rally-tiny-073593a5-20e7-4a8d-a26c-5958ab2d7b38', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-073593a5-20e7-4a8d-a26c-5958ab2d7b38', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-06 04:43:03,151 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7fcc0545-ee71-4377-be26-276d5485b338 2018-04-06 04:43:03,152 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '7fcc0545-ee71-4377-be26-276d5485b338'] 2018-04-06 04:43:04,290 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 7fcc0545-ee71-4377-be26-276d5485b338: 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-073593a5-20e7-4a8d-a26c-5958ab2d7b38" }, "image": { "name": "Cirros-0.4.0-073593a5-20e7-4a8d-a26c-5958ab2d7b38" }, "block_migration": false, "nics": [ { "net-id": "6ac09a3a-2c0c-4a01-9a80-b8b59dec4bd1" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 7fcc0545-ee71-4377-be26-276d5485b338 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 | 17.897 | 17.897 | 17.897 | 17.897 | 17.897 | 17.897 | 100.0% | 1 | | nova.find_host_to_migrate | 1.375 | 1.375 | 1.375 | 1.375 | 1.375 | 1.375 | 100.0% | 1 | | nova.live_migrate | 137.363 | 137.363 | 137.363 | 137.363 | 137.363 | 137.363 | 0.0% | 1 | | total | 156.634 | 156.634 | 156.634 | 156.634 | 156.634 | 156.634 | 0.0% | 1 | | -> duration | 155.634 | 155.634 | 155.634 | 155.634 | 155.634 | 155.634 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 155.634172 Full duration: 174.583958 HINTS: * To plot HTML graphics with this data, run: rally task report 7fcc0545-ee71-4377-be26-276d5485b338 --out output.html * To generate a JUnit report, run: rally task export 7fcc0545-ee71-4377-be26-276d5485b338 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7fcc0545-ee71-4377-be26-276d5485b338 --json --out output.json 2018-04-06 04:43:04,291 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '7fcc0545-ee71-4377-be26-276d5485b338'] 2018-04-06 04:43:05,305 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-06 04:43:05,305 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '7fcc0545-ee71-4377-be26-276d5485b338', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-06 04:43:05,312 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-04-06 04:43:05,313 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-06 04:43:05,313 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-04-06 04:43:05,313 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-06 04:43:05,355 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-06 04:43:05,357 - 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': '6ac09a3a-2c0c-4a01-9a80-b8b59dec4bd1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-073593a5-20e7-4a8d-a26c-5958ab2d7b38', 'flavor_name': 'rally-tiny-073593a5-20e7-4a8d-a26c-5958ab2d7b38', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-073593a5-20e7-4a8d-a26c-5958ab2d7b38', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-06 04:44:02,195 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5b4b6ef5-2a38-4e3e-8212-5dc8a6af2c25 2018-04-06 04:44:02,196 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '5b4b6ef5-2a38-4e3e-8212-5dc8a6af2c25'] 2018-04-06 04:44:03,189 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 5b4b6ef5-2a38-4e3e-8212-5dc8a6af2c25: 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 5b4b6ef5-2a38-4e3e-8212-5dc8a6af2c25 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 | 2.01 | 2.01 | 2.01 | 2.01 | 2.01 | 2.01 | 100.0% | 1 | | quotas.delete_quotas | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 100.0% | 1 | | total | 2.215 | 2.215 | 2.215 | 2.215 | 2.215 | 2.215 | 100.0% | 1 | | -> duration | 2.215 | 2.215 | 2.215 | 2.215 | 2.215 | 2.215 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.215086 Full duration: 10.570655 -------------------------------------------------------------------------------- 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 5b4b6ef5-2a38-4e3e-8212-5dc8a6af2c25 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.258 | 1.258 | 1.258 | 1.258 | 1.258 | 1.258 | 100.0% | 1 | | total | 1.258 | 1.258 | 1.258 | 1.258 | 1.258 | 1.258 | 100.0% | 1 | | -> duration | 1.258 | 1.258 | 1.258 | 1.258 | 1.258 | 1.258 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.258228 Full duration: 9.919892 -------------------------------------------------------------------------------- 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 5b4b6ef5-2a38-4e3e-8212-5dc8a6af2c25 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.366 | 0.366 | 0.366 | 0.366 | 0.366 | 0.366 | 100.0% | 1 | | total | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | -> duration | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.776663 Full duration: 8.48184 -------------------------------------------------------------------------------- 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 5b4b6ef5-2a38-4e3e-8212-5dc8a6af2c25 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.015 | 1.015 | 1.015 | 1.015 | 1.015 | 1.015 | 100.0% | 1 | | total | 1.015 | 1.015 | 1.015 | 1.015 | 1.015 | 1.015 | 100.0% | 1 | | -> duration | 1.015 | 1.015 | 1.015 | 1.015 | 1.015 | 1.015 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.01501 Full duration: 10.013595 HINTS: * To plot HTML graphics with this data, run: rally task report 5b4b6ef5-2a38-4e3e-8212-5dc8a6af2c25 --out output.html * To generate a JUnit report, run: rally task export 5b4b6ef5-2a38-4e3e-8212-5dc8a6af2c25 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5b4b6ef5-2a38-4e3e-8212-5dc8a6af2c25 --json --out output.json 2018-04-06 04:44:03,189 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '5b4b6ef5-2a38-4e3e-8212-5dc8a6af2c25'] 2018-04-06 04:44:04,154 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-06 04:44:04,154 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '5b4b6ef5-2a38-4e3e-8212-5dc8a6af2c25', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-06 04:44:04,161 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-06 04:44:04,164 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 02:01 | 4 | 100.00% | | cinder | 03:07 | 10 | 100.00% | | heat | 01:11 | 4 | 100.00% | | keystone | 02:53 | 11 | 100.00% | | neutron | 06:25 | 11 | 100.00% | | nova | 02:54 | 1 | 0.00% | | quotas | 00:38 | 4 | 100.00% | | | | | | | TOTAL: | 00:19:58 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-04-06 04:44:04,164 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-04-06 04:44:21,379 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-06 04:44:21,379 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 24:08 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-06 04:44:21,382 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-04-06 04:44:21,382 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-06 04:44:21,451 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-06 04:44:23,937 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-06 04:44:23.570 9792 INFO rally.deployment.engine [-] Deployment 3e368a23-d58a-4c87-8623-2a59cf6d6f10 | Starting: Destroy cloud and free allocated resources. 2018-04-06 04:44:23.702 9792 INFO rally.deployment.engine [-] Deployment 3e368a23-d58a-4c87-8623-2a59cf6d6f10 | Completed: Destroy cloud and free allocated resources. 2018-04-06 04:44:23.726 9792 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=b14aa80e-00b3-48be-b048-000836b9ddc0). 2018-04-06 04:44:23.731 9792 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-06 04:44:26,286 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-06 04:44:26.068 9795 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=dd7efdbc-c677-492a-9f44-d814313de2be) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | dd7efdbc-c677-492a-9f44-d814313de2be | 2018-04-06T04:44:26 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: dd7efdbc-c677-492a-9f44-d814313de2be ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-06 04:44:29,644 - 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-04-06 04:44:29,645 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-06 04:44:31,953 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-06 04:44:31.726 9801 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=b14aa80e-00b3-48be-b048-000836b9ddc0). 2018-04-06 04:44:31.845 9801 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-06 04:44:35,627 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-06 04:44:33.929 9804 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-06 04:44:34.080 9804 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-06 04:44:35.432 9804 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c9d8edf3-eeb3-463b-b0d8-ca1fc41caa3b) has been successfully created! Using verifier 'opnfv-tempest' (UUID=c9d8edf3-eeb3-463b-b0d8-ca1fc41caa3b) as the default verifier for the future CLI operations. 2018-04-06 04:44:38,732 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-06 04:44:42,575 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-06 04:44:58,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-06 04:45:04,754 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-06 04:45:03.658 9823 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c9d8edf3-eeb3-463b-b0d8-ca1fc41caa3b) for deployment 'opnfv-rally' (UUID=dd7efdbc-c677-492a-9f44-d814313de2be). 2018-04-06 04:45:04.590 9823 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c9d8edf3-eeb3-463b-b0d8-ca1fc41caa3b) has been successfully configured for deployment 'opnfv-rally' (UUID=dd7efdbc-c677-492a-9f44-d814313de2be)! 2018-04-06 04:45:04,754 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-06 04:45:04,754 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-06 04:45:04,757 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-06 04:45:07,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-04-06 04:45:09,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:09.650 9835 INFO rally.api [-] Starting verification (UUID=5b0734c9-66e1-43a6-8e2f-8794b96710c6) for deployment 'opnfv-rally' (UUID=dd7efdbc-c677-492a-9f44-d814313de2be) by verifier 'opnfv-tempest' (UUID=c9d8edf3-eeb3-463b-b0d8-ca1fc41caa3b). 2018-04-06 04:45:09,651 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 5b0734c9-66e1-43a6-8e2f-8794b96710c6 2018-04-06 04:45:19,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:19.985 9835 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.315s] 2018-04-06 04:45:20,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:20.535 9835 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-04-06 04:45:21,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:21.151 9835 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.640s] 2018-04-06 04:45:21,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:21.348 9835 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.579s] 2018-04-06 04:45:21,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:21.406 9835 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.058s] 2018-04-06 04:45:23,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:23.902 9835 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [3.381s] 2018-04-06 04:45:27,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:27.528 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.447s] 2018-04-06 04:45:28,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:28.124 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.853s] 2018-04-06 04:45:29,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:29.448 9835 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.092s] 2018-04-06 04:45:29,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:29.517 9835 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.069s] 2018-04-06 04:45:29,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:29.583 9835 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.066s] 2018-04-06 04:45:30,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:30.597 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [2.471s] 2018-04-06 04:45:32,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:32.157 9835 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [8.255s] 2018-04-06 04:45:32,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:32.174 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.577s] 2018-04-06 04:45:32,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:32.233 9835 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [4.255s] 2018-04-06 04:45:36,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:36.363 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [8.833s] 2018-04-06 04:45:38,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:38.861 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.498s] 2018-04-06 04:45:39,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:39.295 9835 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.165s] 2018-04-06 04:45:39,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:39.455 9835 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.160s] 2018-04-06 04:45:39,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:39.985 9835 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.126s] 2018-04-06 04:45:41,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:41.166 9835 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.710s] 2018-04-06 04:45:41,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:41.174 9835 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.008s] 2018-04-06 04:45:41,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:41.420 9835 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.245s] 2018-04-06 04:45:42,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:42.511 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [3.649s] 2018-04-06 04:45:42,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:42.720 9835 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [2.735s] 2018-04-06 04:45:44,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:44.296 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.784s] 2018-04-06 04:45:46,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:46.867 9835 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.249s] 2018-04-06 04:45:47,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:47.046 9835 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.179s] 2018-04-06 04:45:51,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:51.501 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [7.203s] 2018-04-06 04:45:56,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:56.672 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [5.170s] 2018-04-06 04:45:57,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:57.087 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.416s] 2018-04-06 04:45:57,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:57.109 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.022s] 2018-04-06 04:45:57,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:57.129 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.019s] 2018-04-06 04:45:57,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:57.151 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.022s] 2018-04-06 04:45:57,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:45:57.279 9835 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.077s] 2018-04-06 04:46:03,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:03.134 9835 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.852s] 2018-04-06 04:46:06,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:06.700 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.561s] 2018-04-06 04:46:07,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:07.078 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.377s] 2018-04-06 04:46:07,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:07.093 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [46.282s] 2018-04-06 04:46:07,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:07.423 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.344s] 2018-04-06 04:46:07,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:07.816 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.392s] 2018-04-06 04:46:08,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:08.343 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.526s] 2018-04-06 04:46:08,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:08.427 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.084s] 2018-04-06 04:46:08,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:08.510 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.083s] 2018-04-06 04:46:08,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:08.583 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.072s] 2018-04-06 04:46:08,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:08.657 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.074s] 2018-04-06 04:46:08,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:08.731 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.073s] 2018-04-06 04:46:08,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:08.892 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.161s] 2018-04-06 04:46:09,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:09.882 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.076s] 2018-04-06 04:46:09,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:09.897 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.015s] 2018-04-06 04:46:10,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:10.044 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.146s] 2018-04-06 04:46:10,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:10.058 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.014s] 2018-04-06 04:46:10,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:10.070 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.012s] 2018-04-06 04:46:10,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:10.102 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.032s] 2018-04-06 04:46:10,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:10.170 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.067s] 2018-04-06 04:46:10,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:10.242 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.072s] 2018-04-06 04:46:10,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:10.655 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.412s] 2018-04-06 04:46:10,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:10.671 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2018-04-06 04:46:10,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:10.738 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.067s] 2018-04-06 04:46:22,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:22.569 9835 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [3.058s] 2018-04-06 04:46:31,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:31.684 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [6.664s] 2018-04-06 04:46:31,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:31.750 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.065s] 2018-04-06 04:46:32,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:32.229 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.478s] 2018-04-06 04:46:32,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:32.367 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.137s] 2018-04-06 04:46:32,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:32.368 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-06 04:46:36,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:36.964 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.832s] 2018-04-06 04:46:37,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:37.229 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [5.697s] 2018-04-06 04:46:38,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:38.015 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.050s] 2018-04-06 04:46:39,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:39.982 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.965s] 2018-04-06 04:46:41,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:41.525 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.542s] 2018-04-06 04:46:42,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:42.975 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.449s] 2018-04-06 04:46:43,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:43.818 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.588s] 2018-04-06 04:46:43,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:43.849 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [6.077s] 2018-04-06 04:46:44,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:44.167 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.191s] 2018-04-06 04:46:45,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:45.029 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.863s] 2018-04-06 04:46:45,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:45.851 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.821s] 2018-04-06 04:46:46,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:46.258 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.406s] 2018-04-06 04:46:47,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:47.228 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.408s] 2018-04-06 04:46:47,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:47.448 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.220s] 2018-04-06 04:46:47,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:47.509 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.250s] 2018-04-06 04:46:47,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:47.632 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.184s] 2018-04-06 04:46:47,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:47.830 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.197s] 2018-04-06 04:46:47,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:47.895 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.386s] 2018-04-06 04:46:48,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:48.034 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.204s] 2018-04-06 04:46:48,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:48.165 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.269s] 2018-04-06 04:46:48,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:48.457 9835 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.155s] 2018-04-06 04:46:48,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:48.714 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.548s] 2018-04-06 04:46:49,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:49.007 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [5.156s] 2018-04-06 04:46:49,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:49.890 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.173s] 2018-04-06 04:46:50,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:50.605 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.715s] 2018-04-06 04:46:51,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:51.142 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.536s] 2018-04-06 04:46:51,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:51.540 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.397s] 2018-04-06 04:46:52,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:52.054 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.513s] 2018-04-06 04:46:53,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:53.059 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.052s] 2018-04-06 04:46:58,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:58.952 9835 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [37.233s] 2018-04-06 04:46:59,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:46:59.531 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [6.471s] 2018-04-06 04:47:03,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:47:03.293 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.761s] 2018-04-06 04:47:09,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:47:09.072 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.778s] 2018-04-06 04:47:10,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:47:10.403 9835 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [11.450s] 2018-04-06 04:47:11,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:47:11.870 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [74.234s] 2018-04-06 04:47:12,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:47:12.956 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.089s] 2018-04-06 04:47:14,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:47:14.359 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [5.286s] 2018-04-06 04:47:18,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:47:18.164 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [105.970s] 2018-04-06 04:47:21,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:47:21.898 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.538s] 2018-04-06 04:47:27,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:47:27.385 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.428s] 2018-04-06 04:47:27,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:47:27.612 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.226s] 2018-04-06 04:47:27,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:47:27.884 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.271s] 2018-04-06 04:47:28,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:47:28.148 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [6.249s] 2018-04-06 04:47:28,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:47:28.551 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.403s] 2018-04-06 04:47:28,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:47:28.813 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.261s] 2018-04-06 04:47:29,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:47:29.010 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.196s] 2018-04-06 04:47:29,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:47:29.060 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.049s] 2018-04-06 04:47:29,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:47:29.161 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.101s] 2018-04-06 04:47:29,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:47:29.279 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [1.395s] 2018-04-06 04:47:29,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:47:29.412 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.250s] 2018-04-06 04:47:29,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:47:29.735 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.322s] 2018-04-06 04:47:29,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:47:29.797 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.062s] 2018-04-06 04:47:30,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:47:30.023 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.744s] 2018-04-06 04:47:30,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:47:30.598 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.573s] 2018-04-06 04:47:33,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:47:33.011 9835 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [93.969s] 2018-04-06 04:47:37,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:47:37.195 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [7.397s] 2018-04-06 04:47:44,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:47:44.383 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [4.340s] 2018-04-06 04:47:45,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:47:45.079 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.839s] 2018-04-06 04:47:45,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:47:45.459 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.379s] 2018-04-06 04:47:45,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:47:45.903 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.520s] 2018-04-06 04:47:52,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:47:52.419 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [6.512s] 2018-04-06 04:47:55,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:47:55.882 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [3.463s] 2018-04-06 04:47:58,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:47:58.323 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.440s] 2018-04-06 04:48:00,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:00.135 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.811s] 2018-04-06 04:48:01,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:01.935 9835 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [9.874s] 2018-04-06 04:48:03,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:03.613 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.476s] 2018-04-06 04:48:03,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:03.680 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.069s] 2018-04-06 04:48:10,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:10.894 9835 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [60.475s] 2018-04-06 04:48:16,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:16.452 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [14.658s] 2018-04-06 04:48:16,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:16.519 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.066s] 2018-04-06 04:48:16,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:16.893 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.372s] 2018-04-06 04:48:16,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:16.992 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.098s] 2018-04-06 04:48:16,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:16.993 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-06 04:48:19,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:19.119 9835 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [17.181s] 2018-04-06 04:48:22,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:22.141 9835 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [49.122s] 2018-04-06 04:48:38,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:38.262 9835 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [27.366s] 2018-04-06 04:48:42,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:42.997 9835 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.176s] 2018-04-06 04:48:45,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:45.920 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.158s] 2018-04-06 04:48:46,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:46.085 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.164s] 2018-04-06 04:48:46,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:46.650 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.564s] 2018-04-06 04:48:46,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:46.832 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.183s] 2018-04-06 04:48:46,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:46.994 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.161s] 2018-04-06 04:48:47,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:47.159 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.163s] 2018-04-06 04:48:47,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:47.365 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.206s] 2018-04-06 04:48:47,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:47.405 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.039s] 2018-04-06 04:48:47,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:47.559 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.153s] 2018-04-06 04:48:47,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:47.746 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.186s] 2018-04-06 04:48:47,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:47.897 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.150s] 2018-04-06 04:48:47,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:47.941 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.044s] 2018-04-06 04:48:48,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:48.156 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.213s] 2018-04-06 04:48:48,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:48.190 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.035s] 2018-04-06 04:48:48,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:48.227 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.036s] 2018-04-06 04:48:48,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:48.595 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.365s] 2018-04-06 04:48:48,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:48.642 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.048s] 2018-04-06 04:48:48,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:48.820 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.177s] 2018-04-06 04:48:49,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:49.350 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.528s] 2018-04-06 04:48:49,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:49.535 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.185s] 2018-04-06 04:48:49,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:49.570 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.034s] 2018-04-06 04:48:49,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:49.606 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.035s] 2018-04-06 04:48:50,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:48:50.165 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.558s] 2018-04-06 04:49:06,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:49:06.956 9835 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.458s] 2018-04-06 04:49:21,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:49:21.718 9835 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [14.757s] 2018-04-06 04:49:40,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:49:40.494 9835 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [18.774s] 2018-04-06 04:53:00,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '5b0734c9-66e1-43a6-8e2f-8794b96710c6']'. 2018-04-06 04:53:01,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-06 04:53:01,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-06 04:53:01,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-06 04:53:01,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 5b0734c9-66e1-43a6-8e2f-8794b96710c6 | 2018-04-06 04:53:01,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-06 04:53:01,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-06 04:45:09 | 2018-04-06 04:53:01,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-06 04:52:59 | 2018-04-06 04:53:01,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:07:50 | 2018-04-06 04:53:01,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-06 04:53:01,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-06 04:53:01,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: c9d8edf3-eeb3-463b-b0d8-ca1fc41caa3b) | 2018-04-06 04:53:01,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-06 04:53:01,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: dd7efdbc-c677-492a-9f44-d814313de2be) | 2018-04-06 04:53:01,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 168 | 2018-04-06 04:53:01,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 460.837 | 2018-04-06 04:53:01,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 168 | 2018-04-06 04:53:01,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-06 04:53:01,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-06 04:53:01,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-06 04:53:01,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-06 04:53:01,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-06 04:53:01,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-06 04:53:01,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-04-06 04:53:11,920 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-06 04:53:11,921 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 08:33 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-06 04:53:11,925 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-06 04:53:12,024 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-06 04:53:14,524 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-06 04:53:14.121 9947 INFO rally.deployment.engine [-] Deployment dd7efdbc-c677-492a-9f44-d814313de2be | Starting: Destroy cloud and free allocated resources. 2018-04-06 04:53:14.196 9947 INFO rally.deployment.engine [-] Deployment dd7efdbc-c677-492a-9f44-d814313de2be | Completed: Destroy cloud and free allocated resources. 2018-04-06 04:53:14.239 9947 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=c9d8edf3-eeb3-463b-b0d8-ca1fc41caa3b) for deployment 'opnfv-rally'. 2018-04-06 04:53:14.262 9947 INFO rally.api [-] Deleting verification (UUID=5b0734c9-66e1-43a6-8e2f-8794b96710c6). 2018-04-06 04:53:14.305 9947 INFO rally.api [-] Verification has been successfully deleted! 2018-04-06 04:53:14.306 9947 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=c9d8edf3-eeb3-463b-b0d8-ca1fc41caa3b). 2018-04-06 04:53:14.318 9947 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-06 04:53:16,886 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-06 04:53:16.597 9950 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=8a1b6c8c-55c8-4f2f-9f25-546b794476c6) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 8a1b6c8c-55c8-4f2f-9f25-546b794476c6 | 2018-04-06T04:53:16 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 8a1b6c8c-55c8-4f2f-9f25-546b794476c6 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-06 04:53:20,168 - 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-04-06 04:53:20,168 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-06 04:53:22,655 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-06 04:53:22.346 9956 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=c9d8edf3-eeb3-463b-b0d8-ca1fc41caa3b). 2018-04-06 04:53:22.470 9956 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-06 04:53:26,100 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-06 04:53:24.740 9959 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-06 04:53:24.884 9959 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-06 04:53:25.920 9959 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c911a300-6bb1-4696-b7a0-da5b429f2ba5) has been successfully created! Using verifier 'opnfv-tempest' (UUID=c911a300-6bb1-4696-b7a0-da5b429f2ba5) as the default verifier for the future CLI operations. 2018-04-06 04:53:29,071 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-06 04:53:32,905 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-06 04:53:44,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-06 04:53:49,766 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-06 04:53:48.760 9978 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c911a300-6bb1-4696-b7a0-da5b429f2ba5) for deployment 'opnfv-rally' (UUID=8a1b6c8c-55c8-4f2f-9f25-546b794476c6). 2018-04-06 04:53:49.603 9978 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c911a300-6bb1-4696-b7a0-da5b429f2ba5) has been successfully configured for deployment 'opnfv-rally' (UUID=8a1b6c8c-55c8-4f2f-9f25-546b794476c6)! 2018-04-06 04:53:49,766 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-06 04:53:49,767 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-06 04:53:49,768 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-06 04:53:49,778 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-06 04:53:52,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-c911a300-6bb1-4696-b7a0-da5b429f2ba5/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-04-06 04:53:52,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-04-06 04:53:54,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 04:53:54.952 9987 INFO rally.api [-] Starting verification (UUID=e1cc2be2-8dbd-48ab-a5e8-0a0926501b42) for deployment 'opnfv-rally' (UUID=8a1b6c8c-55c8-4f2f-9f25-546b794476c6) by verifier 'opnfv-tempest' (UUID=c911a300-6bb1-4696-b7a0-da5b429f2ba5). 2018-04-06 04:53:54,954 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: e1cc2be2-8dbd-48ab-a5e8-0a0926501b42 2018-04-06 04:57:11,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'e1cc2be2-8dbd-48ab-a5e8-0a0926501b42']'. 2018-04-06 04:57:12,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-06 04:57:12,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-06 04:57:12,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-06 04:57:12,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | e1cc2be2-8dbd-48ab-a5e8-0a0926501b42 | 2018-04-06 04:57:12,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-06 04:57:12,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-06 04:53:54 | 2018-04-06 04:57:12,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-06 04:57:11 | 2018-04-06 04:57:12,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:17 | 2018-04-06 04:57:12,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-06 04:57:12,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-06 04:57:12,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: c911a300-6bb1-4696-b7a0-da5b429f2ba5) | 2018-04-06 04:57:12,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-06 04:57:12,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 8a1b6c8c-55c8-4f2f-9f25-546b794476c6) | 2018-04-06 04:57:12,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-06 04:57:12,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 181.451 | 2018-04-06 04:57:12,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-04-06 04:57:12,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-04-06 04:57:12,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-06 04:57:12,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-06 04:57:12,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-06 04:57:12,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-06 04:57:12,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-06 04:57:12,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-06 04:57:24,234 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-06 04:57:24,234 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:55 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-06 04:57:24,238 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-06 04:57:25,228 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-06 06:19:49,186 - 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'514230ff-69d3-4460-8f0c-6d26f26e39a3' != u'a9b043c1-39cc-4b3a-a91f-5b580a1d48e7' - 514230ff-69d3-4460-8f0c-6d26f26e39a3 + a9b043c1-39cc-4b3a-a91f-5b580a1d48e7 ---------------------------------------------------------------------- Ran 119 tests in 4943.885s FAILED (failures=1) 2018-04-06 06:19:49,394 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-06 06:19:49,394 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 82:24 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-06 06:19:49,398 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-06 06:19:49,398 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-06 06:19:49,500 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-06 06:19:52,024 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-06 06:19:51.610 10214 INFO rally.deployment.engine [-] Deployment 8a1b6c8c-55c8-4f2f-9f25-546b794476c6 | Starting: Destroy cloud and free allocated resources. 2018-04-06 06:19:51.692 10214 INFO rally.deployment.engine [-] Deployment 8a1b6c8c-55c8-4f2f-9f25-546b794476c6 | Completed: Destroy cloud and free allocated resources. 2018-04-06 06:19:51.744 10214 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=c911a300-6bb1-4696-b7a0-da5b429f2ba5) for deployment 'opnfv-rally'. 2018-04-06 06:19:51.771 10214 INFO rally.api [-] Deleting verification (UUID=e1cc2be2-8dbd-48ab-a5e8-0a0926501b42). 2018-04-06 06:19:51.808 10214 INFO rally.api [-] Verification has been successfully deleted! 2018-04-06 06:19:51.809 10214 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=c911a300-6bb1-4696-b7a0-da5b429f2ba5). 2018-04-06 06:19:51.821 10214 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-06 06:19:54,379 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-06 06:19:54.082 10217 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f11ec7c7-d61e-4a15-a1f3-e3006512643b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f11ec7c7-d61e-4a15-a1f3-e3006512643b | 2018-04-06T06:19:54 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f11ec7c7-d61e-4a15-a1f3-e3006512643b ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-06 06:19:57,653 - 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-04-06 06:19:57,653 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-06 06:20:00,020 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-06 06:19:59.740 10223 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=c911a300-6bb1-4696-b7a0-da5b429f2ba5). 2018-04-06 06:19:59.871 10223 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-06 06:20:03,431 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-06 06:20:02.011 10226 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-06 06:20:02.165 10226 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-06 06:20:03.249 10226 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5fbad1dc-0e14-4deb-9227-f13b2424868a) has been successfully created! Using verifier 'opnfv-tempest' (UUID=5fbad1dc-0e14-4deb-9227-f13b2424868a) as the default verifier for the future CLI operations. 2018-04-06 06:20:06,523 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-06 06:20:12,153 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-06 06:20:22,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-06 06:20:27,693 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-06 06:20:26.691 10245 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5fbad1dc-0e14-4deb-9227-f13b2424868a) for deployment 'opnfv-rally' (UUID=f11ec7c7-d61e-4a15-a1f3-e3006512643b). 2018-04-06 06:20:27.529 10245 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5fbad1dc-0e14-4deb-9227-f13b2424868a) has been successfully configured for deployment 'opnfv-rally' (UUID=f11ec7c7-d61e-4a15-a1f3-e3006512643b)! 2018-04-06 06:20:27,693 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-06 06:20:27,694 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-06 06:20:27,695 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-06 06:20:27,700 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-06 06:20:30,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-5fbad1dc-0e14-4deb-9227-f13b2424868a/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-04-06 06:20:30,632 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-06 06:20:30,632 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-06 06:20:30,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-04-06 06:20:32,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-06 06:20:32.825 10254 INFO rally.api [-] Starting verification (UUID=6d58fe59-782c-44d7-84bc-8affec8f8dc9) for deployment 'opnfv-rally' (UUID=f11ec7c7-d61e-4a15-a1f3-e3006512643b) by verifier 'opnfv-tempest' (UUID=5fbad1dc-0e14-4deb-9227-f13b2424868a). 2018-04-06 06:20:32,828 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 6d58fe59-782c-44d7-84bc-8affec8f8dc9 2018-04-06 06:22:51,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '6d58fe59-782c-44d7-84bc-8affec8f8dc9']'. 2018-04-06 06:22:52,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-06 06:22:52,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-06 06:22:52,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-06 06:22:52,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 6d58fe59-782c-44d7-84bc-8affec8f8dc9 | 2018-04-06 06:22:52,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-06 06:22:52,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-06 06:20:32 | 2018-04-06 06:22:52,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-06 06:22:51 | 2018-04-06 06:22:52,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:19 | 2018-04-06 06:22:52,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-06 06:22:52,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-06 06:22:52,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 5fbad1dc-0e14-4deb-9227-f13b2424868a) | 2018-04-06 06:22:52,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-06 06:22:52,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: f11ec7c7-d61e-4a15-a1f3-e3006512643b) | 2018-04-06 06:22:52,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-06 06:22:52,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 125.593 | 2018-04-06 06:22:52,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-04-06 06:22:52,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-04-06 06:22:52,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-06 06:22:52,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-06 06:22:52,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-06 06:22:52,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-06 06:22:52,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-06 06:22:52,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-04-06 06:23:05,615 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-06 06:23:05,616 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:59 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-04-06 06:23:05,621 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:11 | PASS | | vping_userdata | functest | smoke | 01:00 | PASS | | tempest_smoke_serial | functest | smoke | 18:48 | PASS | | rally_sanity | functest | smoke | 24:08 | FAIL | | refstack_defcore | functest | smoke | 08:33 | PASS | | patrole | functest | smoke | 03:55 | PASS | | snaps_smoke | functest | smoke | 82:24 | FAIL | | neutron_trunk | functest | smoke | 02:59 | PASS | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-06 06:23:05,628 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-06 06:23:08,909 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-104 | | 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-04-06 06:23:08,911 - 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=bqC8cQesdK8e6U3wahNUyQVcx export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-06 06:23:08,911 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-06 06:23:08,912 - 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-04-06 06:23:08,912 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-06 06:23:08,912 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-04-06 06:27:45,025 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-04-06 06:27:45,153 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-06 06:27:45,154 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:36 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-04-06 06:27:45,157 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-04-06 07:15:36,629 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-04-06 07:15:36,770 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-06 07:15:36,771 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 47:51 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-04-06 07:15:36,783 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-04-06 07:15:36,785 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:36 | PASS | | barometercollectd | barometer | features | 47:51 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-06 07:15:36,792 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-06 07:16:51,683 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-104 | | 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-04-06 07:16:51,687 - 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=bqC8cQesdK8e6U3wahNUyQVcx export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-06 07:16:51,687 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-06 07:16:51,687 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-06 07:16:51,688 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-04-06 07:16:51,690 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-06 07:16:54,335 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-104 | | 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-04-06 07:16:54,337 - 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=bqC8cQesdK8e6U3wahNUyQVcx export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-06 07:16:54,337 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-06 07:16:54,338 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | parser-basics | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ 2018-04-06 07:16:54,339 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-06 07:16:54,339 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-04-06 07:20:49,726 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-04-06 07:20:49,848 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-06 07:20:49,848 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 03:55 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-04-06 07:20:49,851 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 03:55 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-06 07:20:49,853 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK