2018-04-24 08:45:00,881 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-46 | | 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-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-24 08:45:00,885 - 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=fj2cxUtpWF3wJamJUJDGXs9bM export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-24 08:45:00,885 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-24 08:45:00,887 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-04-24 08:45:00,889 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-24 08:45:00,889 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-24 08:45:02,835 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-24 08:45:10,901 - 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 8.045s OK 2018-04-24 08:45:11,029 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-24 08:45:11,030 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:08 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-24 08:45:11,035 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-24 08:45:12,445 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-24 08:56:50,374 - 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 697.881s OK 2018-04-24 08:56:50,498 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-24 08:56:50,498 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 11:38 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-24 08:56:50,502 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-24 08:56:51,312 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-24 08:57:32,608 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 41.294s OK 2018-04-24 08:57:32,719 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-24 08:57:32,720 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:41 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-24 08:57:32,724 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:08 | PASS | | api_check | functest | healthcheck | 11:38 | PASS | | snaps_health_check | functest | healthcheck | 00:41 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-24 08:57:32,727 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-24 08:57:35,490 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-46 | | 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-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-24 08:57:35,492 - 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=fj2cxUtpWF3wJamJUJDGXs9bM export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-24 08:57:35,492 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-24 08:57:35,493 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-04-24 08:57:35,494 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-24 08:57:35,494 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-24 08:57:36,471 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-24 08:57:36,471 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-24 08:57:36,943 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-24 08:57:36,943 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-04-24 08:57:37,330 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-24 08:57:37,331 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-24 08:57:37' 2018-04-24 08:57:37,331 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--bff232fb-79b7-4d27-bfd4-0804b79ea63b' 2018-04-24 08:57:39,587 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-bff232fb-79b7-4d27-bfd4-0804b79ea63b' 2018-04-24 08:57:41,973 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-bff232fb-79b7-4d27-bfd4-0804b79ea63b' 2018-04-24 08:57:47,281 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-bff232fb-79b7-4d27-bfd4-0804b79ea63b' 2018-04-24 08:57:48,384 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-bff232fb-79b7-4d27-bfd4-0804b79ea63b' 2018-04-24 08:57:49,181 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-bff232fb-79b7-4d27-bfd4-0804b79ea63b' 2018-04-24 08:57:53,539 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-bff232fb-79b7-4d27-bfd4-0804b79ea63b' 2018-04-24 08:57:56,583 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-bff232fb-79b7-4d27-bfd4-0804b79ea63b' 2018-04-24 08:58:43,257 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-24 08:58:54,243 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-24 08:58:54,391 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-24 08:58:55,398 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-24 08:59:16,210 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-24 08:59:16,211 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-24 08:59:16,738 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-24 08:59:16,738 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:18 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-24 08:59:16,742 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-24 08:59:16,832 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-24 08:59:16,832 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-24 08:59:16' 2018-04-24 08:59:16,832 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--8d0b0d3b-997e-4748-8cb2-04c16ee799f0' 2018-04-24 08:59:18,988 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-8d0b0d3b-997e-4748-8cb2-04c16ee799f0' 2018-04-24 08:59:22,706 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-8d0b0d3b-997e-4748-8cb2-04c16ee799f0' 2018-04-24 08:59:28,591 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-8d0b0d3b-997e-4748-8cb2-04c16ee799f0' 2018-04-24 08:59:29,233 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-8d0b0d3b-997e-4748-8cb2-04c16ee799f0' 2018-04-24 08:59:34,178 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-8d0b0d3b-997e-4748-8cb2-04c16ee799f0' 2018-04-24 08:59:40,382 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-24 08:59:55,726 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-24 08:59:58,236 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-24 09:00:27,035 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-24 09:00:27,036 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:41 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-24 09:00:27,040 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-24 09:00:27,169 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-24 09:00:32,058 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-24 09:00:31.780 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=45db818e-37cb-4bcb-be15-3bb3ecd0c603) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 45db818e-37cb-4bcb-be15-3bb3ecd0c603 | 2018-04-24T09:00:31 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 45db818e-37cb-4bcb-be15-3bb3ecd0c603 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-24 09:00:35,366 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-24 09:00:35,366 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-24 09:00:41,007 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-24 09:00:39.555 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-24 09:00:39.681 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-24 09:00:40.812 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=98a92909-0414-41d7-a297-f9ea2f631fa0) has been successfully created! Using verifier 'opnfv-tempest' (UUID=98a92909-0414-41d7-a297-f9ea2f631fa0) as the default verifier for the future CLI operations. 2018-04-24 09:00:44,018 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-24 09:00:46,966 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-24 09:00:53,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-24 09:00:58,217 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-24 09:00:57.416 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=98a92909-0414-41d7-a297-f9ea2f631fa0) for deployment 'opnfv-rally' (UUID=45db818e-37cb-4bcb-be15-3bb3ecd0c603). 2018-04-24 09:00:58.090 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=98a92909-0414-41d7-a297-f9ea2f631fa0) has been successfully configured for deployment 'opnfv-rally' (UUID=45db818e-37cb-4bcb-be15-3bb3ecd0c603)! 2018-04-24 09:00:58,218 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-24 09:00:58,219 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-24 09:00:58,222 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-24 09:00:58,225 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-24 09:01:01,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-98a92909-0414-41d7-a297-f9ea2f631fa0/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-24 09:01:01,107 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-24 09:01:01,109 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-24 09:01:01,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-04-24 09:01:03,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:01:03.289 55 INFO rally.api [-] Starting verification (UUID=42bd09ae-958d-4202-89d9-8140e33f08fa) for deployment 'opnfv-rally' (UUID=45db818e-37cb-4bcb-be15-3bb3ecd0c603) by verifier 'opnfv-tempest' (UUID=98a92909-0414-41d7-a297-f9ea2f631fa0). 2018-04-24 09:01:03,290 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 42bd09ae-958d-4202-89d9-8140e33f08fa 2018-04-24 09:01:10,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:01:10.533 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.155s] 2018-04-24 09:01:10,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:01:10.610 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.076s] 2018-04-24 09:01:16,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:01:16.820 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.103s] 2018-04-24 09:01:18,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:01:18.554 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.733s] 2018-04-24 09:01:29,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:01:29.050 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [4.095s] 2018-04-24 09:01:48,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:01:48.960 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [14.512s] 2018-04-24 09:02:29,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:02:29.714 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.080s] 2018-04-24 09:02:29,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:02:29.715 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-24 09:03:02,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:03:02.156 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.070s] 2018-04-24 09:03:02,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:03:02.157 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-24 09:03:31,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:03:31.911 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.077s] 2018-04-24 09:03:31,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:03:31.912 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-24 09:04:24,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:04:24.618 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [23.130s] 2018-04-24 09:04:49,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:04:49.663 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.049s] 2018-04-24 09:04:49,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:04:49.764 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.101s] 2018-04-24 09:04:58,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:04:58.110 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.631s] 2018-04-24 09:04:58,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:04:58.119 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-04-24 09:04:59,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:04:59.287 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-24 09:04:59,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:04:59.288 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-24 09:05:03,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:05:03.120 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.409s] 2018-04-24 09:05:10,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:05:10.044 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.075s] 2018-04-24 09:05:16,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:05:16.307 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.644s] 2018-04-24 09:05:24,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:05:24.006 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.487s] 2018-04-24 09:05:33,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:05:33.171 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.539s] 2018-04-24 09:05:39,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:05:39.590 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.956s] 2018-04-24 09:05:45,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:05:45.368 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.187s] 2018-04-24 09:05:52,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:05:52.888 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.456s] 2018-04-24 09:05:59,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:05:59.891 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.501s] 2018-04-24 09:06:07,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:06:07.467 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.606s] 2018-04-24 09:06:09,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:06:09.896 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-24 09:06:11,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:06:11.884 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.089s] 2018-04-24 09:06:11,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:06:11.959 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.075s] 2018-04-24 09:06:12,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:06:12.051 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.091s] 2018-04-24 09:06:12,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:06:12.057 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-04-24 09:06:16,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:06:16.440 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.524s] 2018-04-24 09:06:19,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:06:19.474 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [3.033s] 2018-04-24 09:06:22,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:06:22.287 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.813s] 2018-04-24 09:06:30,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:06:30.572 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.009s] 2018-04-24 09:06:35,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:06:35.945 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [2.081s] 2018-04-24 09:06:48,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:06:48.881 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.494s] 2018-04-24 09:06:53,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:06:53.026 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.143s] 2018-04-24 09:07:04,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:07:04.236 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.817s] 2018-04-24 09:07:07,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:07:07.677 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.441s] 2018-04-24 09:07:15,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:07:15.479 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.801s] 2018-04-24 09:07:24,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:07:24.803 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.405s] 2018-04-24 09:07:28,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:07:28.280 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.476s] 2018-04-24 09:07:32,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:07:32.082 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.801s] 2018-04-24 09:07:47,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:07:47.297 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.392s] 2018-04-24 09:07:47,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:07:47.507 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.210s] 2018-04-24 09:07:47,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:07:47.758 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.250s] 2018-04-24 09:07:47,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:07:47.812 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.053s] 2018-04-24 09:07:47,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:07:47.911 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.099s] 2018-04-24 09:07:47,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:07:47.964 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.052s] 2018-04-24 09:07:59,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:07:59.223 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [3.796s] 2018-04-24 09:07:59,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:07:59.503 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.281s] 2018-04-24 09:07:59,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:07:59.608 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.104s] 2018-04-24 09:07:59,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:07:59.658 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.049s] 2018-04-24 09:07:59,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:07:59.910 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.252s] 2018-04-24 09:07:59,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:07:59.962 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.052s] 2018-04-24 09:08:11,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:08:11.085 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.180s] 2018-04-24 09:08:15,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:08:15.736 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.650s] 2018-04-24 09:08:17,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:08:17.435 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.698s] 2018-04-24 09:08:17,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:08:17.489 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.054s] 2018-04-24 09:08:17,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:08:17.540 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.051s] 2018-04-24 09:08:28,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:08:28.750 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.816s] 2018-04-24 09:08:33,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:08:33.645 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.894s] 2018-04-24 09:08:35,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:08:35.354 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.708s] 2018-04-24 09:08:35,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:08:35.407 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.052s] 2018-04-24 09:08:35,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:08:35.459 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.051s] 2018-04-24 09:08:50,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:08:50.153 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.132s] 2018-04-24 09:08:55,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:08:55.869 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.715s] 2018-04-24 09:08:59,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:08:59.975 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.105s] 2018-04-24 09:09:03,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:09:03.326 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.349s] 2018-04-24 09:09:22,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:09:22.539 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [8.779s] 2018-04-24 09:09:27,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:09:27.274 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.734s] 2018-04-24 09:09:32,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:09:32.175 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.901s] 2018-04-24 09:09:35,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:09:35.610 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.433s] 2018-04-24 09:09:48,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:09:48.398 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.015s] 2018-04-24 09:09:50,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:09:50.460 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.060s] 2018-04-24 09:09:50,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:09:50.501 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.043s] 2018-04-24 09:09:55,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:09:55.021 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.161s] 2018-04-24 09:09:56,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:09:56.387 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.364s] 2018-04-24 09:09:56,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:09:56.433 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.048s] 2018-04-24 09:10:00,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:10:00.535 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.766s] 2018-04-24 09:10:03,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:10:03.479 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-04-24 09:10:05,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:10:05.007 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-24 09:10:05,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:10:05.009 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-24 09:10:05,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:10:05.010 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-24 09:10:05,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:10:05.011 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-24 09:10:05,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:10:05.012 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-24 09:10:06,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:10:06.860 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-04-24 09:10:24,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:10:24.805 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [12.576s] 2018-04-24 09:10:38,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:10:38.565 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.963s] 2018-04-24 09:10:55,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:10:55.129 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [16.559s] 2018-04-24 09:11:04,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:11:04.073 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.039s] 2018-04-24 09:12:35,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:12:35.217 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [84.486s] 2018-04-24 09:13:17,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:13:17.859 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [33.546s] 2018-04-24 09:14:08,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:14:08.390 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [31.623s] 2018-04-24 09:14:23,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '42bd09ae-958d-4202-89d9-8140e33f08fa']'. 2018-04-24 09:14:24,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-24 09:14:24,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-24 09:14:24,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-24 09:14:24,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 42bd09ae-958d-4202-89d9-8140e33f08fa | 2018-04-24 09:14:24,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-24 09:14:24,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-24 09:01:03 | 2018-04-24 09:14:24,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-24 09:14:23 | 2018-04-24 09:14:24,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:13:20 | 2018-04-24 09:14:24,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-24 09:14:24,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-24 09:14:24,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-24 09:14:24,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 98a92909-0414-41d7-a297-f9ea2f631fa0) | 2018-04-24 09:14:24,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-24 09:14:24,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 45db818e-37cb-4bcb-be15-3bb3ecd0c603) | 2018-04-24 09:14:24,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-24 09:14:24,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 780.544 | 2018-04-24 09:14:24,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-04-24 09:14:24,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-24 09:14:24,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-24 09:14:24,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-24 09:14:24,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-24 09:14:24,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-24 09:14:24,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-24 09:14:24,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-04-24 09:14:31,677 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-24 09:14:31,677 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 13:48 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-04-24 09:14:31,682 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-24 09:14:31,807 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-24 09:14:32,250 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-24 09:14:32,250 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-04-24 09:14:32,641 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-24 09:14:35,103 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-24 09:14:34.732 115 INFO rally.deployment.engine [-] Deployment 45db818e-37cb-4bcb-be15-3bb3ecd0c603 | Starting: Destroy cloud and free allocated resources. 2018-04-24 09:14:34.799 115 INFO rally.deployment.engine [-] Deployment 45db818e-37cb-4bcb-be15-3bb3ecd0c603 | Completed: Destroy cloud and free allocated resources. 2018-04-24 09:14:34.840 115 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=98a92909-0414-41d7-a297-f9ea2f631fa0) for deployment 'opnfv-rally'. 2018-04-24 09:14:34.859 115 INFO rally.api [-] Deleting verification (UUID=42bd09ae-958d-4202-89d9-8140e33f08fa). 2018-04-24 09:14:34.906 115 INFO rally.api [-] Verification has been successfully deleted! 2018-04-24 09:14:34.906 115 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=98a92909-0414-41d7-a297-f9ea2f631fa0). 2018-04-24 09:14:34.917 115 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-24 09:14:37,563 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-24 09:14:37.286 118 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=3059fa40-afe4-4feb-abdd-0651f849fc26) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 3059fa40-afe4-4feb-abdd-0651f849fc26 | 2018-04-24T09:14:37 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 3059fa40-afe4-4feb-abdd-0651f849fc26 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-24 09:14:40,926 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-24 09:14:40,927 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-24 09:14:42,428 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-d6ab7604-37cd-4829-a6a5-c425e13e01c5'... 2018-04-24 09:14:45,141 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-d6ab7604-37cd-4829-a6a5-c425e13e01c5'... 2018-04-24 09:14:47,941 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-d6ab7604-37cd-4829-a6a5-c425e13e01c5'... 2018-04-24 09:14:53,676 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-d6ab7604-37cd-4829-a6a5-c425e13e01c5'... 2018-04-24 09:14:54,406 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-d6ab7604-37cd-4829-a6a5-c425e13e01c5'... 2018-04-24 09:14:55,087 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-24 09:14:55,087 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-04-24 09:14:55,088 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-24 09:14:55,106 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-24 09:14:55,112 - 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': '3d48146d-e9c9-43a2-8c1b-ea8ecd4acf0d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-d6ab7604-37cd-4829-a6a5-c425e13e01c5', 'flavor_name': 'rally-tiny-d6ab7604-37cd-4829-a6a5-c425e13e01c5', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-d6ab7604-37cd-4829-a6a5-c425e13e01c5', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-24 09:15:55,889 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 926e9139-9f71-4cf2-9248-0cd396550fd3 2018-04-24 09:15:55,890 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-24 09:15:55,891 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '926e9139-9f71-4cf2-9248-0cd396550fd3'] 2018-04-24 09:15:56,891 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 926e9139-9f71-4cf2-9248-0cd396550fd3: 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 926e9139-9f71-4cf2-9248-0cd396550fd3 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.457 | 0.457 | 0.457 | 0.457 | 0.457 | 0.457 | 100.0% | 1 | | total | 0.457 | 0.457 | 0.457 | 0.457 | 0.457 | 0.457 | 100.0% | 1 | | -> duration | 0.457 | 0.457 | 0.457 | 0.457 | 0.457 | 0.457 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.45666 Full duration: 7.473635 -------------------------------------------------------------------------------- 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 926e9139-9f71-4cf2-9248-0cd396550fd3 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.31 | 0.31 | 0.31 | 0.31 | 0.31 | 0.31 | 100.0% | 1 | | total | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | -> duration | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.814669 Full duration: 7.335014 -------------------------------------------------------------------------------- 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 926e9139-9f71-4cf2-9248-0cd396550fd3 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.245 | 0.245 | 0.245 | 0.245 | 0.245 | 0.245 | 100.0% | 1 | | total | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 100.0% | 1 | | -> duration | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.769464 Full duration: 7.414149 -------------------------------------------------------------------------------- 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 926e9139-9f71-4cf2-9248-0cd396550fd3 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.329 | 0.329 | 0.329 | 0.329 | 0.329 | 0.329 | 100.0% | 1 | | total | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 100.0% | 1 | | -> duration | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.743921 Full duration: 7.234446 -------------------------------------------------------------------------------- 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 926e9139-9f71-4cf2-9248-0cd396550fd3 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.352 | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 100.0% | 1 | | total | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | -> duration | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.748183 Full duration: 7.383141 -------------------------------------------------------------------------------- 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 926e9139-9f71-4cf2-9248-0cd396550fd3 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.19 | 0.19 | 0.19 | 0.19 | 0.19 | 0.19 | 100.0% | 1 | | total | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 100.0% | 1 | | -> duration | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.630452 Full duration: 7.501128 HINTS: * To plot HTML graphics with this data, run: rally task report 926e9139-9f71-4cf2-9248-0cd396550fd3 --out output.html * To generate a JUnit report, run: rally task export 926e9139-9f71-4cf2-9248-0cd396550fd3 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 926e9139-9f71-4cf2-9248-0cd396550fd3 --json --out output.json 2018-04-24 09:15:56,891 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '926e9139-9f71-4cf2-9248-0cd396550fd3'] 2018-04-24 09:15:57,903 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-24 09:15:57,904 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '926e9139-9f71-4cf2-9248-0cd396550fd3', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-24 09:15:57,911 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-24 09:15:57,911 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-24 09:15:57,911 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-04-24 09:15:57,911 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-24 09:15:57,928 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-24 09:15:57,929 - 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': '3d48146d-e9c9-43a2-8c1b-ea8ecd4acf0d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-d6ab7604-37cd-4829-a6a5-c425e13e01c5', 'flavor_name': 'rally-tiny-d6ab7604-37cd-4829-a6a5-c425e13e01c5', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-d6ab7604-37cd-4829-a6a5-c425e13e01c5', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-24 09:18:01,911 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c416b565-f5bf-46b4-97ba-d198b7c78810 2018-04-24 09:18:01,912 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'c416b565-f5bf-46b4-97ba-d198b7c78810'] 2018-04-24 09:18:02,967 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task c416b565-f5bf-46b4-97ba-d198b7c78810: 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 c416b565-f5bf-46b4-97ba-d198b7c78810 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 6.012 | 6.012 | 6.012 | 6.012 | 6.012 | 6.012 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.049 | 0.049 | 0.049 | 0.049 | 0.049 | 0.049 | 100.0% | 1 | | -> glance_v2.upload_data | 3.655 | 3.655 | 3.655 | 3.655 | 3.655 | 3.655 | 100.0% | 1 | | glance_v2.delete_image | 4.357 | 4.357 | 4.357 | 4.357 | 4.357 | 4.357 | 100.0% | 1 | | total | 10.37 | 10.37 | 10.37 | 10.37 | 10.37 | 10.37 | 100.0% | 1 | | -> duration | 10.37 | 10.37 | 10.37 | 10.37 | 10.37 | 10.37 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.369524 Full duration: 18.258204 -------------------------------------------------------------------------------- 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 c416b565-f5bf-46b4-97ba-d198b7c78810 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 5.596 | 5.596 | 5.596 | 5.596 | 5.596 | 5.596 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 100.0% | 1 | | -> glance_v2.upload_data | 3.252 | 3.252 | 3.252 | 3.252 | 3.252 | 3.252 | 100.0% | 1 | | glance_v2.list_images | 0.033 | 0.033 | 0.033 | 0.033 | 0.033 | 0.033 | 100.0% | 1 | | total | 5.629 | 5.629 | 5.629 | 5.629 | 5.629 | 5.629 | 100.0% | 1 | | -> duration | 5.629 | 5.629 | 5.629 | 5.629 | 5.629 | 5.629 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.629374 Full duration: 18.085939 -------------------------------------------------------------------------------- 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 c416b565-f5bf-46b4-97ba-d198b7c78810 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.534 | 0.534 | 0.534 | 0.534 | 0.534 | 0.534 | 100.0% | 1 | | total | 0.535 | 0.535 | 0.535 | 0.535 | 0.535 | 0.535 | 100.0% | 1 | | -> duration | 0.535 | 0.535 | 0.535 | 0.535 | 0.535 | 0.535 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.534608 Full duration: 7.613895 -------------------------------------------------------------------------------- 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-d6ab7604-37cd-4829-a6a5-c425e13e01c5" }, "number_instances": 2, "nics": [ { "net-id": "3d48146d-e9c9-43a2-8c1b-ea8ecd4acf0d" } ] }, "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 c416b565-f5bf-46b4-97ba-d198b7c78810 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 5.764 | 5.764 | 5.764 | 5.764 | 5.764 | 5.764 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 100.0% | 1 | | -> glance_v2.upload_data | 3.439 | 3.439 | 3.439 | 3.439 | 3.439 | 3.439 | 100.0% | 1 | | nova.boot_servers | 16.814 | 16.814 | 16.814 | 16.814 | 16.814 | 16.814 | 100.0% | 1 | | total | 22.579 | 22.579 | 22.579 | 22.579 | 22.579 | 22.579 | 100.0% | 1 | | -> duration | 21.579 | 21.579 | 21.579 | 21.579 | 21.579 | 21.579 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 21.578874 Full duration: 63.939306 HINTS: * To plot HTML graphics with this data, run: rally task report c416b565-f5bf-46b4-97ba-d198b7c78810 --out output.html * To generate a JUnit report, run: rally task export c416b565-f5bf-46b4-97ba-d198b7c78810 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c416b565-f5bf-46b4-97ba-d198b7c78810 --json --out output.json 2018-04-24 09:18:02,967 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'c416b565-f5bf-46b4-97ba-d198b7c78810'] 2018-04-24 09:18:03,992 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-24 09:18:03,993 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'c416b565-f5bf-46b4-97ba-d198b7c78810', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-24 09:18:03,998 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-24 09:18:03,998 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-24 09:18:03,999 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-04-24 09:18:03,999 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-24 09:18:04,008 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-24 09:18:04,009 - 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': '3d48146d-e9c9-43a2-8c1b-ea8ecd4acf0d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-d6ab7604-37cd-4829-a6a5-c425e13e01c5', 'flavor_name': 'rally-tiny-d6ab7604-37cd-4829-a6a5-c425e13e01c5', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-d6ab7604-37cd-4829-a6a5-c425e13e01c5', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-24 09:21:16,666 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5ceca503-cd8e-4b5c-8256-6967ef4f672b 2018-04-24 09:21:16,667 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '5ceca503-cd8e-4b5c-8256-6967ef4f672b'] 2018-04-24 09:21:17,735 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 5ceca503-cd8e-4b5c-8256-6967ef4f672b: 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 5ceca503-cd8e-4b5c-8256-6967ef4f672b 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.176 | 3.176 | 3.176 | 3.176 | 3.176 | 3.176 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.551 | 2.551 | 2.551 | 2.551 | 2.551 | 2.551 | 100.0% | 1 | | total | 5.727 | 5.727 | 5.727 | 5.727 | 5.727 | 5.727 | 100.0% | 1 | | -> duration | 5.727 | 5.727 | 5.727 | 5.727 | 5.727 | 5.727 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.727471 Full duration: 23.956549 -------------------------------------------------------------------------------- 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 5ceca503-cd8e-4b5c-8256-6967ef4f672b 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.113 | 3.113 | 3.113 | 3.113 | 3.113 | 3.113 | 100.0% | 1 | | cinder_v2.delete_volume | 2.498 | 2.498 | 2.498 | 2.498 | 2.498 | 2.498 | 100.0% | 1 | | total | 5.611 | 5.611 | 5.611 | 5.611 | 5.611 | 5.611 | 100.0% | 1 | | -> duration | 5.611 | 5.611 | 5.611 | 5.611 | 5.611 | 5.611 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.611286 Full duration: 17.061284 -------------------------------------------------------------------------------- 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-d6ab7604-37cd-4829-a6a5-c425e13e01c5" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 5ceca503-cd8e-4b5c-8256-6967ef4f672b has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 10.125 | 10.125 | 10.125 | 10.125 | 10.125 | 10.125 | 100.0% | 1 | | cinder_v2.delete_volume | 4.39 | 4.39 | 4.39 | 4.39 | 4.39 | 4.39 | 100.0% | 1 | | total | 14.516 | 14.516 | 14.516 | 14.516 | 14.516 | 14.516 | 100.0% | 1 | | -> duration | 14.516 | 14.516 | 14.516 | 14.516 | 14.516 | 14.516 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.515514 Full duration: 24.928757 -------------------------------------------------------------------------------- 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 5ceca503-cd8e-4b5c-8256-6967ef4f672b 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.107 | 3.107 | 3.107 | 3.107 | 3.107 | 3.107 | 100.0% | 1 | | cinder_v2.delete_volume | 2.752 | 2.752 | 2.752 | 2.752 | 2.752 | 2.752 | 100.0% | 1 | | total | 5.859 | 5.859 | 5.859 | 5.859 | 5.859 | 5.859 | 100.0% | 1 | | -> duration | 5.859 | 5.859 | 5.859 | 5.859 | 5.859 | 5.859 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.859304 Full duration: 15.756166 -------------------------------------------------------------------------------- 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 5ceca503-cd8e-4b5c-8256-6967ef4f672b has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.135 | 3.135 | 3.135 | 3.135 | 3.135 | 3.135 | 100.0% | 1 | | cinder_v2.extend_volume | 2.541 | 2.541 | 2.541 | 2.541 | 2.541 | 2.541 | 100.0% | 1 | | cinder_v2.delete_volume | 2.441 | 2.441 | 2.441 | 2.441 | 2.441 | 2.441 | 100.0% | 1 | | total | 8.118 | 8.118 | 8.118 | 8.118 | 8.118 | 8.118 | 100.0% | 1 | | -> duration | 8.118 | 8.118 | 8.118 | 8.118 | 8.118 | 8.118 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.117822 Full duration: 18.12171 -------------------------------------------------------------------------------- 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 5ceca503-cd8e-4b5c-8256-6967ef4f672b 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.112 | 3.112 | 3.112 | 3.112 | 3.112 | 3.112 | 100.0% | 1 | | cinder_v2.delete_volume | 2.451 | 2.451 | 2.451 | 2.451 | 2.451 | 2.451 | 100.0% | 1 | | total | 5.564 | 5.564 | 5.564 | 5.564 | 5.564 | 5.564 | 100.0% | 1 | | -> duration | 5.564 | 5.564 | 5.564 | 5.564 | 5.564 | 5.564 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.563505 Full duration: 21.873567 -------------------------------------------------------------------------------- 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 5ceca503-cd8e-4b5c-8256-6967ef4f672b 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.57 | 0.57 | 0.57 | 0.57 | 0.57 | 0.57 | 100.0% | 1 | | cinder_v2.list_qos | 0.156 | 0.156 | 0.156 | 0.156 | 0.156 | 0.156 | 100.0% | 1 | | total | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | -> duration | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.725941 Full duration: 11.96868 -------------------------------------------------------------------------------- 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 5ceca503-cd8e-4b5c-8256-6967ef4f672b 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.562 | 0.562 | 0.562 | 0.562 | 0.562 | 0.562 | 100.0% | 1 | | cinder_v2.set_qos | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 100.0% | 1 | | total | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 100.0% | 1 | | -> duration | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.728647 Full duration: 11.668331 -------------------------------------------------------------------------------- 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 5ceca503-cd8e-4b5c-8256-6967ef4f672b 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.588 | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 100.0% | 1 | | cinder_v2.list_types | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 100.0% | 1 | | total | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | -> duration | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.787998 Full duration: 12.014916 -------------------------------------------------------------------------------- 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 5ceca503-cd8e-4b5c-8256-6967ef4f672b 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.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 100.0% | 1 | | total | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | -> duration | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.81546 Full duration: 11.401821 HINTS: * To plot HTML graphics with this data, run: rally task report 5ceca503-cd8e-4b5c-8256-6967ef4f672b --out output.html * To generate a JUnit report, run: rally task export 5ceca503-cd8e-4b5c-8256-6967ef4f672b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5ceca503-cd8e-4b5c-8256-6967ef4f672b --json --out output.json 2018-04-24 09:21:17,735 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '5ceca503-cd8e-4b5c-8256-6967ef4f672b'] 2018-04-24 09:21:18,632 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-24 09:21:18,632 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '5ceca503-cd8e-4b5c-8256-6967ef4f672b', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-24 09:21:18,637 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-24 09:21:18,637 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-24 09:21:18,637 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-04-24 09:21:18,637 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-24 09:21:18,644 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-24 09:21:18,648 - 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': '3d48146d-e9c9-43a2-8c1b-ea8ecd4acf0d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-d6ab7604-37cd-4829-a6a5-c425e13e01c5', 'flavor_name': 'rally-tiny-d6ab7604-37cd-4829-a6a5-c425e13e01c5', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-d6ab7604-37cd-4829-a6a5-c425e13e01c5', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-24 09:22:39,210 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1efa6c6f-82f8-4836-a774-a2e78bb1161b 2018-04-24 09:22:39,210 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '1efa6c6f-82f8-4836-a774-a2e78bb1161b'] 2018-04-24 09:22:40,195 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 1efa6c6f-82f8-4836-a774-a2e78bb1161b: 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 1efa6c6f-82f8-4836-a774-a2e78bb1161b 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.833 | 4.833 | 4.833 | 4.833 | 4.833 | 4.833 | 100.0% | 1 | | heat.update_stack | 2.812 | 2.812 | 2.812 | 2.812 | 2.812 | 2.812 | 100.0% | 1 | | heat.delete_stack | 2.386 | 2.386 | 2.386 | 2.386 | 2.386 | 2.386 | 100.0% | 1 | | total | 10.031 | 10.031 | 10.031 | 10.031 | 10.031 | 10.031 | 100.0% | 1 | | -> duration | 6.031 | 6.031 | 6.031 | 6.031 | 6.031 | 6.031 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.030864 Full duration: 19.317691 -------------------------------------------------------------------------------- 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 1efa6c6f-82f8-4836-a774-a2e78bb1161b 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.582 | 4.582 | 4.582 | 4.582 | 4.582 | 4.582 | 100.0% | 1 | | heat.check_stack | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 100.0% | 1 | | heat.delete_stack | 2.375 | 2.375 | 2.375 | 2.375 | 2.375 | 2.375 | 100.0% | 1 | | total | 7.685 | 7.685 | 7.685 | 7.685 | 7.685 | 7.685 | 100.0% | 1 | | -> duration | 5.685 | 5.685 | 5.685 | 5.685 | 5.685 | 5.685 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.6847 Full duration: 15.678323 -------------------------------------------------------------------------------- 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 1efa6c6f-82f8-4836-a774-a2e78bb1161b 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.553 | 4.553 | 4.553 | 4.553 | 4.553 | 4.553 | 100.0% | 1 | | heat.suspend_stack | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 100.0% | 1 | | heat.resume_stack | 1.409 | 1.409 | 1.409 | 1.409 | 1.409 | 1.409 | 100.0% | 1 | | heat.delete_stack | 2.536 | 2.536 | 2.536 | 2.536 | 2.536 | 2.536 | 100.0% | 1 | | total | 9.355 | 9.355 | 9.355 | 9.355 | 9.355 | 9.355 | 100.0% | 1 | | -> duration | 7.355 | 7.355 | 7.355 | 7.355 | 7.355 | 7.355 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.354504 Full duration: 18.535285 -------------------------------------------------------------------------------- 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 1efa6c6f-82f8-4836-a774-a2e78bb1161b 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.548 | 0.548 | 0.548 | 0.548 | 0.548 | 0.548 | 100.0% | 1 | | total | 0.548 | 0.548 | 0.548 | 0.548 | 0.548 | 0.548 | 100.0% | 1 | | -> duration | 0.548 | 0.548 | 0.548 | 0.548 | 0.548 | 0.548 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.548351 Full duration: 8.940768 HINTS: * To plot HTML graphics with this data, run: rally task report 1efa6c6f-82f8-4836-a774-a2e78bb1161b --out output.html * To generate a JUnit report, run: rally task export 1efa6c6f-82f8-4836-a774-a2e78bb1161b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1efa6c6f-82f8-4836-a774-a2e78bb1161b --json --out output.json 2018-04-24 09:22:40,196 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '1efa6c6f-82f8-4836-a774-a2e78bb1161b'] 2018-04-24 09:22:41,247 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-24 09:22:41,247 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '1efa6c6f-82f8-4836-a774-a2e78bb1161b', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-24 09:22:41,254 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-24 09:22:41,254 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-24 09:22:41,255 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-04-24 09:22:41,255 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-24 09:22:41,272 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-24 09:22:41,283 - 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': '3d48146d-e9c9-43a2-8c1b-ea8ecd4acf0d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-d6ab7604-37cd-4829-a6a5-c425e13e01c5', 'flavor_name': 'rally-tiny-d6ab7604-37cd-4829-a6a5-c425e13e01c5', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-d6ab7604-37cd-4829-a6a5-c425e13e01c5', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-24 09:25:53,298 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8a5cf627-a495-4580-abd3-88803e67aefa 2018-04-24 09:25:53,298 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '8a5cf627-a495-4580-abd3-88803e67aefa'] 2018-04-24 09:25:54,405 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 8a5cf627-a495-4580-abd3-88803e67aefa: 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 8a5cf627-a495-4580-abd3-88803e67aefa 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.515 | 0.515 | 0.515 | 0.515 | 0.515 | 0.515 | 100.0% | 1 | | keystone_v3.add_role | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 100.0% | 1 | | keystone_v3.revoke_role | 0.143 | 0.143 | 0.143 | 0.143 | 0.143 | 0.143 | 100.0% | 1 | | total | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | -> duration | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.795777 Full duration: 14.356671 -------------------------------------------------------------------------------- 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 8a5cf627-a495-4580-abd3-88803e67aefa 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.47 | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 100.0% | 1 | | keystone_v3.add_role | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | keystone_v3.list_roles | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | total | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | -> duration | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.689532 Full duration: 13.764331 -------------------------------------------------------------------------------- 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 8a5cf627-a495-4580-abd3-88803e67aefa 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.657 | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 100.0% | 1 | | keystone_v3.list_projects | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 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.736738 Full duration: 16.049012 -------------------------------------------------------------------------------- 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 8a5cf627-a495-4580-abd3-88803e67aefa 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.795 | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 100.0% | 1 | | keystone_v3.delete_role | 0.167 | 0.167 | 0.167 | 0.167 | 0.167 | 0.167 | 100.0% | 1 | | total | 0.962 | 0.962 | 0.962 | 0.962 | 0.962 | 0.962 | 100.0% | 1 | | -> duration | 0.962 | 0.962 | 0.962 | 0.962 | 0.962 | 0.962 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.962205 Full duration: 12.953678 -------------------------------------------------------------------------------- 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 8a5cf627-a495-4580-abd3-88803e67aefa 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.483 | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 100.0% | 1 | | keystone_v3.delete_service | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | total | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 100.0% | 1 | | -> duration | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.573314 Full duration: 11.979161 -------------------------------------------------------------------------------- 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 8a5cf627-a495-4580-abd3-88803e67aefa 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.648 | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 100.0% | 1 | | keystone_v3.create_user | 0.533 | 0.533 | 0.533 | 0.533 | 0.533 | 0.533 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | -> keystone_v3.add_role | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 100.0% | 1 | | keystone_v3.create_role | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | keystone_v3.get_project | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | keystone_v3.get_user | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | keystone_v3.get_role | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 100.0% | 1 | | keystone_v3.list_services | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | keystone_v3.get_services | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | total | 1.771 | 1.771 | 1.771 | 1.771 | 1.771 | 1.771 | 100.0% | 1 | | -> duration | 1.771 | 1.771 | 1.771 | 1.771 | 1.771 | 1.771 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.770622 Full duration: 21.059686 -------------------------------------------------------------------------------- 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 8a5cf627-a495-4580-abd3-88803e67aefa 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.641 | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 100.0% | 1 | | keystone_v3.update_project | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | keystone_v3.delete_project | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 100.0% | 1 | | total | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 100.0% | 1 | | -> duration | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.903886 Full duration: 12.020607 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 8a5cf627-a495-4580-abd3-88803e67aefa 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.649 | 0.649 | 0.649 | 0.649 | 0.649 | 0.649 | 100.0% | 1 | | total | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | -> duration | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.740728 Full duration: 15.394667 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 8a5cf627-a495-4580-abd3-88803e67aefa 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.655 | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 100.0% | 1 | | total | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 100.0% | 1 | | -> duration | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.655342 Full duration: 13.545525 -------------------------------------------------------------------------------- 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 8a5cf627-a495-4580-abd3-88803e67aefa 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.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | keystone_v3.list_users | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | total | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | -> duration | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.819971 Full duration: 15.727979 -------------------------------------------------------------------------------- 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 8a5cf627-a495-4580-abd3-88803e67aefa 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.894 | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 100.0% | 1 | | keystone_v3.create_users | 4.682 | 4.682 | 4.682 | 4.682 | 4.682 | 4.682 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.681 | 4.681 | 4.681 | 4.681 | 4.681 | 4.681 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.204 | 1.204 | 1.204 | 1.204 | 1.204 | 1.204 | 100.0% | 1 | | total | 6.512 | 6.512 | 6.512 | 6.512 | 6.512 | 6.512 | 100.0% | 1 | | -> duration | 6.512 | 6.512 | 6.512 | 6.512 | 6.512 | 6.512 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.5117 Full duration: 24.297721 HINTS: * To plot HTML graphics with this data, run: rally task report 8a5cf627-a495-4580-abd3-88803e67aefa --out output.html * To generate a JUnit report, run: rally task export 8a5cf627-a495-4580-abd3-88803e67aefa --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8a5cf627-a495-4580-abd3-88803e67aefa --json --out output.json 2018-04-24 09:25:54,405 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '8a5cf627-a495-4580-abd3-88803e67aefa'] 2018-04-24 09:25:55,430 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-24 09:25:55,431 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '8a5cf627-a495-4580-abd3-88803e67aefa', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-24 09:25:55,438 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-24 09:25:55,438 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-24 09:25:55,439 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-04-24 09:25:55,439 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-24 09:25:55,455 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-24 09:25:55,456 - 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': '3d48146d-e9c9-43a2-8c1b-ea8ecd4acf0d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-d6ab7604-37cd-4829-a6a5-c425e13e01c5', 'flavor_name': 'rally-tiny-d6ab7604-37cd-4829-a6a5-c425e13e01c5', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-d6ab7604-37cd-4829-a6a5-c425e13e01c5', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-24 09:30:52,635 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 56db973e-2677-4bb0-a56f-f00ba4ebc50b 2018-04-24 09:30:52,636 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '56db973e-2677-4bb0-a56f-f00ba4ebc50b'] 2018-04-24 09:30:53,746 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 56db973e-2677-4bb0-a56f-f00ba4ebc50b: 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 56db973e-2677-4bb0-a56f-f00ba4ebc50b 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.183 | 1.183 | 1.183 | 1.183 | 1.183 | 1.183 | 100.0% | 1 | | neutron.delete_network | 0.552 | 0.552 | 0.552 | 0.552 | 0.552 | 0.552 | 100.0% | 1 | | total | 1.735 | 1.735 | 1.735 | 1.735 | 1.735 | 1.735 | 100.0% | 1 | | -> duration | 1.735 | 1.735 | 1.735 | 1.735 | 1.735 | 1.735 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.734989 Full duration: 15.704799 -------------------------------------------------------------------------------- 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 56db973e-2677-4bb0-a56f-f00ba4ebc50b 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.46 | 1.46 | 1.46 | 1.46 | 1.46 | 1.46 | 100.0% | 1 | | neutron.delete_port | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 100.0% | 1 | | total | 2.435 | 2.435 | 2.435 | 2.435 | 2.435 | 2.435 | 100.0% | 1 | | -> duration | 2.435 | 2.435 | 2.435 | 2.435 | 2.435 | 2.435 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.434756 Full duration: 26.985993 -------------------------------------------------------------------------------- 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 56db973e-2677-4bb0-a56f-f00ba4ebc50b 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.005 | 1.005 | 1.005 | 1.005 | 1.005 | 1.005 | 100.0% | 1 | | neutron.create_subnet | 1.457 | 1.457 | 1.457 | 1.457 | 1.457 | 1.457 | 100.0% | 1 | | neutron.create_router | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 100.0% | 1 | | neutron.add_interface_router | 1.753 | 1.753 | 1.753 | 1.753 | 1.753 | 1.753 | 100.0% | 1 | | neutron.remove_interface_router | 1.543 | 1.543 | 1.543 | 1.543 | 1.543 | 1.543 | 100.0% | 1 | | neutron.delete_router | 0.232 | 0.232 | 0.232 | 0.232 | 0.232 | 0.232 | 100.0% | 1 | | total | 6.114 | 6.114 | 6.114 | 6.114 | 6.114 | 6.114 | 100.0% | 1 | | -> duration | 6.114 | 6.114 | 6.114 | 6.114 | 6.114 | 6.114 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.113826 Full duration: 35.43826 -------------------------------------------------------------------------------- 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 56db973e-2677-4bb0-a56f-f00ba4ebc50b has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_subnet | 1.074 | 1.074 | 1.074 | 1.074 | 1.074 | 1.074 | 100.0% | 1 | | neutron.delete_subnet | 0.449 | 0.449 | 0.449 | 0.449 | 0.449 | 0.449 | 100.0% | 1 | | total | 1.524 | 1.524 | 1.524 | 1.524 | 1.524 | 1.524 | 100.0% | 1 | | -> duration | 1.524 | 1.524 | 1.524 | 1.524 | 1.524 | 1.524 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.523986 Full duration: 25.427344 -------------------------------------------------------------------------------- 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 56db973e-2677-4bb0-a56f-f00ba4ebc50b 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.79 | 1.79 | 1.79 | 1.79 | 1.79 | 1.79 | 100.0% | 1 | | neutron.list_networks | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 100.0% | 1 | | total | 1.993 | 1.993 | 1.993 | 1.993 | 1.993 | 1.993 | 100.0% | 1 | | -> duration | 1.993 | 1.993 | 1.993 | 1.993 | 1.993 | 1.993 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.993483 Full duration: 16.524327 -------------------------------------------------------------------------------- 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 56db973e-2677-4bb0-a56f-f00ba4ebc50b 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.778 | 1.778 | 1.778 | 1.778 | 1.778 | 1.778 | 100.0% | 1 | | neutron.list_ports | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 100.0% | 1 | | total | 1.942 | 1.942 | 1.942 | 1.942 | 1.942 | 1.942 | 100.0% | 1 | | -> duration | 1.942 | 1.942 | 1.942 | 1.942 | 1.942 | 1.942 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.942078 Full duration: 27.195094 -------------------------------------------------------------------------------- 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 56db973e-2677-4bb0-a56f-f00ba4ebc50b 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.865 | 1.865 | 1.865 | 1.865 | 1.865 | 1.865 | 100.0% | 1 | | neutron.create_subnet | 0.502 | 0.502 | 0.502 | 0.502 | 0.502 | 0.502 | 100.0% | 1 | | neutron.create_router | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | neutron.add_interface_router | 1.833 | 1.833 | 1.833 | 1.833 | 1.833 | 1.833 | 100.0% | 1 | | neutron.list_routers | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | total | 4.382 | 4.382 | 4.382 | 4.382 | 4.382 | 4.382 | 100.0% | 1 | | -> duration | 4.382 | 4.382 | 4.382 | 4.382 | 4.382 | 4.382 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.381868 Full duration: 37.769067 -------------------------------------------------------------------------------- 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 56db973e-2677-4bb0-a56f-f00ba4ebc50b 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.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | neutron.create_subnet | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | neutron.list_subnets | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | total | 1.578 | 1.578 | 1.578 | 1.578 | 1.578 | 1.578 | 100.0% | 1 | | -> duration | 1.578 | 1.578 | 1.578 | 1.578 | 1.578 | 1.578 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.578035 Full duration: 31.346492 -------------------------------------------------------------------------------- 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 56db973e-2677-4bb0-a56f-f00ba4ebc50b 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.844 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 100.0% | 1 | | neutron.delete_security_group | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | total | 0.954 | 0.954 | 0.954 | 0.954 | 0.954 | 0.954 | 100.0% | 1 | | -> duration | 0.954 | 0.954 | 0.954 | 0.954 | 0.954 | 0.954 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.953539 Full duration: 13.903845 -------------------------------------------------------------------------------- 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 56db973e-2677-4bb0-a56f-f00ba4ebc50b 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.933 | 0.933 | 0.933 | 0.933 | 0.933 | 0.933 | 100.0% | 1 | | neutron.create_security_group_rule | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | neutron.delete_security_group | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 100.0% | 1 | | total | 1.965 | 1.965 | 1.965 | 1.965 | 1.965 | 1.965 | 100.0% | 1 | | -> duration | 1.965 | 1.965 | 1.965 | 1.965 | 1.965 | 1.965 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.965185 Full duration: 14.148707 -------------------------------------------------------------------------------- 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 56db973e-2677-4bb0-a56f-f00ba4ebc50b 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.963 | 0.963 | 0.963 | 0.963 | 0.963 | 0.963 | 100.0% | 1 | | neutron.create_router | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 100.0% | 1 | | neutron.add_gateway_router | 1.637 | 1.637 | 1.637 | 1.637 | 1.637 | 1.637 | 100.0% | 1 | | neutron.remove_gateway_router | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | total | 3.671 | 3.671 | 3.671 | 3.671 | 3.671 | 3.671 | 100.0% | 1 | | -> duration | 3.671 | 3.671 | 3.671 | 3.671 | 3.671 | 3.671 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.671116 Full duration: 24.512419 HINTS: * To plot HTML graphics with this data, run: rally task report 56db973e-2677-4bb0-a56f-f00ba4ebc50b --out output.html * To generate a JUnit report, run: rally task export 56db973e-2677-4bb0-a56f-f00ba4ebc50b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 56db973e-2677-4bb0-a56f-f00ba4ebc50b --json --out output.json 2018-04-24 09:30:53,747 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '56db973e-2677-4bb0-a56f-f00ba4ebc50b'] 2018-04-24 09:30:54,807 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-24 09:30:54,807 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '56db973e-2677-4bb0-a56f-f00ba4ebc50b', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-24 09:30:54,814 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-24 09:30:54,814 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-24 09:30:54,815 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-04-24 09:30:54,815 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-24 09:30:54,831 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-24 09:30:54,832 - 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': '3d48146d-e9c9-43a2-8c1b-ea8ecd4acf0d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-d6ab7604-37cd-4829-a6a5-c425e13e01c5', 'flavor_name': 'rally-tiny-d6ab7604-37cd-4829-a6a5-c425e13e01c5', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-d6ab7604-37cd-4829-a6a5-c425e13e01c5', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-24 09:38:21,932 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 39d9eb7e-be87-49b0-afee-5ba9cddee5e5 2018-04-24 09:38:21,932 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '39d9eb7e-be87-49b0-afee-5ba9cddee5e5'] 2018-04-24 09:38:22,961 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 39d9eb7e-be87-49b0-afee-5ba9cddee5e5: 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-d6ab7604-37cd-4829-a6a5-c425e13e01c5" }, "image": { "name": "Cirros-0.4.0-d6ab7604-37cd-4829-a6a5-c425e13e01c5" }, "block_migration": false, "nics": [ { "net-id": "3d48146d-e9c9-43a2-8c1b-ea8ecd4acf0d" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 39d9eb7e-be87-49b0-afee-5ba9cddee5e5 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.534 | 13.534 | 13.534 | 13.534 | 13.534 | 13.534 | 100.0% | 1 | | nova.find_host_to_migrate | 1.243 | 1.243 | 1.243 | 1.243 | 1.243 | 1.243 | 100.0% | 1 | | nova.live_migrate | 18.295 | 18.295 | 18.295 | 18.295 | 18.295 | 18.295 | 100.0% | 1 | | nova.delete_server | 6.929 | 6.929 | 6.929 | 6.929 | 6.929 | 6.929 | 100.0% | 1 | | total | 40.002 | 40.002 | 40.002 | 40.002 | 40.002 | 40.002 | 100.0% | 1 | | -> duration | 39.002 | 39.002 | 39.002 | 39.002 | 39.002 | 39.002 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 39.002025 Full duration: 49.531749 -------------------------------------------------------------------------------- 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-d6ab7604-37cd-4829-a6a5-c425e13e01c5" }, "image": { "name": "Cirros-0.4.0-d6ab7604-37cd-4829-a6a5-c425e13e01c5" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "3d48146d-e9c9-43a2-8c1b-ea8ecd4acf0d" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 39d9eb7e-be87-49b0-afee-5ba9cddee5e5 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.087 | 12.087 | 12.087 | 12.087 | 12.087 | 12.087 | 100.0% | 1 | | cinder_v2.create_volume | 2.907 | 2.907 | 2.907 | 2.907 | 2.907 | 2.907 | 100.0% | 1 | | nova.attach_volume | 5.043 | 5.043 | 5.043 | 5.043 | 5.043 | 5.043 | 100.0% | 1 | | nova.find_host_to_migrate | 0.967 | 0.967 | 0.967 | 0.967 | 0.967 | 0.967 | 100.0% | 1 | | nova.live_migrate | 11.709 | 11.709 | 11.709 | 11.709 | 11.709 | 11.709 | 100.0% | 1 | | nova.detach_volume | 3.851 | 3.851 | 3.851 | 3.851 | 3.851 | 3.851 | 100.0% | 1 | | cinder_v2.delete_volume | 3.015 | 3.015 | 3.015 | 3.015 | 3.015 | 3.015 | 100.0% | 1 | | nova.delete_server | 7.321 | 7.321 | 7.321 | 7.321 | 7.321 | 7.321 | 100.0% | 1 | | total | 46.9 | 46.9 | 46.9 | 46.9 | 46.9 | 46.9 | 100.0% | 1 | | -> duration | 45.9 | 45.9 | 45.9 | 45.9 | 45.9 | 45.9 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 45.900105 Full duration: 58.32801 -------------------------------------------------------------------------------- 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-d6ab7604-37cd-4829-a6a5-c425e13e01c5" }, "image": { "name": "Cirros-0.4.0-d6ab7604-37cd-4829-a6a5-c425e13e01c5" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "3d48146d-e9c9-43a2-8c1b-ea8ecd4acf0d" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 39d9eb7e-be87-49b0-afee-5ba9cddee5e5 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 | 9.921 | 9.921 | 9.921 | 9.921 | 9.921 | 9.921 | 100.0% | 1 | | nova.boot_server | 10.775 | 10.775 | 10.775 | 10.775 | 10.775 | 10.775 | 100.0% | 1 | | nova.find_host_to_migrate | 1.162 | 1.162 | 1.162 | 1.162 | 1.162 | 1.162 | 100.0% | 1 | | nova.live_migrate | 20.979 | 20.979 | 20.979 | 20.979 | 20.979 | 20.979 | 100.0% | 1 | | nova.delete_server | 11.729 | 11.729 | 11.729 | 11.729 | 11.729 | 11.729 | 100.0% | 1 | | total | 54.567 | 54.567 | 54.567 | 54.567 | 54.567 | 54.567 | 100.0% | 1 | | -> duration | 53.567 | 53.567 | 53.567 | 53.567 | 53.567 | 53.567 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 53.566972 Full duration: 65.493386 -------------------------------------------------------------------------------- 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-d6ab7604-37cd-4829-a6a5-c425e13e01c5" }, "image": { "name": "Cirros-0.4.0-d6ab7604-37cd-4829-a6a5-c425e13e01c5" }, "server_kwargs": { "nics": [ { "net-id": "3d48146d-e9c9-43a2-8c1b-ea8ecd4acf0d" } ] } }, "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 39d9eb7e-be87-49b0-afee-5ba9cddee5e5 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_keypair | 0.953 | 0.953 | 0.953 | 0.953 | 0.953 | 0.953 | 100.0% | 1 | | nova.boot_server | 12.862 | 12.862 | 12.862 | 12.862 | 12.862 | 12.862 | 100.0% | 1 | | nova.delete_server | 4.84 | 4.84 | 4.84 | 4.84 | 4.84 | 4.84 | 100.0% | 1 | | nova.delete_keypair | 0.032 | 0.032 | 0.032 | 0.032 | 0.032 | 0.032 | 100.0% | 1 | | total | 18.69 | 18.69 | 18.69 | 18.69 | 18.69 | 18.69 | 100.0% | 1 | | -> duration | 17.69 | 17.69 | 17.69 | 17.69 | 17.69 | 17.69 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.69016 Full duration: 39.627125 -------------------------------------------------------------------------------- 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-d6ab7604-37cd-4829-a6a5-c425e13e01c5" }, "image": { "name": "Cirros-0.4.0-d6ab7604-37cd-4829-a6a5-c425e13e01c5" }, "volume_size": 5, "nics": [ { "net-id": "3d48146d-e9c9-43a2-8c1b-ea8ecd4acf0d" } ] }, "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 39d9eb7e-be87-49b0-afee-5ba9cddee5e5 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 | 8.1 | 8.1 | 8.1 | 8.1 | 8.1 | 8.1 | 100.0% | 1 | | nova.boot_server | 10.758 | 10.758 | 10.758 | 10.758 | 10.758 | 10.758 | 100.0% | 1 | | nova.delete_server | 4.467 | 4.467 | 4.467 | 4.467 | 4.467 | 4.467 | 100.0% | 1 | | total | 23.325 | 23.325 | 23.325 | 23.325 | 23.325 | 23.325 | 100.0% | 1 | | -> duration | 22.325 | 22.325 | 22.325 | 22.325 | 22.325 | 22.325 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 22.3251 Full duration: 47.474178 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-d6ab7604-37cd-4829-a6a5-c425e13e01c5" }, "image": { "name": "Cirros-0.4.0-d6ab7604-37cd-4829-a6a5-c425e13e01c5" }, "force_delete": false, "nics": [ { "net-id": "3d48146d-e9c9-43a2-8c1b-ea8ecd4acf0d" } ] }, "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 39d9eb7e-be87-49b0-afee-5ba9cddee5e5 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 | 10.222 | 10.222 | 10.222 | 10.222 | 10.222 | 10.222 | 100.0% | 1 | | nova.pause_server | 3.232 | 3.232 | 3.232 | 3.232 | 3.232 | 3.232 | 100.0% | 1 | | nova.unpause_server | 2.336 | 2.336 | 2.336 | 2.336 | 2.336 | 2.336 | 100.0% | 1 | | nova.delete_server | 16.836 | 16.836 | 16.836 | 16.836 | 16.836 | 16.836 | 100.0% | 1 | | total | 32.625 | 32.625 | 32.625 | 32.625 | 32.625 | 32.625 | 100.0% | 1 | | -> duration | 27.625 | 27.625 | 27.625 | 27.625 | 27.625 | 27.625 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 27.625323 Full duration: 53.655959 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-d6ab7604-37cd-4829-a6a5-c425e13e01c5" }, "image": { "name": "Cirros-0.4.0-d6ab7604-37cd-4829-a6a5-c425e13e01c5" }, "nics": [ { "net-id": "3d48146d-e9c9-43a2-8c1b-ea8ecd4acf0d" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 39d9eb7e-be87-49b0-afee-5ba9cddee5e5 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 | 10.296 | 10.296 | 10.296 | 10.296 | 10.296 | 10.296 | 100.0% | 1 | | nova.migrate | 25.105 | 25.105 | 25.105 | 25.105 | 25.105 | 25.105 | 100.0% | 1 | | nova.resize_confirm | 5.063 | 5.063 | 5.063 | 5.063 | 5.063 | 5.063 | 100.0% | 1 | | nova.delete_server | 4.743 | 4.743 | 4.743 | 4.743 | 4.743 | 4.743 | 100.0% | 1 | | total | 45.207 | 45.207 | 45.207 | 45.207 | 45.207 | 45.207 | 100.0% | 1 | | -> duration | 44.207 | 44.207 | 44.207 | 44.207 | 44.207 | 44.207 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 44.207088 Full duration: 55.186037 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-d6ab7604-37cd-4829-a6a5-c425e13e01c5" }, "image": { "name": "Cirros-0.4.0-d6ab7604-37cd-4829-a6a5-c425e13e01c5" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 39d9eb7e-be87-49b0-afee-5ba9cddee5e5 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 | 10.874 | 10.874 | 10.874 | 10.874 | 10.874 | 10.874 | 100.0% | 1 | | nova.list_interfaces | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | total | 10.977 | 10.977 | 10.977 | 10.977 | 10.977 | 10.977 | 100.0% | 1 | | -> duration | 9.977 | 9.977 | 9.977 | 9.977 | 9.977 | 9.977 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.976826 Full duration: 37.315169 -------------------------------------------------------------------------------- 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 39d9eb7e-be87-49b0-afee-5ba9cddee5e5 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.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | nova.delete_server_group | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 100.0% | 1 | | total | 0.813 | 0.813 | 0.813 | 0.813 | 0.813 | 0.813 | 100.0% | 1 | | -> duration | 0.813 | 0.813 | 0.813 | 0.813 | 0.813 | 0.813 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.813404 Full duration: 9.106786 HINTS: * To plot HTML graphics with this data, run: rally task report 39d9eb7e-be87-49b0-afee-5ba9cddee5e5 --out output.html * To generate a JUnit report, run: rally task export 39d9eb7e-be87-49b0-afee-5ba9cddee5e5 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 39d9eb7e-be87-49b0-afee-5ba9cddee5e5 --json --out output.json 2018-04-24 09:38:22,961 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '39d9eb7e-be87-49b0-afee-5ba9cddee5e5'] 2018-04-24 09:38:23,979 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-24 09:38:23,979 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '39d9eb7e-be87-49b0-afee-5ba9cddee5e5', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-24 09:38:23,985 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-04-24 09:38:23,985 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-24 09:38:23,985 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-04-24 09:38:23,985 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-24 09:38:23,997 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-24 09:38:23,997 - 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': '3d48146d-e9c9-43a2-8c1b-ea8ecd4acf0d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-d6ab7604-37cd-4829-a6a5-c425e13e01c5', 'flavor_name': 'rally-tiny-d6ab7604-37cd-4829-a6a5-c425e13e01c5', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-d6ab7604-37cd-4829-a6a5-c425e13e01c5', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-24 09:39:15,151 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7892c459-5296-4f36-95b1-3a1f56c4fe97 2018-04-24 09:39:15,151 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '7892c459-5296-4f36-95b1-3a1f56c4fe97'] 2018-04-24 09:39:16,139 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 7892c459-5296-4f36-95b1-3a1f56c4fe97: 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 7892c459-5296-4f36-95b1-3a1f56c4fe97 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.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | quotas.delete_quotas | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 100.0% | 1 | | total | 0.978 | 0.978 | 0.978 | 0.978 | 0.978 | 0.978 | 100.0% | 1 | | -> duration | 0.978 | 0.978 | 0.978 | 0.978 | 0.978 | 0.978 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.978397 Full duration: 8.154412 -------------------------------------------------------------------------------- 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 7892c459-5296-4f36-95b1-3a1f56c4fe97 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.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | total | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | -> duration | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.705967 Full duration: 7.585648 -------------------------------------------------------------------------------- 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 7892c459-5296-4f36-95b1-3a1f56c4fe97 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.335 | 0.335 | 0.335 | 0.335 | 0.335 | 0.335 | 100.0% | 1 | | total | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | -> duration | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.803589 Full duration: 8.312633 -------------------------------------------------------------------------------- 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 7892c459-5296-4f36-95b1-3a1f56c4fe97 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.084 | 1.084 | 1.084 | 1.084 | 1.084 | 1.084 | 100.0% | 1 | | total | 1.084 | 1.084 | 1.084 | 1.084 | 1.084 | 1.084 | 100.0% | 1 | | -> duration | 1.084 | 1.084 | 1.084 | 1.084 | 1.084 | 1.084 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.083898 Full duration: 8.062058 HINTS: * To plot HTML graphics with this data, run: rally task report 7892c459-5296-4f36-95b1-3a1f56c4fe97 --out output.html * To generate a JUnit report, run: rally task export 7892c459-5296-4f36-95b1-3a1f56c4fe97 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7892c459-5296-4f36-95b1-3a1f56c4fe97 --json --out output.json 2018-04-24 09:39:16,140 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '7892c459-5296-4f36-95b1-3a1f56c4fe97'] 2018-04-24 09:39:17,154 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-24 09:39:17,154 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '7892c459-5296-4f36-95b1-3a1f56c4fe97', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-24 09:39:17,160 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-24 09:39:17,164 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:44 | 6 | 100.00% | | glance | 01:47 | 4 | 100.00% | | cinder | 02:48 | 10 | 100.00% | | heat | 01:02 | 4 | 100.00% | | keystone | 02:51 | 11 | 100.00% | | neutron | 04:28 | 11 | 100.00% | | nova | 06:55 | 9 | 100.00% | | quotas | 00:32 | 4 | 100.00% | | | | | | | TOTAL: | 00:21:11 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-04-24 09:39:17,164 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-04-24 09:39:25,528 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-24 09:39:25,529 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-24 09:39:26,057 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-24 09:39:26,058 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 24:53 | PASS | +----------------------+------------------+------------------+----------------+ 2018-04-24 09:39:26,062 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-24 09:39:26,181 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-24 09:39:28,583 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-24 09:39:28.277 11194 INFO rally.deployment.engine [-] Deployment 3059fa40-afe4-4feb-abdd-0651f849fc26 | Starting: Destroy cloud and free allocated resources. 2018-04-24 09:39:28.352 11194 INFO rally.deployment.engine [-] Deployment 3059fa40-afe4-4feb-abdd-0651f849fc26 | Completed: Destroy cloud and free allocated resources. 2018-04-24 09:39:28.376 11194 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=98a92909-0414-41d7-a297-f9ea2f631fa0). 2018-04-24 09:39:28.381 11194 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-24 09:39:31,018 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-24 09:39:30.726 11197 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=bf467817-5220-4411-b3b4-caaa68feebfb) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | bf467817-5220-4411-b3b4-caaa68feebfb | 2018-04-24T09:39:30 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: bf467817-5220-4411-b3b4-caaa68feebfb ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-24 09:39:34,199 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-24 09:39:34,200 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-24 09:39:36,524 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-24 09:39:36.246 11203 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=98a92909-0414-41d7-a297-f9ea2f631fa0). 2018-04-24 09:39:36.370 11203 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-24 09:39:39,746 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-24 09:39:38.377 11206 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-24 09:39:38.520 11206 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-24 09:39:39.574 11206 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f07e2966-7964-4979-b62d-c01927ce0062) has been successfully created! Using verifier 'opnfv-tempest' (UUID=f07e2966-7964-4979-b62d-c01927ce0062) as the default verifier for the future CLI operations. 2018-04-24 09:39:42,772 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-24 09:39:45,583 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-24 09:39:54,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-24 09:40:00,647 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-24 09:39:59.760 11225 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f07e2966-7964-4979-b62d-c01927ce0062) for deployment 'opnfv-rally' (UUID=bf467817-5220-4411-b3b4-caaa68feebfb). 2018-04-24 09:40:00.448 11225 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f07e2966-7964-4979-b62d-c01927ce0062) has been successfully configured for deployment 'opnfv-rally' (UUID=bf467817-5220-4411-b3b4-caaa68feebfb)! 2018-04-24 09:40:00,647 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-24 09:40:00,648 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-24 09:40:00,650 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-24 09:40:02,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-04-24 09:40:05,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:40:05.174 11237 INFO rally.api [-] Starting verification (UUID=3199fd62-da26-46a5-89b5-f87825586e9a) for deployment 'opnfv-rally' (UUID=bf467817-5220-4411-b3b4-caaa68feebfb) by verifier 'opnfv-tempest' (UUID=f07e2966-7964-4979-b62d-c01927ce0062). 2018-04-24 09:40:05,175 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 3199fd62-da26-46a5-89b5-f87825586e9a 2018-04-24 09:40:13,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:40:13.884 11237 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.593s] 2018-04-24 09:40:14,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:40:14.097 11237 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.506s] 2018-04-24 09:40:15,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:40:15.529 11237 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.645s] 2018-04-24 09:40:17,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:40:17.696 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [4.393s] 2018-04-24 09:40:18,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:40:18.101 11237 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [2.092s] 2018-04-24 09:40:18,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:40:18.342 11237 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.241s] 2018-04-24 09:40:19,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:40:19.765 11237 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.422s] 2018-04-24 09:40:21,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:40:21.390 11237 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.258s] 2018-04-24 09:40:24,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:40:24.209 11237 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.180s] 2018-04-24 09:40:24,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:40:24.418 11237 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.209s] 2018-04-24 09:40:37,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:40:37.433 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [19.732s] 2018-04-24 09:40:45,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:40:45.610 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [6.171s] 2018-04-24 09:40:45,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:40:45.685 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.074s] 2018-04-24 09:40:45,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:40:45.911 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.226s] 2018-04-24 09:40:46,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:40:46.009 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.096s] 2018-04-24 09:40:46,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:40:46.010 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-24 09:41:02,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:41:02.318 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [24.876s] 2018-04-24 09:41:11,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:41:11.199 11237 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [29.566s] 2018-04-24 09:41:13,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:41:13.440 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [11.121s] 2018-04-24 09:41:25,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:41:25.441 11237 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [14.242s] 2018-04-24 09:41:28,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:41:28.812 11237 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [69.033s] 2018-04-24 09:41:31,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:41:31.291 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.796s] 2018-04-24 09:41:31,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:41:31.514 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.222s] 2018-04-24 09:41:31,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:41:31.764 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.248s] 2018-04-24 09:41:32,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:41:32.208 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.443s] 2018-04-24 09:41:32,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:41:32.633 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.424s] 2018-04-24 09:41:34,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:41:34.062 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [1.429s] 2018-04-24 09:41:41,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:41:41.454 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.599s] 2018-04-24 09:41:43,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:41:43.313 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.858s] 2018-04-24 09:41:46,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:41:46.356 11237 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.223s] 2018-04-24 09:41:46,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:41:46.558 11237 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.202s] 2018-04-24 09:41:46,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:41:46.712 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.396s] 2018-04-24 09:41:47,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:41:47.417 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.706s] 2018-04-24 09:41:48,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:41:48.815 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.396s] 2018-04-24 09:41:50,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:41:50.456 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.640s] 2018-04-24 09:41:52,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:41:52.445 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.986s] 2018-04-24 09:41:52,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:41:52.487 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.043s] 2018-04-24 09:42:08,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:42:08.574 11237 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [43.123s] 2018-04-24 09:42:31,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:42:31.241 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [77.784s] 2018-04-24 09:42:33,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:42:33.954 11237 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [25.375s] 2018-04-24 09:42:35,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:42:35.203 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.297s] 2018-04-24 09:42:35,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:42:35.531 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.328s] 2018-04-24 09:42:55,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:42:55.764 11237 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [9.701s] 2018-04-24 09:42:56,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:42:56.130 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.010s] 2018-04-24 09:42:56,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:42:56.138 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.008s] 2018-04-24 09:42:56,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:42:56.195 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.056s] 2018-04-24 09:42:56,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:42:56.235 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.040s] 2018-04-24 09:42:56,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:42:56.271 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.035s] 2018-04-24 09:42:56,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:42:56.978 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.707s] 2018-04-24 09:42:57,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:42:57.020 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.041s] 2018-04-24 09:42:57,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:42:57.062 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.041s] 2018-04-24 09:42:57,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:42:57.099 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.036s] 2018-04-24 09:42:57,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:42:57.278 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.179s] 2018-04-24 09:43:09,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:43:09.855 11237 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [14.088s] 2018-04-24 09:43:26,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:43:26.567 11237 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [16.710s] 2018-04-24 09:43:33,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '3199fd62-da26-46a5-89b5-f87825586e9a']'. 2018-04-24 09:43:34,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-24 09:43:34,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-24 09:43:34,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-24 09:43:34,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 3199fd62-da26-46a5-89b5-f87825586e9a | 2018-04-24 09:43:34,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-24 09:43:34,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-24 09:40:05 | 2018-04-24 09:43:34,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-24 09:43:32 | 2018-04-24 09:43:34,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:27 | 2018-04-24 09:43:34,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-24 09:43:34,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-24 09:43:34,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: f07e2966-7964-4979-b62d-c01927ce0062) | 2018-04-24 09:43:34,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-24 09:43:34,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: bf467817-5220-4411-b3b4-caaa68feebfb) | 2018-04-24 09:43:34,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 55 | 2018-04-24 09:43:34,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 195.424 | 2018-04-24 09:43:34,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 55 | 2018-04-24 09:43:34,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-24 09:43:34,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-24 09:43:34,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-24 09:43:34,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-24 09:43:34,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-24 09:43:34,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-24 09:43:34,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-04-24 09:43:42,000 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-24 09:43:42,001 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 03:59 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-24 09:43:42,005 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-24 09:43:42,092 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-24 09:43:44,540 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-24 09:43:44.152 11339 INFO rally.deployment.engine [-] Deployment bf467817-5220-4411-b3b4-caaa68feebfb | Starting: Destroy cloud and free allocated resources. 2018-04-24 09:43:44.240 11339 INFO rally.deployment.engine [-] Deployment bf467817-5220-4411-b3b4-caaa68feebfb | Completed: Destroy cloud and free allocated resources. 2018-04-24 09:43:44.264 11339 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=f07e2966-7964-4979-b62d-c01927ce0062) for deployment 'opnfv-rally'. 2018-04-24 09:43:44.274 11339 INFO rally.api [-] Deleting verification (UUID=3199fd62-da26-46a5-89b5-f87825586e9a). 2018-04-24 09:43:44.325 11339 INFO rally.api [-] Verification has been successfully deleted! 2018-04-24 09:43:44.325 11339 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=f07e2966-7964-4979-b62d-c01927ce0062). 2018-04-24 09:43:44.336 11339 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-24 09:43:46,935 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-24 09:43:46.657 11342 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=1450c540-08a2-48d5-bc3f-66e0c98092d7) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 1450c540-08a2-48d5-bc3f-66e0c98092d7 | 2018-04-24T09:43:46 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 1450c540-08a2-48d5-bc3f-66e0c98092d7 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-24 09:43:50,175 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-24 09:43:50,175 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-24 09:43:52,512 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-24 09:43:52.292 11348 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=f07e2966-7964-4979-b62d-c01927ce0062). 2018-04-24 09:43:52.413 11348 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-24 09:43:56,430 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-24 09:43:54.556 11351 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-24 09:43:54.716 11351 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-24 09:43:56.240 11351 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=76d82051-86dd-4936-a089-ee2d585a2b75) has been successfully created! Using verifier 'opnfv-tempest' (UUID=76d82051-86dd-4936-a089-ee2d585a2b75) as the default verifier for the future CLI operations. 2018-04-24 09:43:59,414 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-24 09:44:01,169 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-24 09:44:08,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-24 09:44:13,102 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-24 09:44:12.315 11370 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=76d82051-86dd-4936-a089-ee2d585a2b75) for deployment 'opnfv-rally' (UUID=1450c540-08a2-48d5-bc3f-66e0c98092d7). 2018-04-24 09:44:12.981 11370 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=76d82051-86dd-4936-a089-ee2d585a2b75) has been successfully configured for deployment 'opnfv-rally' (UUID=1450c540-08a2-48d5-bc3f-66e0c98092d7)! 2018-04-24 09:44:13,103 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-24 09:44:13,103 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-24 09:44:13,104 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-24 09:44:13,115 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-24 09:44:16,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-76d82051-86dd-4936-a089-ee2d585a2b75/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-04-24 09:44:16,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-04-24 09:44:18,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 09:44:18.679 11379 INFO rally.api [-] Starting verification (UUID=2cf6b849-8ac7-479a-816e-9213ff56cd58) for deployment 'opnfv-rally' (UUID=1450c540-08a2-48d5-bc3f-66e0c98092d7) by verifier 'opnfv-tempest' (UUID=76d82051-86dd-4936-a089-ee2d585a2b75). 2018-04-24 09:44:18,681 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 2cf6b849-8ac7-479a-816e-9213ff56cd58 2018-04-24 09:47:25,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '2cf6b849-8ac7-479a-816e-9213ff56cd58']'. 2018-04-24 09:47:26,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-24 09:47:26,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-24 09:47:26,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-24 09:47:26,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 2cf6b849-8ac7-479a-816e-9213ff56cd58 | 2018-04-24 09:47:26,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-24 09:47:26,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-24 09:44:18 | 2018-04-24 09:47:26,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-24 09:47:25 | 2018-04-24 09:47:26,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:07 | 2018-04-24 09:47:26,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-24 09:47:26,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-24 09:47:26,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 76d82051-86dd-4936-a089-ee2d585a2b75) | 2018-04-24 09:47:26,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-24 09:47:26,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 1450c540-08a2-48d5-bc3f-66e0c98092d7) | 2018-04-24 09:47:26,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-24 09:47:26,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 176.911 | 2018-04-24 09:47:26,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-04-24 09:47:26,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-04-24 09:47:26,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-24 09:47:26,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-24 09:47:26,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-24 09:47:26,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-24 09:47:26,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-24 09:47:26,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-24 09:47:35,750 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-24 09:47:35,750 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:36 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-24 09:47:35,755 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-24 09:47:36,505 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-24 10:47:30,417 - 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 3593.840s FAILED (errors=1) 2018-04-24 10:47:30,591 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-24 10:47:30,591 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 59:54 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-24 10:47:30,595 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-24 10:47:30,595 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-24 10:47:30,688 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-24 10:47:33,226 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-24 10:47:32.788 11606 INFO rally.deployment.engine [-] Deployment 1450c540-08a2-48d5-bc3f-66e0c98092d7 | Starting: Destroy cloud and free allocated resources. 2018-04-24 10:47:32.863 11606 INFO rally.deployment.engine [-] Deployment 1450c540-08a2-48d5-bc3f-66e0c98092d7 | Completed: Destroy cloud and free allocated resources. 2018-04-24 10:47:32.924 11606 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=76d82051-86dd-4936-a089-ee2d585a2b75) for deployment 'opnfv-rally'. 2018-04-24 10:47:32.956 11606 INFO rally.api [-] Deleting verification (UUID=2cf6b849-8ac7-479a-816e-9213ff56cd58). 2018-04-24 10:47:33.005 11606 INFO rally.api [-] Verification has been successfully deleted! 2018-04-24 10:47:33.006 11606 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=76d82051-86dd-4936-a089-ee2d585a2b75). 2018-04-24 10:47:33.019 11606 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-24 10:47:35,693 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-24 10:47:35.387 11609 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=1ffc9d13-cf0b-45f8-9549-42da5d1125b4) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 1ffc9d13-cf0b-45f8-9549-42da5d1125b4 | 2018-04-24T10:47:35 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 1ffc9d13-cf0b-45f8-9549-42da5d1125b4 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-24 10:47:39,002 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-24 10:47:39,003 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-24 10:47:41,291 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-24 10:47:41.033 11615 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=76d82051-86dd-4936-a089-ee2d585a2b75). 2018-04-24 10:47:41.153 11615 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-24 10:47:44,542 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-24 10:47:43.180 11618 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-24 10:47:43.319 11618 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-24 10:47:44.360 11618 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=45e66a7e-2c56-4a59-8ac9-7247da543814) has been successfully created! Using verifier 'opnfv-tempest' (UUID=45e66a7e-2c56-4a59-8ac9-7247da543814) as the default verifier for the future CLI operations. 2018-04-24 10:47:47,549 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-24 10:47:49,498 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-24 10:47:56,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-24 10:48:02,144 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-24 10:48:01.309 11637 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=45e66a7e-2c56-4a59-8ac9-7247da543814) for deployment 'opnfv-rally' (UUID=1ffc9d13-cf0b-45f8-9549-42da5d1125b4). 2018-04-24 10:48:02.001 11637 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=45e66a7e-2c56-4a59-8ac9-7247da543814) has been successfully configured for deployment 'opnfv-rally' (UUID=1ffc9d13-cf0b-45f8-9549-42da5d1125b4)! 2018-04-24 10:48:02,144 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-24 10:48:02,144 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-24 10:48:02,146 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-24 10:48:02,156 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-24 10:48:04,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-45e66a7e-2c56-4a59-8ac9-7247da543814/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-04-24 10:48:04,857 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-24 10:48:04,859 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-24 10:48:04,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-04-24 10:48:06,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-24 10:48:06.843 11646 INFO rally.api [-] Starting verification (UUID=c77f0dbc-8c55-4085-b38e-a9bd2d5cc329) for deployment 'opnfv-rally' (UUID=1ffc9d13-cf0b-45f8-9549-42da5d1125b4) by verifier 'opnfv-tempest' (UUID=45e66a7e-2c56-4a59-8ac9-7247da543814). 2018-04-24 10:48:06,844 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: c77f0dbc-8c55-4085-b38e-a9bd2d5cc329 2018-04-24 10:50:15,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'c77f0dbc-8c55-4085-b38e-a9bd2d5cc329']'. 2018-04-24 10:50:16,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-24 10:50:16,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-24 10:50:16,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-24 10:50:16,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | c77f0dbc-8c55-4085-b38e-a9bd2d5cc329 | 2018-04-24 10:50:16,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-24 10:50:16,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-24 10:48:06 | 2018-04-24 10:50:16,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-24 10:50:14 | 2018-04-24 10:50:16,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:08 | 2018-04-24 10:50:16,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-24 10:50:16,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-24 10:50:16,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 45e66a7e-2c56-4a59-8ac9-7247da543814) | 2018-04-24 10:50:16,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-24 10:50:16,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 1ffc9d13-cf0b-45f8-9549-42da5d1125b4) | 2018-04-24 10:50:16,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-24 10:50:16,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 117.475 | 2018-04-24 10:50:16,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-04-24 10:50:16,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-04-24 10:50:16,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-24 10:50:16,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-24 10:50:16,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-24 10:50:16,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-24 10:50:16,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-24 10:50:16,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-04-24 10:50:22,734 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-24 10:50:22,734 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:35 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-04-24 10:50:22,739 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:18 | PASS | | vping_userdata | functest | smoke | 00:41 | PASS | | tempest_smoke_serial | functest | smoke | 13:48 | PASS | | rally_sanity | functest | smoke | 24:53 | PASS | | refstack_defcore | functest | smoke | 03:59 | PASS | | patrole | functest | smoke | 03:36 | PASS | | snaps_smoke | functest | smoke | 59:54 | FAIL | | neutron_trunk | functest | smoke | 02:35 | PASS | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-24 10:50:22,746 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-24 10:50:25,980 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-46 | | 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-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-24 10:50:25,983 - 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=fj2cxUtpWF3wJamJUJDGXs9bM export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-24 10:50:25,983 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-24 10:50:25,983 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification barometercollectd | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ 2018-04-24 10:50:25,984 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-24 10:50:25,984 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-04-24 10:53:41,292 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-04-24 10:53:41,422 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-24 10:53:41,422 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:15 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-04-24 10:53:41,426 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-04-24 11:36:58,828 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-04-24 11:36:58,974 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-24 11:36:58,974 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 43:17 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-04-24 11:36:58,978 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-04-24 11:36:58,978 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:15 | PASS | | barometercollectd | barometer | features | 43:17 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-24 11:36:58,983 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-24 11:37:52,657 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-46 | | 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-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-24 11:37:52,662 - 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=fj2cxUtpWF3wJamJUJDGXs9bM export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-24 11:37:52,662 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-24 11:37:52,663 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-24 11:37:52,663 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-04-24 11:37:52,666 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-24 11:37:55,291 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-46 | | 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-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-24 11:37:55,293 - 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=fj2cxUtpWF3wJamJUJDGXs9bM export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-24 11:37:55,293 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-24 11:37:55,294 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | parser-basics | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ 2018-04-24 11:37:55,295 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-24 11:37:55,295 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-04-24 11:40:44,905 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-04-24 11:40:45,039 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-24 11:40:45,039 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 02:50 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-04-24 11:40:45,043 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 02:50 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-24 11:40:45,044 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK