2018-04-29 10:49:51,956 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-64 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-29 10:49:51,958 - 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=XfvbNNAcJp6mWyeRdd99ayeTN export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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-29 10:49:51,958 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-29 10:49:51,959 - 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-29 10:49:51,960 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-29 10:49:51,960 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-29 10:49:54,616 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-29 10:50:03,848 - 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 9.213s OK 2018-04-29 10:50:03,979 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-29 10:50:03,979 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-29 10:50:03,983 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-29 10:50:06,139 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-29 11:06:27,527 - 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 981.334s OK 2018-04-29 11:06:27,654 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-29 11:06:27,655 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 16:21 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-29 11:06:27,658 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-29 11:06:28,649 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-29 11:07:17,955 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 49.305s OK 2018-04-29 11:07:18,067 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-29 11:07:18,068 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:49 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-29 11:07:18,071 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | api_check | functest | healthcheck | 16:21 | PASS | | snaps_health_check | functest | healthcheck | 00:49 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-29 11:07:18,075 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-29 11:07:20,766 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-64 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-29 11:07:20,769 - 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=XfvbNNAcJp6mWyeRdd99ayeTN export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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-29 11:07:20,769 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-29 11:07:20,770 - 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-29 11:07:20,771 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-29 11:07:20,771 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-29 11:07:21,662 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-29 11:07:21,663 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-29 11:07:22,084 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-29 11:07:22,084 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-04-29 11:07:22,518 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-29 11:07:22,518 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-29 11:07:22' 2018-04-29 11:07:22,518 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--6a4c90b3-6ee8-41f0-9d2f-e9d2746c454e' 2018-04-29 11:07:28,488 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-6a4c90b3-6ee8-41f0-9d2f-e9d2746c454e' 2018-04-29 11:07:32,223 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-6a4c90b3-6ee8-41f0-9d2f-e9d2746c454e' 2018-04-29 11:07:45,061 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-6a4c90b3-6ee8-41f0-9d2f-e9d2746c454e' 2018-04-29 11:07:46,380 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-6a4c90b3-6ee8-41f0-9d2f-e9d2746c454e' 2018-04-29 11:07:47,152 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-6a4c90b3-6ee8-41f0-9d2f-e9d2746c454e' 2018-04-29 11:07:55,126 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-6a4c90b3-6ee8-41f0-9d2f-e9d2746c454e' 2018-04-29 11:08:00,585 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-6a4c90b3-6ee8-41f0-9d2f-e9d2746c454e' 2018-04-29 11:08:30,241 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-29 11:08:39,404 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-29 11:08:39,541 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-29 11:08:40,548 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-29 11:08:40,548 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-29 11:08:40,548 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-29 11:08:41,054 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-29 11:08:41,055 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:18 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-29 11:09:10,539 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-29 11:09:10,630 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-29 11:09:10,630 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-29 11:09:10' 2018-04-29 11:09:10,631 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--20de62ac-84d2-4b57-bb8b-9278a8271c07' 2018-04-29 11:09:17,513 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-20de62ac-84d2-4b57-bb8b-9278a8271c07' 2018-04-29 11:09:21,347 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-20de62ac-84d2-4b57-bb8b-9278a8271c07' 2018-04-29 11:09:34,291 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-20de62ac-84d2-4b57-bb8b-9278a8271c07' 2018-04-29 11:09:35,013 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-20de62ac-84d2-4b57-bb8b-9278a8271c07' 2018-04-29 11:09:42,602 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-20de62ac-84d2-4b57-bb8b-9278a8271c07' 2018-04-29 11:09:49,793 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-29 11:10:07,789 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-29 11:10:10,806 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.12. Waiting for response... 2018-04-29 11:10:13,383 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-29 11:10:13,501 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-29 11:10:13,501 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 01:03 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-29 11:10:49,169 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-29 11:10:49,256 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-29 11:10:53,858 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-29 11:10:53.584 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=ea957b71-d8f2-402a-8cab-03d797c7d37d) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | ea957b71-d8f2-402a-8cab-03d797c7d37d | 2018-04-29T11:10:53 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: ea957b71-d8f2-402a-8cab-03d797c7d37d ~/.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-29 11:10:57,111 - 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-29 11:10:57,112 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-29 11:11:02,783 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-29 11:11:01.336 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-29 11:11:01.469 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-29 11:11:02.563 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=029c396c-a8c8-4ec1-a83d-878d40621888) has been successfully created! Using verifier 'opnfv-tempest' (UUID=029c396c-a8c8-4ec1-a83d-878d40621888) as the default verifier for the future CLI operations. 2018-04-29 11:11:05,623 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-29 11:11:08,307 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-29 11:11:19,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-29 11:11:25,136 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-29 11:11:24.148 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=029c396c-a8c8-4ec1-a83d-878d40621888) for deployment 'opnfv-rally' (UUID=ea957b71-d8f2-402a-8cab-03d797c7d37d). 2018-04-29 11:11:24.973 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=029c396c-a8c8-4ec1-a83d-878d40621888) has been successfully configured for deployment 'opnfv-rally' (UUID=ea957b71-d8f2-402a-8cab-03d797c7d37d)! 2018-04-29 11:11:25,137 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-29 11:11:25,137 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-29 11:11:25,139 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-29 11:11:25,142 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-29 11:11:28,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-029c396c-a8c8-4ec1-a83d-878d40621888/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-29 11:11:28,095 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-29 11:11:28,097 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-29 11:11:28,097 - 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-29 11:11:31,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:11:31.277 55 INFO rally.api [-] Starting verification (UUID=a088942e-da04-4bc1-98ea-39d1154c4918) for deployment 'opnfv-rally' (UUID=ea957b71-d8f2-402a-8cab-03d797c7d37d) by verifier 'opnfv-tempest' (UUID=029c396c-a8c8-4ec1-a83d-878d40621888). 2018-04-29 11:11:31,279 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: a088942e-da04-4bc1-98ea-39d1154c4918 2018-04-29 11:11:38,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:11:38.746 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.175s] 2018-04-29 11:11:38,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:11:38.832 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.084s] 2018-04-29 11:11:47,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:11:47.080 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.895s] 2018-04-29 11:11:50,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:11:50.363 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.283s] 2018-04-29 11:12:04,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:12:04.758 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.644s] 2018-04-29 11:12:29,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:12:29.524 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [17.685s] 2018-04-29 11:13:20,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:13:20.876 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.069s] 2018-04-29 11:13:20,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:13:20.877 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-29 11:14:06,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:14:06.077 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.084s] 2018-04-29 11:14:06,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:14:06.078 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-29 11:14:53,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:14:53.974 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.082s] 2018-04-29 11:14:53,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:14:53.975 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-29 11:16:07,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:16:07.017 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [23.741s] 2018-04-29 11:16:40,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:16:40.843 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.058s] 2018-04-29 11:16:40,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:16:40.950 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.107s] 2018-04-29 11:16:50,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:16:50.544 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.705s] 2018-04-29 11:16:50,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:16:50.553 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-04-29 11:16:52,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:16:52.574 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-29 11:16:52,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:16:52.575 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-29 11:16:56,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:16:56.561 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.379s] 2018-04-29 11:17:03,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:17:03.552 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.081s] 2018-04-29 11:17:10,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:17:10.775 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.686s] 2018-04-29 11:17:18,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:17:18.921 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.635s] 2018-04-29 11:17:29,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:17:29.654 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.897s] 2018-04-29 11:17:36,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:17:36.930 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.493s] 2018-04-29 11:17:43,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:17:43.260 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.213s] 2018-04-29 11:17:51,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:17:51.561 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.483s] 2018-04-29 11:17:59,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:17:59.429 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.502s] 2018-04-29 11:18:09,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:18:09.050 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.047s] 2018-04-29 11:18:11,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:18:11.486 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-29 11:18:13,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:18:13.440 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.077s] 2018-04-29 11:18:13,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:18:13.512 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.072s] 2018-04-29 11:18:13,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:18:13.586 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.074s] 2018-04-29 11:18:13,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:18:13.593 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-04-29 11:18:18,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:18:18.186 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.768s] 2018-04-29 11:18:22,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:18:22.439 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [4.252s] 2018-04-29 11:18:27,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:18:27.105 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [4.664s] 2018-04-29 11:18:39,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:18:39.629 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-04-29 11:18:48,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:18:48.210 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.437s] 2018-04-29 11:19:07,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:19:07.982 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.676s] 2018-04-29 11:19:12,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:19:12.178 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.196s] 2018-04-29 11:19:27,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:19:27.564 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.532s] 2018-04-29 11:19:32,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:19:32.206 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.641s] 2018-04-29 11:19:40,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:19:40.606 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.399s] 2018-04-29 11:19:51,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:19:51.049 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.830s] 2018-04-29 11:19:55,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:19:55.501 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.451s] 2018-04-29 11:20:00,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:20:00.961 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [5.460s] 2018-04-29 11:20:18,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:20:18.829 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.203s] 2018-04-29 11:20:19,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:20:19.287 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.459s] 2018-04-29 11:20:19,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:20:19.435 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.148s] 2018-04-29 11:20:19,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:20:19.549 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.113s] 2018-04-29 11:20:19,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:20:19.787 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.237s] 2018-04-29 11:20:19,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:20:19.994 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.206s] 2018-04-29 11:20:36,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:20:36.602 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.159s] 2018-04-29 11:20:37,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:20:37.032 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.429s] 2018-04-29 11:20:37,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:20:37.173 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.141s] 2018-04-29 11:20:37,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:20:37.386 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.212s] 2018-04-29 11:20:37,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:20:37.774 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.388s] 2018-04-29 11:20:37,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:20:37.828 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.053s] 2018-04-29 11:20:53,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:20:53.617 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.645s] 2018-04-29 11:21:00,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:21:00.548 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.930s] 2018-04-29 11:21:02,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:21:02.615 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.067s] 2018-04-29 11:21:02,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:21:02.837 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.222s] 2018-04-29 11:21:03,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:21:03.352 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.515s] 2018-04-29 11:21:17,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:21:17.363 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.094s] 2018-04-29 11:21:24,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:21:24.054 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.691s] 2018-04-29 11:21:26,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:21:26.230 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.175s] 2018-04-29 11:21:26,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:21:26.437 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.206s] 2018-04-29 11:21:26,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:21:26.540 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.103s] 2018-04-29 11:21:52,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:21:52.183 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [19.539s] 2018-04-29 11:22:06,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:22:06.073 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [13.889s] 2018-04-29 11:22:18,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:22:18.493 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [12.419s] 2018-04-29 11:22:29,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:22:29.916 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [11.422s] 2018-04-29 11:23:08,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:23:08.469 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [20.501s] 2018-04-29 11:23:22,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:23:22.130 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [13.662s] 2018-04-29 11:23:34,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:23:34.729 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [12.598s] 2018-04-29 11:23:45,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:23:45.808 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [11.078s] 2018-04-29 11:24:05,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:24:05.000 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.178s] 2018-04-29 11:24:08,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:24:08.559 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [3.556s] 2018-04-29 11:24:08,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:24:08.604 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.048s] 2018-04-29 11:24:14,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:24:14.014 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.713s] 2018-04-29 11:24:16,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:24:16.785 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.769s] 2018-04-29 11:24:16,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:24:16.993 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.210s] 2018-04-29 11:24:22,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:24:22.265 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.220s] 2018-04-29 11:24:26,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:24:26.328 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-04-29 11:24:27,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:24:27.780 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-29 11:24:27,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:24:27.781 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-29 11:24:27,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:24:27.783 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-29 11:24:27,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:24:27.784 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-29 11:24:27,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:24:27.784 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-29 11:24:30,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:24:30.245 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-04-29 11:24:53,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:24:53.101 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [17.168s] 2018-04-29 11:25:10,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:25:10.759 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [11.375s] 2018-04-29 11:25:30,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:25:30.845 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [20.083s] 2018-04-29 11:25:42,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:25:42.009 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.194s] 2018-04-29 11:27:15,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:27:15.287 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [86.658s] 2018-04-29 11:28:14,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:28:14.920 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [44.685s] 2018-04-29 11:29:27,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 11:29:27.837 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [37.372s] 2018-04-29 11:29:51,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a088942e-da04-4bc1-98ea-39d1154c4918']'. 2018-04-29 11:29:52,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-29 11:29:52,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-29 11:29:52,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-29 11:29:52,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a088942e-da04-4bc1-98ea-39d1154c4918 | 2018-04-29 11:29:52,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-29 11:29:52,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-29 11:11:30 | 2018-04-29 11:29:52,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-29 11:29:51 | 2018-04-29 11:29:52,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:18:21 | 2018-04-29 11:29:52,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-29 11:29:52,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-29 11:29:52,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-29 11:29:52,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 029c396c-a8c8-4ec1-a83d-878d40621888) | 2018-04-29 11:29:52,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-29 11:29:52,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: ea957b71-d8f2-402a-8cab-03d797c7d37d) | 2018-04-29 11:29:52,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-29 11:29:52,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1071.403 | 2018-04-29 11:29:52,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-04-29 11:29:52,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-29 11:29:52,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-29 11:29:52,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-29 11:29:52,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-29 11:29:52,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-29 11:29:52,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-29 11:29:52,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-04-29 11:30:06,962 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-29 11:30:06,963 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 19:01 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-04-29 11:30:06,967 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-29 11:30:07,055 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-29 11:30:07,549 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-29 11:30:07,549 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-04-29 11:30:07,945 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-29 11:30:10,368 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-29 11:30:10.033 119 INFO rally.deployment.engine [-] Deployment ea957b71-d8f2-402a-8cab-03d797c7d37d | Starting: Destroy cloud and free allocated resources. 2018-04-29 11:30:10.097 119 INFO rally.deployment.engine [-] Deployment ea957b71-d8f2-402a-8cab-03d797c7d37d | Completed: Destroy cloud and free allocated resources. 2018-04-29 11:30:10.133 119 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=029c396c-a8c8-4ec1-a83d-878d40621888) for deployment 'opnfv-rally'. 2018-04-29 11:30:10.150 119 INFO rally.api [-] Deleting verification (UUID=a088942e-da04-4bc1-98ea-39d1154c4918). 2018-04-29 11:30:10.195 119 INFO rally.api [-] Verification has been successfully deleted! 2018-04-29 11:30:10.195 119 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=029c396c-a8c8-4ec1-a83d-878d40621888). 2018-04-29 11:30:10.202 119 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-29 11:30:12,744 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-29 11:30:12.464 122 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=86489048-76d2-4c7f-a773-74b14987c5d0) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 86489048-76d2-4c7f-a773-74b14987c5d0 | 2018-04-29T11:30:12 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 86489048-76d2-4c7f-a773-74b14987c5d0 ~/.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-29 11:30:16,021 - 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-29 11:30:16,021 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-29 11:30:17,489 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-8f3706e6-7852-44f1-bbc7-6e3ccff7a416'... 2018-04-29 11:30:21,621 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-8f3706e6-7852-44f1-bbc7-6e3ccff7a416'... 2018-04-29 11:30:25,394 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-8f3706e6-7852-44f1-bbc7-6e3ccff7a416'... 2018-04-29 11:30:37,409 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-8f3706e6-7852-44f1-bbc7-6e3ccff7a416'... 2018-04-29 11:30:38,107 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-8f3706e6-7852-44f1-bbc7-6e3ccff7a416'... 2018-04-29 11:30:38,826 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-29 11:30:38,826 - 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-29 11:30:38,827 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-29 11:30:38,846 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-29 11:30:38,847 - 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': '8694e16f-b232-419c-8a93-489e90c1821e', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-8f3706e6-7852-44f1-bbc7-6e3ccff7a416', 'flavor_name': 'rally-tiny-8f3706e6-7852-44f1-bbc7-6e3ccff7a416', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-8f3706e6-7852-44f1-bbc7-6e3ccff7a416', '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-29 11:31:43,432 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 44894f11-6864-4dc7-abce-a230dbaf2f11 2018-04-29 11:31:43,433 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-29 11:31:43,434 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '44894f11-6864-4dc7-abce-a230dbaf2f11'] 2018-04-29 11:31:44,424 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 44894f11-6864-4dc7-abce-a230dbaf2f11: 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 44894f11-6864-4dc7-abce-a230dbaf2f11 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.573 | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 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.573344 Full duration: 7.201585 -------------------------------------------------------------------------------- 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 44894f11-6864-4dc7-abce-a230dbaf2f11 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.343 | 0.343 | 0.343 | 0.343 | 0.343 | 0.343 | 100.0% | 1 | | total | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 100.0% | 1 | | -> duration | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.792835 Full duration: 7.643955 -------------------------------------------------------------------------------- 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 44894f11-6864-4dc7-abce-a230dbaf2f11 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.534 | 0.534 | 0.534 | 0.534 | 0.534 | 0.534 | 100.0% | 1 | | total | 0.939 | 0.939 | 0.939 | 0.939 | 0.939 | 0.939 | 100.0% | 1 | | -> duration | 0.939 | 0.939 | 0.939 | 0.939 | 0.939 | 0.939 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.938704 Full duration: 7.588885 -------------------------------------------------------------------------------- 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 44894f11-6864-4dc7-abce-a230dbaf2f11 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.364 | 0.364 | 0.364 | 0.364 | 0.364 | 0.364 | 100.0% | 1 | | total | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 100.0% | 1 | | -> duration | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.7949 Full duration: 8.209742 -------------------------------------------------------------------------------- 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 44894f11-6864-4dc7-abce-a230dbaf2f11 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_neutron | 0.525 | 0.525 | 0.525 | 0.525 | 0.525 | 0.525 | 100.0% | 1 | | total | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 100.0% | 1 | | -> duration | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.92926 Full duration: 8.183633 -------------------------------------------------------------------------------- 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 44894f11-6864-4dc7-abce-a230dbaf2f11 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.233 | 0.233 | 0.233 | 0.233 | 0.233 | 0.233 | 100.0% | 1 | | total | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | -> duration | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.682347 Full duration: 7.610342 HINTS: * To plot HTML graphics with this data, run: rally task report 44894f11-6864-4dc7-abce-a230dbaf2f11 --out output.html * To generate a JUnit report, run: rally task export 44894f11-6864-4dc7-abce-a230dbaf2f11 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 44894f11-6864-4dc7-abce-a230dbaf2f11 --json --out output.json 2018-04-29 11:31:44,425 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '44894f11-6864-4dc7-abce-a230dbaf2f11'] 2018-04-29 11:31:45,415 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-29 11:31:45,416 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '44894f11-6864-4dc7-abce-a230dbaf2f11', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-29 11:31:45,421 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-29 11:31:45,422 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-29 11:31:45,422 - 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-29 11:31:45,422 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-29 11:31:45,439 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-29 11:31:45,439 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['glance'], 'concurrency': 4, 'netid': '8694e16f-b232-419c-8a93-489e90c1821e', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-8f3706e6-7852-44f1-bbc7-6e3ccff7a416', 'flavor_name': 'rally-tiny-8f3706e6-7852-44f1-bbc7-6e3ccff7a416', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-8f3706e6-7852-44f1-bbc7-6e3ccff7a416', '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-29 11:33:44,653 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e609e954-a778-4119-a654-89f9c0ee04bc 2018-04-29 11:33:44,653 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e609e954-a778-4119-a654-89f9c0ee04bc'] 2018-04-29 11:33:45,661 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e609e954-a778-4119-a654-89f9c0ee04bc: 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 e609e954-a778-4119-a654-89f9c0ee04bc 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.454 | 6.454 | 6.454 | 6.454 | 6.454 | 6.454 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.523 | 0.523 | 0.523 | 0.523 | 0.523 | 0.523 | 100.0% | 1 | | -> glance_v2.upload_data | 3.459 | 3.459 | 3.459 | 3.459 | 3.459 | 3.459 | 100.0% | 1 | | glance_v2.delete_image | 4.474 | 4.474 | 4.474 | 4.474 | 4.474 | 4.474 | 100.0% | 1 | | total | 10.928 | 10.928 | 10.928 | 10.928 | 10.928 | 10.928 | 100.0% | 1 | | -> duration | 10.928 | 10.928 | 10.928 | 10.928 | 10.928 | 10.928 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.928153 Full duration: 19.144918 -------------------------------------------------------------------------------- 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 e609e954-a778-4119-a654-89f9c0ee04bc 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.786 | 6.786 | 6.786 | 6.786 | 6.786 | 6.786 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.548 | 0.548 | 0.548 | 0.548 | 0.548 | 0.548 | 100.0% | 1 | | -> glance_v2.upload_data | 3.811 | 3.811 | 3.811 | 3.811 | 3.811 | 3.811 | 100.0% | 1 | | glance_v2.list_images | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 100.0% | 1 | | total | 6.965 | 6.965 | 6.965 | 6.965 | 6.965 | 6.965 | 100.0% | 1 | | -> duration | 6.965 | 6.965 | 6.965 | 6.965 | 6.965 | 6.965 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.965231 Full duration: 22.758924 -------------------------------------------------------------------------------- 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 e609e954-a778-4119-a654-89f9c0ee04bc 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.34 | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 100.0% | 1 | | total | 0.341 | 0.341 | 0.341 | 0.341 | 0.341 | 0.341 | 100.0% | 1 | | -> duration | 0.341 | 0.341 | 0.341 | 0.341 | 0.341 | 0.341 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.34056 Full duration: 7.923734 -------------------------------------------------------------------------------- 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-8f3706e6-7852-44f1-bbc7-6e3ccff7a416" }, "number_instances": 2, "nics": [ { "net-id": "8694e16f-b232-419c-8a93-489e90c1821e" } ] }, "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 e609e954-a778-4119-a654-89f9c0ee04bc has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 8.018 | 8.018 | 8.018 | 8.018 | 8.018 | 8.018 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.532 | 0.532 | 0.532 | 0.532 | 0.532 | 0.532 | 100.0% | 1 | | -> glance_v2.upload_data | 5.037 | 5.037 | 5.037 | 5.037 | 5.037 | 5.037 | 100.0% | 1 | | nova.boot_servers | 17.215 | 17.215 | 17.215 | 17.215 | 17.215 | 17.215 | 100.0% | 1 | | total | 25.234 | 25.234 | 25.234 | 25.234 | 25.234 | 25.234 | 100.0% | 1 | | -> duration | 24.234 | 24.234 | 24.234 | 24.234 | 24.234 | 24.234 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 24.234262 Full duration: 52.289377 HINTS: * To plot HTML graphics with this data, run: rally task report e609e954-a778-4119-a654-89f9c0ee04bc --out output.html * To generate a JUnit report, run: rally task export e609e954-a778-4119-a654-89f9c0ee04bc --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e609e954-a778-4119-a654-89f9c0ee04bc --json --out output.json 2018-04-29 11:33:45,662 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e609e954-a778-4119-a654-89f9c0ee04bc'] 2018-04-29 11:33:46,658 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-29 11:33:46,659 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e609e954-a778-4119-a654-89f9c0ee04bc', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-29 11:33:46,666 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-29 11:33:46,666 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-29 11:33:46,667 - 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-29 11:33:46,667 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-29 11:33:46,676 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-29 11:33:46,677 - 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': '8694e16f-b232-419c-8a93-489e90c1821e', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-8f3706e6-7852-44f1-bbc7-6e3ccff7a416', 'flavor_name': 'rally-tiny-8f3706e6-7852-44f1-bbc7-6e3ccff7a416', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-8f3706e6-7852-44f1-bbc7-6e3ccff7a416', '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-29 11:37:26,529 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c1613d59-48de-46fd-9818-96582dcc72ba 2018-04-29 11:37:26,529 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'c1613d59-48de-46fd-9818-96582dcc72ba'] 2018-04-29 11:37:27,633 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task c1613d59-48de-46fd-9818-96582dcc72ba: 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 c1613d59-48de-46fd-9818-96582dcc72ba has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_snapshot | 5.68 | 5.68 | 5.68 | 5.68 | 5.68 | 5.68 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.999 | 2.999 | 2.999 | 2.999 | 2.999 | 2.999 | 100.0% | 1 | | total | 8.679 | 8.679 | 8.679 | 8.679 | 8.679 | 8.679 | 100.0% | 1 | | -> duration | 8.679 | 8.679 | 8.679 | 8.679 | 8.679 | 8.679 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.679252 Full duration: 28.56274 -------------------------------------------------------------------------------- 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 c1613d59-48de-46fd-9818-96582dcc72ba 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.196 | 3.196 | 3.196 | 3.196 | 3.196 | 3.196 | 100.0% | 1 | | cinder_v2.delete_volume | 3.656 | 3.656 | 3.656 | 3.656 | 3.656 | 3.656 | 100.0% | 1 | | total | 6.852 | 6.852 | 6.852 | 6.852 | 6.852 | 6.852 | 100.0% | 1 | | -> duration | 6.852 | 6.852 | 6.852 | 6.852 | 6.852 | 6.852 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.851745 Full duration: 17.309879 -------------------------------------------------------------------------------- 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-8f3706e6-7852-44f1-bbc7-6e3ccff7a416" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task c1613d59-48de-46fd-9818-96582dcc72ba has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 13.456 | 13.456 | 13.456 | 13.456 | 13.456 | 13.456 | 100.0% | 1 | | cinder_v2.delete_volume | 5.238 | 5.238 | 5.238 | 5.238 | 5.238 | 5.238 | 100.0% | 1 | | total | 18.694 | 18.694 | 18.694 | 18.694 | 18.694 | 18.694 | 100.0% | 1 | | -> duration | 18.694 | 18.694 | 18.694 | 18.694 | 18.694 | 18.694 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 18.693911 Full duration: 29.899315 -------------------------------------------------------------------------------- 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 c1613d59-48de-46fd-9818-96582dcc72ba 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.433 | 3.433 | 3.433 | 3.433 | 3.433 | 3.433 | 100.0% | 1 | | cinder_v2.delete_volume | 2.922 | 2.922 | 2.922 | 2.922 | 2.922 | 2.922 | 100.0% | 1 | | total | 6.355 | 6.355 | 6.355 | 6.355 | 6.355 | 6.355 | 100.0% | 1 | | -> duration | 6.355 | 6.355 | 6.355 | 6.355 | 6.355 | 6.355 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.355053 Full duration: 17.227665 -------------------------------------------------------------------------------- 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 c1613d59-48de-46fd-9818-96582dcc72ba 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.251 | 3.251 | 3.251 | 3.251 | 3.251 | 3.251 | 100.0% | 1 | | cinder_v2.extend_volume | 2.702 | 2.702 | 2.702 | 2.702 | 2.702 | 2.702 | 100.0% | 1 | | cinder_v2.delete_volume | 2.563 | 2.563 | 2.563 | 2.563 | 2.563 | 2.563 | 100.0% | 1 | | total | 8.517 | 8.517 | 8.517 | 8.517 | 8.517 | 8.517 | 100.0% | 1 | | -> duration | 8.517 | 8.517 | 8.517 | 8.517 | 8.517 | 8.517 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.516925 Full duration: 18.869272 -------------------------------------------------------------------------------- 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 c1613d59-48de-46fd-9818-96582dcc72ba has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 5.486 | 5.486 | 5.486 | 5.486 | 5.486 | 5.486 | 100.0% | 1 | | cinder_v2.delete_volume | 4.765 | 4.765 | 4.765 | 4.765 | 4.765 | 4.765 | 100.0% | 1 | | total | 10.252 | 10.252 | 10.252 | 10.252 | 10.252 | 10.252 | 100.0% | 1 | | -> duration | 10.252 | 10.252 | 10.252 | 10.252 | 10.252 | 10.252 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.251759 Full duration: 27.527482 -------------------------------------------------------------------------------- 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 c1613d59-48de-46fd-9818-96582dcc72ba 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.611 | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 100.0% | 1 | | cinder_v2.list_qos | 0.275 | 0.275 | 0.275 | 0.275 | 0.275 | 0.275 | 100.0% | 1 | | total | 0.887 | 0.887 | 0.887 | 0.887 | 0.887 | 0.887 | 100.0% | 1 | | -> duration | 0.887 | 0.887 | 0.887 | 0.887 | 0.887 | 0.887 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.887025 Full duration: 13.563239 -------------------------------------------------------------------------------- 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 c1613d59-48de-46fd-9818-96582dcc72ba 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.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | cinder_v2.set_qos | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 100.0% | 1 | | total | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | -> duration | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.782646 Full duration: 13.178642 -------------------------------------------------------------------------------- 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 c1613d59-48de-46fd-9818-96582dcc72ba 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.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | cinder_v2.list_types | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 100.0% | 1 | | total | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 100.0% | 1 | | -> duration | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.897109 Full duration: 13.802201 -------------------------------------------------------------------------------- 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 c1613d59-48de-46fd-9818-96582dcc72ba 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 | 1.139 | 1.139 | 1.139 | 1.139 | 1.139 | 1.139 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.24 | 0.24 | 0.24 | 0.24 | 0.24 | 0.24 | 100.0% | 1 | | total | 1.379 | 1.379 | 1.379 | 1.379 | 1.379 | 1.379 | 100.0% | 1 | | -> duration | 1.379 | 1.379 | 1.379 | 1.379 | 1.379 | 1.379 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.378832 Full duration: 12.854309 HINTS: * To plot HTML graphics with this data, run: rally task report c1613d59-48de-46fd-9818-96582dcc72ba --out output.html * To generate a JUnit report, run: rally task export c1613d59-48de-46fd-9818-96582dcc72ba --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c1613d59-48de-46fd-9818-96582dcc72ba --json --out output.json 2018-04-29 11:37:27,634 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'c1613d59-48de-46fd-9818-96582dcc72ba'] 2018-04-29 11:37:28,628 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-29 11:37:28,628 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'c1613d59-48de-46fd-9818-96582dcc72ba', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-29 11:37:28,635 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-29 11:37:28,635 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-29 11:37:28,635 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-04-29 11:37:28,635 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-29 11:37:28,643 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-29 11:37:28,643 - 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': '8694e16f-b232-419c-8a93-489e90c1821e', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-8f3706e6-7852-44f1-bbc7-6e3ccff7a416', 'flavor_name': 'rally-tiny-8f3706e6-7852-44f1-bbc7-6e3ccff7a416', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-8f3706e6-7852-44f1-bbc7-6e3ccff7a416', '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-29 11:38:56,441 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2e39a5fc-0902-4a61-8c7d-480377321f1b 2018-04-29 11:38:56,442 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '2e39a5fc-0902-4a61-8c7d-480377321f1b'] 2018-04-29 11:38:57,412 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2e39a5fc-0902-4a61-8c7d-480377321f1b: 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 2e39a5fc-0902-4a61-8c7d-480377321f1b 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.973 | 4.973 | 4.973 | 4.973 | 4.973 | 4.973 | 100.0% | 1 | | heat.update_stack | 2.871 | 2.871 | 2.871 | 2.871 | 2.871 | 2.871 | 100.0% | 1 | | heat.delete_stack | 3.899 | 3.899 | 3.899 | 3.899 | 3.899 | 3.899 | 100.0% | 1 | | total | 11.743 | 11.743 | 11.743 | 11.743 | 11.743 | 11.743 | 100.0% | 1 | | -> duration | 7.743 | 7.743 | 7.743 | 7.743 | 7.743 | 7.743 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.742736 Full duration: 21.279025 -------------------------------------------------------------------------------- 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 2e39a5fc-0902-4a61-8c7d-480377321f1b 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.795 | 4.795 | 4.795 | 4.795 | 4.795 | 4.795 | 100.0% | 1 | | heat.check_stack | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | heat.delete_stack | 3.012 | 3.012 | 3.012 | 3.012 | 3.012 | 3.012 | 100.0% | 1 | | total | 8.619 | 8.619 | 8.619 | 8.619 | 8.619 | 8.619 | 100.0% | 1 | | -> duration | 6.619 | 6.619 | 6.619 | 6.619 | 6.619 | 6.619 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.61936 Full duration: 17.598545 -------------------------------------------------------------------------------- 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 2e39a5fc-0902-4a61-8c7d-480377321f1b 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.596 | 4.596 | 4.596 | 4.596 | 4.596 | 4.596 | 100.0% | 1 | | heat.suspend_stack | 2.172 | 2.172 | 2.172 | 2.172 | 2.172 | 2.172 | 100.0% | 1 | | heat.resume_stack | 1.395 | 1.395 | 1.395 | 1.395 | 1.395 | 1.395 | 100.0% | 1 | | heat.delete_stack | 2.681 | 2.681 | 2.681 | 2.681 | 2.681 | 2.681 | 100.0% | 1 | | total | 10.844 | 10.844 | 10.844 | 10.844 | 10.844 | 10.844 | 100.0% | 1 | | -> duration | 8.844 | 8.844 | 8.844 | 8.844 | 8.844 | 8.844 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.843882 Full duration: 21.765447 -------------------------------------------------------------------------------- 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 2e39a5fc-0902-4a61-8c7d-480377321f1b 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.569 | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 100.0% | 1 | | total | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 100.0% | 1 | | -> duration | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.568882 Full duration: 8.36606 HINTS: * To plot HTML graphics with this data, run: rally task report 2e39a5fc-0902-4a61-8c7d-480377321f1b --out output.html * To generate a JUnit report, run: rally task export 2e39a5fc-0902-4a61-8c7d-480377321f1b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2e39a5fc-0902-4a61-8c7d-480377321f1b --json --out output.json 2018-04-29 11:38:57,412 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2e39a5fc-0902-4a61-8c7d-480377321f1b'] 2018-04-29 11:38:58,389 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-29 11:38:58,389 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2e39a5fc-0902-4a61-8c7d-480377321f1b', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-29 11:38:58,395 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-29 11:38:58,396 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-29 11:38:58,396 - 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-29 11:38:58,396 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-29 11:38:58,413 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-29 11:38:58,414 - 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': '8694e16f-b232-419c-8a93-489e90c1821e', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-8f3706e6-7852-44f1-bbc7-6e3ccff7a416', 'flavor_name': 'rally-tiny-8f3706e6-7852-44f1-bbc7-6e3ccff7a416', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-8f3706e6-7852-44f1-bbc7-6e3ccff7a416', '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-29 11:42:20,082 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 02859b47-4d4d-44e5-b0b0-969f3886c213 2018-04-29 11:42:20,082 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '02859b47-4d4d-44e5-b0b0-969f3886c213'] 2018-04-29 11:42:21,188 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 02859b47-4d4d-44e5-b0b0-969f3886c213: 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 02859b47-4d4d-44e5-b0b0-969f3886c213 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.78 | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 100.0% | 1 | | keystone_v3.add_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | keystone_v3.revoke_role | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 100.0% | 1 | | total | 1.101 | 1.101 | 1.101 | 1.101 | 1.101 | 1.101 | 100.0% | 1 | | -> duration | 1.101 | 1.101 | 1.101 | 1.101 | 1.101 | 1.101 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.101311 Full duration: 15.206867 -------------------------------------------------------------------------------- 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 02859b47-4d4d-44e5-b0b0-969f3886c213 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.506 | 0.506 | 0.506 | 0.506 | 0.506 | 0.506 | 100.0% | 1 | | keystone_v3.add_role | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | keystone_v3.list_roles | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | total | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | -> duration | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.743052 Full duration: 15.019133 -------------------------------------------------------------------------------- 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 02859b47-4d4d-44e5-b0b0-969f3886c213 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.811 | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 100.0% | 1 | | keystone_v3.list_projects | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | total | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 100.0% | 1 | | -> duration | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.88903 Full duration: 14.505991 -------------------------------------------------------------------------------- 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 02859b47-4d4d-44e5-b0b0-969f3886c213 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.559 | 0.559 | 0.559 | 0.559 | 0.559 | 0.559 | 100.0% | 1 | | keystone_v3.delete_role | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 100.0% | 1 | | total | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 100.0% | 1 | | -> duration | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.756847 Full duration: 13.231851 -------------------------------------------------------------------------------- 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 02859b47-4d4d-44e5-b0b0-969f3886c213 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.567 | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 100.0% | 1 | | keystone_v3.delete_service | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 100.0% | 1 | | total | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | -> duration | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.712771 Full duration: 12.580901 -------------------------------------------------------------------------------- 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 02859b47-4d4d-44e5-b0b0-969f3886c213 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.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | keystone_v3.create_user | 0.53 | 0.53 | 0.53 | 0.53 | 0.53 | 0.53 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | -> keystone_v3.add_role | 0.159 | 0.159 | 0.159 | 0.159 | 0.159 | 0.159 | 100.0% | 1 | | keystone_v3.create_role | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | keystone_v3.get_project | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | keystone_v3.get_user | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | keystone_v3.get_role | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | keystone_v3.list_services | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | keystone_v3.get_services | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | total | 1.982 | 1.982 | 1.982 | 1.982 | 1.982 | 1.982 | 100.0% | 1 | | -> duration | 1.982 | 1.982 | 1.982 | 1.982 | 1.982 | 1.982 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.981905 Full duration: 21.54559 -------------------------------------------------------------------------------- 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 02859b47-4d4d-44e5-b0b0-969f3886c213 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.7 | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 100.0% | 1 | | keystone_v3.update_project | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 100.0% | 1 | | keystone_v3.delete_project | 0.302 | 0.302 | 0.302 | 0.302 | 0.302 | 0.302 | 100.0% | 1 | | total | 1.205 | 1.205 | 1.205 | 1.205 | 1.205 | 1.205 | 100.0% | 1 | | -> duration | 1.205 | 1.205 | 1.205 | 1.205 | 1.205 | 1.205 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.205221 Full duration: 13.390032 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 02859b47-4d4d-44e5-b0b0-969f3886c213 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.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | total | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | -> duration | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.784583 Full duration: 14.572941 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 02859b47-4d4d-44e5-b0b0-969f3886c213 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | total | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | -> duration | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.685162 Full duration: 14.653597 -------------------------------------------------------------------------------- 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 02859b47-4d4d-44e5-b0b0-969f3886c213 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | keystone_v3.list_users | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 0.903 | 0.903 | 0.903 | 0.903 | 0.903 | 0.903 | 100.0% | 1 | | -> duration | 0.903 | 0.903 | 0.903 | 0.903 | 0.903 | 0.903 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.9033 Full duration: 15.727799 -------------------------------------------------------------------------------- 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 02859b47-4d4d-44e5-b0b0-969f3886c213 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.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | keystone_v3.create_users | 5.762 | 5.762 | 5.762 | 5.762 | 5.762 | 5.762 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.761 | 5.761 | 5.761 | 5.761 | 5.761 | 5.761 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.699 | 1.699 | 1.699 | 1.699 | 1.699 | 1.699 | 100.0% | 1 | | total | 7.405 | 7.405 | 7.405 | 7.405 | 7.405 | 7.405 | 100.0% | 1 | | -> duration | 7.405 | 7.405 | 7.405 | 7.405 | 7.405 | 7.405 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.405177 Full duration: 25.638774 HINTS: * To plot HTML graphics with this data, run: rally task report 02859b47-4d4d-44e5-b0b0-969f3886c213 --out output.html * To generate a JUnit report, run: rally task export 02859b47-4d4d-44e5-b0b0-969f3886c213 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 02859b47-4d4d-44e5-b0b0-969f3886c213 --json --out output.json 2018-04-29 11:42:21,189 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '02859b47-4d4d-44e5-b0b0-969f3886c213'] 2018-04-29 11:42:22,291 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-29 11:42:22,292 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '02859b47-4d4d-44e5-b0b0-969f3886c213', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-29 11:42:22,300 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-29 11:42:22,300 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-29 11:42:22,300 - 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-29 11:42:22,300 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-29 11:42:22,317 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-29 11:42:22,318 - 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': '8694e16f-b232-419c-8a93-489e90c1821e', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-8f3706e6-7852-44f1-bbc7-6e3ccff7a416', 'flavor_name': 'rally-tiny-8f3706e6-7852-44f1-bbc7-6e3ccff7a416', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-8f3706e6-7852-44f1-bbc7-6e3ccff7a416', '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-29 11:49:18,076 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0ff99b3a-7795-422d-9ec8-679279ef02cf 2018-04-29 11:49:18,076 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '0ff99b3a-7795-422d-9ec8-679279ef02cf'] 2018-04-29 11:49:19,195 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 0ff99b3a-7795-422d-9ec8-679279ef02cf: 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 0ff99b3a-7795-422d-9ec8-679279ef02cf 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.343 | 1.343 | 1.343 | 1.343 | 1.343 | 1.343 | 100.0% | 1 | | neutron.delete_network | 0.89 | 0.89 | 0.89 | 0.89 | 0.89 | 0.89 | 100.0% | 1 | | total | 2.233 | 2.233 | 2.233 | 2.233 | 2.233 | 2.233 | 100.0% | 1 | | -> duration | 2.233 | 2.233 | 2.233 | 2.233 | 2.233 | 2.233 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.233315 Full duration: 16.249441 -------------------------------------------------------------------------------- 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 0ff99b3a-7795-422d-9ec8-679279ef02cf 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.575 | 1.575 | 1.575 | 1.575 | 1.575 | 1.575 | 100.0% | 1 | | neutron.delete_port | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | total | 2.258 | 2.258 | 2.258 | 2.258 | 2.258 | 2.258 | 100.0% | 1 | | -> duration | 2.258 | 2.258 | 2.258 | 2.258 | 2.258 | 2.258 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.258139 Full duration: 40.612318 -------------------------------------------------------------------------------- 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 0ff99b3a-7795-422d-9ec8-679279ef02cf 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.913 | 0.913 | 0.913 | 0.913 | 0.913 | 0.913 | 100.0% | 1 | | neutron.create_subnet | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 100.0% | 1 | | neutron.create_router | 4.279 | 4.279 | 4.279 | 4.279 | 4.279 | 4.279 | 100.0% | 1 | | neutron.add_interface_router | 1.965 | 1.965 | 1.965 | 1.965 | 1.965 | 1.965 | 100.0% | 1 | | neutron.remove_interface_router | 1.595 | 1.595 | 1.595 | 1.595 | 1.595 | 1.595 | 100.0% | 1 | | neutron.delete_router | 2.308 | 2.308 | 2.308 | 2.308 | 2.308 | 2.308 | 100.0% | 1 | | total | 11.82 | 11.82 | 11.82 | 11.82 | 11.82 | 11.82 | 100.0% | 1 | | -> duration | 11.82 | 11.82 | 11.82 | 11.82 | 11.82 | 11.82 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.820068 Full duration: 55.359442 -------------------------------------------------------------------------------- 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 0ff99b3a-7795-422d-9ec8-679279ef02cf 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.077 | 1.077 | 1.077 | 1.077 | 1.077 | 1.077 | 100.0% | 1 | | neutron.delete_subnet | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 100.0% | 1 | | total | 1.853 | 1.853 | 1.853 | 1.853 | 1.853 | 1.853 | 100.0% | 1 | | -> duration | 1.853 | 1.853 | 1.853 | 1.853 | 1.853 | 1.853 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.853226 Full duration: 40.456837 -------------------------------------------------------------------------------- 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 0ff99b3a-7795-422d-9ec8-679279ef02cf 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.133 | 1.133 | 1.133 | 1.133 | 1.133 | 1.133 | 100.0% | 1 | | neutron.list_networks | 0.272 | 0.272 | 0.272 | 0.272 | 0.272 | 0.272 | 100.0% | 1 | | total | 1.405 | 1.405 | 1.405 | 1.405 | 1.405 | 1.405 | 100.0% | 1 | | -> duration | 1.405 | 1.405 | 1.405 | 1.405 | 1.405 | 1.405 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.405357 Full duration: 17.270459 -------------------------------------------------------------------------------- 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 0ff99b3a-7795-422d-9ec8-679279ef02cf 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.56 | 1.56 | 1.56 | 1.56 | 1.56 | 1.56 | 100.0% | 1 | | neutron.list_ports | 0.256 | 0.256 | 0.256 | 0.256 | 0.256 | 0.256 | 100.0% | 1 | | total | 1.816 | 1.816 | 1.816 | 1.816 | 1.816 | 1.816 | 100.0% | 1 | | -> duration | 1.816 | 1.816 | 1.816 | 1.816 | 1.816 | 1.816 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.816037 Full duration: 38.830575 -------------------------------------------------------------------------------- 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 0ff99b3a-7795-422d-9ec8-679279ef02cf has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 100.0% | 1 | | neutron.create_subnet | 1.342 | 1.342 | 1.342 | 1.342 | 1.342 | 1.342 | 100.0% | 1 | | neutron.create_router | 4.003 | 4.003 | 4.003 | 4.003 | 4.003 | 4.003 | 100.0% | 1 | | neutron.add_interface_router | 1.844 | 1.844 | 1.844 | 1.844 | 1.844 | 1.844 | 100.0% | 1 | | neutron.list_routers | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 100.0% | 1 | | total | 8.26 | 8.26 | 8.26 | 8.26 | 8.26 | 8.26 | 100.0% | 1 | | -> duration | 8.26 | 8.26 | 8.26 | 8.26 | 8.26 | 8.26 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.260255 Full duration: 56.794365 -------------------------------------------------------------------------------- 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 0ff99b3a-7795-422d-9ec8-679279ef02cf 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.857 | 0.857 | 0.857 | 0.857 | 0.857 | 0.857 | 100.0% | 1 | | neutron.create_subnet | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | neutron.list_subnets | 0.273 | 0.273 | 0.273 | 0.273 | 0.273 | 0.273 | 100.0% | 1 | | total | 1.889 | 1.889 | 1.889 | 1.889 | 1.889 | 1.889 | 100.0% | 1 | | -> duration | 1.889 | 1.889 | 1.889 | 1.889 | 1.889 | 1.889 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.888902 Full duration: 45.415851 -------------------------------------------------------------------------------- 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 0ff99b3a-7795-422d-9ec8-679279ef02cf 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.978 | 0.978 | 0.978 | 0.978 | 0.978 | 0.978 | 100.0% | 1 | | neutron.delete_security_group | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 100.0% | 1 | | total | 1.768 | 1.768 | 1.768 | 1.768 | 1.768 | 1.768 | 100.0% | 1 | | -> duration | 1.768 | 1.768 | 1.768 | 1.768 | 1.768 | 1.768 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.768239 Full duration: 16.248932 -------------------------------------------------------------------------------- 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 0ff99b3a-7795-422d-9ec8-679279ef02cf 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.961 | 0.961 | 0.961 | 0.961 | 0.961 | 0.961 | 100.0% | 1 | | neutron.create_security_group_rule | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.264 | 0.264 | 0.264 | 0.264 | 0.264 | 0.264 | 100.0% | 1 | | neutron.delete_security_group | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 100.0% | 1 | | total | 2.232 | 2.232 | 2.232 | 2.232 | 2.232 | 2.232 | 100.0% | 1 | | -> duration | 2.232 | 2.232 | 2.232 | 2.232 | 2.232 | 2.232 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.231868 Full duration: 18.482579 -------------------------------------------------------------------------------- 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 0ff99b3a-7795-422d-9ec8-679279ef02cf 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.124 | 1.124 | 1.124 | 1.124 | 1.124 | 1.124 | 100.0% | 1 | | neutron.create_router | 4.412 | 4.412 | 4.412 | 4.412 | 4.412 | 4.412 | 100.0% | 1 | | neutron.add_gateway_router | 1.791 | 1.791 | 1.791 | 1.791 | 1.791 | 1.791 | 100.0% | 1 | | neutron.remove_gateway_router | 1.122 | 1.122 | 1.122 | 1.122 | 1.122 | 1.122 | 100.0% | 1 | | total | 8.45 | 8.45 | 8.45 | 8.45 | 8.45 | 8.45 | 100.0% | 1 | | -> duration | 8.45 | 8.45 | 8.45 | 8.45 | 8.45 | 8.45 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.44983 Full duration: 35.134493 HINTS: * To plot HTML graphics with this data, run: rally task report 0ff99b3a-7795-422d-9ec8-679279ef02cf --out output.html * To generate a JUnit report, run: rally task export 0ff99b3a-7795-422d-9ec8-679279ef02cf --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0ff99b3a-7795-422d-9ec8-679279ef02cf --json --out output.json 2018-04-29 11:49:19,195 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '0ff99b3a-7795-422d-9ec8-679279ef02cf'] 2018-04-29 11:49:20,287 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-29 11:49:20,287 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '0ff99b3a-7795-422d-9ec8-679279ef02cf', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-29 11:49:20,295 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-29 11:49:20,295 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-29 11:49:20,295 - 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-29 11:49:20,295 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-29 11:49:20,310 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-29 11:49:20,311 - 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': '8694e16f-b232-419c-8a93-489e90c1821e', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-8f3706e6-7852-44f1-bbc7-6e3ccff7a416', 'flavor_name': 'rally-tiny-8f3706e6-7852-44f1-bbc7-6e3ccff7a416', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-8f3706e6-7852-44f1-bbc7-6e3ccff7a416', '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-29 11:58:48,994 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 83f864e4-6fd0-4e10-bf36-8d9c522b1b11 2018-04-29 11:58:48,995 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '83f864e4-6fd0-4e10-bf36-8d9c522b1b11'] 2018-04-29 11:58:50,100 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 83f864e4-6fd0-4e10-bf36-8d9c522b1b11: 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-8f3706e6-7852-44f1-bbc7-6e3ccff7a416" }, "image": { "name": "Cirros-0.4.0-8f3706e6-7852-44f1-bbc7-6e3ccff7a416" }, "block_migration": false, "nics": [ { "net-id": "8694e16f-b232-419c-8a93-489e90c1821e" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 83f864e4-6fd0-4e10-bf36-8d9c522b1b11 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 19.924 | 19.924 | 19.924 | 19.924 | 19.924 | 19.924 | 100.0% | 1 | | nova.find_host_to_migrate | 1.54 | 1.54 | 1.54 | 1.54 | 1.54 | 1.54 | 100.0% | 1 | | nova.live_migrate | 19.433 | 19.433 | 19.433 | 19.433 | 19.433 | 19.433 | 100.0% | 1 | | nova.delete_server | 9.479 | 9.479 | 9.479 | 9.479 | 9.479 | 9.479 | 100.0% | 1 | | total | 50.378 | 50.378 | 50.378 | 50.378 | 50.378 | 50.378 | 100.0% | 1 | | -> duration | 49.378 | 49.378 | 49.378 | 49.378 | 49.378 | 49.378 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 49.377525 Full duration: 60.323622 -------------------------------------------------------------------------------- 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-8f3706e6-7852-44f1-bbc7-6e3ccff7a416" }, "image": { "name": "Cirros-0.4.0-8f3706e6-7852-44f1-bbc7-6e3ccff7a416" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "8694e16f-b232-419c-8a93-489e90c1821e" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 83f864e4-6fd0-4e10-bf36-8d9c522b1b11 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 | 15.909 | 15.909 | 15.909 | 15.909 | 15.909 | 15.909 | 100.0% | 1 | | cinder_v2.create_volume | 3.906 | 3.906 | 3.906 | 3.906 | 3.906 | 3.906 | 100.0% | 1 | | nova.attach_volume | 4.775 | 4.775 | 4.775 | 4.775 | 4.775 | 4.775 | 100.0% | 1 | | nova.find_host_to_migrate | 1.432 | 1.432 | 1.432 | 1.432 | 1.432 | 1.432 | 100.0% | 1 | | nova.live_migrate | 13.793 | 13.793 | 13.793 | 13.793 | 13.793 | 13.793 | 100.0% | 1 | | nova.detach_volume | 4.048 | 4.048 | 4.048 | 4.048 | 4.048 | 4.048 | 100.0% | 1 | | cinder_v2.delete_volume | 4.504 | 4.504 | 4.504 | 4.504 | 4.504 | 4.504 | 100.0% | 1 | | nova.delete_server | 5.849 | 5.849 | 5.849 | 5.849 | 5.849 | 5.849 | 100.0% | 1 | | total | 54.217 | 54.217 | 54.217 | 54.217 | 54.217 | 54.217 | 100.0% | 1 | | -> duration | 53.217 | 53.217 | 53.217 | 53.217 | 53.217 | 53.217 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 53.216727 Full duration: 67.093241 -------------------------------------------------------------------------------- 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-8f3706e6-7852-44f1-bbc7-6e3ccff7a416" }, "image": { "name": "Cirros-0.4.0-8f3706e6-7852-44f1-bbc7-6e3ccff7a416" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "8694e16f-b232-419c-8a93-489e90c1821e" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 83f864e4-6fd0-4e10-bf36-8d9c522b1b11 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 13.623 | 13.623 | 13.623 | 13.623 | 13.623 | 13.623 | 100.0% | 1 | | nova.boot_server | 12.082 | 12.082 | 12.082 | 12.082 | 12.082 | 12.082 | 100.0% | 1 | | nova.find_host_to_migrate | 1.433 | 1.433 | 1.433 | 1.433 | 1.433 | 1.433 | 100.0% | 1 | | nova.live_migrate | 22.036 | 22.036 | 22.036 | 22.036 | 22.036 | 22.036 | 100.0% | 1 | | nova.delete_server | 12.831 | 12.831 | 12.831 | 12.831 | 12.831 | 12.831 | 100.0% | 1 | | total | 62.006 | 62.006 | 62.006 | 62.006 | 62.006 | 62.006 | 100.0% | 1 | | -> duration | 61.006 | 61.006 | 61.006 | 61.006 | 61.006 | 61.006 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 61.005704 Full duration: 75.036321 -------------------------------------------------------------------------------- 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-8f3706e6-7852-44f1-bbc7-6e3ccff7a416" }, "image": { "name": "Cirros-0.4.0-8f3706e6-7852-44f1-bbc7-6e3ccff7a416" }, "server_kwargs": { "nics": [ { "net-id": "8694e16f-b232-419c-8a93-489e90c1821e" } ] } }, "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 83f864e4-6fd0-4e10-bf36-8d9c522b1b11 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.714 | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 100.0% | 1 | | nova.boot_server | 15.312 | 15.312 | 15.312 | 15.312 | 15.312 | 15.312 | 100.0% | 1 | | nova.delete_server | 5.588 | 5.588 | 5.588 | 5.588 | 5.588 | 5.588 | 100.0% | 1 | | nova.delete_keypair | 0.059 | 0.059 | 0.059 | 0.059 | 0.059 | 0.059 | 100.0% | 1 | | total | 21.675 | 21.675 | 21.675 | 21.675 | 21.675 | 21.675 | 100.0% | 1 | | -> duration | 20.675 | 20.675 | 20.675 | 20.675 | 20.675 | 20.675 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 20.674843 Full duration: 57.953426 -------------------------------------------------------------------------------- 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-8f3706e6-7852-44f1-bbc7-6e3ccff7a416" }, "image": { "name": "Cirros-0.4.0-8f3706e6-7852-44f1-bbc7-6e3ccff7a416" }, "volume_size": 5, "nics": [ { "net-id": "8694e16f-b232-419c-8a93-489e90c1821e" } ] }, "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 83f864e4-6fd0-4e10-bf36-8d9c522b1b11 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 15.988 | 15.988 | 15.988 | 15.988 | 15.988 | 15.988 | 100.0% | 1 | | nova.boot_server | 10.011 | 10.011 | 10.011 | 10.011 | 10.011 | 10.011 | 100.0% | 1 | | nova.delete_server | 5.233 | 5.233 | 5.233 | 5.233 | 5.233 | 5.233 | 100.0% | 1 | | total | 31.232 | 31.232 | 31.232 | 31.232 | 31.232 | 31.232 | 100.0% | 1 | | -> duration | 30.232 | 30.232 | 30.232 | 30.232 | 30.232 | 30.232 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 30.232209 Full duration: 69.950927 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-8f3706e6-7852-44f1-bbc7-6e3ccff7a416" }, "image": { "name": "Cirros-0.4.0-8f3706e6-7852-44f1-bbc7-6e3ccff7a416" }, "force_delete": false, "nics": [ { "net-id": "8694e16f-b232-419c-8a93-489e90c1821e" } ] }, "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 83f864e4-6fd0-4e10-bf36-8d9c522b1b11 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 17.416 | 17.416 | 17.416 | 17.416 | 17.416 | 17.416 | 100.0% | 1 | | nova.pause_server | 2.827 | 2.827 | 2.827 | 2.827 | 2.827 | 2.827 | 100.0% | 1 | | nova.unpause_server | 3.357 | 3.357 | 3.357 | 3.357 | 3.357 | 3.357 | 100.0% | 1 | | nova.delete_server | 8.044 | 8.044 | 8.044 | 8.044 | 8.044 | 8.044 | 100.0% | 1 | | total | 31.645 | 31.645 | 31.645 | 31.645 | 31.645 | 31.645 | 100.0% | 1 | | -> duration | 26.645 | 26.645 | 26.645 | 26.645 | 26.645 | 26.645 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 26.644902 Full duration: 68.716372 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-8f3706e6-7852-44f1-bbc7-6e3ccff7a416" }, "image": { "name": "Cirros-0.4.0-8f3706e6-7852-44f1-bbc7-6e3ccff7a416" }, "nics": [ { "net-id": "8694e16f-b232-419c-8a93-489e90c1821e" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 83f864e4-6fd0-4e10-bf36-8d9c522b1b11 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 | 15.2 | 15.2 | 15.2 | 15.2 | 15.2 | 15.2 | 100.0% | 1 | | nova.migrate | 29.593 | 29.593 | 29.593 | 29.593 | 29.593 | 29.593 | 100.0% | 1 | | nova.resize_confirm | 5.591 | 5.591 | 5.591 | 5.591 | 5.591 | 5.591 | 100.0% | 1 | | nova.delete_server | 7.911 | 7.911 | 7.911 | 7.911 | 7.911 | 7.911 | 100.0% | 1 | | total | 58.295 | 58.295 | 58.295 | 58.295 | 58.295 | 58.295 | 100.0% | 1 | | -> duration | 57.295 | 57.295 | 57.295 | 57.295 | 57.295 | 57.295 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 57.294952 Full duration: 68.8005 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-8f3706e6-7852-44f1-bbc7-6e3ccff7a416" }, "image": { "name": "Cirros-0.4.0-8f3706e6-7852-44f1-bbc7-6e3ccff7a416" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 83f864e4-6fd0-4e10-bf36-8d9c522b1b11 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.894 | 12.894 | 12.894 | 12.894 | 12.894 | 12.894 | 100.0% | 1 | | nova.list_interfaces | 0.284 | 0.284 | 0.284 | 0.284 | 0.284 | 0.284 | 100.0% | 1 | | total | 13.179 | 13.179 | 13.179 | 13.179 | 13.179 | 13.179 | 100.0% | 1 | | -> duration | 12.179 | 12.179 | 12.179 | 12.179 | 12.179 | 12.179 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.178999 Full duration: 53.841683 -------------------------------------------------------------------------------- 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 83f864e4-6fd0-4e10-bf36-8d9c522b1b11 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.65 | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 100.0% | 1 | | nova.delete_server_group | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | total | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | -> duration | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.756176 Full duration: 9.460194 HINTS: * To plot HTML graphics with this data, run: rally task report 83f864e4-6fd0-4e10-bf36-8d9c522b1b11 --out output.html * To generate a JUnit report, run: rally task export 83f864e4-6fd0-4e10-bf36-8d9c522b1b11 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 83f864e4-6fd0-4e10-bf36-8d9c522b1b11 --json --out output.json 2018-04-29 11:58:50,101 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '83f864e4-6fd0-4e10-bf36-8d9c522b1b11'] 2018-04-29 11:58:51,176 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-29 11:58:51,177 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '83f864e4-6fd0-4e10-bf36-8d9c522b1b11', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-29 11:58:51,184 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-04-29 11:58:51,184 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-29 11:58:51,185 - 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-29 11:58:51,185 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-29 11:58:51,200 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-29 11:58:51,201 - 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': '8694e16f-b232-419c-8a93-489e90c1821e', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-8f3706e6-7852-44f1-bbc7-6e3ccff7a416', 'flavor_name': 'rally-tiny-8f3706e6-7852-44f1-bbc7-6e3ccff7a416', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-8f3706e6-7852-44f1-bbc7-6e3ccff7a416', '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-29 11:59:47,321 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7e43c0e5-2e12-45cf-8fe0-1bad61ad3697 2018-04-29 11:59:47,321 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '7e43c0e5-2e12-45cf-8fe0-1bad61ad3697'] 2018-04-29 11:59:48,181 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 7e43c0e5-2e12-45cf-8fe0-1bad61ad3697: 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 7e43c0e5-2e12-45cf-8fe0-1bad61ad3697 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.758 | 1.758 | 1.758 | 1.758 | 1.758 | 1.758 | 100.0% | 1 | | quotas.delete_quotas | 1.272 | 1.272 | 1.272 | 1.272 | 1.272 | 1.272 | 100.0% | 1 | | total | 3.03 | 3.03 | 3.03 | 3.03 | 3.03 | 3.03 | 100.0% | 1 | | -> duration | 3.03 | 3.03 | 3.03 | 3.03 | 3.03 | 3.03 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.029787 Full duration: 10.747106 -------------------------------------------------------------------------------- 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 7e43c0e5-2e12-45cf-8fe0-1bad61ad3697 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.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | total | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | -> duration | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.682798 Full duration: 9.026843 -------------------------------------------------------------------------------- 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 7e43c0e5-2e12-45cf-8fe0-1bad61ad3697 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.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | total | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 100.0% | 1 | | -> duration | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.109971 Full duration: 8.889276 -------------------------------------------------------------------------------- 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 7e43c0e5-2e12-45cf-8fe0-1bad61ad3697 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.015 | 1.015 | 1.015 | 1.015 | 1.015 | 1.015 | 100.0% | 1 | | total | 1.015 | 1.015 | 1.015 | 1.015 | 1.015 | 1.015 | 100.0% | 1 | | -> duration | 1.015 | 1.015 | 1.015 | 1.015 | 1.015 | 1.015 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.015356 Full duration: 8.771103 HINTS: * To plot HTML graphics with this data, run: rally task report 7e43c0e5-2e12-45cf-8fe0-1bad61ad3697 --out output.html * To generate a JUnit report, run: rally task export 7e43c0e5-2e12-45cf-8fe0-1bad61ad3697 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7e43c0e5-2e12-45cf-8fe0-1bad61ad3697 --json --out output.json 2018-04-29 11:59:48,181 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '7e43c0e5-2e12-45cf-8fe0-1bad61ad3697'] 2018-04-29 11:59:49,191 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-29 11:59:49,192 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '7e43c0e5-2e12-45cf-8fe0-1bad61ad3697', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-29 11:59:49,198 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-29 11:59:49,201 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:42 | 4 | 100.00% | | cinder | 03:12 | 10 | 100.00% | | heat | 01:09 | 4 | 100.00% | | keystone | 02:56 | 11 | 100.00% | | neutron | 06:20 | 11 | 100.00% | | nova | 08:51 | 9 | 100.00% | | quotas | 00:37 | 4 | 100.00% | | | | | | | TOTAL: | 00:25:35 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-04-29 11:59:49,201 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-04-29 12:00:04,685 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-29 12:00:04,685 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-29 12:00:05,276 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-29 12:00:05,277 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 29:57 | PASS | +----------------------+------------------+------------------+----------------+ 2018-04-29 12:00:05,281 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-29 12:00:05,369 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-29 12:00:07,757 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-29 12:00:07.434 11198 INFO rally.deployment.engine [-] Deployment 86489048-76d2-4c7f-a773-74b14987c5d0 | Starting: Destroy cloud and free allocated resources. 2018-04-29 12:00:07.520 11198 INFO rally.deployment.engine [-] Deployment 86489048-76d2-4c7f-a773-74b14987c5d0 | Completed: Destroy cloud and free allocated resources. 2018-04-29 12:00:07.542 11198 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=029c396c-a8c8-4ec1-a83d-878d40621888). 2018-04-29 12:00:07.547 11198 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-29 12:00:10,104 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-29 12:00:09.810 11201 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=0f7c76fc-c4e8-4381-bd60-6235c1babbed) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 0f7c76fc-c4e8-4381-bd60-6235c1babbed | 2018-04-29T12:00:09 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 0f7c76fc-c4e8-4381-bd60-6235c1babbed ~/.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-29 12:00:13,354 - 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-29 12:00:13,354 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-29 12:00:15,650 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-29 12:00:15.415 11207 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=029c396c-a8c8-4ec1-a83d-878d40621888). 2018-04-29 12:00:15.530 11207 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-29 12:00:18,901 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-29 12:00:17.608 11210 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-29 12:00:17.734 11210 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-29 12:00:18.686 11210 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8425c273-4ff0-45fe-a01e-7786bd169e82) has been successfully created! Using verifier 'opnfv-tempest' (UUID=8425c273-4ff0-45fe-a01e-7786bd169e82) as the default verifier for the future CLI operations. 2018-04-29 12:00:21,862 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-29 12:00:24,448 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-29 12:00:41,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-29 12:00:47,063 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-29 12:00:46.006 11229 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=8425c273-4ff0-45fe-a01e-7786bd169e82) for deployment 'opnfv-rally' (UUID=0f7c76fc-c4e8-4381-bd60-6235c1babbed). 2018-04-29 12:00:46.890 11229 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8425c273-4ff0-45fe-a01e-7786bd169e82) has been successfully configured for deployment 'opnfv-rally' (UUID=0f7c76fc-c4e8-4381-bd60-6235c1babbed)! 2018-04-29 12:00:47,063 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-29 12:00:47,064 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-29 12:00:47,066 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-29 12:00:49,325 - 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-29 12:00:51,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:00:51.428 11241 INFO rally.api [-] Starting verification (UUID=78848e7b-01d1-4b3c-98e6-068dac304b0a) for deployment 'opnfv-rally' (UUID=0f7c76fc-c4e8-4381-bd60-6235c1babbed) by verifier 'opnfv-tempest' (UUID=8425c273-4ff0-45fe-a01e-7786bd169e82). 2018-04-29 12:00:51,429 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 78848e7b-01d1-4b3c-98e6-068dac304b0a 2018-04-29 12:01:00,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:00.744 11241 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.224s] 2018-04-29 12:01:01,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:01.092 11241 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.323s] 2018-04-29 12:01:10,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:10.495 11241 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [4.686s] 2018-04-29 12:01:11,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:11.865 11241 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.972s] 2018-04-29 12:01:12,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:12.821 11241 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.957s] 2018-04-29 12:01:20,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:20.793 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.060s] 2018-04-29 12:01:24,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:24.085 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [3.290s] 2018-04-29 12:01:24,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:24.166 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [23.605s] 2018-04-29 12:01:34,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:34.161 11241 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [2.170s] 2018-04-29 12:01:40,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:40.934 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [6.773s] 2018-04-29 12:01:41,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:41.000 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.067s] 2018-04-29 12:01:41,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:41.681 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.680s] 2018-04-29 12:01:41,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:41.782 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.099s] 2018-04-29 12:01:41,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:41.784 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-29 12:01:46,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:46.204 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.907s] 2018-04-29 12:01:46,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:46.507 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.792s] 2018-04-29 12:01:47,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:47.813 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.304s] 2018-04-29 12:01:49,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:49.574 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.760s] 2018-04-29 12:01:51,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:51.073 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.498s] 2018-04-29 12:01:52,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:52.680 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.605s] 2018-04-29 12:01:52,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:52.855 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.650s] 2018-04-29 12:01:54,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:54.357 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.676s] 2018-04-29 12:01:54,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:54.802 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.446s] 2018-04-29 12:01:55,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:55.233 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.430s] 2018-04-29 12:01:55,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:55.240 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.385s] 2018-04-29 12:01:55,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:55.448 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.207s] 2018-04-29 12:01:55,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:55.607 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.373s] 2018-04-29 12:01:56,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:56.742 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [1.293s] 2018-04-29 12:01:56,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:56.791 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.049s] 2018-04-29 12:01:56,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:56.844 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.053s] 2018-04-29 12:01:56,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:56.875 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.266s] 2018-04-29 12:01:57,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:57.260 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.385s] 2018-04-29 12:01:57,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:57.985 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.724s] 2018-04-29 12:01:58,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:58.244 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.257s] 2018-04-29 12:01:59,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:01:59.238 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.993s] 2018-04-29 12:02:00,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:02:00.042 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.804s] 2018-04-29 12:02:00,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:02:00.575 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.533s] 2018-04-29 12:02:00,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:02:00.966 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.390s] 2018-04-29 12:02:01,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:02:01.517 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.549s] 2018-04-29 12:02:27,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:02:27.993 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.420s] 2018-04-29 12:02:28,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:02:28.214 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.220s] 2018-04-29 12:02:28,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:02:28.412 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.197s] 2018-04-29 12:02:28,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:02:28.790 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.378s] 2018-04-29 12:02:29,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:02:29.407 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.615s] 2018-04-29 12:02:29,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:02:29.852 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.445s] 2018-04-29 12:02:30,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:02:30.933 11241 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [72.637s] 2018-04-29 12:02:38,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:02:38.970 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.444s] 2018-04-29 12:02:41,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:02:41.302 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.331s] 2018-04-29 12:02:45,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:02:45.942 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.637s] 2018-04-29 12:02:46,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:02:46.930 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.990s] 2018-04-29 12:02:49,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:02:49.610 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.678s] 2018-04-29 12:02:50,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:02:50.686 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.076s] 2018-04-29 12:02:52,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:02:52.000 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.312s] 2018-04-29 12:02:52,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:02:52.048 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.049s] 2018-04-29 12:03:13,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:03:13.077 11241 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [42.133s] 2018-04-29 12:03:32,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:03:32.689 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.160s] 2018-04-29 12:03:33,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:03:33.257 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.567s] 2018-04-29 12:03:33,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:03:33.455 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.198s] 2018-04-29 12:03:33,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:03:33.622 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.166s] 2018-04-29 12:03:33,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:03:33.635 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.013s] 2018-04-29 12:03:33,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:03:33.804 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.169s] 2018-04-29 12:03:34,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:03:34.026 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.221s] 2018-04-29 12:03:34,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:03:34.331 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.305s] 2018-04-29 12:03:34,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:03:34.493 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.161s] 2018-04-29 12:03:34,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:03:34.530 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.037s] 2018-04-29 12:03:34,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:03:34.687 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.156s] 2018-04-29 12:03:35,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:03:35.253 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.565s] 2018-04-29 12:03:35,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:03:35.300 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.047s] 2018-04-29 12:03:35,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:03:35.337 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.037s] 2018-04-29 12:03:35,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:03:35.379 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.042s] 2018-04-29 12:03:36,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:03:36.826 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [1.445s] 2018-04-29 12:03:37,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:03:37.012 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.186s] 2018-04-29 12:03:37,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:03:37.051 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.038s] 2018-04-29 12:03:37,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:03:37.060 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2018-04-29 12:03:37,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:03:37.256 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.195s] 2018-04-29 12:03:37,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:03:37.503 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.246s] 2018-04-29 12:03:37,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:03:37.682 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.179s] 2018-04-29 12:03:37,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:03:37.718 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.036s] 2018-04-29 12:03:45,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '78848e7b-01d1-4b3c-98e6-068dac304b0a']'. 2018-04-29 12:03:46,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-29 12:03:46,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-29 12:03:46,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-29 12:03:46,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 78848e7b-01d1-4b3c-98e6-068dac304b0a | 2018-04-29 12:03:46,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-29 12:03:46,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-29 12:00:51 | 2018-04-29 12:03:46,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-29 12:03:45 | 2018-04-29 12:03:46,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:54 | 2018-04-29 12:03:46,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-29 12:03:46,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-29 12:03:46,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 8425c273-4ff0-45fe-a01e-7786bd169e82) | 2018-04-29 12:03:46,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-29 12:03:46,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 0f7c76fc-c4e8-4381-bd60-6235c1babbed) | 2018-04-29 12:03:46,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 78 | 2018-04-29 12:03:46,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 159.323 | 2018-04-29 12:03:46,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 78 | 2018-04-29 12:03:46,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-29 12:03:46,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-29 12:03:46,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-29 12:03:46,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-29 12:03:46,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-29 12:03:46,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-29 12:03:46,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-04-29 12:03:57,523 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-29 12:03:57,523 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 03:36 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-29 12:03:57,527 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-29 12:03:57,618 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-29 12:04:00,023 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-29 12:03:59.636 11341 INFO rally.deployment.engine [-] Deployment 0f7c76fc-c4e8-4381-bd60-6235c1babbed | Starting: Destroy cloud and free allocated resources. 2018-04-29 12:03:59.705 11341 INFO rally.deployment.engine [-] Deployment 0f7c76fc-c4e8-4381-bd60-6235c1babbed | Completed: Destroy cloud and free allocated resources. 2018-04-29 12:03:59.743 11341 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=8425c273-4ff0-45fe-a01e-7786bd169e82) for deployment 'opnfv-rally'. 2018-04-29 12:03:59.757 11341 INFO rally.api [-] Deleting verification (UUID=78848e7b-01d1-4b3c-98e6-068dac304b0a). 2018-04-29 12:03:59.798 11341 INFO rally.api [-] Verification has been successfully deleted! 2018-04-29 12:03:59.798 11341 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=8425c273-4ff0-45fe-a01e-7786bd169e82). 2018-04-29 12:03:59.809 11341 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-29 12:04:02,198 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-29 12:04:01.950 11344 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=824a81dd-3de2-4ea2-9b89-c4189d19de26) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 824a81dd-3de2-4ea2-9b89-c4189d19de26 | 2018-04-29T12:04:01 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 824a81dd-3de2-4ea2-9b89-c4189d19de26 ~/.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-29 12:04:05,589 - 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-29 12:04:05,589 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-29 12:04:08,162 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-29 12:04:07.853 11350 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=8425c273-4ff0-45fe-a01e-7786bd169e82). 2018-04-29 12:04:07.974 11350 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-29 12:04:11,379 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-29 12:04:10.122 11353 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-29 12:04:10.270 11353 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-29 12:04:11.208 11353 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f645966e-a729-4f04-8cec-3fd2a560cc12) has been successfully created! Using verifier 'opnfv-tempest' (UUID=f645966e-a729-4f04-8cec-3fd2a560cc12) as the default verifier for the future CLI operations. 2018-04-29 12:04:14,424 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-29 12:04:17,480 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-29 12:04:28,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-29 12:04:33,598 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-29 12:04:32.443 11372 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f645966e-a729-4f04-8cec-3fd2a560cc12) for deployment 'opnfv-rally' (UUID=824a81dd-3de2-4ea2-9b89-c4189d19de26). 2018-04-29 12:04:33.428 11372 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f645966e-a729-4f04-8cec-3fd2a560cc12) has been successfully configured for deployment 'opnfv-rally' (UUID=824a81dd-3de2-4ea2-9b89-c4189d19de26)! 2018-04-29 12:04:33,598 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-29 12:04:33,598 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-29 12:04:33,601 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-29 12:04:33,614 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-29 12:04:36,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-f645966e-a729-4f04-8cec-3fd2a560cc12/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-29 12:04:36,990 - 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-29 12:04:39,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 12:04:39.763 11381 INFO rally.api [-] Starting verification (UUID=088190f6-91f5-4cf9-a6d7-382c97b8baad) for deployment 'opnfv-rally' (UUID=824a81dd-3de2-4ea2-9b89-c4189d19de26) by verifier 'opnfv-tempest' (UUID=f645966e-a729-4f04-8cec-3fd2a560cc12). 2018-04-29 12:04:39,766 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 088190f6-91f5-4cf9-a6d7-382c97b8baad 2018-04-29 12:07:36,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '088190f6-91f5-4cf9-a6d7-382c97b8baad']'. 2018-04-29 12:07:37,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-29 12:07:37,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-29 12:07:37,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-29 12:07:37,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 088190f6-91f5-4cf9-a6d7-382c97b8baad | 2018-04-29 12:07:37,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-29 12:07:37,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-29 12:04:39 | 2018-04-29 12:07:37,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-29 12:07:36 | 2018-04-29 12:07:37,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:57 | 2018-04-29 12:07:37,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-29 12:07:37,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-29 12:07:37,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: f645966e-a729-4f04-8cec-3fd2a560cc12) | 2018-04-29 12:07:37,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-29 12:07:37,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 824a81dd-3de2-4ea2-9b89-c4189d19de26) | 2018-04-29 12:07:37,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-29 12:07:37,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 166.274 | 2018-04-29 12:07:37,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-04-29 12:07:37,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-04-29 12:07:37,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-29 12:07:37,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-29 12:07:37,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-29 12:07:37,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-29 12:07:37,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-29 12:07:37,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-29 12:07:49,104 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-29 12:07:49,104 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:35 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-29 12:07:49,109 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-29 12:07:50,054 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-29 13:30:49,575 - 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 4979.448s FAILED (errors=1) 2018-04-29 13:30:49,741 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-29 13:30:49,741 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 82:59 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-29 13:30:49,745 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-29 13:30:49,746 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-29 13:30:49,835 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-29 13:30:52,252 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-29 13:30:51.904 11608 INFO rally.deployment.engine [-] Deployment 824a81dd-3de2-4ea2-9b89-c4189d19de26 | Starting: Destroy cloud and free allocated resources. 2018-04-29 13:30:51.980 11608 INFO rally.deployment.engine [-] Deployment 824a81dd-3de2-4ea2-9b89-c4189d19de26 | Completed: Destroy cloud and free allocated resources. 2018-04-29 13:30:52.006 11608 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=f645966e-a729-4f04-8cec-3fd2a560cc12) for deployment 'opnfv-rally'. 2018-04-29 13:30:52.023 11608 INFO rally.api [-] Deleting verification (UUID=088190f6-91f5-4cf9-a6d7-382c97b8baad). 2018-04-29 13:30:52.064 11608 INFO rally.api [-] Verification has been successfully deleted! 2018-04-29 13:30:52.064 11608 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=f645966e-a729-4f04-8cec-3fd2a560cc12). 2018-04-29 13:30:52.070 11608 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-29 13:30:54,642 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-29 13:30:54.382 11611 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=00b1d7f6-5cfa-4127-a494-303184e21dd2) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 00b1d7f6-5cfa-4127-a494-303184e21dd2 | 2018-04-29T13:30:54 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 00b1d7f6-5cfa-4127-a494-303184e21dd2 ~/.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-29 13:30:57,978 - 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-29 13:30:57,978 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-29 13:31:00,314 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-29 13:31:00.061 11617 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=f645966e-a729-4f04-8cec-3fd2a560cc12). 2018-04-29 13:31:00.167 11617 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-29 13:31:03,545 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-29 13:31:02.392 11620 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-29 13:31:02.521 11620 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-29 13:31:03.370 11620 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=da71d126-42d6-4680-8a57-db252fc807d9) has been successfully created! Using verifier 'opnfv-tempest' (UUID=da71d126-42d6-4680-8a57-db252fc807d9) as the default verifier for the future CLI operations. 2018-04-29 13:31:06,546 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-29 13:31:09,276 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-29 13:31:20,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-29 13:31:25,612 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-29 13:31:24.599 11639 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=da71d126-42d6-4680-8a57-db252fc807d9) for deployment 'opnfv-rally' (UUID=00b1d7f6-5cfa-4127-a494-303184e21dd2). 2018-04-29 13:31:25.461 11639 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=da71d126-42d6-4680-8a57-db252fc807d9) has been successfully configured for deployment 'opnfv-rally' (UUID=00b1d7f6-5cfa-4127-a494-303184e21dd2)! 2018-04-29 13:31:25,612 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-29 13:31:25,613 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-29 13:31:25,615 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-29 13:31:25,627 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-29 13:31:28,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-da71d126-42d6-4680-8a57-db252fc807d9/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-29 13:31:28,486 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-29 13:31:28,486 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-29 13:31:28,487 - 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-29 13:31:30,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-29 13:31:30.602 11648 INFO rally.api [-] Starting verification (UUID=724091d4-0635-498b-a5a3-c4fdebe7e76d) for deployment 'opnfv-rally' (UUID=00b1d7f6-5cfa-4127-a494-303184e21dd2) by verifier 'opnfv-tempest' (UUID=da71d126-42d6-4680-8a57-db252fc807d9). 2018-04-29 13:31:30,604 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 724091d4-0635-498b-a5a3-c4fdebe7e76d 2018-04-29 13:33:57,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '724091d4-0635-498b-a5a3-c4fdebe7e76d']'. 2018-04-29 13:33:58,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-29 13:33:58,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-29 13:33:58,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-29 13:33:58,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 724091d4-0635-498b-a5a3-c4fdebe7e76d | 2018-04-29 13:33:58,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-29 13:33:58,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-29 13:31:30 | 2018-04-29 13:33:58,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-29 13:33:57 | 2018-04-29 13:33:58,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:27 | 2018-04-29 13:33:58,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-29 13:33:58,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-29 13:33:58,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: da71d126-42d6-4680-8a57-db252fc807d9) | 2018-04-29 13:33:58,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-29 13:33:58,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 00b1d7f6-5cfa-4127-a494-303184e21dd2) | 2018-04-29 13:33:58,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-29 13:33:58,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 132.606 | 2018-04-29 13:33:58,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-04-29 13:33:58,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-04-29 13:33:58,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-29 13:33:58,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-29 13:33:58,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-29 13:33:58,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-29 13:33:58,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-29 13:33:58,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-04-29 13:34:09,330 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-29 13:34:09,331 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:03 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-04-29 13:34:09,335 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:18 | PASS | | vping_userdata | functest | smoke | 01:03 | PASS | | tempest_smoke_serial | functest | smoke | 19:01 | PASS | | rally_sanity | functest | smoke | 29:57 | PASS | | refstack_defcore | functest | smoke | 03:36 | PASS | | patrole | functest | smoke | 03:35 | PASS | | snaps_smoke | functest | smoke | 82:59 | FAIL | | neutron_trunk | functest | smoke | 03:03 | PASS | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-29 13:34:09,342 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-29 13:34:12,543 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-64 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-29 13:34:12,545 - 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=XfvbNNAcJp6mWyeRdd99ayeTN export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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-29 13:34:12,545 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-29 13:34:12,546 - 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-29 13:34:12,546 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-29 13:34:12,547 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-04-29 13:38:36,786 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-04-29 13:38:36,918 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-29 13:38:36,918 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:24 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-04-29 13:38:36,922 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-04-29 14:28:37,807 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-04-29 14:28:37,946 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-29 14:28:37,946 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 50:00 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-04-29 14:28:37,957 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-04-29 14:28:37,957 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:24 | PASS | | barometercollectd | barometer | features | 50:00 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-29 14:28:37,959 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-29 14:29:54,916 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-64 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-29 14:29:54,921 - 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=XfvbNNAcJp6mWyeRdd99ayeTN export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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-29 14:29:54,921 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-29 14:29:54,921 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-29 14:29:54,922 - 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-29 14:29:54,923 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-29 14:29:57,377 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-64 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-29 14:29:57,379 - 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=XfvbNNAcJp6mWyeRdd99ayeTN export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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-29 14:29:57,379 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-29 14:29:57,380 - 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-29 14:29:57,381 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-29 14:29:57,381 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-04-29 14:33:51,850 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-04-29 14:33:51,978 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-29 14:33:51,978 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 03:54 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-04-29 14:33:51,982 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 03:54 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-29 14:33:51,983 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK