2018-04-24 01:26:36,937 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-45 | | 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-24 01:26:36,939 - 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=KZvyDXYZfgYZM6M7BhsxCszVU export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-24 01:26:36,939 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-24 01:26:36,940 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-04-24 01:26:36,941 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-24 01:26:36,941 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-24 01:26:39,704 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-24 01:26:49,842 - 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.128s OK 2018-04-24 01:26:49,978 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-24 01:26:49,978 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-24 01:26:49,982 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-24 01:26:52,263 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-24 01:43:49,498 - 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 1017.181s OK 2018-04-24 01:43:49,621 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-24 01:43:49,622 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 16:57 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-24 01:43:49,626 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-24 01:43:50,595 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-24 01:44:40,675 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 50.078s OK 2018-04-24 01:44:40,783 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-24 01:44:40,783 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:50 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-24 01:44:40,787 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 16:57 | PASS | | snaps_health_check | functest | healthcheck | 00:50 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-24 01:44:40,789 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-24 01:45:28,751 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-45 | | 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-24 01:45:28,753 - 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=KZvyDXYZfgYZM6M7BhsxCszVU export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-24 01:45:28,753 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-24 01:45:28,754 - 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-24 01:45:28,755 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-24 01:45:28,755 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-24 01:45:29,803 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-24 01:45:29,803 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-24 01:45:30,215 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-24 01:45:30,215 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-04-24 01:45:30,705 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-24 01:45:30,705 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-24 01:45:30' 2018-04-24 01:45:30,705 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--87584be3-3c04-4339-89a0-03df68eaffc4' 2018-04-24 01:45:38,079 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-87584be3-3c04-4339-89a0-03df68eaffc4' 2018-04-24 01:45:41,220 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-87584be3-3c04-4339-89a0-03df68eaffc4' 2018-04-24 01:45:54,274 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-87584be3-3c04-4339-89a0-03df68eaffc4' 2018-04-24 01:45:55,155 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-87584be3-3c04-4339-89a0-03df68eaffc4' 2018-04-24 01:45:55,995 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-87584be3-3c04-4339-89a0-03df68eaffc4' 2018-04-24 01:46:02,468 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-87584be3-3c04-4339-89a0-03df68eaffc4' 2018-04-24 01:46:08,026 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-87584be3-3c04-4339-89a0-03df68eaffc4' 2018-04-24 01:46:38,726 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-24 01:46:50,017 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-24 01:46:50,163 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-24 01:46:51,170 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-24 01:47:19,533 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-24 01:47:19,533 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-24 01:47:20,060 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-24 01:47:20,060 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-24 01:47:20,064 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-24 01:47:20,168 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-24 01:47:20,168 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-24 01:47:20' 2018-04-24 01:47:20,168 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--55dd827e-fab1-4b08-9d79-e8082a7240b6' 2018-04-24 01:47:25,962 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-55dd827e-fab1-4b08-9d79-e8082a7240b6' 2018-04-24 01:47:28,376 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-55dd827e-fab1-4b08-9d79-e8082a7240b6' 2018-04-24 01:47:41,479 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-55dd827e-fab1-4b08-9d79-e8082a7240b6' 2018-04-24 01:47:42,233 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-55dd827e-fab1-4b08-9d79-e8082a7240b6' 2018-04-24 01:47:49,667 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-55dd827e-fab1-4b08-9d79-e8082a7240b6' 2018-04-24 01:47:57,367 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-24 01:48:11,465 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-24 01:48:14,199 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-04-24 01:48:16,900 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-24 01:48:50,466 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-24 01:48:50,466 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:57 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-24 01:48:50,471 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-24 01:48:50,606 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-24 01:48:56,749 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-24 01:48:56.435 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=4eba3d50-0742-4736-a2ac-c04f1b9997f9) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 4eba3d50-0742-4736-a2ac-c04f1b9997f9 | 2018-04-24T01:48:56 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 4eba3d50-0742-4736-a2ac-c04f1b9997f9 ~/.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-24 01:49:00,151 - 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-24 01:49:00,151 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-24 01:49:06,990 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-24 01:49:04.401 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-24 01:49:04.544 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-24 01:49:06.789 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=21b754f9-6086-4ef8-a260-c9617608b679) has been successfully created! Using verifier 'opnfv-tempest' (UUID=21b754f9-6086-4ef8-a260-c9617608b679) as the default verifier for the future CLI operations. 2018-04-24 01:49:09,939 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-24 01:49:12,565 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-24 01:49:23,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-24 01:49:29,415 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-24 01:49:28.375 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=21b754f9-6086-4ef8-a260-c9617608b679) for deployment 'opnfv-rally' (UUID=4eba3d50-0742-4736-a2ac-c04f1b9997f9). 2018-04-24 01:49:29.244 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=21b754f9-6086-4ef8-a260-c9617608b679) has been successfully configured for deployment 'opnfv-rally' (UUID=4eba3d50-0742-4736-a2ac-c04f1b9997f9)! 2018-04-24 01:49:29,416 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-24 01:49:29,416 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-24 01:49:29,418 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-24 01:49:29,435 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-24 01:49:33,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-21b754f9-6086-4ef8-a260-c9617608b679/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-24 01:49:33,026 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-24 01:49:33,038 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-24 01:49:33,038 - 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-24 01:49:35,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:49:35.117 55 INFO rally.api [-] Starting verification (UUID=87b6e59a-982c-4f2d-afc6-1986afe51d78) for deployment 'opnfv-rally' (UUID=4eba3d50-0742-4736-a2ac-c04f1b9997f9) by verifier 'opnfv-tempest' (UUID=21b754f9-6086-4ef8-a260-c9617608b679). 2018-04-24 01:49:35,119 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 87b6e59a-982c-4f2d-afc6-1986afe51d78 2018-04-24 01:49:43,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:49:43.392 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.183s] 2018-04-24 01:49:43,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:49:43.454 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.063s] 2018-04-24 01:49:50,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:49:50.759 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.521s] 2018-04-24 01:49:53,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:49:53.881 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.122s] 2018-04-24 01:50:08,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:50:08.010 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.387s] 2018-04-24 01:50:32,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:50:32.828 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [17.350s] 2018-04-24 01:51:25,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:51:25.923 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.072s] 2018-04-24 01:51:25,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:51:25.925 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-24 01:52:13,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:52:13.426 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.068s] 2018-04-24 01:52:13,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:52:13.427 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-24 01:53:00,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:53:00.150 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.067s] 2018-04-24 01:53:00,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:53:00.152 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-24 01:54:12,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:54:12.273 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [26.392s] 2018-04-24 01:54:46,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:54:46.466 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.051s] 2018-04-24 01:54:46,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:54:46.563 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.096s] 2018-04-24 01:54:57,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:54:57.102 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.663s] 2018-04-24 01:54:57,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:54:57.111 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-04-24 01:54:58,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:54:58.539 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-24 01:54:58,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:54:58.540 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-24 01:55:03,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:55:03.003 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.404s] 2018-04-24 01:55:09,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:55:09.374 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.084s] 2018-04-24 01:55:16,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:55:16.604 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.738s] 2018-04-24 01:55:25,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:55:25.487 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.656s] 2018-04-24 01:55:35,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:55:35.958 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.978s] 2018-04-24 01:55:42,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:55:42.695 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.493s] 2018-04-24 01:55:48,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:55:48.773 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.206s] 2018-04-24 01:55:56,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:55:56.933 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.509s] 2018-04-24 01:56:05,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:56:05.306 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [1.261s] 2018-04-24 01:56:14,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:56:14.989 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.959s] 2018-04-24 01:56:17,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:56:17.933 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-24 01:56:19,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:56:19.860 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.076s] 2018-04-24 01:56:19,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:56:19.940 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.079s] 2018-04-24 01:56:20,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:56:20.019 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.079s] 2018-04-24 01:56:20,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:56:20.025 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-04-24 01:56:24,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:56:24.170 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.779s] 2018-04-24 01:56:29,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:56:29.969 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [5.798s] 2018-04-24 01:56:35,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:56:35.175 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [5.205s] 2018-04-24 01:56:47,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:56:47.594 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-04-24 01:56:55,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:56:55.636 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.978s] 2018-04-24 01:57:15,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:57:15.754 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.033s] 2018-04-24 01:57:20,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:57:20.457 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.703s] 2018-04-24 01:57:36,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:57:36.096 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.424s] 2018-04-24 01:57:40,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:57:40.589 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.492s] 2018-04-24 01:57:49,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:57:49.068 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.477s] 2018-04-24 01:57:58,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:57:58.890 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.362s] 2018-04-24 01:58:02,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:58:02.883 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.993s] 2018-04-24 01:58:10,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:58:10.098 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [7.214s] 2018-04-24 01:58:27,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:58:27.552 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.117s] 2018-04-24 01:58:27,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:58:27.829 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.278s] 2018-04-24 01:58:28,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:58:28.092 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.262s] 2018-04-24 01:58:28,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:58:28.300 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.207s] 2018-04-24 01:58:28,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:58:28.540 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.239s] 2018-04-24 01:58:28,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:58:28.748 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.207s] 2018-04-24 01:58:45,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:58:45.298 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.749s] 2018-04-24 01:58:45,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:58:45.717 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.418s] 2018-04-24 01:58:45,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:58:45.974 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.256s] 2018-04-24 01:58:46,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:58:46.167 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.192s] 2018-04-24 01:58:46,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:58:46.269 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.101s] 2018-04-24 01:58:46,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:58:46.475 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.206s] 2018-04-24 01:59:02,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:59:02.070 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [6.952s] 2018-04-24 01:59:08,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:59:08.685 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.614s] 2018-04-24 01:59:10,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:59:10.803 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.117s] 2018-04-24 01:59:10,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:59:10.866 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.062s] 2018-04-24 01:59:11,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:59:11.070 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.204s] 2018-04-24 01:59:24,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:59:24.277 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.238s] 2018-04-24 01:59:31,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:59:31.908 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [7.630s] 2018-04-24 01:59:33,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:59:33.933 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.024s] 2018-04-24 01:59:34,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:59:34.222 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.289s] 2018-04-24 01:59:34,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 01:59:34.430 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.207s] 2018-04-24 02:00:01,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:00:01.079 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [19.938s] 2018-04-24 02:00:14,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:00:14.821 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [13.741s] 2018-04-24 02:00:26,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:00:26.821 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [11.999s] 2018-04-24 02:00:37,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:00:37.445 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [10.624s] 2018-04-24 02:01:13,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:01:13.119 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [18.090s] 2018-04-24 02:01:27,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:01:27.077 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [13.958s] 2018-04-24 02:01:40,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:01:40.206 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [13.127s] 2018-04-24 02:01:51,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:01:51.420 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [11.214s] 2018-04-24 02:02:09,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:02:09.345 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.360s] 2018-04-24 02:02:11,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:02:11.794 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.447s] 2018-04-24 02:02:11,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:02:11.995 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.203s] 2018-04-24 02:02:17,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:02:17.177 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.710s] 2018-04-24 02:02:19,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:02:19.900 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.720s] 2018-04-24 02:02:19,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:02:19.949 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.050s] 2018-04-24 02:02:25,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:02:25.435 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.099s] 2018-04-24 02:02:28,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:02:28.915 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-04-24 02:02:30,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:02:30.834 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-24 02:02:30,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:02:30.836 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-24 02:02:30,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:02:30.838 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-24 02:02:30,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:02:30.838 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-24 02:02:30,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:02:30.839 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-24 02:02:32,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:02:32.809 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-04-24 02:02:52,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:02:52.290 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [14.225s] 2018-04-24 02:03:10,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:03:10.973 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [11.010s] 2018-04-24 02:03:32,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:03:32.553 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [21.577s] 2018-04-24 02:03:44,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:03:44.577 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.701s] 2018-04-24 02:05:17,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:05:17.198 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [83.753s] 2018-04-24 02:06:13,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:06:13.368 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [42.599s] 2018-04-24 02:07:26,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:07:26.449 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [38.064s] 2018-04-24 02:07:50,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '87b6e59a-982c-4f2d-afc6-1986afe51d78']'. 2018-04-24 02:07:51,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-24 02:07:51,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-24 02:07:51,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-24 02:07:51,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 87b6e59a-982c-4f2d-afc6-1986afe51d78 | 2018-04-24 02:07:51,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-24 02:07:51,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-24 01:49:35 | 2018-04-24 02:07:51,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-24 02:07:50 | 2018-04-24 02:07:51,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:18:15 | 2018-04-24 02:07:51,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-24 02:07:51,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-24 02:07:51,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-24 02:07:51,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 21b754f9-6086-4ef8-a260-c9617608b679) | 2018-04-24 02:07:51,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-24 02:07:51,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 4eba3d50-0742-4736-a2ac-c04f1b9997f9) | 2018-04-24 02:07:51,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-24 02:07:51,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1065.529 | 2018-04-24 02:07:51,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-04-24 02:07:51,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-24 02:07:51,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-24 02:07:51,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-24 02:07:51,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-24 02:07:51,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-24 02:07:51,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-24 02:07:51,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-04-24 02:08:04,708 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-24 02:08:04,709 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 18:55 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-04-24 02:08:04,713 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-24 02:08:04,829 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-24 02:08:05,261 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-24 02:08:05,261 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-04-24 02:08:05,748 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-24 02:08:08,256 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-24 02:08:07.848 119 INFO rally.deployment.engine [-] Deployment 4eba3d50-0742-4736-a2ac-c04f1b9997f9 | Starting: Destroy cloud and free allocated resources. 2018-04-24 02:08:07.942 119 INFO rally.deployment.engine [-] Deployment 4eba3d50-0742-4736-a2ac-c04f1b9997f9 | Completed: Destroy cloud and free allocated resources. 2018-04-24 02:08:07.983 119 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=21b754f9-6086-4ef8-a260-c9617608b679) for deployment 'opnfv-rally'. 2018-04-24 02:08:08.002 119 INFO rally.api [-] Deleting verification (UUID=87b6e59a-982c-4f2d-afc6-1986afe51d78). 2018-04-24 02:08:08.043 119 INFO rally.api [-] Verification has been successfully deleted! 2018-04-24 02:08:08.043 119 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=21b754f9-6086-4ef8-a260-c9617608b679). 2018-04-24 02:08:08.055 119 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-24 02:08:10,742 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-24 02:08:10.426 122 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=cbfe9a81-c190-43a0-9d8f-fd4ce13a67ad) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | cbfe9a81-c190-43a0-9d8f-fd4ce13a67ad | 2018-04-24T02:08:10 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: cbfe9a81-c190-43a0-9d8f-fd4ce13a67ad ~/.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-24 02:08:13,982 - 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-24 02:08:13,982 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-24 02:08:15,438 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-6f5affb1-ed6f-47c6-9624-27f4d93b9a92'... 2018-04-24 02:08:19,800 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-6f5affb1-ed6f-47c6-9624-27f4d93b9a92'... 2018-04-24 02:08:22,594 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-6f5affb1-ed6f-47c6-9624-27f4d93b9a92'... 2018-04-24 02:08:34,427 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-6f5affb1-ed6f-47c6-9624-27f4d93b9a92'... 2018-04-24 02:08:35,165 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-6f5affb1-ed6f-47c6-9624-27f4d93b9a92'... 2018-04-24 02:08:35,885 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-24 02:08:35,885 - 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-24 02:08:35,887 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-24 02:08:35,905 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-24 02:08:35,910 - 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': '9b001a15-ae8d-4a90-99cd-bb1486325566', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-6f5affb1-ed6f-47c6-9624-27f4d93b9a92', 'flavor_name': 'rally-tiny-6f5affb1-ed6f-47c6-9624-27f4d93b9a92', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-6f5affb1-ed6f-47c6-9624-27f4d93b9a92', '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-24 02:09:38,166 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f80862dd-f0d3-48b9-9943-ff9881de58d2 2018-04-24 02:09:38,166 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-24 02:09:38,167 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f80862dd-f0d3-48b9-9943-ff9881de58d2'] 2018-04-24 02:09:39,165 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f80862dd-f0d3-48b9-9943-ff9881de58d2: 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 f80862dd-f0d3-48b9-9943-ff9881de58d2 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.559 | 0.559 | 0.559 | 0.559 | 0.559 | 0.559 | 100.0% | 1 | | total | 0.559 | 0.559 | 0.559 | 0.559 | 0.559 | 0.559 | 100.0% | 1 | | -> duration | 0.559 | 0.559 | 0.559 | 0.559 | 0.559 | 0.559 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.55949 Full duration: 7.362423 -------------------------------------------------------------------------------- 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 f80862dd-f0d3-48b9-9943-ff9881de58d2 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.334 | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 100.0% | 1 | | total | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 100.0% | 1 | | -> duration | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.774101 Full duration: 7.831343 -------------------------------------------------------------------------------- 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 f80862dd-f0d3-48b9-9943-ff9881de58d2 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.533 | 0.533 | 0.533 | 0.533 | 0.533 | 0.533 | 100.0% | 1 | | total | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 100.0% | 1 | | -> duration | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.950319 Full duration: 8.694459 -------------------------------------------------------------------------------- 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 f80862dd-f0d3-48b9-9943-ff9881de58d2 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.354 | 0.354 | 0.354 | 0.354 | 0.354 | 0.354 | 100.0% | 1 | | total | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> duration | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.782008 Full duration: 7.472867 -------------------------------------------------------------------------------- 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 f80862dd-f0d3-48b9-9943-ff9881de58d2 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.525 | 0.525 | 0.525 | 0.525 | 0.525 | 0.525 | 100.0% | 1 | | total | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 100.0% | 1 | | -> duration | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.93079 Full duration: 7.748928 -------------------------------------------------------------------------------- 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 f80862dd-f0d3-48b9-9943-ff9881de58d2 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.211 | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 100.0% | 1 | | total | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 100.0% | 1 | | -> duration | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.703395 Full duration: 7.642533 HINTS: * To plot HTML graphics with this data, run: rally task report f80862dd-f0d3-48b9-9943-ff9881de58d2 --out output.html * To generate a JUnit report, run: rally task export f80862dd-f0d3-48b9-9943-ff9881de58d2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f80862dd-f0d3-48b9-9943-ff9881de58d2 --json --out output.json 2018-04-24 02:09:39,165 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f80862dd-f0d3-48b9-9943-ff9881de58d2'] 2018-04-24 02:09:40,074 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-24 02:09:40,074 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f80862dd-f0d3-48b9-9943-ff9881de58d2', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-24 02:09:40,080 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-24 02:09:40,080 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-24 02:09:40,080 - 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-24 02:09:40,080 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-24 02:09:40,094 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-24 02:09:40,103 - 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': '9b001a15-ae8d-4a90-99cd-bb1486325566', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-6f5affb1-ed6f-47c6-9624-27f4d93b9a92', 'flavor_name': 'rally-tiny-6f5affb1-ed6f-47c6-9624-27f4d93b9a92', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-6f5affb1-ed6f-47c6-9624-27f4d93b9a92', '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-24 02:11:39,714 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 054512ec-8004-41b7-a116-7b275664dd1e 2018-04-24 02:11:39,715 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '054512ec-8004-41b7-a116-7b275664dd1e'] 2018-04-24 02:11:40,701 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 054512ec-8004-41b7-a116-7b275664dd1e: 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 054512ec-8004-41b7-a116-7b275664dd1e has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 5.702 | 5.702 | 5.702 | 5.702 | 5.702 | 5.702 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.498 | 0.498 | 0.498 | 0.498 | 0.498 | 0.498 | 100.0% | 1 | | -> glance_v2.upload_data | 2.41 | 2.41 | 2.41 | 2.41 | 2.41 | 2.41 | 100.0% | 1 | | glance_v2.delete_image | 5.416 | 5.416 | 5.416 | 5.416 | 5.416 | 5.416 | 100.0% | 1 | | total | 11.118 | 11.118 | 11.118 | 11.118 | 11.118 | 11.118 | 100.0% | 1 | | -> duration | 11.118 | 11.118 | 11.118 | 11.118 | 11.118 | 11.118 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.117991 Full duration: 19.811854 -------------------------------------------------------------------------------- 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 054512ec-8004-41b7-a116-7b275664dd1e has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 6.65 | 6.65 | 6.65 | 6.65 | 6.65 | 6.65 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 100.0% | 1 | | -> glance_v2.upload_data | 3.594 | 3.594 | 3.594 | 3.594 | 3.594 | 3.594 | 100.0% | 1 | | glance_v2.list_images | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 100.0% | 1 | | total | 6.833 | 6.833 | 6.833 | 6.833 | 6.833 | 6.833 | 100.0% | 1 | | -> duration | 6.833 | 6.833 | 6.833 | 6.833 | 6.833 | 6.833 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.832748 Full duration: 21.899613 -------------------------------------------------------------------------------- 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 054512ec-8004-41b7-a116-7b275664dd1e 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.351 | 0.351 | 0.351 | 0.351 | 0.351 | 0.351 | 100.0% | 1 | | total | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 100.0% | 1 | | -> duration | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.35156 Full duration: 9.902078 -------------------------------------------------------------------------------- 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-6f5affb1-ed6f-47c6-9624-27f4d93b9a92" }, "number_instances": 2, "nics": [ { "net-id": "9b001a15-ae8d-4a90-99cd-bb1486325566" } ] }, "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 054512ec-8004-41b7-a116-7b275664dd1e 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.787 | 7.787 | 7.787 | 7.787 | 7.787 | 7.787 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.515 | 0.515 | 0.515 | 0.515 | 0.515 | 0.515 | 100.0% | 1 | | -> glance_v2.upload_data | 4.772 | 4.772 | 4.772 | 4.772 | 4.772 | 4.772 | 100.0% | 1 | | nova.boot_servers | 18.916 | 18.916 | 18.916 | 18.916 | 18.916 | 18.916 | 100.0% | 1 | | total | 26.705 | 26.705 | 26.705 | 26.705 | 26.705 | 26.705 | 100.0% | 1 | | -> duration | 25.705 | 25.705 | 25.705 | 25.705 | 25.705 | 25.705 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 25.704557 Full duration: 50.946296 HINTS: * To plot HTML graphics with this data, run: rally task report 054512ec-8004-41b7-a116-7b275664dd1e --out output.html * To generate a JUnit report, run: rally task export 054512ec-8004-41b7-a116-7b275664dd1e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 054512ec-8004-41b7-a116-7b275664dd1e --json --out output.json 2018-04-24 02:11:40,701 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '054512ec-8004-41b7-a116-7b275664dd1e'] 2018-04-24 02:11:41,605 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-24 02:11:41,605 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '054512ec-8004-41b7-a116-7b275664dd1e', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-24 02:11:41,613 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-24 02:11:41,614 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-24 02:11:41,614 - 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-24 02:11:41,614 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-24 02:11:41,631 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-24 02:11:41,637 - 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': '9b001a15-ae8d-4a90-99cd-bb1486325566', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-6f5affb1-ed6f-47c6-9624-27f4d93b9a92', 'flavor_name': 'rally-tiny-6f5affb1-ed6f-47c6-9624-27f4d93b9a92', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-6f5affb1-ed6f-47c6-9624-27f4d93b9a92', '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-24 02:15:17,423 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : fc8219a4-9de6-48eb-8129-7255ca638f03 2018-04-24 02:15:17,423 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'fc8219a4-9de6-48eb-8129-7255ca638f03'] 2018-04-24 02:15:18,509 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task fc8219a4-9de6-48eb-8129-7255ca638f03: 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 fc8219a4-9de6-48eb-8129-7255ca638f03 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.278 | 3.278 | 3.278 | 3.278 | 3.278 | 3.278 | 100.0% | 1 | | cinder_v2.delete_snapshot | 4.511 | 4.511 | 4.511 | 4.511 | 4.511 | 4.511 | 100.0% | 1 | | total | 7.789 | 7.789 | 7.789 | 7.789 | 7.789 | 7.789 | 100.0% | 1 | | -> duration | 7.789 | 7.789 | 7.789 | 7.789 | 7.789 | 7.789 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.788809 Full duration: 25.73804 -------------------------------------------------------------------------------- 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 fc8219a4-9de6-48eb-8129-7255ca638f03 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.269 | 3.269 | 3.269 | 3.269 | 3.269 | 3.269 | 100.0% | 1 | | cinder_v2.delete_volume | 2.646 | 2.646 | 2.646 | 2.646 | 2.646 | 2.646 | 100.0% | 1 | | total | 5.915 | 5.915 | 5.915 | 5.915 | 5.915 | 5.915 | 100.0% | 1 | | -> duration | 5.915 | 5.915 | 5.915 | 5.915 | 5.915 | 5.915 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.914762 Full duration: 16.314853 -------------------------------------------------------------------------------- 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-6f5affb1-ed6f-47c6-9624-27f4d93b9a92" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task fc8219a4-9de6-48eb-8129-7255ca638f03 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.208 | 11.208 | 11.208 | 11.208 | 11.208 | 11.208 | 100.0% | 1 | | cinder_v2.delete_volume | 4.705 | 4.705 | 4.705 | 4.705 | 4.705 | 4.705 | 100.0% | 1 | | total | 15.914 | 15.914 | 15.914 | 15.914 | 15.914 | 15.914 | 100.0% | 1 | | -> duration | 15.914 | 15.914 | 15.914 | 15.914 | 15.914 | 15.914 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.913945 Full duration: 27.021966 -------------------------------------------------------------------------------- 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 fc8219a4-9de6-48eb-8129-7255ca638f03 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.223 | 3.223 | 3.223 | 3.223 | 3.223 | 3.223 | 100.0% | 1 | | cinder_v2.delete_volume | 2.635 | 2.635 | 2.635 | 2.635 | 2.635 | 2.635 | 100.0% | 1 | | total | 5.859 | 5.859 | 5.859 | 5.859 | 5.859 | 5.859 | 100.0% | 1 | | -> duration | 5.859 | 5.859 | 5.859 | 5.859 | 5.859 | 5.859 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.859192 Full duration: 16.009109 -------------------------------------------------------------------------------- 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 fc8219a4-9de6-48eb-8129-7255ca638f03 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.135 | 3.135 | 3.135 | 3.135 | 3.135 | 3.135 | 100.0% | 1 | | cinder_v2.extend_volume | 4.867 | 4.867 | 4.867 | 4.867 | 4.867 | 4.867 | 100.0% | 1 | | cinder_v2.delete_volume | 4.408 | 4.408 | 4.408 | 4.408 | 4.408 | 4.408 | 100.0% | 1 | | total | 12.411 | 12.411 | 12.411 | 12.411 | 12.411 | 12.411 | 100.0% | 1 | | -> duration | 12.411 | 12.411 | 12.411 | 12.411 | 12.411 | 12.411 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.410967 Full duration: 23.900926 -------------------------------------------------------------------------------- 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 fc8219a4-9de6-48eb-8129-7255ca638f03 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.308 | 3.308 | 3.308 | 3.308 | 3.308 | 3.308 | 100.0% | 1 | | cinder_v2.delete_volume | 5.344 | 5.344 | 5.344 | 5.344 | 5.344 | 5.344 | 100.0% | 1 | | total | 8.652 | 8.652 | 8.652 | 8.652 | 8.652 | 8.652 | 100.0% | 1 | | -> duration | 8.652 | 8.652 | 8.652 | 8.652 | 8.652 | 8.652 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.65217 Full duration: 27.025577 -------------------------------------------------------------------------------- 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 fc8219a4-9de6-48eb-8129-7255ca638f03 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.627 | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 100.0% | 1 | | cinder_v2.list_qos | 0.162 | 0.162 | 0.162 | 0.162 | 0.162 | 0.162 | 100.0% | 1 | | total | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> duration | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.789413 Full duration: 13.412697 -------------------------------------------------------------------------------- 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 fc8219a4-9de6-48eb-8129-7255ca638f03 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.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | cinder_v2.set_qos | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 100.0% | 1 | | total | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 100.0% | 1 | | -> duration | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.821491 Full duration: 12.17177 -------------------------------------------------------------------------------- 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 fc8219a4-9de6-48eb-8129-7255ca638f03 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.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | cinder_v2.list_types | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 100.0% | 1 | | total | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> duration | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.771402 Full duration: 13.279839 -------------------------------------------------------------------------------- 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 fc8219a4-9de6-48eb-8129-7255ca638f03 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.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.235 | 0.235 | 0.235 | 0.235 | 0.235 | 0.235 | 100.0% | 1 | | total | 0.933 | 0.933 | 0.933 | 0.933 | 0.933 | 0.933 | 100.0% | 1 | | -> duration | 0.933 | 0.933 | 0.933 | 0.933 | 0.933 | 0.933 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.932874 Full duration: 12.454897 HINTS: * To plot HTML graphics with this data, run: rally task report fc8219a4-9de6-48eb-8129-7255ca638f03 --out output.html * To generate a JUnit report, run: rally task export fc8219a4-9de6-48eb-8129-7255ca638f03 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report fc8219a4-9de6-48eb-8129-7255ca638f03 --json --out output.json 2018-04-24 02:15:18,510 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'fc8219a4-9de6-48eb-8129-7255ca638f03'] 2018-04-24 02:15:19,605 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-24 02:15:19,605 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'fc8219a4-9de6-48eb-8129-7255ca638f03', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-24 02:15:19,612 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-24 02:15:19,612 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-24 02:15:19,612 - 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-24 02:15:19,612 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-24 02:15:19,628 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-24 02:15:19,638 - 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': '9b001a15-ae8d-4a90-99cd-bb1486325566', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-6f5affb1-ed6f-47c6-9624-27f4d93b9a92', 'flavor_name': 'rally-tiny-6f5affb1-ed6f-47c6-9624-27f4d93b9a92', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-6f5affb1-ed6f-47c6-9624-27f4d93b9a92', '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-24 02:16:48,839 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5d24f9f3-7899-40f9-87c3-755a4d5c9fd6 2018-04-24 02:16:48,839 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '5d24f9f3-7899-40f9-87c3-755a4d5c9fd6'] 2018-04-24 02:16:49,844 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 5d24f9f3-7899-40f9-87c3-755a4d5c9fd6: 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 5d24f9f3-7899-40f9-87c3-755a4d5c9fd6 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.135 | 6.135 | 6.135 | 6.135 | 6.135 | 6.135 | 100.0% | 1 | | heat.update_stack | 2.863 | 2.863 | 2.863 | 2.863 | 2.863 | 2.863 | 100.0% | 1 | | heat.delete_stack | 4.098 | 4.098 | 4.098 | 4.098 | 4.098 | 4.098 | 100.0% | 1 | | total | 13.097 | 13.097 | 13.097 | 13.097 | 13.097 | 13.097 | 100.0% | 1 | | -> duration | 9.097 | 9.097 | 9.097 | 9.097 | 9.097 | 9.097 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.096866 Full duration: 23.679709 -------------------------------------------------------------------------------- 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 5d24f9f3-7899-40f9-87c3-755a4d5c9fd6 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.09 | 5.09 | 5.09 | 5.09 | 5.09 | 5.09 | 100.0% | 1 | | heat.check_stack | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 100.0% | 1 | | heat.delete_stack | 2.976 | 2.976 | 2.976 | 2.976 | 2.976 | 2.976 | 100.0% | 1 | | total | 8.94 | 8.94 | 8.94 | 8.94 | 8.94 | 8.94 | 100.0% | 1 | | -> duration | 6.94 | 6.94 | 6.94 | 6.94 | 6.94 | 6.94 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.939642 Full duration: 17.433725 -------------------------------------------------------------------------------- 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 5d24f9f3-7899-40f9-87c3-755a4d5c9fd6 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.674 | 4.674 | 4.674 | 4.674 | 4.674 | 4.674 | 100.0% | 1 | | heat.suspend_stack | 2.066 | 2.066 | 2.066 | 2.066 | 2.066 | 2.066 | 100.0% | 1 | | heat.resume_stack | 1.691 | 1.691 | 1.691 | 1.691 | 1.691 | 1.691 | 100.0% | 1 | | heat.delete_stack | 2.938 | 2.938 | 2.938 | 2.938 | 2.938 | 2.938 | 100.0% | 1 | | total | 11.37 | 11.37 | 11.37 | 11.37 | 11.37 | 11.37 | 100.0% | 1 | | -> duration | 9.37 | 9.37 | 9.37 | 9.37 | 9.37 | 9.37 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.369621 Full duration: 20.42787 -------------------------------------------------------------------------------- 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 5d24f9f3-7899-40f9-87c3-755a4d5c9fd6 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.575 | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 100.0% | 1 | | total | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 100.0% | 1 | | -> duration | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.575192 Full duration: 8.961841 HINTS: * To plot HTML graphics with this data, run: rally task report 5d24f9f3-7899-40f9-87c3-755a4d5c9fd6 --out output.html * To generate a JUnit report, run: rally task export 5d24f9f3-7899-40f9-87c3-755a4d5c9fd6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5d24f9f3-7899-40f9-87c3-755a4d5c9fd6 --json --out output.json 2018-04-24 02:16:49,844 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '5d24f9f3-7899-40f9-87c3-755a4d5c9fd6'] 2018-04-24 02:16:50,898 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-24 02:16:50,899 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '5d24f9f3-7899-40f9-87c3-755a4d5c9fd6', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-24 02:16:50,906 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-24 02:16:50,907 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-24 02:16:50,907 - 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-24 02:16:50,907 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-24 02:16:50,935 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-24 02:16:50,944 - 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': '9b001a15-ae8d-4a90-99cd-bb1486325566', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-6f5affb1-ed6f-47c6-9624-27f4d93b9a92', 'flavor_name': 'rally-tiny-6f5affb1-ed6f-47c6-9624-27f4d93b9a92', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-6f5affb1-ed6f-47c6-9624-27f4d93b9a92', '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-24 02:20:11,147 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e4638592-9fa5-4ea5-aba0-a0afc9e6a9fd 2018-04-24 02:20:11,147 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e4638592-9fa5-4ea5-aba0-a0afc9e6a9fd'] 2018-04-24 02:20:12,104 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e4638592-9fa5-4ea5-aba0-a0afc9e6a9fd: 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 e4638592-9fa5-4ea5-aba0-a0afc9e6a9fd 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.526 | 0.526 | 0.526 | 0.526 | 0.526 | 0.526 | 100.0% | 1 | | keystone_v3.add_role | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 100.0% | 1 | | keystone_v3.revoke_role | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 100.0% | 1 | | total | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 100.0% | 1 | | -> duration | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.865369 Full duration: 14.905685 -------------------------------------------------------------------------------- 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 e4638592-9fa5-4ea5-aba0-a0afc9e6a9fd 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.532 | 0.532 | 0.532 | 0.532 | 0.532 | 0.532 | 100.0% | 1 | | keystone_v3.add_role | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | keystone_v3.list_roles | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | total | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 100.0% | 1 | | -> duration | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.781172 Full duration: 14.685195 -------------------------------------------------------------------------------- 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 e4638592-9fa5-4ea5-aba0-a0afc9e6a9fd 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.968 | 0.968 | 0.968 | 0.968 | 0.968 | 0.968 | 100.0% | 1 | | keystone_v3.list_projects | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | total | 1.045 | 1.045 | 1.045 | 1.045 | 1.045 | 1.045 | 100.0% | 1 | | -> duration | 1.045 | 1.045 | 1.045 | 1.045 | 1.045 | 1.045 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.045119 Full duration: 15.566407 -------------------------------------------------------------------------------- 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 e4638592-9fa5-4ea5-aba0-a0afc9e6a9fd has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 100.0% | 1 | | keystone_v3.delete_role | 0.156 | 0.156 | 0.156 | 0.156 | 0.156 | 0.156 | 100.0% | 1 | | total | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | -> duration | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.664307 Full duration: 12.615608 -------------------------------------------------------------------------------- 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 e4638592-9fa5-4ea5-aba0-a0afc9e6a9fd 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.487 | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 100.0% | 1 | | keystone_v3.delete_service | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 100.0% | 1 | | total | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | -> duration | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.60812 Full duration: 12.425605 -------------------------------------------------------------------------------- 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 e4638592-9fa5-4ea5-aba0-a0afc9e6a9fd has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | keystone_v3.create_user | 0.559 | 0.559 | 0.559 | 0.559 | 0.559 | 0.559 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | -> keystone_v3.add_role | 0.195 | 0.195 | 0.195 | 0.195 | 0.195 | 0.195 | 100.0% | 1 | | keystone_v3.create_role | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | keystone_v3.get_project | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | keystone_v3.get_user | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | keystone_v3.get_role | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 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.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | total | 1.875 | 1.875 | 1.875 | 1.875 | 1.875 | 1.875 | 100.0% | 1 | | -> duration | 1.875 | 1.875 | 1.875 | 1.875 | 1.875 | 1.875 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.875169 Full duration: 20.157723 -------------------------------------------------------------------------------- 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 e4638592-9fa5-4ea5-aba0-a0afc9e6a9fd 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.772 | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 100.0% | 1 | | keystone_v3.update_project | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 100.0% | 1 | | keystone_v3.delete_project | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 100.0% | 1 | | total | 1.405 | 1.405 | 1.405 | 1.405 | 1.405 | 1.405 | 100.0% | 1 | | -> duration | 1.405 | 1.405 | 1.405 | 1.405 | 1.405 | 1.405 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.404535 Full duration: 13.06765 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task e4638592-9fa5-4ea5-aba0-a0afc9e6a9fd 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.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> duration | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.782361 Full duration: 14.421382 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task e4638592-9fa5-4ea5-aba0-a0afc9e6a9fd 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.676 | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 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.676776 Full duration: 14.816291 -------------------------------------------------------------------------------- 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 e4638592-9fa5-4ea5-aba0-a0afc9e6a9fd 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.673 | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 100.0% | 1 | | keystone_v3.list_users | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | total | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 100.0% | 1 | | -> duration | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.865938 Full duration: 16.517983 -------------------------------------------------------------------------------- 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 e4638592-9fa5-4ea5-aba0-a0afc9e6a9fd 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.667 | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 100.0% | 1 | | keystone_v3.create_users | 5.595 | 5.595 | 5.595 | 5.595 | 5.595 | 5.595 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.594 | 5.594 | 5.594 | 5.594 | 5.594 | 5.594 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.313 | 1.313 | 1.313 | 1.313 | 1.313 | 1.313 | 100.0% | 1 | | total | 7.24 | 7.24 | 7.24 | 7.24 | 7.24 | 7.24 | 100.0% | 1 | | -> duration | 7.24 | 7.24 | 7.24 | 7.24 | 7.24 | 7.24 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.240228 Full duration: 23.598683 HINTS: * To plot HTML graphics with this data, run: rally task report e4638592-9fa5-4ea5-aba0-a0afc9e6a9fd --out output.html * To generate a JUnit report, run: rally task export e4638592-9fa5-4ea5-aba0-a0afc9e6a9fd --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e4638592-9fa5-4ea5-aba0-a0afc9e6a9fd --json --out output.json 2018-04-24 02:20:12,104 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e4638592-9fa5-4ea5-aba0-a0afc9e6a9fd'] 2018-04-24 02:20:12,996 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-24 02:20:12,996 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e4638592-9fa5-4ea5-aba0-a0afc9e6a9fd', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-24 02:20:13,001 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-24 02:20:13,001 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-24 02:20:13,001 - 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-24 02:20:13,001 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-24 02:20:13,008 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-24 02:20:13,020 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['neutron'], 'concurrency': 4, 'netid': '9b001a15-ae8d-4a90-99cd-bb1486325566', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-6f5affb1-ed6f-47c6-9624-27f4d93b9a92', 'flavor_name': 'rally-tiny-6f5affb1-ed6f-47c6-9624-27f4d93b9a92', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-6f5affb1-ed6f-47c6-9624-27f4d93b9a92', '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-24 02:27:18,732 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c17095dc-f776-4e35-a4a8-fc15c4d9ad17 2018-04-24 02:27:18,732 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'c17095dc-f776-4e35-a4a8-fc15c4d9ad17'] 2018-04-24 02:27:19,656 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task c17095dc-f776-4e35-a4a8-fc15c4d9ad17: 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 c17095dc-f776-4e35-a4a8-fc15c4d9ad17 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.038 | 1.038 | 1.038 | 1.038 | 1.038 | 1.038 | 100.0% | 1 | | neutron.delete_network | 0.925 | 0.925 | 0.925 | 0.925 | 0.925 | 0.925 | 100.0% | 1 | | total | 1.963 | 1.963 | 1.963 | 1.963 | 1.963 | 1.963 | 100.0% | 1 | | -> duration | 1.963 | 1.963 | 1.963 | 1.963 | 1.963 | 1.963 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.962583 Full duration: 15.470504 -------------------------------------------------------------------------------- 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 c17095dc-f776-4e35-a4a8-fc15c4d9ad17 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.457 | 1.457 | 1.457 | 1.457 | 1.457 | 1.457 | 100.0% | 1 | | neutron.delete_port | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 100.0% | 1 | | total | 2.301 | 2.301 | 2.301 | 2.301 | 2.301 | 2.301 | 100.0% | 1 | | -> duration | 2.301 | 2.301 | 2.301 | 2.301 | 2.301 | 2.301 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.30077 Full duration: 41.032834 -------------------------------------------------------------------------------- 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 c17095dc-f776-4e35-a4a8-fc15c4d9ad17 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.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | neutron.create_subnet | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 100.0% | 1 | | neutron.create_router | 4.345 | 4.345 | 4.345 | 4.345 | 4.345 | 4.345 | 100.0% | 1 | | neutron.add_interface_router | 2.783 | 2.783 | 2.783 | 2.783 | 2.783 | 2.783 | 100.0% | 1 | | neutron.remove_interface_router | 1.556 | 1.556 | 1.556 | 1.556 | 1.556 | 1.556 | 100.0% | 1 | | neutron.delete_router | 2.032 | 2.032 | 2.032 | 2.032 | 2.032 | 2.032 | 100.0% | 1 | | total | 12.609 | 12.609 | 12.609 | 12.609 | 12.609 | 12.609 | 100.0% | 1 | | -> duration | 12.609 | 12.609 | 12.609 | 12.609 | 12.609 | 12.609 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.609098 Full duration: 59.191937 -------------------------------------------------------------------------------- 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 c17095dc-f776-4e35-a4a8-fc15c4d9ad17 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.864 | 1.864 | 1.864 | 1.864 | 1.864 | 1.864 | 100.0% | 1 | | neutron.delete_subnet | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 100.0% | 1 | | total | 2.488 | 2.488 | 2.488 | 2.488 | 2.488 | 2.488 | 100.0% | 1 | | -> duration | 2.488 | 2.488 | 2.488 | 2.488 | 2.488 | 2.488 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.487929 Full duration: 41.21423 -------------------------------------------------------------------------------- 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 c17095dc-f776-4e35-a4a8-fc15c4d9ad17 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.061 | 1.061 | 1.061 | 1.061 | 1.061 | 1.061 | 100.0% | 1 | | neutron.list_networks | 0.285 | 0.285 | 0.285 | 0.285 | 0.285 | 0.285 | 100.0% | 1 | | total | 1.347 | 1.347 | 1.347 | 1.347 | 1.347 | 1.347 | 100.0% | 1 | | -> duration | 1.347 | 1.347 | 1.347 | 1.347 | 1.347 | 1.347 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.346547 Full duration: 17.9973 -------------------------------------------------------------------------------- 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 c17095dc-f776-4e35-a4a8-fc15c4d9ad17 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.566 | 1.566 | 1.566 | 1.566 | 1.566 | 1.566 | 100.0% | 1 | | neutron.list_ports | 0.28 | 0.28 | 0.28 | 0.28 | 0.28 | 0.28 | 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.846347 Full duration: 39.966216 -------------------------------------------------------------------------------- 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 c17095dc-f776-4e35-a4a8-fc15c4d9ad17 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.412 | 1.412 | 1.412 | 1.412 | 1.412 | 1.412 | 100.0% | 1 | | neutron.create_subnet | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 100.0% | 1 | | neutron.create_router | 3.518 | 3.518 | 3.518 | 3.518 | 3.518 | 3.518 | 100.0% | 1 | | neutron.add_interface_router | 2.453 | 2.453 | 2.453 | 2.453 | 2.453 | 2.453 | 100.0% | 1 | | neutron.list_routers | 0.222 | 0.222 | 0.222 | 0.222 | 0.222 | 0.222 | 100.0% | 1 | | total | 8.365 | 8.365 | 8.365 | 8.365 | 8.365 | 8.365 | 100.0% | 1 | | -> duration | 8.365 | 8.365 | 8.365 | 8.365 | 8.365 | 8.365 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.365186 Full duration: 60.873049 -------------------------------------------------------------------------------- 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 c17095dc-f776-4e35-a4a8-fc15c4d9ad17 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.847 | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 100.0% | 1 | | neutron.create_subnet | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 100.0% | 1 | | neutron.list_subnets | 0.223 | 0.223 | 0.223 | 0.223 | 0.223 | 0.223 | 100.0% | 1 | | total | 1.771 | 1.771 | 1.771 | 1.771 | 1.771 | 1.771 | 100.0% | 1 | | -> duration | 1.771 | 1.771 | 1.771 | 1.771 | 1.771 | 1.771 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.771053 Full duration: 48.887665 -------------------------------------------------------------------------------- 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 c17095dc-f776-4e35-a4a8-fc15c4d9ad17 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.067 | 1.067 | 1.067 | 1.067 | 1.067 | 1.067 | 100.0% | 1 | | neutron.delete_security_group | 0.287 | 0.287 | 0.287 | 0.287 | 0.287 | 0.287 | 100.0% | 1 | | total | 1.354 | 1.354 | 1.354 | 1.354 | 1.354 | 1.354 | 100.0% | 1 | | -> duration | 1.354 | 1.354 | 1.354 | 1.354 | 1.354 | 1.354 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.354293 Full duration: 16.558311 -------------------------------------------------------------------------------- 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 c17095dc-f776-4e35-a4a8-fc15c4d9ad17 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | neutron.create_security_group_rule | 0.31 | 0.31 | 0.31 | 0.31 | 0.31 | 0.31 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.265 | 0.265 | 0.265 | 0.265 | 0.265 | 0.265 | 100.0% | 1 | | neutron.delete_security_group | 0.28 | 0.28 | 0.28 | 0.28 | 0.28 | 0.28 | 100.0% | 1 | | total | 1.694 | 1.694 | 1.694 | 1.694 | 1.694 | 1.694 | 100.0% | 1 | | -> duration | 1.694 | 1.694 | 1.694 | 1.694 | 1.694 | 1.694 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.693995 Full duration: 15.670844 -------------------------------------------------------------------------------- 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 c17095dc-f776-4e35-a4a8-fc15c4d9ad17 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.371 | 1.371 | 1.371 | 1.371 | 1.371 | 1.371 | 100.0% | 1 | | neutron.create_router | 5.357 | 5.357 | 5.357 | 5.357 | 5.357 | 5.357 | 100.0% | 1 | | neutron.add_gateway_router | 3.494 | 3.494 | 3.494 | 3.494 | 3.494 | 3.494 | 100.0% | 1 | | neutron.remove_gateway_router | 2.897 | 2.897 | 2.897 | 2.897 | 2.897 | 2.897 | 100.0% | 1 | | total | 13.119 | 13.119 | 13.119 | 13.119 | 13.119 | 13.119 | 100.0% | 1 | | -> duration | 13.119 | 13.119 | 13.119 | 13.119 | 13.119 | 13.119 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.119253 Full duration: 40.918151 HINTS: * To plot HTML graphics with this data, run: rally task report c17095dc-f776-4e35-a4a8-fc15c4d9ad17 --out output.html * To generate a JUnit report, run: rally task export c17095dc-f776-4e35-a4a8-fc15c4d9ad17 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c17095dc-f776-4e35-a4a8-fc15c4d9ad17 --json --out output.json 2018-04-24 02:27:19,657 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'c17095dc-f776-4e35-a4a8-fc15c4d9ad17'] 2018-04-24 02:27:20,707 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-24 02:27:20,708 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'c17095dc-f776-4e35-a4a8-fc15c4d9ad17', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-24 02:27:20,715 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-24 02:27:20,715 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-24 02:27:20,715 - 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-24 02:27:20,715 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-24 02:27:20,731 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-24 02:27:20,740 - 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': '9b001a15-ae8d-4a90-99cd-bb1486325566', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-6f5affb1-ed6f-47c6-9624-27f4d93b9a92', 'flavor_name': 'rally-tiny-6f5affb1-ed6f-47c6-9624-27f4d93b9a92', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-6f5affb1-ed6f-47c6-9624-27f4d93b9a92', '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-24 02:36:57,793 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7703c983-7f30-4f00-a318-db138f014945 2018-04-24 02:36:57,794 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '7703c983-7f30-4f00-a318-db138f014945'] 2018-04-24 02:36:58,899 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 7703c983-7f30-4f00-a318-db138f014945: finished -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-6f5affb1-ed6f-47c6-9624-27f4d93b9a92" }, "image": { "name": "Cirros-0.4.0-6f5affb1-ed6f-47c6-9624-27f4d93b9a92" }, "block_migration": false, "nics": [ { "net-id": "9b001a15-ae8d-4a90-99cd-bb1486325566" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 7703c983-7f30-4f00-a318-db138f014945 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 18.852 | 18.852 | 18.852 | 18.852 | 18.852 | 18.852 | 100.0% | 1 | | nova.find_host_to_migrate | 1.44 | 1.44 | 1.44 | 1.44 | 1.44 | 1.44 | 100.0% | 1 | | nova.live_migrate | 24.928 | 24.928 | 24.928 | 24.928 | 24.928 | 24.928 | 100.0% | 1 | | nova.delete_server | 7.738 | 7.738 | 7.738 | 7.738 | 7.738 | 7.738 | 100.0% | 1 | | total | 52.957 | 52.957 | 52.957 | 52.957 | 52.957 | 52.957 | 100.0% | 1 | | -> duration | 51.957 | 51.957 | 51.957 | 51.957 | 51.957 | 51.957 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 51.957295 Full duration: 63.109439 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_attach_created_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-6f5affb1-ed6f-47c6-9624-27f4d93b9a92" }, "image": { "name": "Cirros-0.4.0-6f5affb1-ed6f-47c6-9624-27f4d93b9a92" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "9b001a15-ae8d-4a90-99cd-bb1486325566" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 7703c983-7f30-4f00-a318-db138f014945 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 14.82 | 14.82 | 14.82 | 14.82 | 14.82 | 14.82 | 100.0% | 1 | | cinder_v2.create_volume | 5.025 | 5.025 | 5.025 | 5.025 | 5.025 | 5.025 | 100.0% | 1 | | nova.attach_volume | 4.706 | 4.706 | 4.706 | 4.706 | 4.706 | 4.706 | 100.0% | 1 | | nova.find_host_to_migrate | 1.383 | 1.383 | 1.383 | 1.383 | 1.383 | 1.383 | 100.0% | 1 | | nova.live_migrate | 16.653 | 16.653 | 16.653 | 16.653 | 16.653 | 16.653 | 100.0% | 1 | | nova.detach_volume | 4.115 | 4.115 | 4.115 | 4.115 | 4.115 | 4.115 | 100.0% | 1 | | cinder_v2.delete_volume | 4.699 | 4.699 | 4.699 | 4.699 | 4.699 | 4.699 | 100.0% | 1 | | nova.delete_server | 5.882 | 5.882 | 5.882 | 5.882 | 5.882 | 5.882 | 100.0% | 1 | | total | 57.284 | 57.284 | 57.284 | 57.284 | 57.284 | 57.284 | 100.0% | 1 | | -> duration | 56.284 | 56.284 | 56.284 | 56.284 | 56.284 | 56.284 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 56.28399 Full duration: 69.213476 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-6f5affb1-ed6f-47c6-9624-27f4d93b9a92" }, "image": { "name": "Cirros-0.4.0-6f5affb1-ed6f-47c6-9624-27f4d93b9a92" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "9b001a15-ae8d-4a90-99cd-bb1486325566" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 7703c983-7f30-4f00-a318-db138f014945 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 | 16.049 | 16.049 | 16.049 | 16.049 | 16.049 | 16.049 | 100.0% | 1 | | nova.boot_server | 9.875 | 9.875 | 9.875 | 9.875 | 9.875 | 9.875 | 100.0% | 1 | | nova.find_host_to_migrate | 1.408 | 1.408 | 1.408 | 1.408 | 1.408 | 1.408 | 100.0% | 1 | | nova.live_migrate | 25.21 | 25.21 | 25.21 | 25.21 | 25.21 | 25.21 | 100.0% | 1 | | nova.delete_server | 13.656 | 13.656 | 13.656 | 13.656 | 13.656 | 13.656 | 100.0% | 1 | | total | 66.2 | 66.2 | 66.2 | 66.2 | 66.2 | 66.2 | 100.0% | 1 | | -> duration | 65.2 | 65.2 | 65.2 | 65.2 | 65.2 | 65.2 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 65.199927 Full duration: 80.586238 -------------------------------------------------------------------------------- test scenario NovaKeypair.boot_and_delete_server_with_keypair args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-6f5affb1-ed6f-47c6-9624-27f4d93b9a92" }, "image": { "name": "Cirros-0.4.0-6f5affb1-ed6f-47c6-9624-27f4d93b9a92" }, "server_kwargs": { "nics": [ { "net-id": "9b001a15-ae8d-4a90-99cd-bb1486325566" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "key_pairs": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 7703c983-7f30-4f00-a318-db138f014945 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_keypair | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 100.0% | 1 | | nova.boot_server | 9.981 | 9.981 | 9.981 | 9.981 | 9.981 | 9.981 | 100.0% | 1 | | nova.delete_server | 5.326 | 5.326 | 5.326 | 5.326 | 5.326 | 5.326 | 100.0% | 1 | | nova.delete_keypair | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | total | 16.167 | 16.167 | 16.167 | 16.167 | 16.167 | 16.167 | 100.0% | 1 | | -> duration | 15.167 | 15.167 | 15.167 | 15.167 | 15.167 | 15.167 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.166774 Full duration: 54.389196 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-6f5affb1-ed6f-47c6-9624-27f4d93b9a92" }, "image": { "name": "Cirros-0.4.0-6f5affb1-ed6f-47c6-9624-27f4d93b9a92" }, "volume_size": 5, "nics": [ { "net-id": "9b001a15-ae8d-4a90-99cd-bb1486325566" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 }, "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 7703c983-7f30-4f00-a318-db138f014945 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 | 17.68 | 17.68 | 17.68 | 17.68 | 17.68 | 17.68 | 100.0% | 1 | | nova.boot_server | 12.942 | 12.942 | 12.942 | 12.942 | 12.942 | 12.942 | 100.0% | 1 | | nova.delete_server | 5.133 | 5.133 | 5.133 | 5.133 | 5.133 | 5.133 | 100.0% | 1 | | total | 35.756 | 35.756 | 35.756 | 35.756 | 35.756 | 35.756 | 100.0% | 1 | | -> duration | 34.756 | 34.756 | 34.756 | 34.756 | 34.756 | 34.756 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 34.756038 Full duration: 74.836343 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-6f5affb1-ed6f-47c6-9624-27f4d93b9a92" }, "image": { "name": "Cirros-0.4.0-6f5affb1-ed6f-47c6-9624-27f4d93b9a92" }, "force_delete": false, "nics": [ { "net-id": "9b001a15-ae8d-4a90-99cd-bb1486325566" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 7703c983-7f30-4f00-a318-db138f014945 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 13.647 | 13.647 | 13.647 | 13.647 | 13.647 | 13.647 | 100.0% | 1 | | nova.pause_server | 2.948 | 2.948 | 2.948 | 2.948 | 2.948 | 2.948 | 100.0% | 1 | | nova.unpause_server | 3.004 | 3.004 | 3.004 | 3.004 | 3.004 | 3.004 | 100.0% | 1 | | nova.delete_server | 5.182 | 5.182 | 5.182 | 5.182 | 5.182 | 5.182 | 100.0% | 1 | | total | 24.781 | 24.781 | 24.781 | 24.781 | 24.781 | 24.781 | 100.0% | 1 | | -> duration | 19.781 | 19.781 | 19.781 | 19.781 | 19.781 | 19.781 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.780814 Full duration: 60.618661 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-6f5affb1-ed6f-47c6-9624-27f4d93b9a92" }, "image": { "name": "Cirros-0.4.0-6f5affb1-ed6f-47c6-9624-27f4d93b9a92" }, "nics": [ { "net-id": "9b001a15-ae8d-4a90-99cd-bb1486325566" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 7703c983-7f30-4f00-a318-db138f014945 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 12.93 | 12.93 | 12.93 | 12.93 | 12.93 | 12.93 | 100.0% | 1 | | nova.migrate | 32.348 | 32.348 | 32.348 | 32.348 | 32.348 | 32.348 | 100.0% | 1 | | nova.resize_confirm | 5.618 | 5.618 | 5.618 | 5.618 | 5.618 | 5.618 | 100.0% | 1 | | nova.delete_server | 5.036 | 5.036 | 5.036 | 5.036 | 5.036 | 5.036 | 100.0% | 1 | | total | 55.932 | 55.932 | 55.932 | 55.932 | 55.932 | 55.932 | 100.0% | 1 | | -> duration | 54.932 | 54.932 | 54.932 | 54.932 | 54.932 | 54.932 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 54.932409 Full duration: 66.996844 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-6f5affb1-ed6f-47c6-9624-27f4d93b9a92" }, "image": { "name": "Cirros-0.4.0-6f5affb1-ed6f-47c6-9624-27f4d93b9a92" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 7703c983-7f30-4f00-a318-db138f014945 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 14.196 | 14.196 | 14.196 | 14.196 | 14.196 | 14.196 | 100.0% | 1 | | nova.list_interfaces | 0.375 | 0.375 | 0.375 | 0.375 | 0.375 | 0.375 | 100.0% | 1 | | total | 14.571 | 14.571 | 14.571 | 14.571 | 14.571 | 14.571 | 100.0% | 1 | | -> duration | 13.571 | 13.571 | 13.571 | 13.571 | 13.571 | 13.571 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.57138 Full duration: 54.479332 -------------------------------------------------------------------------------- test scenario NovaServerGroups.create_and_delete_server_group args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "policies": [ "affinity" ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 7703c983-7f30-4f00-a318-db138f014945 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_server_group | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | nova.delete_server_group | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | total | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 100.0% | 1 | | -> duration | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.702023 Full duration: 10.427411 HINTS: * To plot HTML graphics with this data, run: rally task report 7703c983-7f30-4f00-a318-db138f014945 --out output.html * To generate a JUnit report, run: rally task export 7703c983-7f30-4f00-a318-db138f014945 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7703c983-7f30-4f00-a318-db138f014945 --json --out output.json 2018-04-24 02:36:58,900 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '7703c983-7f30-4f00-a318-db138f014945'] 2018-04-24 02:37:00,075 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-24 02:37:00,075 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '7703c983-7f30-4f00-a318-db138f014945', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-24 02:37:00,083 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-04-24 02:37:00,084 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-24 02:37:00,084 - 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-24 02:37:00,084 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-24 02:37:00,102 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-24 02:37:00,108 - 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': '9b001a15-ae8d-4a90-99cd-bb1486325566', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-6f5affb1-ed6f-47c6-9624-27f4d93b9a92', 'flavor_name': 'rally-tiny-6f5affb1-ed6f-47c6-9624-27f4d93b9a92', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-6f5affb1-ed6f-47c6-9624-27f4d93b9a92', '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-24 02:37:54,517 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 479a701c-6f6c-4c7a-ab95-a45bc808ab8e 2018-04-24 02:37:54,517 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '479a701c-6f6c-4c7a-ab95-a45bc808ab8e'] 2018-04-24 02:37:55,540 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 479a701c-6f6c-4c7a-ab95-a45bc808ab8e: 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 479a701c-6f6c-4c7a-ab95-a45bc808ab8e 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.246 | 1.246 | 1.246 | 1.246 | 1.246 | 1.246 | 100.0% | 1 | | quotas.delete_quotas | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 100.0% | 1 | | total | 1.445 | 1.445 | 1.445 | 1.445 | 1.445 | 1.445 | 100.0% | 1 | | -> duration | 1.445 | 1.445 | 1.445 | 1.445 | 1.445 | 1.445 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.445034 Full duration: 9.883846 -------------------------------------------------------------------------------- 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 479a701c-6f6c-4c7a-ab95-a45bc808ab8e 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.634 | 1.634 | 1.634 | 1.634 | 1.634 | 1.634 | 100.0% | 1 | | total | 1.634 | 1.634 | 1.634 | 1.634 | 1.634 | 1.634 | 100.0% | 1 | | -> duration | 1.634 | 1.634 | 1.634 | 1.634 | 1.634 | 1.634 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.63383 Full duration: 9.200283 -------------------------------------------------------------------------------- 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 479a701c-6f6c-4c7a-ab95-a45bc808ab8e 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.949 | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 100.0% | 1 | | total | 1.347 | 1.347 | 1.347 | 1.347 | 1.347 | 1.347 | 100.0% | 1 | | -> duration | 1.347 | 1.347 | 1.347 | 1.347 | 1.347 | 1.347 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.346717 Full duration: 8.919745 -------------------------------------------------------------------------------- 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 479a701c-6f6c-4c7a-ab95-a45bc808ab8e 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.401 | 1.401 | 1.401 | 1.401 | 1.401 | 1.401 | 100.0% | 1 | | total | 1.402 | 1.402 | 1.402 | 1.402 | 1.402 | 1.402 | 100.0% | 1 | | -> duration | 1.402 | 1.402 | 1.402 | 1.402 | 1.402 | 1.402 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.401523 Full duration: 9.36741 HINTS: * To plot HTML graphics with this data, run: rally task report 479a701c-6f6c-4c7a-ab95-a45bc808ab8e --out output.html * To generate a JUnit report, run: rally task export 479a701c-6f6c-4c7a-ab95-a45bc808ab8e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 479a701c-6f6c-4c7a-ab95-a45bc808ab8e --json --out output.json 2018-04-24 02:37:55,541 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '479a701c-6f6c-4c7a-ab95-a45bc808ab8e'] 2018-04-24 02:37:56,605 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-24 02:37:56,605 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '479a701c-6f6c-4c7a-ab95-a45bc808ab8e', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-24 02:37:56,612 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-24 02:37:56,616 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:42 | 4 | 100.00% | | cinder | 03:07 | 10 | 100.00% | | heat | 01:10 | 4 | 100.00% | | keystone | 02:52 | 11 | 100.00% | | neutron | 06:37 | 11 | 100.00% | | nova | 08:54 | 9 | 100.00% | | quotas | 00:37 | 4 | 100.00% | | | | | | | TOTAL: | 00:25:49 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-04-24 02:37:56,616 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-04-24 02:38:13,878 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-24 02:38:13,879 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-24 02:38:14,383 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-24 02:38:14,383 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 30:08 | PASS | +----------------------+------------------+------------------+----------------+ 2018-04-24 02:38:14,387 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-24 02:38:14,518 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-24 02:38:16,912 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-24 02:38:16.612 11198 INFO rally.deployment.engine [-] Deployment cbfe9a81-c190-43a0-9d8f-fd4ce13a67ad | Starting: Destroy cloud and free allocated resources. 2018-04-24 02:38:16.696 11198 INFO rally.deployment.engine [-] Deployment cbfe9a81-c190-43a0-9d8f-fd4ce13a67ad | Completed: Destroy cloud and free allocated resources. 2018-04-24 02:38:16.719 11198 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=21b754f9-6086-4ef8-a260-c9617608b679). 2018-04-24 02:38:16.724 11198 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-24 02:38:19,044 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-24 02:38:18.822 11201 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=e7c06a77-86d8-41a5-9607-d4f60c930bcf) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | e7c06a77-86d8-41a5-9607-d4f60c930bcf | 2018-04-24T02:38:18 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: e7c06a77-86d8-41a5-9607-d4f60c930bcf ~/.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-24 02:38:22,343 - 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-24 02:38:22,344 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-24 02:38:24,668 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-24 02:38:24.385 11207 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=21b754f9-6086-4ef8-a260-c9617608b679). 2018-04-24 02:38:24.510 11207 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-24 02:38:28,005 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-24 02:38:26.602 11210 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-24 02:38:26.744 11210 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-24 02:38:27.809 11210 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=30991cb3-f497-4c02-96d5-fc26031752f9) has been successfully created! Using verifier 'opnfv-tempest' (UUID=30991cb3-f497-4c02-96d5-fc26031752f9) as the default verifier for the future CLI operations. 2018-04-24 02:38:30,922 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-24 02:38:33,618 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-24 02:38:50,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-24 02:38:55,515 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-24 02:38:54.479 11229 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=30991cb3-f497-4c02-96d5-fc26031752f9) for deployment 'opnfv-rally' (UUID=e7c06a77-86d8-41a5-9607-d4f60c930bcf). 2018-04-24 02:38:55.381 11229 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=30991cb3-f497-4c02-96d5-fc26031752f9) has been successfully configured for deployment 'opnfv-rally' (UUID=e7c06a77-86d8-41a5-9607-d4f60c930bcf)! 2018-04-24 02:38:55,515 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-24 02:38:55,516 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-24 02:38:55,518 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-24 02:38:57,790 - 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-24 02:38:59,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:38:59.878 11241 INFO rally.api [-] Starting verification (UUID=12f47c1b-8a87-4eb0-bba9-282e338a9252) for deployment 'opnfv-rally' (UUID=e7c06a77-86d8-41a5-9607-d4f60c930bcf) by verifier 'opnfv-tempest' (UUID=30991cb3-f497-4c02-96d5-fc26031752f9). 2018-04-24 02:38:59,879 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 12f47c1b-8a87-4eb0-bba9-282e338a9252 2018-04-24 02:39:09,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:09.361 11241 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2018-04-24 02:39:09,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:09.614 11241 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.324s] 2018-04-24 02:39:09,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:09.680 11241 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.265s] 2018-04-24 02:39:09,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:09.762 11241 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.082s] 2018-04-24 02:39:10,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:10.190 11241 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.928s] 2018-04-24 02:39:10,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:10.193 11241 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.663s] 2018-04-24 02:39:12,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:12.265 11241 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [2.961s] 2018-04-24 02:39:12,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:12.444 11241 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.179s] 2018-04-24 02:39:13,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:13.192 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.612s] 2018-04-24 02:39:17,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:17.245 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.311s] 2018-04-24 02:39:17,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:17.390 11241 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.069s] 2018-04-24 02:39:17,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:17.465 11241 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.075s] 2018-04-24 02:39:17,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:17.533 11241 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.068s] 2018-04-24 02:39:18,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:18.948 11241 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [8.759s] 2018-04-24 02:39:21,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:21.316 11241 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [4.703s] 2018-04-24 02:39:25,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:25.989 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [8.742s] 2018-04-24 02:39:27,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:27.630 11241 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.166s] 2018-04-24 02:39:27,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:27.809 11241 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.178s] 2018-04-24 02:39:28,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:28.848 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.859s] 2018-04-24 02:39:31,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:31.091 11241 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [3.280s] 2018-04-24 02:39:31,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:31.157 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.309s] 2018-04-24 02:39:31,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:31.296 11241 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.205s] 2018-04-24 02:39:31,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:31.470 11241 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.174s] 2018-04-24 02:39:32,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:32.053 11241 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [5.085s] 2018-04-24 02:39:32,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:32.493 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.092s] 2018-04-24 02:39:33,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:33.226 11241 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.242s] 2018-04-24 02:39:33,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:33.245 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.086s] 2018-04-24 02:39:33,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:33.477 11241 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.250s] 2018-04-24 02:39:33,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:33.480 11241 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.427s] 2018-04-24 02:39:38,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:38.723 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [6.227s] 2018-04-24 02:39:38,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:38.925 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [29.357s] 2018-04-24 02:39:39,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:39.048 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [5.089s] 2018-04-24 02:39:39,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:39.314 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [6.067s] 2018-04-24 02:39:42,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:42.102 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [3.053s] 2018-04-24 02:39:42,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:42.915 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [3.600s] 2018-04-24 02:39:43,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:43.450 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.536s] 2018-04-24 02:39:43,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:43.617 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.166s] 2018-04-24 02:39:43,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:43.637 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.020s] 2018-04-24 02:39:43,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:43.662 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.024s] 2018-04-24 02:39:49,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:49.017 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.070s] 2018-04-24 02:39:49,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:49.029 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.012s] 2018-04-24 02:39:49,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:49.182 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.151s] 2018-04-24 02:39:49,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:49.194 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-04-24 02:39:49,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:49.207 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.014s] 2018-04-24 02:39:49,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:49.243 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.035s] 2018-04-24 02:39:49,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:49.320 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.076s] 2018-04-24 02:39:49,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:49.397 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.076s] 2018-04-24 02:39:49,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:49.815 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.416s] 2018-04-24 02:39:49,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:49.829 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2018-04-24 02:39:49,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:49.911 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.081s] 2018-04-24 02:39:50,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:39:50.871 11241 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.708s] 2018-04-24 02:40:04,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:04.745 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [3.253s] 2018-04-24 02:40:04,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:04.853 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.109s] 2018-04-24 02:40:05,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:05.460 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.605s] 2018-04-24 02:40:05,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:05.557 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.096s] 2018-04-24 02:40:05,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:05.559 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-24 02:40:12,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:12.724 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [13.208s] 2018-04-24 02:40:13,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:13.978 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.223s] 2018-04-24 02:40:14,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:14.178 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.200s] 2018-04-24 02:40:14,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:14.231 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.052s] 2018-04-24 02:40:14,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:14.855 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.622s] 2018-04-24 02:40:15,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:15.089 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.234s] 2018-04-24 02:40:15,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:15.245 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [13.144s] 2018-04-24 02:40:15,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:15.366 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.275s] 2018-04-24 02:40:15,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:15.559 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.193s] 2018-04-24 02:40:15,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:15.609 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.050s] 2018-04-24 02:40:15,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:15.661 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.052s] 2018-04-24 02:40:15,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:15.822 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.160s] 2018-04-24 02:40:16,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:16.395 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.573s] 2018-04-24 02:40:16,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:16.658 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.261s] 2018-04-24 02:40:16,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:16.917 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.259s] 2018-04-24 02:40:16,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:16.978 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.061s] 2018-04-24 02:40:17,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:17.238 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.260s] 2018-04-24 02:40:17,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:17.973 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [64.764s] 2018-04-24 02:40:18,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:18.372 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [3.125s] 2018-04-24 02:40:19,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:19.894 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.170s] 2018-04-24 02:40:22,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:22.045 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.465s] 2018-04-24 02:40:22,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:22.636 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.590s] 2018-04-24 02:40:23,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:23.026 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.391s] 2018-04-24 02:40:23,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:23.531 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.503s] 2018-04-24 02:40:23,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:23.891 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.360s] 2018-04-24 02:40:23,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:23.968 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.076s] 2018-04-24 02:40:24,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:24.042 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.073s] 2018-04-24 02:40:24,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:24.110 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.067s] 2018-04-24 02:40:24,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:24.184 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.074s] 2018-04-24 02:40:24,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:24.261 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.077s] 2018-04-24 02:40:24,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:24.431 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.170s] 2018-04-24 02:40:25,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:25.771 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [5.876s] 2018-04-24 02:40:26,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:26.000 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.229s] 2018-04-24 02:40:26,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:26.058 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.058s] 2018-04-24 02:40:26,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:26.124 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.065s] 2018-04-24 02:40:26,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:26.182 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.058s] 2018-04-24 02:40:26,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:26.577 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [8.203s] 2018-04-24 02:40:26,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:26.684 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.747s] 2018-04-24 02:40:27,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:27.859 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.172s] 2018-04-24 02:40:29,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:29.204 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.344s] 2018-04-24 02:40:30,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:30.651 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.446s] 2018-04-24 02:40:31,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:31.211 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.633s] 2018-04-24 02:40:32,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:32.548 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.895s] 2018-04-24 02:40:34,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:34.256 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.707s] 2018-04-24 02:40:35,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:35.068 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.812s] 2018-04-24 02:40:35,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:35.582 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.513s] 2018-04-24 02:40:35,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:35.967 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.384s] 2018-04-24 02:40:36,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:36.595 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [5.385s] 2018-04-24 02:40:37,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:37.185 11241 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [65.258s] 2018-04-24 02:40:37,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:37.242 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.275s] 2018-04-24 02:40:37,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:37.896 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.654s] 2018-04-24 02:40:38,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:38.299 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.402s] 2018-04-24 02:40:38,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:38.547 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.247s] 2018-04-24 02:40:38,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:38.794 11241 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.612s] 2018-04-24 02:40:39,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:39.571 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.022s] 2018-04-24 02:40:39,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:39.970 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.399s] 2018-04-24 02:40:40,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:40.378 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.407s] 2018-04-24 02:40:40,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:40.933 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.554s] 2018-04-24 02:40:41,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:41.326 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.730s] 2018-04-24 02:40:41,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:41.330 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.397s] 2018-04-24 02:40:47,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:47.494 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [6.166s] 2018-04-24 02:40:49,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:49.484 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [31.507s] 2018-04-24 02:40:56,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:56.980 11241 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [40.037s] 2018-04-24 02:40:58,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:40:58.966 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [11.471s] 2018-04-24 02:41:01,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:01.562 11241 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.267s] 2018-04-24 02:41:04,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:04.263 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [5.296s] 2018-04-24 02:41:04,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:04.658 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.395s] 2018-04-24 02:41:04,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:04.846 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.188s] 2018-04-24 02:41:05,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:05.022 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.865s] 2018-04-24 02:41:05,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:05.077 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.230s] 2018-04-24 02:41:05,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:05.256 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.234s] 2018-04-24 02:41:05,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:05.276 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.199s] 2018-04-24 02:41:05,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:05.410 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.133s] 2018-04-24 02:41:05,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:05.464 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.207s] 2018-04-24 02:41:05,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:05.507 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.096s] 2018-04-24 02:41:05,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:05.574 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.066s] 2018-04-24 02:41:05,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:05.795 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.221s] 2018-04-24 02:41:06,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:06.476 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [1.011s] 2018-04-24 02:41:06,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:06.536 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [17.048s] 2018-04-24 02:41:06,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:06.893 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.416s] 2018-04-24 02:41:07,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:07.396 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.503s] 2018-04-24 02:41:10,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:10.169 11241 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [13.192s] 2018-04-24 02:41:10,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:10.209 11241 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [88.326s] 2018-04-24 02:41:13,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:13.749 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [7.953s] 2018-04-24 02:41:18,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:18.985 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [3.197s] 2018-04-24 02:41:20,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:20.967 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.981s] 2018-04-24 02:41:27,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:27.163 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [6.192s] 2018-04-24 02:41:28,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:28.033 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.871s] 2018-04-24 02:41:31,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:31.827 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [3.792s] 2018-04-24 02:41:33,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:33.529 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.702s] 2018-04-24 02:41:35,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:35.308 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.776s] 2018-04-24 02:41:35,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:35.354 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.048s] 2018-04-24 02:41:39,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:39.418 11241 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [13.011s] 2018-04-24 02:41:39,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:39.432 11241 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [11.565s] 2018-04-24 02:41:39,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:39.520 11241 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.087s] 2018-04-24 02:41:39,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:39.908 11241 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.388s] 2018-04-24 02:41:40,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:40.003 11241 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.094s] 2018-04-24 02:41:40,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:40.004 11241 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-24 02:41:52,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:52.533 11241 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [42.315s] 2018-04-24 02:41:52,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:52.823 11241 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [13.402s] 2018-04-24 02:41:57,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:41:57.927 11241 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [47.750s] 2018-04-24 02:42:06,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:06.109 11241 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.167s] 2018-04-24 02:42:17,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:17.001 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.156s] 2018-04-24 02:42:17,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:17.169 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.166s] 2018-04-24 02:42:17,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:17.356 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.187s] 2018-04-24 02:42:17,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:17.520 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.162s] 2018-04-24 02:42:17,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:17.672 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.153s] 2018-04-24 02:42:17,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:17.835 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.161s] 2018-04-24 02:42:18,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:18.060 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.225s] 2018-04-24 02:42:18,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:18.237 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.176s] 2018-04-24 02:42:18,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:18.393 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.156s] 2018-04-24 02:42:18,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:18.425 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.032s] 2018-04-24 02:42:18,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:18.435 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2018-04-24 02:42:18,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:18.634 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.198s] 2018-04-24 02:42:18,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:18.816 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.181s] 2018-04-24 02:42:18,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:18.854 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.037s] 2018-04-24 02:42:18,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:18.894 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.039s] 2018-04-24 02:42:19,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:19.562 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.668s] 2018-04-24 02:42:19,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:19.597 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.035s] 2018-04-24 02:42:19,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:19.652 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.054s] 2018-04-24 02:42:19,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:19.826 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.173s] 2018-04-24 02:42:20,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:20.019 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.192s] 2018-04-24 02:42:20,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:20.209 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.190s] 2018-04-24 02:42:20,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:20.260 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.050s] 2018-04-24 02:42:20,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:20.296 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.036s] 2018-04-24 02:42:21,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:21.659 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [75.103s] 2018-04-24 02:42:24,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:24.144 11241 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [26.214s] 2018-04-24 02:42:26,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:26.960 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.329s] 2018-04-24 02:42:27,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:27.309 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.349s] 2018-04-24 02:42:52,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:52.625 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2018-04-24 02:42:52,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:52.764 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.145s] 2018-04-24 02:42:52,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:52.970 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.204s] 2018-04-24 02:42:53,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:53.150 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.180s] 2018-04-24 02:42:53,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:53.326 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.176s] 2018-04-24 02:42:53,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:53.524 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.197s] 2018-04-24 02:42:53,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:53.606 11241 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [9.000s] 2018-04-24 02:42:53,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:53.722 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.197s] 2018-04-24 02:42:53,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:53.907 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.184s] 2018-04-24 02:42:54,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:54.087 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.180s] 2018-04-24 02:42:54,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:42:54.272 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.184s] 2018-04-24 02:43:09,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:43:09.465 11241 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [15.854s] 2018-04-24 02:43:30,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:43:30.161 11241 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [20.693s] 2018-04-24 02:43:35,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '12f47c1b-8a87-4eb0-bba9-282e338a9252']'. 2018-04-24 02:43:36,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-24 02:43:36,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-24 02:43:36,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-24 02:43:36,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 12f47c1b-8a87-4eb0-bba9-282e338a9252 | 2018-04-24 02:43:36,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-24 02:43:36,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-24 02:38:59 | 2018-04-24 02:43:36,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-24 02:43:35 | 2018-04-24 02:43:36,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:36 | 2018-04-24 02:43:36,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-24 02:43:36,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-24 02:43:36,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 30991cb3-f497-4c02-96d5-fc26031752f9) | 2018-04-24 02:43:36,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-24 02:43:36,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: e7c06a77-86d8-41a5-9607-d4f60c930bcf) | 2018-04-24 02:43:36,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 198 | 2018-04-24 02:43:36,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 263.088 | 2018-04-24 02:43:36,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 198 | 2018-04-24 02:43:36,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-24 02:43:36,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-24 02:43:36,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-24 02:43:36,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-24 02:43:36,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-24 02:43:36,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-24 02:43:36,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-04-24 02:43:50,480 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-24 02:43:50,480 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 05:19 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-24 02:43:50,484 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-24 02:43:50,595 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-24 02:43:53,031 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-24 02:43:52.595 11353 INFO rally.deployment.engine [-] Deployment e7c06a77-86d8-41a5-9607-d4f60c930bcf | Starting: Destroy cloud and free allocated resources. 2018-04-24 02:43:52.698 11353 INFO rally.deployment.engine [-] Deployment e7c06a77-86d8-41a5-9607-d4f60c930bcf | Completed: Destroy cloud and free allocated resources. 2018-04-24 02:43:52.743 11353 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=30991cb3-f497-4c02-96d5-fc26031752f9) for deployment 'opnfv-rally'. 2018-04-24 02:43:52.769 11353 INFO rally.api [-] Deleting verification (UUID=12f47c1b-8a87-4eb0-bba9-282e338a9252). 2018-04-24 02:43:52.810 11353 INFO rally.api [-] Verification has been successfully deleted! 2018-04-24 02:43:52.811 11353 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=30991cb3-f497-4c02-96d5-fc26031752f9). 2018-04-24 02:43:52.819 11353 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-24 02:43:55,604 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-24 02:43:55.263 11356 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=89b9adfe-4fbc-4c26-b44f-1f0bb7b9ab92) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 89b9adfe-4fbc-4c26-b44f-1f0bb7b9ab92 | 2018-04-24T02:43:55 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 89b9adfe-4fbc-4c26-b44f-1f0bb7b9ab92 ~/.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-24 02:43:58,862 - 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-24 02:43:58,862 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-24 02:44:01,235 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-24 02:44:00.973 11362 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=30991cb3-f497-4c02-96d5-fc26031752f9). 2018-04-24 02:44:01.097 11362 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-24 02:44:04,355 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-24 02:44:03.083 11365 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-24 02:44:03.235 11365 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-24 02:44:04.211 11365 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d79e0a1d-dc87-4294-8137-e8a1fdc449ed) has been successfully created! Using verifier 'opnfv-tempest' (UUID=d79e0a1d-dc87-4294-8137-e8a1fdc449ed) as the default verifier for the future CLI operations. 2018-04-24 02:44:07,359 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-24 02:44:10,411 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-24 02:44:22,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-24 02:44:27,590 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-24 02:44:26.554 11384 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d79e0a1d-dc87-4294-8137-e8a1fdc449ed) for deployment 'opnfv-rally' (UUID=89b9adfe-4fbc-4c26-b44f-1f0bb7b9ab92). 2018-04-24 02:44:27.400 11384 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d79e0a1d-dc87-4294-8137-e8a1fdc449ed) has been successfully configured for deployment 'opnfv-rally' (UUID=89b9adfe-4fbc-4c26-b44f-1f0bb7b9ab92)! 2018-04-24 02:44:27,591 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-24 02:44:27,591 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-24 02:44:27,593 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-24 02:44:27,606 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-24 02:44:30,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-d79e0a1d-dc87-4294-8137-e8a1fdc449ed/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-24 02:44:30,963 - 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-24 02:44:32,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 02:44:32.924 11393 INFO rally.api [-] Starting verification (UUID=c920afd0-e5cb-47b4-bef5-91f334d6bc8e) for deployment 'opnfv-rally' (UUID=89b9adfe-4fbc-4c26-b44f-1f0bb7b9ab92) by verifier 'opnfv-tempest' (UUID=d79e0a1d-dc87-4294-8137-e8a1fdc449ed). 2018-04-24 02:44:32,925 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: c920afd0-e5cb-47b4-bef5-91f334d6bc8e 2018-04-24 02:47:47,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'c920afd0-e5cb-47b4-bef5-91f334d6bc8e']'. 2018-04-24 02:47:48,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-24 02:47:48,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-24 02:47:48,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-24 02:47:48,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | c920afd0-e5cb-47b4-bef5-91f334d6bc8e | 2018-04-24 02:47:48,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-24 02:47:48,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-24 02:44:32 | 2018-04-24 02:47:48,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-24 02:47:47 | 2018-04-24 02:47:48,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:15 | 2018-04-24 02:47:48,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-24 02:47:48,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-24 02:47:48,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: d79e0a1d-dc87-4294-8137-e8a1fdc449ed) | 2018-04-24 02:47:48,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-24 02:47:48,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 89b9adfe-4fbc-4c26-b44f-1f0bb7b9ab92) | 2018-04-24 02:47:48,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-24 02:47:48,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 184.381 | 2018-04-24 02:47:48,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-04-24 02:47:48,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-04-24 02:47:48,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-24 02:47:48,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-24 02:47:48,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-24 02:47:48,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-24 02:47:48,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-24 02:47:48,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-24 02:47:58,235 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-24 02:47:58,235 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:51 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-24 02:47:58,239 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-24 02:48:00,549 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-24 04:10:40,586 - 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) ... ERROR 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 ====================================================================== ERROR: 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 398, in test_create_router_with_ext_port self.router_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_router.py", line 128, in create self._neutron, self._os_creds, port_setting) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/neutron_utils.py", line 498, in create_port json_body = port_settings.dict_for_neutron(neutron, os_creds) File "/usr/lib/python2.7/site-packages/snaps/config/network.py", line 469, in dict_for_neutron + ' in project - ' + str(project_name)) PortConfigError: Cannot locate network with name - external in project - admin ---------------------------------------------------------------------- Ran 119 tests in 4959.966s FAILED (errors=1) 2018-04-24 04:10:40,745 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-24 04:10:40,746 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 82:40 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-24 04:10:40,751 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-24 04:10:40,751 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-24 04:10:40,840 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-24 04:10:43,556 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-24 04:10:43.227 11620 INFO rally.deployment.engine [-] Deployment 89b9adfe-4fbc-4c26-b44f-1f0bb7b9ab92 | Starting: Destroy cloud and free allocated resources. 2018-04-24 04:10:43.309 11620 INFO rally.deployment.engine [-] Deployment 89b9adfe-4fbc-4c26-b44f-1f0bb7b9ab92 | Completed: Destroy cloud and free allocated resources. 2018-04-24 04:10:43.335 11620 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=d79e0a1d-dc87-4294-8137-e8a1fdc449ed) for deployment 'opnfv-rally'. 2018-04-24 04:10:43.352 11620 INFO rally.api [-] Deleting verification (UUID=c920afd0-e5cb-47b4-bef5-91f334d6bc8e). 2018-04-24 04:10:43.393 11620 INFO rally.api [-] Verification has been successfully deleted! 2018-04-24 04:10:43.393 11620 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=d79e0a1d-dc87-4294-8137-e8a1fdc449ed). 2018-04-24 04:10:43.400 11620 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-24 04:10:45,933 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-24 04:10:45.663 11623 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=a1a9f4af-d783-41e4-861c-211595e833cc) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | a1a9f4af-d783-41e4-861c-211595e833cc | 2018-04-24T04:10:45 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: a1a9f4af-d783-41e4-861c-211595e833cc ~/.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-24 04:10:49,077 - 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-24 04:10:49,077 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-24 04:10:51,257 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-24 04:10:51.041 11629 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=d79e0a1d-dc87-4294-8137-e8a1fdc449ed). 2018-04-24 04:10:51.147 11629 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-24 04:10:54,711 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-24 04:10:53.375 11632 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-24 04:10:53.496 11632 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-24 04:10:54.549 11632 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e077634b-368b-458b-a17f-7555abad03ec) has been successfully created! Using verifier 'opnfv-tempest' (UUID=e077634b-368b-458b-a17f-7555abad03ec) as the default verifier for the future CLI operations. 2018-04-24 04:10:57,696 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-24 04:11:01,251 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-24 04:11:11,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-24 04:11:16,929 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-24 04:11:15.526 11651 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e077634b-368b-458b-a17f-7555abad03ec) for deployment 'opnfv-rally' (UUID=a1a9f4af-d783-41e4-861c-211595e833cc). 2018-04-24 04:11:16.764 11651 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e077634b-368b-458b-a17f-7555abad03ec) has been successfully configured for deployment 'opnfv-rally' (UUID=a1a9f4af-d783-41e4-861c-211595e833cc)! 2018-04-24 04:11:16,930 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-24 04:11:16,930 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-24 04:11:16,932 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-24 04:11:16,940 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-24 04:11:19,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-e077634b-368b-458b-a17f-7555abad03ec/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-24 04:11:19,674 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-24 04:11:19,679 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-24 04:11:19,679 - 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-24 04:11:21,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 04:11:21.763 11660 INFO rally.api [-] Starting verification (UUID=0da1bad0-6a7a-45cc-b2a3-3f0209fad7c7) for deployment 'opnfv-rally' (UUID=a1a9f4af-d783-41e4-861c-211595e833cc) by verifier 'opnfv-tempest' (UUID=e077634b-368b-458b-a17f-7555abad03ec). 2018-04-24 04:11:21,765 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 0da1bad0-6a7a-45cc-b2a3-3f0209fad7c7 2018-04-24 04:13:44,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '0da1bad0-6a7a-45cc-b2a3-3f0209fad7c7']'. 2018-04-24 04:13:45,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-24 04:13:45,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-24 04:13:45,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-24 04:13:45,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 0da1bad0-6a7a-45cc-b2a3-3f0209fad7c7 | 2018-04-24 04:13:45,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-24 04:13:45,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-24 04:11:21 | 2018-04-24 04:13:45,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-24 04:13:44 | 2018-04-24 04:13:45,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:23 | 2018-04-24 04:13:45,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-24 04:13:45,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-24 04:13:45,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: e077634b-368b-458b-a17f-7555abad03ec) | 2018-04-24 04:13:45,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-24 04:13:45,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: a1a9f4af-d783-41e4-861c-211595e833cc) | 2018-04-24 04:13:45,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-24 04:13:45,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 128.605 | 2018-04-24 04:13:45,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-04-24 04:13:45,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-04-24 04:13:45,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-24 04:13:45,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-24 04:13:45,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-24 04:13:45,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-24 04:13:45,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-24 04:13:45,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-04-24 04:13:57,234 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-24 04:13:57,235 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:59 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-04-24 04:13:57,240 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:20 | PASS | | vping_userdata | functest | smoke | 00:57 | PASS | | tempest_smoke_serial | functest | smoke | 18:55 | PASS | | rally_sanity | functest | smoke | 30:08 | PASS | | refstack_defcore | functest | smoke | 05:19 | PASS | | patrole | functest | smoke | 03:51 | PASS | | snaps_smoke | functest | smoke | 82:40 | FAIL | | neutron_trunk | functest | smoke | 02:59 | PASS | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-24 04:13:57,247 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-24 04:14:50,990 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-45 | | 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-24 04:14:50,995 - 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=KZvyDXYZfgYZM6M7BhsxCszVU export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-24 04:14:50,995 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-24 04:14:50,996 - 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-24 04:14:50,998 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-24 04:14:50,998 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-04-24 04:19:43,713 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-04-24 04:19:43,834 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-24 04:19:43,834 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:53 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-04-24 04:19:43,838 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-04-24 05:09:29,139 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-04-24 05:09:29,273 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-24 05:09:29,273 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 49:45 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-04-24 05:09:29,277 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-04-24 05:09:29,279 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:53 | PASS | | barometercollectd | barometer | features | 49:45 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-24 05:09:29,292 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-24 05:12:35,910 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-45 | | 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-24 05:12:35,912 - 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=KZvyDXYZfgYZM6M7BhsxCszVU export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-24 05:12:35,912 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-24 05:12:35,912 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-24 05:12:35,913 - 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-24 05:12:35,914 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-24 05:12:47,891 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-45 | | 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-24 05:12:47,893 - 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=KZvyDXYZfgYZM6M7BhsxCszVU export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-24 05:12:47,893 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-24 05:12:47,894 - 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-24 05:12:47,894 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-24 05:12:47,895 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-04-24 05:16:28,898 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-04-24 05:16:29,030 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-24 05:16:29,030 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 03:41 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-04-24 05:16:29,034 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 03:41 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-24 05:16:29,035 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK