2018-04-26 21:38:23,126 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-55 | | 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-26 21:38:23,128 - 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=XjGbZF2qR3cq6frqysFyd7dgr export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26: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-26 21:38:23,128 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-26 21:38:23,129 - 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-26 21:38:23,130 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-26 21:38:23,130 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-26 21:38:25,936 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-26 21:38:36,221 - 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.274s OK 2018-04-26 21:38:36,356 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-26 21:38:36,357 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-26 21:38:36,360 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-26 21:38:38,517 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-26 21:55:57,431 - 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 1038.861s OK 2018-04-26 21:55:57,564 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-26 21:55:57,565 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 17:19 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-26 21:55:57,568 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-26 21:55:58,446 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-26 21:56:49,795 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 51.348s OK 2018-04-26 21:56:49,920 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-26 21:56:49,921 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:51 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-26 21:56:49,924 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 17:19 | PASS | | snaps_health_check | functest | healthcheck | 00:51 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-26 21:56:49,927 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-26 21:56:52,651 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-55 | | 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-26 21:56:52,655 - 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=XjGbZF2qR3cq6frqysFyd7dgr export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26: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-26 21:56:52,655 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-26 21:56:52,656 - 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-26 21:56:52,658 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-26 21:56:52,658 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-26 21:56:53,535 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-26 21:56:53,535 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-26 21:56:53,954 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-26 21:56:53,954 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-04-26 21:56:54,354 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-26 21:56:54,355 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-26 21:56:54' 2018-04-26 21:56:54,355 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--de40f831-8432-4bbd-9616-0cb7ad56ab22' 2018-04-26 21:56:59,931 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-de40f831-8432-4bbd-9616-0cb7ad56ab22' 2018-04-26 21:57:03,112 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-de40f831-8432-4bbd-9616-0cb7ad56ab22' 2018-04-26 21:57:15,344 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-de40f831-8432-4bbd-9616-0cb7ad56ab22' 2018-04-26 21:57:16,238 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-de40f831-8432-4bbd-9616-0cb7ad56ab22' 2018-04-26 21:57:17,014 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-de40f831-8432-4bbd-9616-0cb7ad56ab22' 2018-04-26 21:57:23,964 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-de40f831-8432-4bbd-9616-0cb7ad56ab22' 2018-04-26 21:57:28,652 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-de40f831-8432-4bbd-9616-0cb7ad56ab22' 2018-04-26 21:58:00,640 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-26 21:58:09,869 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-26 21:58:09,944 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-26 21:58:10,952 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-26 21:58:42,120 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-26 21:58:42,121 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-26 21:58:42,653 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-26 21:58:42,654 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:17 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-26 21:58:42,657 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-26 21:58:42,730 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-26 21:58:42,730 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-26 21:58:42' 2018-04-26 21:58:42,730 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--409e210d-25ac-4cce-b337-ed6d55bdd55a' 2018-04-26 21:58:48,670 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-409e210d-25ac-4cce-b337-ed6d55bdd55a' 2018-04-26 21:58:51,045 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-409e210d-25ac-4cce-b337-ed6d55bdd55a' 2018-04-26 21:59:03,312 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-409e210d-25ac-4cce-b337-ed6d55bdd55a' 2018-04-26 21:59:04,036 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-409e210d-25ac-4cce-b337-ed6d55bdd55a' 2018-04-26 21:59:11,632 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-409e210d-25ac-4cce-b337-ed6d55bdd55a' 2018-04-26 21:59:18,858 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-26 21:59:30,327 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-26 21:59:33,176 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.7. Waiting for response... 2018-04-26 21:59:36,115 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-26 22:00:12,432 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-26 22:00:12,433 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:53 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-26 22:00:12,436 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-26 22:00:12,523 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-26 22:00:17,220 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-26 22:00:16.960 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=65685e2b-760c-4eea-b16d-2861aa2423c7) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 65685e2b-760c-4eea-b16d-2861aa2423c7 | 2018-04-26T22:00:16 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 65685e2b-760c-4eea-b16d-2861aa2423c7 ~/.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-26 22:00:20,750 - 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-26 22:00:20,751 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-26 22:00:26,206 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-26 22:00:24.988 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-26 22:00:25.140 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-26 22:00:26.085 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4be4b554-0372-4618-99da-e0fe2c90486a) has been successfully created! Using verifier 'opnfv-tempest' (UUID=4be4b554-0372-4618-99da-e0fe2c90486a) as the default verifier for the future CLI operations. 2018-04-26 22:00:29,128 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-26 22:00:31,955 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-26 22:00:44,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-26 22:00:50,088 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-26 22:00:49.068 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4be4b554-0372-4618-99da-e0fe2c90486a) for deployment 'opnfv-rally' (UUID=65685e2b-760c-4eea-b16d-2861aa2423c7). 2018-04-26 22:00:49.893 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4be4b554-0372-4618-99da-e0fe2c90486a) has been successfully configured for deployment 'opnfv-rally' (UUID=65685e2b-760c-4eea-b16d-2861aa2423c7)! 2018-04-26 22:00:50,088 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-26 22:00:50,088 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-26 22:00:50,090 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-26 22:00:50,093 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-26 22:00:53,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-4be4b554-0372-4618-99da-e0fe2c90486a/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-26 22:00:53,178 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-26 22:00:53,180 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-26 22:00:53,180 - 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-26 22:00:55,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:00:55.303 55 INFO rally.api [-] Starting verification (UUID=10cd1441-a00b-4fc0-b254-a7b567311162) for deployment 'opnfv-rally' (UUID=65685e2b-760c-4eea-b16d-2861aa2423c7) by verifier 'opnfv-tempest' (UUID=4be4b554-0372-4618-99da-e0fe2c90486a). 2018-04-26 22:00:55,305 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 10cd1441-a00b-4fc0-b254-a7b567311162 2018-04-26 22:01:02,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:01:02.862 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.175s] 2018-04-26 22:01:02,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:01:02.916 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.053s] 2018-04-26 22:01:09,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:01:09.642 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.644s] 2018-04-26 22:01:13,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:01:13.531 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.888s] 2018-04-26 22:01:29,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:01:29.023 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [7.602s] 2018-04-26 22:01:55,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:01:55.250 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [19.221s] 2018-04-26 22:02:45,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:02:45.070 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.063s] 2018-04-26 22:02:45,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:02:45.071 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-26 22:03:34,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:03:34.728 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.070s] 2018-04-26 22:03:34,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:03:34.729 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-26 22:04:19,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:04:19.763 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.072s] 2018-04-26 22:04:19,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:04:19.764 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-26 22:05:28,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:05:28.723 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [22.253s] 2018-04-26 22:06:02,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:06:02.218 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.050s] 2018-04-26 22:06:02,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:06:02.320 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.101s] 2018-04-26 22:06:12,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:06:12.321 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.656s] 2018-04-26 22:06:12,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:06:12.330 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-04-26 22:06:14,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:06:14.165 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-26 22:06:14,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:06:14.166 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-26 22:06:18,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:06:18.408 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.419s] 2018-04-26 22:06:25,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:06:25.969 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.082s] 2018-04-26 22:06:33,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:06:33.327 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.817s] 2018-04-26 22:06:41,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:06:41.311 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.616s] 2018-04-26 22:06:53,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:06:53.126 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.782s] 2018-04-26 22:07:01,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:07:01.320 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.435s] 2018-04-26 22:07:07,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:07:07.805 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.222s] 2018-04-26 22:07:16,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:07:16.181 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.432s] 2018-04-26 22:07:25,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:07:25.606 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.574s] 2018-04-26 22:07:34,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:07:34.519 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.708s] 2018-04-26 22:07:37,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:07:37.364 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-26 22:07:39,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:07:39.457 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.080s] 2018-04-26 22:07:39,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:07:39.526 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.069s] 2018-04-26 22:07:39,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:07:39.604 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.078s] 2018-04-26 22:07:39,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:07:39.610 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-04-26 22:07:43,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:07:43.921 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.024s] 2018-04-26 22:07:48,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:07:48.131 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [4.209s] 2018-04-26 22:07:50,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:07:50.579 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.448s] 2018-04-26 22:08:01,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:08:01.443 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-04-26 22:08:10,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:08:10.059 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.862s] 2018-04-26 22:08:30,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:08:30.026 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.506s] 2018-04-26 22:08:34,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:08:34.781 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.754s] 2018-04-26 22:08:48,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:08:48.995 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.700s] 2018-04-26 22:08:52,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:08:52.659 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.662s] 2018-04-26 22:09:00,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:09:00.914 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.254s] 2018-04-26 22:09:11,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:09:11.220 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.680s] 2018-04-26 22:09:14,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:09:14.858 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.637s] 2018-04-26 22:09:21,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:09:21.664 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.805s] 2018-04-26 22:09:39,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:09:39.781 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.715s] 2018-04-26 22:09:40,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:09:40.061 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.279s] 2018-04-26 22:09:40,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:09:40.444 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.383s] 2018-04-26 22:09:40,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:09:40.631 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.187s] 2018-04-26 22:09:40,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:09:40.737 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.106s] 2018-04-26 22:09:40,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:09:40.958 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.219s] 2018-04-26 22:09:56,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:09:56.990 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.703s] 2018-04-26 22:09:57,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:09:57.533 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.542s] 2018-04-26 22:09:57,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:09:57.930 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.397s] 2018-04-26 22:09:58,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:09:58.147 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.217s] 2018-04-26 22:09:58,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:09:58.387 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.240s] 2018-04-26 22:09:58,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:09:58.601 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.214s] 2018-04-26 22:10:14,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:10:14.275 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [6.114s] 2018-04-26 22:10:21,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:10:21.598 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [7.322s] 2018-04-26 22:10:23,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:10:23.554 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.955s] 2018-04-26 22:10:23,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:10:23.764 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.209s] 2018-04-26 22:10:23,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:10:23.974 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.210s] 2018-04-26 22:10:37,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:10:37.928 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.905s] 2018-04-26 22:10:44,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:10:44.191 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.263s] 2018-04-26 22:10:46,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:10:46.666 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.474s] 2018-04-26 22:10:46,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:10:46.861 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.194s] 2018-04-26 22:10:46,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:10:46.949 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.089s] 2018-04-26 22:11:11,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:11:11.380 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [18.819s] 2018-04-26 22:11:26,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:11:26.198 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [14.817s] 2018-04-26 22:11:39,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:11:39.032 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [12.833s] 2018-04-26 22:11:49,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:11:49.888 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [10.855s] 2018-04-26 22:12:27,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:12:27.644 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [21.206s] 2018-04-26 22:12:40,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:12:40.884 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [13.240s] 2018-04-26 22:12:53,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:12:53.561 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [12.677s] 2018-04-26 22:13:04,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:13:04.699 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [11.137s] 2018-04-26 22:13:23,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:13:23.107 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.751s] 2018-04-26 22:13:26,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:13:26.441 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [3.330s] 2018-04-26 22:13:26,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:13:26.491 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.053s] 2018-04-26 22:13:31,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:13:31.625 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.024s] 2018-04-26 22:13:34,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:13:34.483 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.856s] 2018-04-26 22:13:34,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:13:34.685 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.204s] 2018-04-26 22:13:39,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:13:39.130 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.316s] 2018-04-26 22:13:43,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:13:43.051 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-04-26 22:13:44,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:13:44.325 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-26 22:13:44,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:13:44.328 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-26 22:13:44,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:13:44.328 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-26 22:13:44,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:13:44.329 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-26 22:13:44,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:13:44.330 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-26 22:13:46,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:13:46.331 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-04-26 22:14:08,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:14:08.190 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [16.017s] 2018-04-26 22:14:26,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:14:26.559 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [12.782s] 2018-04-26 22:14:48,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:14:48.003 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [21.439s] 2018-04-26 22:14:59,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:14:59.214 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.043s] 2018-04-26 22:16:32,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:16:32.287 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [85.790s] 2018-04-26 22:17:30,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:17:30.593 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [44.155s] 2018-04-26 22:18:43,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:18:43.580 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [39.081s] 2018-04-26 22:19:06,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '10cd1441-a00b-4fc0-b254-a7b567311162']'. 2018-04-26 22:19:07,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-26 22:19:07,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-26 22:19:07,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-26 22:19:07,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 10cd1441-a00b-4fc0-b254-a7b567311162 | 2018-04-26 22:19:07,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-26 22:19:07,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-26 22:00:55 | 2018-04-26 22:19:07,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-26 22:19:06 | 2018-04-26 22:19:07,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:18:11 | 2018-04-26 22:19:07,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-26 22:19:07,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-26 22:19:07,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-26 22:19:07,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 4be4b554-0372-4618-99da-e0fe2c90486a) | 2018-04-26 22:19:07,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-26 22:19:07,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 65685e2b-760c-4eea-b16d-2861aa2423c7) | 2018-04-26 22:19:07,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-26 22:19:07,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1062.924 | 2018-04-26 22:19:07,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-04-26 22:19:07,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-26 22:19:07,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-26 22:19:07,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-26 22:19:07,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-26 22:19:07,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-26 22:19:07,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-26 22:19:07,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-04-26 22:19:18,546 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-26 22:19:18,547 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 18:49 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-04-26 22:19:18,551 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-26 22:19:18,643 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-26 22:19:19,069 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-26 22:19:19,069 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-04-26 22:19:19,442 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-26 22:19:21,875 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-26 22:19:21.528 121 INFO rally.deployment.engine [-] Deployment 65685e2b-760c-4eea-b16d-2861aa2423c7 | Starting: Destroy cloud and free allocated resources. 2018-04-26 22:19:21.616 121 INFO rally.deployment.engine [-] Deployment 65685e2b-760c-4eea-b16d-2861aa2423c7 | Completed: Destroy cloud and free allocated resources. 2018-04-26 22:19:21.644 121 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=4be4b554-0372-4618-99da-e0fe2c90486a) for deployment 'opnfv-rally'. 2018-04-26 22:19:21.658 121 INFO rally.api [-] Deleting verification (UUID=10cd1441-a00b-4fc0-b254-a7b567311162). 2018-04-26 22:19:21.692 121 INFO rally.api [-] Verification has been successfully deleted! 2018-04-26 22:19:21.692 121 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=4be4b554-0372-4618-99da-e0fe2c90486a). 2018-04-26 22:19:21.700 121 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-26 22:19:24,263 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-26 22:19:23.983 124 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=6d47f9d4-5aa5-4f1b-b660-37c1f5d006aa) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 6d47f9d4-5aa5-4f1b-b660-37c1f5d006aa | 2018-04-26T22:19:23 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 6d47f9d4-5aa5-4f1b-b660-37c1f5d006aa ~/.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-26 22:19:27,488 - 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-26 22:19:27,488 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-26 22:19:28,943 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-6d970d04-b706-4afd-86eb-6e0982498959'... 2018-04-26 22:19:32,610 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-6d970d04-b706-4afd-86eb-6e0982498959'... 2018-04-26 22:19:35,415 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-6d970d04-b706-4afd-86eb-6e0982498959'... 2018-04-26 22:19:47,381 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-6d970d04-b706-4afd-86eb-6e0982498959'... 2018-04-26 22:19:48,093 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-6d970d04-b706-4afd-86eb-6e0982498959'... 2018-04-26 22:19:48,835 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-26 22:19:48,836 - 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-26 22:19:48,837 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-26 22:19:48,855 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-26 22:19:48,856 - 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': '12ae0fd7-598c-460f-babd-73877251048c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-6d970d04-b706-4afd-86eb-6e0982498959', 'flavor_name': 'rally-tiny-6d970d04-b706-4afd-86eb-6e0982498959', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-6d970d04-b706-4afd-86eb-6e0982498959', '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-26 22:20:51,471 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 3ed9baad-93a8-4caf-b5c3-d2e9ad2824e5 2018-04-26 22:20:51,471 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-26 22:20:51,472 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '3ed9baad-93a8-4caf-b5c3-d2e9ad2824e5'] 2018-04-26 22:20:52,517 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 3ed9baad-93a8-4caf-b5c3-d2e9ad2824e5: 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 3ed9baad-93a8-4caf-b5c3-d2e9ad2824e5 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.485 | 0.485 | 0.485 | 0.485 | 0.485 | 0.485 | 100.0% | 1 | | total | 0.486 | 0.486 | 0.486 | 0.486 | 0.486 | 0.486 | 100.0% | 1 | | -> duration | 0.486 | 0.486 | 0.486 | 0.486 | 0.486 | 0.486 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.485578 Full duration: 7.582863 -------------------------------------------------------------------------------- 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 3ed9baad-93a8-4caf-b5c3-d2e9ad2824e5 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.337 | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 100.0% | 1 | | total | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | -> duration | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.783634 Full duration: 8.042733 -------------------------------------------------------------------------------- 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 3ed9baad-93a8-4caf-b5c3-d2e9ad2824e5 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.517 | 0.517 | 0.517 | 0.517 | 0.517 | 0.517 | 100.0% | 1 | | total | 0.939 | 0.939 | 0.939 | 0.939 | 0.939 | 0.939 | 100.0% | 1 | | -> duration | 0.939 | 0.939 | 0.939 | 0.939 | 0.939 | 0.939 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.938779 Full duration: 7.69887 -------------------------------------------------------------------------------- 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 3ed9baad-93a8-4caf-b5c3-d2e9ad2824e5 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.37 | 0.37 | 0.37 | 0.37 | 0.37 | 0.37 | 100.0% | 1 | | total | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | -> duration | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.783874 Full duration: 8.353533 -------------------------------------------------------------------------------- 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 3ed9baad-93a8-4caf-b5c3-d2e9ad2824e5 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.596 | 0.596 | 0.596 | 0.596 | 0.596 | 0.596 | 100.0% | 1 | | total | 1.002 | 1.002 | 1.002 | 1.002 | 1.002 | 1.002 | 100.0% | 1 | | -> duration | 1.002 | 1.002 | 1.002 | 1.002 | 1.002 | 1.002 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.002498 Full duration: 7.725794 -------------------------------------------------------------------------------- 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 3ed9baad-93a8-4caf-b5c3-d2e9ad2824e5 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.231 | 0.231 | 0.231 | 0.231 | 0.231 | 0.231 | 100.0% | 1 | | total | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | -> duration | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.691913 Full duration: 7.370906 HINTS: * To plot HTML graphics with this data, run: rally task report 3ed9baad-93a8-4caf-b5c3-d2e9ad2824e5 --out output.html * To generate a JUnit report, run: rally task export 3ed9baad-93a8-4caf-b5c3-d2e9ad2824e5 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 3ed9baad-93a8-4caf-b5c3-d2e9ad2824e5 --json --out output.json 2018-04-26 22:20:52,517 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '3ed9baad-93a8-4caf-b5c3-d2e9ad2824e5'] 2018-04-26 22:20:53,578 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-26 22:20:53,578 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '3ed9baad-93a8-4caf-b5c3-d2e9ad2824e5', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-26 22:20:53,585 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-26 22:20:53,585 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-26 22:20:53,586 - 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-26 22:20:53,586 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-26 22:20:53,602 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-26 22:20:53,603 - 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': '12ae0fd7-598c-460f-babd-73877251048c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-6d970d04-b706-4afd-86eb-6e0982498959', 'flavor_name': 'rally-tiny-6d970d04-b706-4afd-86eb-6e0982498959', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-6d970d04-b706-4afd-86eb-6e0982498959', '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-26 22:22:53,311 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 448ab15d-2288-4825-80d9-c3d5ba5f3d6c 2018-04-26 22:22:53,312 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '448ab15d-2288-4825-80d9-c3d5ba5f3d6c'] 2018-04-26 22:22:54,316 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 448ab15d-2288-4825-80d9-c3d5ba5f3d6c: 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 448ab15d-2288-4825-80d9-c3d5ba5f3d6c 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.599 | 7.599 | 7.599 | 7.599 | 7.599 | 7.599 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 100.0% | 1 | | -> glance_v2.upload_data | 4.641 | 4.641 | 4.641 | 4.641 | 4.641 | 4.641 | 100.0% | 1 | | glance_v2.delete_image | 4.381 | 4.381 | 4.381 | 4.381 | 4.381 | 4.381 | 100.0% | 1 | | total | 11.981 | 11.981 | 11.981 | 11.981 | 11.981 | 11.981 | 100.0% | 1 | | -> duration | 11.981 | 11.981 | 11.981 | 11.981 | 11.981 | 11.981 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.980896 Full duration: 21.15927 -------------------------------------------------------------------------------- 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 448ab15d-2288-4825-80d9-c3d5ba5f3d6c 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.709 | 7.709 | 7.709 | 7.709 | 7.709 | 7.709 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 100.0% | 1 | | -> glance_v2.upload_data | 4.79 | 4.79 | 4.79 | 4.79 | 4.79 | 4.79 | 100.0% | 1 | | glance_v2.list_images | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 100.0% | 1 | | total | 7.888 | 7.888 | 7.888 | 7.888 | 7.888 | 7.888 | 100.0% | 1 | | -> duration | 7.888 | 7.888 | 7.888 | 7.888 | 7.888 | 7.888 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.887558 Full duration: 23.699972 -------------------------------------------------------------------------------- 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 448ab15d-2288-4825-80d9-c3d5ba5f3d6c 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.327 | 0.327 | 0.327 | 0.327 | 0.327 | 0.327 | 100.0% | 1 | | total | 0.328 | 0.328 | 0.328 | 0.328 | 0.328 | 0.328 | 100.0% | 1 | | -> duration | 0.328 | 0.328 | 0.328 | 0.328 | 0.328 | 0.328 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.327582 Full duration: 8.336311 -------------------------------------------------------------------------------- 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-6d970d04-b706-4afd-86eb-6e0982498959" }, "number_instances": 2, "nics": [ { "net-id": "12ae0fd7-598c-460f-babd-73877251048c" } ] }, "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 448ab15d-2288-4825-80d9-c3d5ba5f3d6c 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.013 | 7.013 | 7.013 | 7.013 | 7.013 | 7.013 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.371 | 0.371 | 0.371 | 0.371 | 0.371 | 0.371 | 100.0% | 1 | | -> glance_v2.upload_data | 4.166 | 4.166 | 4.166 | 4.166 | 4.166 | 4.166 | 100.0% | 1 | | nova.boot_servers | 19.381 | 19.381 | 19.381 | 19.381 | 19.381 | 19.381 | 100.0% | 1 | | total | 26.395 | 26.395 | 26.395 | 26.395 | 26.395 | 26.395 | 100.0% | 1 | | -> duration | 25.395 | 25.395 | 25.395 | 25.395 | 25.395 | 25.395 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 25.394805 Full duration: 49.349641 HINTS: * To plot HTML graphics with this data, run: rally task report 448ab15d-2288-4825-80d9-c3d5ba5f3d6c --out output.html * To generate a JUnit report, run: rally task export 448ab15d-2288-4825-80d9-c3d5ba5f3d6c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 448ab15d-2288-4825-80d9-c3d5ba5f3d6c --json --out output.json 2018-04-26 22:22:54,316 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '448ab15d-2288-4825-80d9-c3d5ba5f3d6c'] 2018-04-26 22:22:55,258 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-26 22:22:55,258 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '448ab15d-2288-4825-80d9-c3d5ba5f3d6c', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-26 22:22:55,265 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-26 22:22:55,265 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-26 22:22:55,266 - 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-26 22:22:55,266 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-26 22:22:55,277 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-26 22:22:55,277 - 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': '12ae0fd7-598c-460f-babd-73877251048c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-6d970d04-b706-4afd-86eb-6e0982498959', 'flavor_name': 'rally-tiny-6d970d04-b706-4afd-86eb-6e0982498959', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-6d970d04-b706-4afd-86eb-6e0982498959', '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-26 22:26:33,505 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e9e6176a-a300-4c7e-8314-c7f1b841da0c 2018-04-26 22:26:33,505 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e9e6176a-a300-4c7e-8314-c7f1b841da0c'] 2018-04-26 22:26:34,605 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e9e6176a-a300-4c7e-8314-c7f1b841da0c: 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 e9e6176a-a300-4c7e-8314-c7f1b841da0c 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.158 | 3.158 | 3.158 | 3.158 | 3.158 | 3.158 | 100.0% | 1 | | cinder_v2.delete_snapshot | 6.929 | 6.929 | 6.929 | 6.929 | 6.929 | 6.929 | 100.0% | 1 | | total | 10.087 | 10.087 | 10.087 | 10.087 | 10.087 | 10.087 | 100.0% | 1 | | -> duration | 10.087 | 10.087 | 10.087 | 10.087 | 10.087 | 10.087 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.087456 Full duration: 28.479765 -------------------------------------------------------------------------------- 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 e9e6176a-a300-4c7e-8314-c7f1b841da0c 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.296 | 3.296 | 3.296 | 3.296 | 3.296 | 3.296 | 100.0% | 1 | | cinder_v2.delete_volume | 2.665 | 2.665 | 2.665 | 2.665 | 2.665 | 2.665 | 100.0% | 1 | | total | 5.961 | 5.961 | 5.961 | 5.961 | 5.961 | 5.961 | 100.0% | 1 | | -> duration | 5.961 | 5.961 | 5.961 | 5.961 | 5.961 | 5.961 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.961286 Full duration: 16.448803 -------------------------------------------------------------------------------- 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-6d970d04-b706-4afd-86eb-6e0982498959" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task e9e6176a-a300-4c7e-8314-c7f1b841da0c has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 13.109 | 13.109 | 13.109 | 13.109 | 13.109 | 13.109 | 100.0% | 1 | | cinder_v2.delete_volume | 2.482 | 2.482 | 2.482 | 2.482 | 2.482 | 2.482 | 100.0% | 1 | | total | 15.592 | 15.592 | 15.592 | 15.592 | 15.592 | 15.592 | 100.0% | 1 | | -> duration | 15.592 | 15.592 | 15.592 | 15.592 | 15.592 | 15.592 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.591781 Full duration: 26.549368 -------------------------------------------------------------------------------- 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 e9e6176a-a300-4c7e-8314-c7f1b841da0c 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.355 | 3.355 | 3.355 | 3.355 | 3.355 | 3.355 | 100.0% | 1 | | cinder_v2.delete_volume | 2.488 | 2.488 | 2.488 | 2.488 | 2.488 | 2.488 | 100.0% | 1 | | total | 5.843 | 5.843 | 5.843 | 5.843 | 5.843 | 5.843 | 100.0% | 1 | | -> duration | 5.843 | 5.843 | 5.843 | 5.843 | 5.843 | 5.843 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.842932 Full duration: 15.836336 -------------------------------------------------------------------------------- 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 e9e6176a-a300-4c7e-8314-c7f1b841da0c 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.37 | 3.37 | 3.37 | 3.37 | 3.37 | 3.37 | 100.0% | 1 | | cinder_v2.extend_volume | 2.491 | 2.491 | 2.491 | 2.491 | 2.491 | 2.491 | 100.0% | 1 | | cinder_v2.delete_volume | 2.505 | 2.505 | 2.505 | 2.505 | 2.505 | 2.505 | 100.0% | 1 | | total | 8.367 | 8.367 | 8.367 | 8.367 | 8.367 | 8.367 | 100.0% | 1 | | -> duration | 8.367 | 8.367 | 8.367 | 8.367 | 8.367 | 8.367 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.366633 Full duration: 19.568793 -------------------------------------------------------------------------------- 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 e9e6176a-a300-4c7e-8314-c7f1b841da0c has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 5.43 | 5.43 | 5.43 | 5.43 | 5.43 | 5.43 | 100.0% | 1 | | cinder_v2.delete_volume | 4.771 | 4.771 | 4.771 | 4.771 | 4.771 | 4.771 | 100.0% | 1 | | total | 10.202 | 10.202 | 10.202 | 10.202 | 10.202 | 10.202 | 100.0% | 1 | | -> duration | 10.202 | 10.202 | 10.202 | 10.202 | 10.202 | 10.202 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.201649 Full duration: 30.327019 -------------------------------------------------------------------------------- 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 e9e6176a-a300-4c7e-8314-c7f1b841da0c 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.633 | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 100.0% | 1 | | cinder_v2.list_qos | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 100.0% | 1 | | total | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | -> duration | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.792325 Full duration: 13.433366 -------------------------------------------------------------------------------- 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 e9e6176a-a300-4c7e-8314-c7f1b841da0c 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.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | cinder_v2.set_qos | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 100.0% | 1 | | total | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 100.0% | 1 | | -> duration | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.941742 Full duration: 13.058886 -------------------------------------------------------------------------------- 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 e9e6176a-a300-4c7e-8314-c7f1b841da0c 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.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | cinder_v2.list_types | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 100.0% | 1 | | total | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | -> duration | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.785762 Full duration: 12.694762 -------------------------------------------------------------------------------- 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 e9e6176a-a300-4c7e-8314-c7f1b841da0c 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.657 | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 100.0% | 1 | | total | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 100.0% | 1 | | -> duration | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.858302 Full duration: 13.605493 HINTS: * To plot HTML graphics with this data, run: rally task report e9e6176a-a300-4c7e-8314-c7f1b841da0c --out output.html * To generate a JUnit report, run: rally task export e9e6176a-a300-4c7e-8314-c7f1b841da0c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e9e6176a-a300-4c7e-8314-c7f1b841da0c --json --out output.json 2018-04-26 22:26:34,606 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e9e6176a-a300-4c7e-8314-c7f1b841da0c'] 2018-04-26 22:26:35,628 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-26 22:26:35,628 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e9e6176a-a300-4c7e-8314-c7f1b841da0c', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-26 22:26:35,634 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-26 22:26:35,635 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-26 22:26:35,635 - 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-26 22:26:35,635 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-26 22:26:35,652 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-26 22:26:35,652 - 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': '12ae0fd7-598c-460f-babd-73877251048c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-6d970d04-b706-4afd-86eb-6e0982498959', 'flavor_name': 'rally-tiny-6d970d04-b706-4afd-86eb-6e0982498959', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-6d970d04-b706-4afd-86eb-6e0982498959', '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-26 22:28:05,080 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a2f3897b-9aec-4d0a-996d-b7a4e558c94c 2018-04-26 22:28:05,080 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a2f3897b-9aec-4d0a-996d-b7a4e558c94c'] 2018-04-26 22:28:06,238 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a2f3897b-9aec-4d0a-996d-b7a4e558c94c: 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 a2f3897b-9aec-4d0a-996d-b7a4e558c94c 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.979 | 5.979 | 5.979 | 5.979 | 5.979 | 5.979 | 100.0% | 1 | | heat.update_stack | 2.82 | 2.82 | 2.82 | 2.82 | 2.82 | 2.82 | 100.0% | 1 | | heat.delete_stack | 3.896 | 3.896 | 3.896 | 3.896 | 3.896 | 3.896 | 100.0% | 1 | | total | 12.695 | 12.695 | 12.695 | 12.695 | 12.695 | 12.695 | 100.0% | 1 | | -> duration | 8.695 | 8.695 | 8.695 | 8.695 | 8.695 | 8.695 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.695247 Full duration: 23.782332 -------------------------------------------------------------------------------- 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 a2f3897b-9aec-4d0a-996d-b7a4e558c94c 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.071 | 5.071 | 5.071 | 5.071 | 5.071 | 5.071 | 100.0% | 1 | | heat.check_stack | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 100.0% | 1 | | heat.delete_stack | 2.966 | 2.966 | 2.966 | 2.966 | 2.966 | 2.966 | 100.0% | 1 | | total | 8.812 | 8.812 | 8.812 | 8.812 | 8.812 | 8.812 | 100.0% | 1 | | -> duration | 6.812 | 6.812 | 6.812 | 6.812 | 6.812 | 6.812 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.811814 Full duration: 17.32482 -------------------------------------------------------------------------------- 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 a2f3897b-9aec-4d0a-996d-b7a4e558c94c 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.824 | 4.824 | 4.824 | 4.824 | 4.824 | 4.824 | 100.0% | 1 | | heat.suspend_stack | 1.907 | 1.907 | 1.907 | 1.907 | 1.907 | 1.907 | 100.0% | 1 | | heat.resume_stack | 1.706 | 1.706 | 1.706 | 1.706 | 1.706 | 1.706 | 100.0% | 1 | | heat.delete_stack | 2.534 | 2.534 | 2.534 | 2.534 | 2.534 | 2.534 | 100.0% | 1 | | total | 10.972 | 10.972 | 10.972 | 10.972 | 10.972 | 10.972 | 100.0% | 1 | | -> duration | 8.972 | 8.972 | 8.972 | 8.972 | 8.972 | 8.972 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.972015 Full duration: 20.617425 -------------------------------------------------------------------------------- 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 a2f3897b-9aec-4d0a-996d-b7a4e558c94c 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.563 | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 100.0% | 1 | | total | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 100.0% | 1 | | -> duration | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.563221 Full duration: 9.521051 HINTS: * To plot HTML graphics with this data, run: rally task report a2f3897b-9aec-4d0a-996d-b7a4e558c94c --out output.html * To generate a JUnit report, run: rally task export a2f3897b-9aec-4d0a-996d-b7a4e558c94c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a2f3897b-9aec-4d0a-996d-b7a4e558c94c --json --out output.json 2018-04-26 22:28:06,239 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a2f3897b-9aec-4d0a-996d-b7a4e558c94c'] 2018-04-26 22:28:07,315 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-26 22:28:07,316 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a2f3897b-9aec-4d0a-996d-b7a4e558c94c', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-26 22:28:07,323 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-26 22:28:07,323 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-26 22:28:07,324 - 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-26 22:28:07,324 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-26 22:28:07,339 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-26 22:28:07,340 - 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': '12ae0fd7-598c-460f-babd-73877251048c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-6d970d04-b706-4afd-86eb-6e0982498959', 'flavor_name': 'rally-tiny-6d970d04-b706-4afd-86eb-6e0982498959', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-6d970d04-b706-4afd-86eb-6e0982498959', '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-26 22:31:27,804 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5740f9d9-9cc8-4428-b65e-60be4d27ed3e 2018-04-26 22:31:27,805 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '5740f9d9-9cc8-4428-b65e-60be4d27ed3e'] 2018-04-26 22:31:28,836 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 5740f9d9-9cc8-4428-b65e-60be4d27ed3e: 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 5740f9d9-9cc8-4428-b65e-60be4d27ed3e 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.602 | 0.602 | 0.602 | 0.602 | 0.602 | 0.602 | 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.138 | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 100.0% | 1 | | total | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 100.0% | 1 | | -> duration | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.881171 Full duration: 15.768131 -------------------------------------------------------------------------------- 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 5740f9d9-9cc8-4428-b65e-60be4d27ed3e has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 100.0% | 1 | | keystone_v3.add_role | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | keystone_v3.list_roles | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | total | 1.338 | 1.338 | 1.338 | 1.338 | 1.338 | 1.338 | 100.0% | 1 | | -> duration | 1.338 | 1.338 | 1.338 | 1.338 | 1.338 | 1.338 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.337641 Full duration: 15.887922 -------------------------------------------------------------------------------- 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 5740f9d9-9cc8-4428-b65e-60be4d27ed3e 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.837 | 0.837 | 0.837 | 0.837 | 0.837 | 0.837 | 100.0% | 1 | | keystone_v3.list_projects | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | total | 0.917 | 0.917 | 0.917 | 0.917 | 0.917 | 0.917 | 100.0% | 1 | | -> duration | 0.917 | 0.917 | 0.917 | 0.917 | 0.917 | 0.917 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.916832 Full duration: 15.184601 -------------------------------------------------------------------------------- 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 5740f9d9-9cc8-4428-b65e-60be4d27ed3e 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.507 | 0.507 | 0.507 | 0.507 | 0.507 | 0.507 | 100.0% | 1 | | keystone_v3.delete_role | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 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.608457 Full duration: 12.772961 -------------------------------------------------------------------------------- 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 5740f9d9-9cc8-4428-b65e-60be4d27ed3e 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.528 | 0.528 | 0.528 | 0.528 | 0.528 | 0.528 | 100.0% | 1 | | keystone_v3.delete_service | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | total | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | -> duration | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.638143 Full duration: 12.610778 -------------------------------------------------------------------------------- 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 5740f9d9-9cc8-4428-b65e-60be4d27ed3e has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | keystone_v3.create_user | 0.525 | 0.525 | 0.525 | 0.525 | 0.525 | 0.525 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | -> keystone_v3.add_role | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 100.0% | 1 | | keystone_v3.create_role | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 100.0% | 1 | | keystone_v3.get_project | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | keystone_v3.get_user | 0.036 | 0.036 | 0.036 | 0.036 | 0.036 | 0.036 | 100.0% | 1 | | keystone_v3.get_role | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | keystone_v3.list_services | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | keystone_v3.get_services | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | total | 1.816 | 1.816 | 1.816 | 1.816 | 1.816 | 1.816 | 100.0% | 1 | | -> duration | 1.816 | 1.816 | 1.816 | 1.816 | 1.816 | 1.816 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.816118 Full duration: 19.933458 -------------------------------------------------------------------------------- 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 5740f9d9-9cc8-4428-b65e-60be4d27ed3e 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.669 | 0.669 | 0.669 | 0.669 | 0.669 | 0.669 | 100.0% | 1 | | keystone_v3.update_project | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | keystone_v3.delete_project | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 100.0% | 1 | | total | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | -> duration | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.927745 Full duration: 13.127127 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 5740f9d9-9cc8-4428-b65e-60be4d27ed3e 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.87 | 0.87 | 0.87 | 0.87 | 0.87 | 0.87 | 100.0% | 1 | | total | 0.965 | 0.965 | 0.965 | 0.965 | 0.965 | 0.965 | 100.0% | 1 | | -> duration | 0.965 | 0.965 | 0.965 | 0.965 | 0.965 | 0.965 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.965198 Full duration: 14.816767 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 5740f9d9-9cc8-4428-b65e-60be4d27ed3e has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | total | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | -> duration | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.68856 Full duration: 15.019603 -------------------------------------------------------------------------------- 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 5740f9d9-9cc8-4428-b65e-60be4d27ed3e 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.715 | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 100.0% | 1 | | keystone_v3.list_users | 0.541 | 0.541 | 0.541 | 0.541 | 0.541 | 0.541 | 100.0% | 1 | | total | 1.357 | 1.357 | 1.357 | 1.357 | 1.357 | 1.357 | 100.0% | 1 | | -> duration | 1.357 | 1.357 | 1.357 | 1.357 | 1.357 | 1.357 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.357437 Full duration: 16.310155 -------------------------------------------------------------------------------- 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 5740f9d9-9cc8-4428-b65e-60be4d27ed3e 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.668 | 0.668 | 0.668 | 0.668 | 0.668 | 0.668 | 100.0% | 1 | | keystone_v3.create_users | 5.918 | 5.918 | 5.918 | 5.918 | 5.918 | 5.918 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.918 | 5.918 | 5.918 | 5.918 | 5.918 | 5.918 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.301 | 1.301 | 1.301 | 1.301 | 1.301 | 1.301 | 100.0% | 1 | | total | 7.544 | 7.544 | 7.544 | 7.544 | 7.544 | 7.544 | 100.0% | 1 | | -> duration | 7.544 | 7.544 | 7.544 | 7.544 | 7.544 | 7.544 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.544138 Full duration: 24.22951 HINTS: * To plot HTML graphics with this data, run: rally task report 5740f9d9-9cc8-4428-b65e-60be4d27ed3e --out output.html * To generate a JUnit report, run: rally task export 5740f9d9-9cc8-4428-b65e-60be4d27ed3e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5740f9d9-9cc8-4428-b65e-60be4d27ed3e --json --out output.json 2018-04-26 22:31:28,837 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '5740f9d9-9cc8-4428-b65e-60be4d27ed3e'] 2018-04-26 22:31:29,896 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-26 22:31:29,897 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '5740f9d9-9cc8-4428-b65e-60be4d27ed3e', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-26 22:31:29,905 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-26 22:31:29,905 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-26 22:31:29,905 - 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-26 22:31:29,906 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-26 22:31:29,922 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-26 22:31:29,923 - 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': '12ae0fd7-598c-460f-babd-73877251048c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-6d970d04-b706-4afd-86eb-6e0982498959', 'flavor_name': 'rally-tiny-6d970d04-b706-4afd-86eb-6e0982498959', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-6d970d04-b706-4afd-86eb-6e0982498959', '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-26 22:38:24,619 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0730aa3b-82f6-426b-9b5a-39ea3faf87bf 2018-04-26 22:38:24,620 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '0730aa3b-82f6-426b-9b5a-39ea3faf87bf'] 2018-04-26 22:38:25,666 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 0730aa3b-82f6-426b-9b5a-39ea3faf87bf: 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 0730aa3b-82f6-426b-9b5a-39ea3faf87bf 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.54 | 1.54 | 1.54 | 1.54 | 1.54 | 1.54 | 100.0% | 1 | | neutron.delete_network | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 100.0% | 1 | | total | 2.28 | 2.28 | 2.28 | 2.28 | 2.28 | 2.28 | 100.0% | 1 | | -> duration | 2.28 | 2.28 | 2.28 | 2.28 | 2.28 | 2.28 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.27968 Full duration: 16.241498 -------------------------------------------------------------------------------- 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 0730aa3b-82f6-426b-9b5a-39ea3faf87bf 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.49 | 1.49 | 1.49 | 1.49 | 1.49 | 1.49 | 100.0% | 1 | | neutron.delete_port | 1.259 | 1.259 | 1.259 | 1.259 | 1.259 | 1.259 | 100.0% | 1 | | total | 2.75 | 2.75 | 2.75 | 2.75 | 2.75 | 2.75 | 100.0% | 1 | | -> duration | 2.75 | 2.75 | 2.75 | 2.75 | 2.75 | 2.75 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.750002 Full duration: 41.384571 -------------------------------------------------------------------------------- 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 0730aa3b-82f6-426b-9b5a-39ea3faf87bf 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.925 | 0.925 | 0.925 | 0.925 | 0.925 | 0.925 | 100.0% | 1 | | neutron.create_subnet | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | neutron.create_router | 4.297 | 4.297 | 4.297 | 4.297 | 4.297 | 4.297 | 100.0% | 1 | | neutron.add_interface_router | 1.906 | 1.906 | 1.906 | 1.906 | 1.906 | 1.906 | 100.0% | 1 | | neutron.remove_interface_router | 1.668 | 1.668 | 1.668 | 1.668 | 1.668 | 1.668 | 100.0% | 1 | | neutron.delete_router | 2.139 | 2.139 | 2.139 | 2.139 | 2.139 | 2.139 | 100.0% | 1 | | total | 11.755 | 11.755 | 11.755 | 11.755 | 11.755 | 11.755 | 100.0% | 1 | | -> duration | 11.755 | 11.755 | 11.755 | 11.755 | 11.755 | 11.755 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.755423 Full duration: 54.531898 -------------------------------------------------------------------------------- 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 0730aa3b-82f6-426b-9b5a-39ea3faf87bf 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 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | | neutron.delete_subnet | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | total | 2.673 | 2.673 | 2.673 | 2.673 | 2.673 | 2.673 | 100.0% | 1 | | -> duration | 2.673 | 2.673 | 2.673 | 2.673 | 2.673 | 2.673 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.672707 Full duration: 41.608714 -------------------------------------------------------------------------------- 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 0730aa3b-82f6-426b-9b5a-39ea3faf87bf 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.992 | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 100.0% | 1 | | neutron.list_networks | 0.291 | 0.291 | 0.291 | 0.291 | 0.291 | 0.291 | 100.0% | 1 | | total | 1.284 | 1.284 | 1.284 | 1.284 | 1.284 | 1.284 | 100.0% | 1 | | -> duration | 1.284 | 1.284 | 1.284 | 1.284 | 1.284 | 1.284 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.283912 Full duration: 17.788661 -------------------------------------------------------------------------------- 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 0730aa3b-82f6-426b-9b5a-39ea3faf87bf 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.589 | 1.589 | 1.589 | 1.589 | 1.589 | 1.589 | 100.0% | 1 | | neutron.list_ports | 0.28 | 0.28 | 0.28 | 0.28 | 0.28 | 0.28 | 100.0% | 1 | | total | 1.869 | 1.869 | 1.869 | 1.869 | 1.869 | 1.869 | 100.0% | 1 | | -> duration | 1.869 | 1.869 | 1.869 | 1.869 | 1.869 | 1.869 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.868849 Full duration: 40.137524 -------------------------------------------------------------------------------- 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 0730aa3b-82f6-426b-9b5a-39ea3faf87bf 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.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | neutron.create_router | 4.033 | 4.033 | 4.033 | 4.033 | 4.033 | 4.033 | 100.0% | 1 | | neutron.add_interface_router | 2.092 | 2.092 | 2.092 | 2.092 | 2.092 | 2.092 | 100.0% | 1 | | neutron.list_routers | 0.331 | 0.331 | 0.331 | 0.331 | 0.331 | 0.331 | 100.0% | 1 | | total | 7.998 | 7.998 | 7.998 | 7.998 | 7.998 | 7.998 | 100.0% | 1 | | -> duration | 7.998 | 7.998 | 7.998 | 7.998 | 7.998 | 7.998 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.997955 Full duration: 57.542012 -------------------------------------------------------------------------------- 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 0730aa3b-82f6-426b-9b5a-39ea3faf87bf 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.21 | 1.21 | 1.21 | 1.21 | 1.21 | 1.21 | 100.0% | 1 | | neutron.create_subnet | 0.896 | 0.896 | 0.896 | 0.896 | 0.896 | 0.896 | 100.0% | 1 | | neutron.list_subnets | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 100.0% | 1 | | total | 2.445 | 2.445 | 2.445 | 2.445 | 2.445 | 2.445 | 100.0% | 1 | | -> duration | 2.445 | 2.445 | 2.445 | 2.445 | 2.445 | 2.445 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.444731 Full duration: 45.592425 -------------------------------------------------------------------------------- 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 0730aa3b-82f6-426b-9b5a-39ea3faf87bf 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.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | neutron.delete_security_group | 0.29 | 0.29 | 0.29 | 0.29 | 0.29 | 0.29 | 100.0% | 1 | | total | 1.176 | 1.176 | 1.176 | 1.176 | 1.176 | 1.176 | 100.0% | 1 | | -> duration | 1.176 | 1.176 | 1.176 | 1.176 | 1.176 | 1.176 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.175859 Full duration: 16.740213 -------------------------------------------------------------------------------- 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 0730aa3b-82f6-426b-9b5a-39ea3faf87bf 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.891 | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 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.392 | 0.392 | 0.392 | 0.392 | 0.392 | 0.392 | 100.0% | 1 | | neutron.delete_security_group | 0.263 | 0.263 | 0.263 | 0.263 | 0.263 | 0.263 | 100.0% | 1 | | total | 1.856 | 1.856 | 1.856 | 1.856 | 1.856 | 1.856 | 100.0% | 1 | | -> duration | 1.856 | 1.856 | 1.856 | 1.856 | 1.856 | 1.856 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.856205 Full duration: 16.832124 -------------------------------------------------------------------------------- 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 0730aa3b-82f6-426b-9b5a-39ea3faf87bf 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.921 | 1.921 | 1.921 | 1.921 | 1.921 | 1.921 | 100.0% | 1 | | neutron.create_router | 3.835 | 3.835 | 3.835 | 3.835 | 3.835 | 3.835 | 100.0% | 1 | | neutron.add_gateway_router | 2.548 | 2.548 | 2.548 | 2.548 | 2.548 | 2.548 | 100.0% | 1 | | neutron.remove_gateway_router | 1.471 | 1.471 | 1.471 | 1.471 | 1.471 | 1.471 | 100.0% | 1 | | total | 9.775 | 9.775 | 9.775 | 9.775 | 9.775 | 9.775 | 100.0% | 1 | | -> duration | 9.775 | 9.775 | 9.775 | 9.775 | 9.775 | 9.775 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.775134 Full duration: 36.863466 HINTS: * To plot HTML graphics with this data, run: rally task report 0730aa3b-82f6-426b-9b5a-39ea3faf87bf --out output.html * To generate a JUnit report, run: rally task export 0730aa3b-82f6-426b-9b5a-39ea3faf87bf --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0730aa3b-82f6-426b-9b5a-39ea3faf87bf --json --out output.json 2018-04-26 22:38:25,666 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '0730aa3b-82f6-426b-9b5a-39ea3faf87bf'] 2018-04-26 22:38:26,777 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-26 22:38:26,777 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '0730aa3b-82f6-426b-9b5a-39ea3faf87bf', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-26 22:38:26,785 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-26 22:38:26,786 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-26 22:38:26,786 - 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-26 22:38:26,786 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-26 22:38:26,804 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-26 22:38:26,805 - 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': '12ae0fd7-598c-460f-babd-73877251048c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-6d970d04-b706-4afd-86eb-6e0982498959', 'flavor_name': 'rally-tiny-6d970d04-b706-4afd-86eb-6e0982498959', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-6d970d04-b706-4afd-86eb-6e0982498959', '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-26 22:48:23,563 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : fab10c41-f8b9-435c-bd64-832197c61a98 2018-04-26 22:48:23,563 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'fab10c41-f8b9-435c-bd64-832197c61a98'] 2018-04-26 22:48:24,665 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task fab10c41-f8b9-435c-bd64-832197c61a98: 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-6d970d04-b706-4afd-86eb-6e0982498959" }, "image": { "name": "Cirros-0.4.0-6d970d04-b706-4afd-86eb-6e0982498959" }, "block_migration": false, "nics": [ { "net-id": "12ae0fd7-598c-460f-babd-73877251048c" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task fab10c41-f8b9-435c-bd64-832197c61a98 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 | 19.258 | 19.258 | 19.258 | 19.258 | 19.258 | 19.258 | 100.0% | 1 | | nova.find_host_to_migrate | 1.245 | 1.245 | 1.245 | 1.245 | 1.245 | 1.245 | 100.0% | 1 | | nova.live_migrate | 26.949 | 26.949 | 26.949 | 26.949 | 26.949 | 26.949 | 100.0% | 1 | | nova.delete_server | 7.744 | 7.744 | 7.744 | 7.744 | 7.744 | 7.744 | 100.0% | 1 | | total | 55.197 | 55.197 | 55.197 | 55.197 | 55.197 | 55.197 | 100.0% | 1 | | -> duration | 54.197 | 54.197 | 54.197 | 54.197 | 54.197 | 54.197 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 54.197205 Full duration: 64.610868 -------------------------------------------------------------------------------- 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-6d970d04-b706-4afd-86eb-6e0982498959" }, "image": { "name": "Cirros-0.4.0-6d970d04-b706-4afd-86eb-6e0982498959" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "12ae0fd7-598c-460f-babd-73877251048c" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task fab10c41-f8b9-435c-bd64-832197c61a98 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.25 | 13.25 | 13.25 | 13.25 | 13.25 | 13.25 | 100.0% | 1 | | cinder_v2.create_volume | 5.038 | 5.038 | 5.038 | 5.038 | 5.038 | 5.038 | 100.0% | 1 | | nova.attach_volume | 5.416 | 5.416 | 5.416 | 5.416 | 5.416 | 5.416 | 100.0% | 1 | | nova.find_host_to_migrate | 1.41 | 1.41 | 1.41 | 1.41 | 1.41 | 1.41 | 100.0% | 1 | | nova.live_migrate | 14.985 | 14.985 | 14.985 | 14.985 | 14.985 | 14.985 | 100.0% | 1 | | nova.detach_volume | 32.808 | 32.808 | 32.808 | 32.808 | 32.808 | 32.808 | 100.0% | 1 | | cinder_v2.delete_volume | 2.602 | 2.602 | 2.602 | 2.602 | 2.602 | 2.602 | 100.0% | 1 | | nova.delete_server | 5.246 | 5.246 | 5.246 | 5.246 | 5.246 | 5.246 | 100.0% | 1 | | total | 80.757 | 80.757 | 80.757 | 80.757 | 80.757 | 80.757 | 100.0% | 1 | | -> duration | 79.757 | 79.757 | 79.757 | 79.757 | 79.757 | 79.757 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 79.757053 Full duration: 93.702263 -------------------------------------------------------------------------------- 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-6d970d04-b706-4afd-86eb-6e0982498959" }, "image": { "name": "Cirros-0.4.0-6d970d04-b706-4afd-86eb-6e0982498959" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "12ae0fd7-598c-460f-babd-73877251048c" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task fab10c41-f8b9-435c-bd64-832197c61a98 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 | 15.484 | 15.484 | 15.484 | 15.484 | 15.484 | 15.484 | 100.0% | 1 | | nova.boot_server | 12.486 | 12.486 | 12.486 | 12.486 | 12.486 | 12.486 | 100.0% | 1 | | nova.find_host_to_migrate | 1.245 | 1.245 | 1.245 | 1.245 | 1.245 | 1.245 | 100.0% | 1 | | nova.live_migrate | 24.008 | 24.008 | 24.008 | 24.008 | 24.008 | 24.008 | 100.0% | 1 | | nova.delete_server | 13.102 | 13.102 | 13.102 | 13.102 | 13.102 | 13.102 | 100.0% | 1 | | total | 66.326 | 66.326 | 66.326 | 66.326 | 66.326 | 66.326 | 100.0% | 1 | | -> duration | 65.326 | 65.326 | 65.326 | 65.326 | 65.326 | 65.326 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 65.325794 Full duration: 79.317529 -------------------------------------------------------------------------------- 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-6d970d04-b706-4afd-86eb-6e0982498959" }, "image": { "name": "Cirros-0.4.0-6d970d04-b706-4afd-86eb-6e0982498959" }, "server_kwargs": { "nics": [ { "net-id": "12ae0fd7-598c-460f-babd-73877251048c" } ] } }, "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 fab10c41-f8b9-435c-bd64-832197c61a98 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 | 1.155 | 1.155 | 1.155 | 1.155 | 1.155 | 1.155 | 100.0% | 1 | | nova.boot_server | 12.625 | 12.625 | 12.625 | 12.625 | 12.625 | 12.625 | 100.0% | 1 | | nova.delete_server | 7.68 | 7.68 | 7.68 | 7.68 | 7.68 | 7.68 | 100.0% | 1 | | nova.delete_keypair | 0.055 | 0.055 | 0.055 | 0.055 | 0.055 | 0.055 | 100.0% | 1 | | total | 21.518 | 21.518 | 21.518 | 21.518 | 21.518 | 21.518 | 100.0% | 1 | | -> duration | 20.518 | 20.518 | 20.518 | 20.518 | 20.518 | 20.518 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 20.518132 Full duration: 57.149379 -------------------------------------------------------------------------------- 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-6d970d04-b706-4afd-86eb-6e0982498959" }, "image": { "name": "Cirros-0.4.0-6d970d04-b706-4afd-86eb-6e0982498959" }, "volume_size": 5, "nics": [ { "net-id": "12ae0fd7-598c-460f-babd-73877251048c" } ] }, "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 fab10c41-f8b9-435c-bd64-832197c61a98 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 | 15.336 | 15.336 | 15.336 | 15.336 | 15.336 | 15.336 | 100.0% | 1 | | nova.boot_server | 12.757 | 12.757 | 12.757 | 12.757 | 12.757 | 12.757 | 100.0% | 1 | | nova.delete_server | 5.405 | 5.405 | 5.405 | 5.405 | 5.405 | 5.405 | 100.0% | 1 | | total | 33.498 | 33.498 | 33.498 | 33.498 | 33.498 | 33.498 | 100.0% | 1 | | -> duration | 32.498 | 32.498 | 32.498 | 32.498 | 32.498 | 32.498 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 32.498327 Full duration: 73.898239 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-6d970d04-b706-4afd-86eb-6e0982498959" }, "image": { "name": "Cirros-0.4.0-6d970d04-b706-4afd-86eb-6e0982498959" }, "force_delete": false, "nics": [ { "net-id": "12ae0fd7-598c-460f-babd-73877251048c" } ] }, "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 fab10c41-f8b9-435c-bd64-832197c61a98 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 | 16.064 | 16.064 | 16.064 | 16.064 | 16.064 | 16.064 | 100.0% | 1 | | nova.pause_server | 2.841 | 2.841 | 2.841 | 2.841 | 2.841 | 2.841 | 100.0% | 1 | | nova.unpause_server | 4.138 | 4.138 | 4.138 | 4.138 | 4.138 | 4.138 | 100.0% | 1 | | nova.delete_server | 5.279 | 5.279 | 5.279 | 5.279 | 5.279 | 5.279 | 100.0% | 1 | | total | 28.323 | 28.323 | 28.323 | 28.323 | 28.323 | 28.323 | 100.0% | 1 | | -> duration | 23.323 | 23.323 | 23.323 | 23.323 | 23.323 | 23.323 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 23.322599 Full duration: 64.133955 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-6d970d04-b706-4afd-86eb-6e0982498959" }, "image": { "name": "Cirros-0.4.0-6d970d04-b706-4afd-86eb-6e0982498959" }, "nics": [ { "net-id": "12ae0fd7-598c-460f-babd-73877251048c" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task fab10c41-f8b9-435c-bd64-832197c61a98 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 | 17.001 | 17.001 | 17.001 | 17.001 | 17.001 | 17.001 | 100.0% | 1 | | nova.migrate | 23.86 | 23.86 | 23.86 | 23.86 | 23.86 | 23.86 | 100.0% | 1 | | nova.resize_confirm | 5.355 | 5.355 | 5.355 | 5.355 | 5.355 | 5.355 | 100.0% | 1 | | nova.delete_server | 5.506 | 5.506 | 5.506 | 5.506 | 5.506 | 5.506 | 100.0% | 1 | | total | 51.722 | 51.722 | 51.722 | 51.722 | 51.722 | 51.722 | 100.0% | 1 | | -> duration | 50.722 | 50.722 | 50.722 | 50.722 | 50.722 | 50.722 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 50.722322 Full duration: 61.978915 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-6d970d04-b706-4afd-86eb-6e0982498959" }, "image": { "name": "Cirros-0.4.0-6d970d04-b706-4afd-86eb-6e0982498959" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task fab10c41-f8b9-435c-bd64-832197c61a98 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.304 | 12.304 | 12.304 | 12.304 | 12.304 | 12.304 | 100.0% | 1 | | nova.list_interfaces | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 100.0% | 1 | | total | 12.945 | 12.945 | 12.945 | 12.945 | 12.945 | 12.945 | 100.0% | 1 | | -> duration | 11.945 | 11.945 | 11.945 | 11.945 | 11.945 | 11.945 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.945114 Full duration: 55.219288 -------------------------------------------------------------------------------- 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 fab10c41-f8b9-435c-bd64-832197c61a98 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.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | nova.delete_server_group | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 100.0% | 1 | | total | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 100.0% | 1 | | -> duration | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.909316 Full duration: 11.321227 HINTS: * To plot HTML graphics with this data, run: rally task report fab10c41-f8b9-435c-bd64-832197c61a98 --out output.html * To generate a JUnit report, run: rally task export fab10c41-f8b9-435c-bd64-832197c61a98 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report fab10c41-f8b9-435c-bd64-832197c61a98 --json --out output.json 2018-04-26 22:48:24,665 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'fab10c41-f8b9-435c-bd64-832197c61a98'] 2018-04-26 22:48:25,758 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-26 22:48:25,759 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'fab10c41-f8b9-435c-bd64-832197c61a98', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-26 22:48:25,767 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-04-26 22:48:25,767 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-26 22:48:25,768 - 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-26 22:48:25,768 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-26 22:48:25,784 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-26 22:48:25,785 - 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': '12ae0fd7-598c-460f-babd-73877251048c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-6d970d04-b706-4afd-86eb-6e0982498959', 'flavor_name': 'rally-tiny-6d970d04-b706-4afd-86eb-6e0982498959', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-6d970d04-b706-4afd-86eb-6e0982498959', '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-26 22:49:20,123 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0a166e53-1895-4fa4-b088-612a19c02e49 2018-04-26 22:49:20,123 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '0a166e53-1895-4fa4-b088-612a19c02e49'] 2018-04-26 22:49:21,089 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 0a166e53-1895-4fa4-b088-612a19c02e49: 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 0a166e53-1895-4fa4-b088-612a19c02e49 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.773 | 0.773 | 0.773 | 0.773 | 0.773 | 0.773 | 100.0% | 1 | | quotas.delete_quotas | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 100.0% | 1 | | total | 1.362 | 1.362 | 1.362 | 1.362 | 1.362 | 1.362 | 100.0% | 1 | | -> duration | 1.362 | 1.362 | 1.362 | 1.362 | 1.362 | 1.362 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.361621 Full duration: 9.39348 -------------------------------------------------------------------------------- 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 0a166e53-1895-4fa4-b088-612a19c02e49 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | total | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | -> duration | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.73721 Full duration: 8.320225 -------------------------------------------------------------------------------- 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 0a166e53-1895-4fa4-b088-612a19c02e49 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.461 | 0.461 | 0.461 | 0.461 | 0.461 | 0.461 | 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.865341 Full duration: 8.853785 -------------------------------------------------------------------------------- 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 0a166e53-1895-4fa4-b088-612a19c02e49 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.041 | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 100.0% | 1 | | total | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 100.0% | 1 | | -> duration | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.041374 Full duration: 9.324573 HINTS: * To plot HTML graphics with this data, run: rally task report 0a166e53-1895-4fa4-b088-612a19c02e49 --out output.html * To generate a JUnit report, run: rally task export 0a166e53-1895-4fa4-b088-612a19c02e49 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0a166e53-1895-4fa4-b088-612a19c02e49 --json --out output.json 2018-04-26 22:49:21,089 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '0a166e53-1895-4fa4-b088-612a19c02e49'] 2018-04-26 22:49:22,029 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-26 22:49:22,029 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '0a166e53-1895-4fa4-b088-612a19c02e49', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-26 22:49:22,035 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-26 22:49:22,037 - 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:10 | 10 | 100.00% | | heat | 01:11 | 4 | 100.00% | | keystone | 02:55 | 11 | 100.00% | | neutron | 06:25 | 11 | 100.00% | | nova | 09:21 | 9 | 100.00% | | quotas | 00:35 | 4 | 100.00% | | | | | | | TOTAL: | 00:26:08 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-04-26 22:49:22,037 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-04-26 22:49:36,292 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-26 22:49:36,292 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-26 22:49:36,801 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-26 22:49:36,801 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 30:17 | PASS | +----------------------+------------------+------------------+----------------+ 2018-04-26 22:49:36,806 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-26 22:49:36,897 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-26 22:49:39,375 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-26 22:49:39.081 11200 INFO rally.deployment.engine [-] Deployment 6d47f9d4-5aa5-4f1b-b660-37c1f5d006aa | Starting: Destroy cloud and free allocated resources. 2018-04-26 22:49:39.159 11200 INFO rally.deployment.engine [-] Deployment 6d47f9d4-5aa5-4f1b-b660-37c1f5d006aa | Completed: Destroy cloud and free allocated resources. 2018-04-26 22:49:39.176 11200 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=4be4b554-0372-4618-99da-e0fe2c90486a). 2018-04-26 22:49:39.179 11200 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-26 22:49:41,787 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-26 22:49:41.513 11203 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=7fea39e3-577b-42dc-be33-f32a92385064) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 7fea39e3-577b-42dc-be33-f32a92385064 | 2018-04-26T22:49:41 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 7fea39e3-577b-42dc-be33-f32a92385064 ~/.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-26 22:49:45,187 - 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-26 22:49:45,187 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-26 22:49:47,611 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-26 22:49:47.250 11209 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=4be4b554-0372-4618-99da-e0fe2c90486a). 2018-04-26 22:49:47.369 11209 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-26 22:49:50,789 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-26 22:49:49.543 11212 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-26 22:49:49.680 11212 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-26 22:49:50.650 11212 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=916951d4-48bd-4d87-a3e0-2a9cc121494c) has been successfully created! Using verifier 'opnfv-tempest' (UUID=916951d4-48bd-4d87-a3e0-2a9cc121494c) as the default verifier for the future CLI operations. 2018-04-26 22:49:53,697 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-26 22:49:56,601 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-26 22:50:11,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-26 22:50:16,291 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-26 22:50:15.236 11231 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=916951d4-48bd-4d87-a3e0-2a9cc121494c) for deployment 'opnfv-rally' (UUID=7fea39e3-577b-42dc-be33-f32a92385064). 2018-04-26 22:50:16.088 11231 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=916951d4-48bd-4d87-a3e0-2a9cc121494c) has been successfully configured for deployment 'opnfv-rally' (UUID=7fea39e3-577b-42dc-be33-f32a92385064)! 2018-04-26 22:50:16,291 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-26 22:50:16,292 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-26 22:50:16,294 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-26 22:50:19,222 - 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-26 22:50:21,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:50:21.361 11243 INFO rally.api [-] Starting verification (UUID=5aa37e0f-c322-432b-8877-320168d7fe5e) for deployment 'opnfv-rally' (UUID=7fea39e3-577b-42dc-be33-f32a92385064) by verifier 'opnfv-tempest' (UUID=916951d4-48bd-4d87-a3e0-2a9cc121494c). 2018-04-26 22:50:21,362 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 5aa37e0f-c322-432b-8877-320168d7fe5e 2018-04-26 22:50:33,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:50:33.096 11243 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.203s] 2018-04-26 22:50:33,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:50:33.169 11243 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.073s] 2018-04-26 22:50:33,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:50:33.373 11243 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.241s] 2018-04-26 22:50:33,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:50:33.452 11243 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.388s] 2018-04-26 22:50:34,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:50:34.097 11243 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.852s] 2018-04-26 22:50:34,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:50:34.127 11243 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.031s] 2018-04-26 22:50:34,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:50:34.184 11243 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.972s] 2018-04-26 22:50:38,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:50:38.161 11243 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [2.214s] 2018-04-26 22:50:38,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:50:38.173 11243 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.097s] 2018-04-26 22:50:38,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:50:38.260 11243 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.085s] 2018-04-26 22:50:38,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:50:38.350 11243 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.091s] 2018-04-26 22:50:39,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:50:39.230 11243 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [5.044s] 2018-04-26 22:50:40,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:50:40.168 11243 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [2.005s] 2018-04-26 22:50:40,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:50:40.312 11243 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [7.225s] 2018-04-26 22:50:41,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:50:41.197 11243 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.345s] 2018-04-26 22:50:41,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:50:41.821 11243 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.653s] 2018-04-26 22:50:45,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:50:45.504 11243 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.233s] 2018-04-26 22:50:45,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:50:45.704 11243 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.199s] 2018-04-26 22:50:45,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:50:45.786 11243 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [4.713s] 2018-04-26 22:50:47,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:50:47.301 11243 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.596s] 2018-04-26 22:50:47,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:50:47.327 11243 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.540s] 2018-04-26 22:50:47,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:50:47.455 11243 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.154s] 2018-04-26 22:50:47,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:50:47.647 11243 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.192s] 2018-04-26 22:50:51,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:50:51.052 11243 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.248s] 2018-04-26 22:50:51,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:50:51.204 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [3.052s] 2018-04-26 22:50:51,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:50:51.245 11243 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.193s] 2018-04-26 22:50:52,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:50:52.360 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.154s] 2018-04-26 22:51:06,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:06.369 11243 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.514s] 2018-04-26 22:51:06,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:06.888 11243 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.517s] 2018-04-26 22:51:07,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:07.284 11243 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.395s] 2018-04-26 22:51:07,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:07.967 11243 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.682s] 2018-04-26 22:51:08,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:08.140 11243 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [27.821s] 2018-04-26 22:51:08,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:08.355 11243 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.388s] 2018-04-26 22:51:08,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:08.432 11243 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-26 22:51:08,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:08.519 11243 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.085s] 2018-04-26 22:51:08,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:08.600 11243 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.081s] 2018-04-26 22:51:08,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:08.682 11243 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.081s] 2018-04-26 22:51:08,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:08.757 11243 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.073s] 2018-04-26 22:51:08,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:08.926 11243 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.169s] 2018-04-26 22:51:10,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:10.724 11243 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.073s] 2018-04-26 22:51:10,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:10.735 11243 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-04-26 22:51:10,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:10.897 11243 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.162s] 2018-04-26 22:51:10,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:10.907 11243 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.010s] 2018-04-26 22:51:10,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:10.918 11243 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.010s] 2018-04-26 22:51:10,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:10.949 11243 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.031s] 2018-04-26 22:51:11,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:11.030 11243 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.080s] 2018-04-26 22:51:11,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:11.106 11243 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.075s] 2018-04-26 22:51:11,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:11.456 11243 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.349s] 2018-04-26 22:51:11,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:11.472 11243 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2018-04-26 22:51:11,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:11.569 11243 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.096s] 2018-04-26 22:51:19,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:19.378 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.172s] 2018-04-26 22:51:19,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:19.559 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.180s] 2018-04-26 22:51:19,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:19.744 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.184s] 2018-04-26 22:51:20,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:20.588 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.842s] 2018-04-26 22:51:20,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:20.705 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.117s] 2018-04-26 22:51:21,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:21.097 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.390s] 2018-04-26 22:51:21,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:21.140 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.043s] 2018-04-26 22:51:21,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:21.188 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.047s] 2018-04-26 22:51:21,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:21.482 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.294s] 2018-04-26 22:51:21,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:21.534 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.050s] 2018-04-26 22:51:21,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:21.579 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.045s] 2018-04-26 22:51:21,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:21.672 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.091s] 2018-04-26 22:51:22,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:22.074 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.401s] 2018-04-26 22:51:22,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:22.138 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.064s] 2018-04-26 22:51:22,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:22.201 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.063s] 2018-04-26 22:51:29,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:29.548 11243 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [5.308s] 2018-04-26 22:51:35,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:35.511 11243 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [5.963s] 2018-04-26 22:51:40,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:40.397 11243 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.885s] 2018-04-26 22:51:42,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:42.211 11243 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.153s] 2018-04-26 22:51:44,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:44.629 11243 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.233s] 2018-04-26 22:51:48,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:48.418 11243 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [40.272s] 2018-04-26 22:51:48,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:48.584 11243 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.954s] 2018-04-26 22:51:53,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:53.657 11243 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.072s] 2018-04-26 22:51:57,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:51:57.463 11243 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.805s] 2018-04-26 22:52:05,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:52:05.310 11243 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.846s] 2018-04-26 22:52:06,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:52:06.856 11243 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [18.435s] 2018-04-26 22:52:09,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:52:09.865 11243 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.553s] 2018-04-26 22:52:10,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:52:10.337 11243 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.472s] 2018-04-26 22:52:10,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:52:10.571 11243 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.234s] 2018-04-26 22:52:10,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:52:10.777 11243 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.204s] 2018-04-26 22:52:10,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:52:10.840 11243 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.063s] 2018-04-26 22:52:10,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:52:10.940 11243 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.100s] 2018-04-26 22:52:11,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:52:11.070 11243 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.129s] 2018-04-26 22:52:11,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:52:11.097 11243 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [77.815s] 2018-04-26 22:52:11,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:52:11.127 11243 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.057s] 2018-04-26 22:52:11,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:52:11.352 11243 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.224s] 2018-04-26 22:52:16,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:52:16.920 11243 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.567s] 2018-04-26 22:52:27,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:52:27.176 11243 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [105.340s] 2018-04-26 22:52:37,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:52:37.765 11243 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [10.856s] 2018-04-26 22:52:50,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:52:50.803 11243 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [39.695s] 2018-04-26 22:52:53,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:52:53.078 11243 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [15.309s] 2018-04-26 22:52:53,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:52:53.121 11243 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.216s] 2018-04-26 22:52:53,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:52:53.328 11243 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.207s] 2018-04-26 22:53:12,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:12.835 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.167s] 2018-04-26 22:53:13,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:13.004 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.168s] 2018-04-26 22:53:13,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:13.193 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.188s] 2018-04-26 22:53:13,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:13.380 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.188s] 2018-04-26 22:53:13,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:13.546 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.165s] 2018-04-26 22:53:13,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:13.708 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.161s] 2018-04-26 22:53:13,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:13.886 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.178s] 2018-04-26 22:53:14,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:14.072 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.185s] 2018-04-26 22:53:14,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:14.226 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.154s] 2018-04-26 22:53:14,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:14.259 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.033s] 2018-04-26 22:53:14,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:14.409 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.150s] 2018-04-26 22:53:14,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:14.596 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.186s] 2018-04-26 22:53:14,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:14.785 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.189s] 2018-04-26 22:53:14,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:14.961 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.175s] 2018-04-26 22:53:15,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:15.006 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.044s] 2018-04-26 22:53:16,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:16.137 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [1.130s] 2018-04-26 22:53:16,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:16.171 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.034s] 2018-04-26 22:53:16,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:16.205 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.033s] 2018-04-26 22:53:16,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:16.367 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.161s] 2018-04-26 22:53:16,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:16.402 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.035s] 2018-04-26 22:53:16,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:16.441 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.038s] 2018-04-26 22:53:16,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:16.477 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.035s] 2018-04-26 22:53:16,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:16.662 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.184s] 2018-04-26 22:53:22,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:22.095 11243 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [75.223s] 2018-04-26 22:53:26,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:26.538 11243 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.325s] 2018-04-26 22:53:26,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:26.914 11243 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.374s] 2018-04-26 22:53:55,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:55.074 11243 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.160s] 2018-04-26 22:53:55,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:55.234 11243 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.159s] 2018-04-26 22:53:55,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:55.417 11243 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.182s] 2018-04-26 22:53:55,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:55.601 11243 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.184s] 2018-04-26 22:53:55,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:55.633 11243 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.032s] 2018-04-26 22:53:55,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:55.835 11243 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.201s] 2018-04-26 22:53:56,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:56.024 11243 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.189s] 2018-04-26 22:53:56,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:56.211 11243 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.186s] 2018-04-26 22:53:56,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:56.330 11243 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.119s] 2018-04-26 22:53:56,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:53:56.449 11243 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.117s] 2018-04-26 22:54:23,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '5aa37e0f-c322-432b-8877-320168d7fe5e']'. 2018-04-26 22:54:24,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-26 22:54:24,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-26 22:54:24,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-26 22:54:24,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 5aa37e0f-c322-432b-8877-320168d7fe5e | 2018-04-26 22:54:24,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-26 22:54:24,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-26 22:50:21 | 2018-04-26 22:54:24,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-26 22:54:23 | 2018-04-26 22:54:24,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:02 | 2018-04-26 22:54:24,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-26 22:54:24,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-26 22:54:24,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 916951d4-48bd-4d87-a3e0-2a9cc121494c) | 2018-04-26 22:54:24,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-26 22:54:24,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 7fea39e3-577b-42dc-be33-f32a92385064) | 2018-04-26 22:54:24,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 129 | 2018-04-26 22:54:24,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 206.577 | 2018-04-26 22:54:24,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 129 | 2018-04-26 22:54:24,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-26 22:54:24,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-26 22:54:24,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-26 22:54:24,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-26 22:54:24,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-26 22:54:24,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-26 22:54:24,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-04-26 22:54:38,778 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-26 22:54:38,778 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 04:45 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-26 22:54:38,782 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-26 22:54:38,868 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-26 22:54:41,373 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-26 22:54:40.986 11339 INFO rally.deployment.engine [-] Deployment 7fea39e3-577b-42dc-be33-f32a92385064 | Starting: Destroy cloud and free allocated resources. 2018-04-26 22:54:41.064 11339 INFO rally.deployment.engine [-] Deployment 7fea39e3-577b-42dc-be33-f32a92385064 | Completed: Destroy cloud and free allocated resources. 2018-04-26 22:54:41.103 11339 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=916951d4-48bd-4d87-a3e0-2a9cc121494c) for deployment 'opnfv-rally'. 2018-04-26 22:54:41.122 11339 INFO rally.api [-] Deleting verification (UUID=5aa37e0f-c322-432b-8877-320168d7fe5e). 2018-04-26 22:54:41.153 11339 INFO rally.api [-] Verification has been successfully deleted! 2018-04-26 22:54:41.154 11339 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=916951d4-48bd-4d87-a3e0-2a9cc121494c). 2018-04-26 22:54:41.165 11339 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-26 22:54:43,727 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-26 22:54:43.459 11342 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=aa2be8c9-f25f-4be7-88c4-68a449f738b1) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | aa2be8c9-f25f-4be7-88c4-68a449f738b1 | 2018-04-26T22:54:43 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: aa2be8c9-f25f-4be7-88c4-68a449f738b1 ~/.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-26 22:54:47,328 - 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-26 22:54:47,329 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-26 22:54:49,625 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-26 22:54:49.369 11348 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=916951d4-48bd-4d87-a3e0-2a9cc121494c). 2018-04-26 22:54:49.495 11348 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-26 22:54:52,910 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-26 22:54:51.608 11351 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-26 22:54:51.753 11351 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-26 22:54:52.723 11351 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=be3085e2-c5fa-472d-a49f-1fcddfe3de67) has been successfully created! Using verifier 'opnfv-tempest' (UUID=be3085e2-c5fa-472d-a49f-1fcddfe3de67) as the default verifier for the future CLI operations. 2018-04-26 22:54:55,920 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-26 22:54:58,885 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-26 22:55:10,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-26 22:55:15,962 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-26 22:55:14.894 11370 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=be3085e2-c5fa-472d-a49f-1fcddfe3de67) for deployment 'opnfv-rally' (UUID=aa2be8c9-f25f-4be7-88c4-68a449f738b1). 2018-04-26 22:55:15.808 11370 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=be3085e2-c5fa-472d-a49f-1fcddfe3de67) has been successfully configured for deployment 'opnfv-rally' (UUID=aa2be8c9-f25f-4be7-88c4-68a449f738b1)! 2018-04-26 22:55:15,962 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-26 22:55:15,962 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-26 22:55:15,965 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-26 22:55:15,974 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-26 22:55:20,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-be3085e2-c5fa-472d-a49f-1fcddfe3de67/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-26 22:55:20,382 - 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-26 22:55:22,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 22:55:22.364 11379 INFO rally.api [-] Starting verification (UUID=bbe15795-6884-4003-ac61-d22304bf803c) for deployment 'opnfv-rally' (UUID=aa2be8c9-f25f-4be7-88c4-68a449f738b1) by verifier 'opnfv-tempest' (UUID=be3085e2-c5fa-472d-a49f-1fcddfe3de67). 2018-04-26 22:55:22,365 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: bbe15795-6884-4003-ac61-d22304bf803c 2018-04-26 22:58:26,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'bbe15795-6884-4003-ac61-d22304bf803c']'. 2018-04-26 22:58:27,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-26 22:58:27,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-26 22:58:27,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-26 22:58:27,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | bbe15795-6884-4003-ac61-d22304bf803c | 2018-04-26 22:58:27,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-26 22:58:27,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-26 22:55:22 | 2018-04-26 22:58:27,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-26 22:58:25 | 2018-04-26 22:58:27,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:03 | 2018-04-26 22:58:27,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-26 22:58:27,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-26 22:58:27,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: be3085e2-c5fa-472d-a49f-1fcddfe3de67) | 2018-04-26 22:58:27,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-26 22:58:27,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: aa2be8c9-f25f-4be7-88c4-68a449f738b1) | 2018-04-26 22:58:27,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-26 22:58:27,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 172.572 | 2018-04-26 22:58:27,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-04-26 22:58:27,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-04-26 22:58:27,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-26 22:58:27,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-26 22:58:27,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-26 22:58:27,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-26 22:58:27,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-26 22:58:27,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-26 22:58:42,286 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-26 22:58:42,287 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:46 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-26 22:58:42,291 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-26 22:58:43,274 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-27 00:20:32,317 - 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 4908.973s FAILED (errors=1) 2018-04-27 00:20:32,493 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-27 00:20:32,493 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 81:49 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-27 00:20:32,497 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-27 00:20:32,497 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-27 00:20:32,580 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-27 00:20:34,972 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-27 00:20:34.561 11606 INFO rally.deployment.engine [-] Deployment aa2be8c9-f25f-4be7-88c4-68a449f738b1 | Starting: Destroy cloud and free allocated resources. 2018-04-27 00:20:34.625 11606 INFO rally.deployment.engine [-] Deployment aa2be8c9-f25f-4be7-88c4-68a449f738b1 | Completed: Destroy cloud and free allocated resources. 2018-04-27 00:20:34.690 11606 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=be3085e2-c5fa-472d-a49f-1fcddfe3de67) for deployment 'opnfv-rally'. 2018-04-27 00:20:34.721 11606 INFO rally.api [-] Deleting verification (UUID=bbe15795-6884-4003-ac61-d22304bf803c). 2018-04-27 00:20:34.756 11606 INFO rally.api [-] Verification has been successfully deleted! 2018-04-27 00:20:34.757 11606 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=be3085e2-c5fa-472d-a49f-1fcddfe3de67). 2018-04-27 00:20:34.770 11606 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-27 00:20:37,340 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-27 00:20:37.069 11609 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=1a06fe3a-1194-4a18-85d5-33ecafd76acc) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 1a06fe3a-1194-4a18-85d5-33ecafd76acc | 2018-04-27T00:20:37 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 1a06fe3a-1194-4a18-85d5-33ecafd76acc ~/.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-27 00:20:40,631 - 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-27 00:20:40,632 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-27 00:20:42,972 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-27 00:20:42.723 11615 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=be3085e2-c5fa-472d-a49f-1fcddfe3de67). 2018-04-27 00:20:42.840 11615 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-27 00:20:46,295 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-27 00:20:44.969 11618 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-27 00:20:45.110 11618 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-27 00:20:46.074 11618 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=75851f28-4fac-4a63-b506-023b551f04fe) has been successfully created! Using verifier 'opnfv-tempest' (UUID=75851f28-4fac-4a63-b506-023b551f04fe) as the default verifier for the future CLI operations. 2018-04-27 00:20:49,237 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-27 00:20:52,232 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-27 00:21:01,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-27 00:21:06,964 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-27 00:21:05.970 11637 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=75851f28-4fac-4a63-b506-023b551f04fe) for deployment 'opnfv-rally' (UUID=1a06fe3a-1194-4a18-85d5-33ecafd76acc). 2018-04-27 00:21:06.827 11637 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=75851f28-4fac-4a63-b506-023b551f04fe) has been successfully configured for deployment 'opnfv-rally' (UUID=1a06fe3a-1194-4a18-85d5-33ecafd76acc)! 2018-04-27 00:21:06,964 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-27 00:21:06,964 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-27 00:21:06,967 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-27 00:21:06,977 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-27 00:21:09,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-75851f28-4fac-4a63-b506-023b551f04fe/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-27 00:21:09,804 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-27 00:21:09,804 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-27 00:21:09,805 - 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-27 00:21:11,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 00:21:11.821 11646 INFO rally.api [-] Starting verification (UUID=0ec6e719-d765-4552-b404-ac4bb45d13f5) for deployment 'opnfv-rally' (UUID=1a06fe3a-1194-4a18-85d5-33ecafd76acc) by verifier 'opnfv-tempest' (UUID=75851f28-4fac-4a63-b506-023b551f04fe). 2018-04-27 00:21:11,822 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 0ec6e719-d765-4552-b404-ac4bb45d13f5 2018-04-27 00:23:46,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '0ec6e719-d765-4552-b404-ac4bb45d13f5']'. 2018-04-27 00:23:47,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-27 00:23:47,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-27 00:23:47,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-27 00:23:47,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 0ec6e719-d765-4552-b404-ac4bb45d13f5 | 2018-04-27 00:23:47,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-27 00:23:47,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-27 00:21:11 | 2018-04-27 00:23:47,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-27 00:23:46 | 2018-04-27 00:23:47,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:35 | 2018-04-27 00:23:47,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-27 00:23:47,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-27 00:23:47,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 75851f28-4fac-4a63-b506-023b551f04fe) | 2018-04-27 00:23:47,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-27 00:23:47,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 1a06fe3a-1194-4a18-85d5-33ecafd76acc) | 2018-04-27 00:23:47,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-27 00:23:47,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 141.157 | 2018-04-27 00:23:47,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-04-27 00:23:47,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-04-27 00:23:47,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-27 00:23:47,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-27 00:23:47,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-27 00:23:47,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-27 00:23:47,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-27 00:23:47,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-04-27 00:23:57,535 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-27 00:23:57,535 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:08 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-04-27 00:23:57,540 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:17 | PASS | | vping_userdata | functest | smoke | 00:53 | PASS | | tempest_smoke_serial | functest | smoke | 18:49 | PASS | | rally_sanity | functest | smoke | 30:17 | PASS | | refstack_defcore | functest | smoke | 04:45 | PASS | | patrole | functest | smoke | 03:46 | PASS | | snaps_smoke | functest | smoke | 81:49 | FAIL | | neutron_trunk | functest | smoke | 03:08 | PASS | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-27 00:23:57,547 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-27 00:24:00,795 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-55 | | 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-27 00:24:00,800 - 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=XjGbZF2qR3cq6frqysFyd7dgr export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26: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-27 00:24:00,800 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-27 00:24:00,801 - 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-27 00:24:00,803 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-27 00:24:00,803 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-04-27 00:28:42,186 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-04-27 00:28:42,320 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-27 00:28:42,320 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:41 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-04-27 00:28:42,324 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-04-27 01:16:30,425 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-04-27 01:16:30,559 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-27 01:16:30,560 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 47:48 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-04-27 01:16:30,564 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-04-27 01:16:30,565 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:41 | PASS | | barometercollectd | barometer | features | 47:48 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-27 01:16:30,567 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-27 01:17:47,834 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-55 | | 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-27 01:17:47,837 - 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=XjGbZF2qR3cq6frqysFyd7dgr export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26: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-27 01:17:47,838 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-27 01:17:47,838 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-27 01:17:47,838 - 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-27 01:17:47,840 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-27 01:17:51,707 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-55 | | 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-27 01:17:51,710 - 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=XjGbZF2qR3cq6frqysFyd7dgr export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26: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-27 01:17:51,710 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-27 01:17:51,710 - 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-27 01:17:51,711 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-27 01:17:51,711 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-04-27 01:21:38,678 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-04-27 01:21:38,802 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-27 01:21:38,802 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 03:47 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-04-27 01:21:38,806 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 03:47 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-27 01:21:38,807 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK