2018-05-05 01:56:34,230 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-87 | | 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-ovn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-05 01:56:34,232 - 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=2AmxzBDXuBHnucDnYWXCWCkgy export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-05-05 01:56:34,232 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-05 01:56:34,233 - 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-05-05 01:56:34,234 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-05 01:56:34,234 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-05 01:56:36,091 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-05 01:56:44,658 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 8.556s OK 2018-05-05 01:56:44,782 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-05 01:56:44,783 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-05 01:56:44,786 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-05 01:56:45,442 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-05 02:05:44,223 - 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 538.733s OK 2018-05-05 02:05:44,342 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-05 02:05:44,342 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 08:59 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-05 02:05:44,346 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-05 02:05:45,023 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-05 02:06:20,490 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 35.466s OK 2018-05-05 02:06:20,608 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-05 02:06:20,608 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:35 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-05 02:06:20,612 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | api_check | functest | healthcheck | 08:59 | PASS | | snaps_health_check | functest | healthcheck | 00:35 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-05 02:06:20,615 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-05 02:06:23,285 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-87 | | 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-ovn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-05 02:06:23,289 - 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=2AmxzBDXuBHnucDnYWXCWCkgy export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-05-05 02:06:23,289 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-05 02:06:23,291 - 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-05-05 02:06:23,292 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-05 02:06:23,293 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-05 02:06:24,218 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-05 02:06:24,219 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-05 02:06:24,631 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-05 02:06:24,631 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-05 02:06:25,023 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-05 02:06:25,023 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-05 02:06:25' 2018-05-05 02:06:25,023 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--e950b521-d684-4560-a0c8-599d9512e126' 2018-05-05 02:06:27,193 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-e950b521-d684-4560-a0c8-599d9512e126' 2018-05-05 02:06:29,644 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-e950b521-d684-4560-a0c8-599d9512e126' 2018-05-05 02:06:34,789 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-e950b521-d684-4560-a0c8-599d9512e126' 2018-05-05 02:06:35,485 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-e950b521-d684-4560-a0c8-599d9512e126' 2018-05-05 02:06:36,213 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-e950b521-d684-4560-a0c8-599d9512e126' 2018-05-05 02:06:41,139 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-e950b521-d684-4560-a0c8-599d9512e126' 2018-05-05 02:06:44,409 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-e950b521-d684-4560-a0c8-599d9512e126' 2018-05-05 02:07:30,076 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-05 02:07:33,282 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-05-05 02:07:33,419 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-05 02:07:34,426 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-05 02:07:34,426 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-05 02:07:34,427 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-05 02:07:34,931 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-05 02:07:34,932 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:09 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-05 02:07:48,388 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-05 02:07:48,479 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-05 02:07:48,479 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-05 02:07:48' 2018-05-05 02:07:48,479 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--5847eda3-75bf-4cd1-b6a1-3a0b76624190' 2018-05-05 02:07:50,339 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-5847eda3-75bf-4cd1-b6a1-3a0b76624190' 2018-05-05 02:07:51,973 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-5847eda3-75bf-4cd1-b6a1-3a0b76624190' 2018-05-05 02:07:56,900 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-5847eda3-75bf-4cd1-b6a1-3a0b76624190' 2018-05-05 02:07:57,572 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-5847eda3-75bf-4cd1-b6a1-3a0b76624190' 2018-05-05 02:08:02,631 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-5847eda3-75bf-4cd1-b6a1-3a0b76624190' 2018-05-05 02:08:06,811 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-05 02:08:19,550 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-05 02:08:21,799 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-05 02:08:21,913 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-05 02:08:21,913 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:33 | PASS | +------------------------+------------------+------------------+----------------+ 2018-05-05 02:08:38,337 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-05 02:08:38,429 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-05 02:08:43,390 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-05 02:08:43.082 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=256a511d-091c-45d1-b332-59018a701710) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 256a511d-091c-45d1-b332-59018a701710 | 2018-05-05T02:08:43 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 256a511d-091c-45d1-b332-59018a701710 ~/.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-05-05 02:08:46,620 - 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__ | policy | 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-05-05 02:08:46,621 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-05 02:08:52,587 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-05 02:08:50.854 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-05 02:08:50.997 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-05 02:08:52.374 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1a14943c-9f31-4a40-9097-96fa48ae1349) has been successfully created! Using verifier 'opnfv-tempest' (UUID=1a14943c-9f31-4a40-9097-96fa48ae1349) as the default verifier for the future CLI operations. 2018-05-05 02:08:55,544 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-05 02:08:57,193 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-05 02:09:01,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-05 02:09:06,247 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-05 02:09:05.413 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=1a14943c-9f31-4a40-9097-96fa48ae1349) for deployment 'opnfv-rally' (UUID=256a511d-091c-45d1-b332-59018a701710). 2018-05-05 02:09:06.088 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1a14943c-9f31-4a40-9097-96fa48ae1349) has been successfully configured for deployment 'opnfv-rally' (UUID=256a511d-091c-45d1-b332-59018a701710)! 2018-05-05 02:09:06,248 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-05 02:09:06,248 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-05 02:09:06,250 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-05 02:09:06,253 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-05 02:09:09,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-1a14943c-9f31-4a40-9097-96fa48ae1349/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-05 02:09:09,454 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-05 02:09:09,456 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-05 02:09:09,456 - 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-05-05 02:09:11,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:09:11.624 55 INFO rally.api [-] Starting verification (UUID=9a84da0f-2161-4ad4-ab4c-565f35eed67d) for deployment 'opnfv-rally' (UUID=256a511d-091c-45d1-b332-59018a701710) by verifier 'opnfv-tempest' (UUID=1a14943c-9f31-4a40-9097-96fa48ae1349). 2018-05-05 02:09:11,626 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 9a84da0f-2161-4ad4-ab4c-565f35eed67d 2018-05-05 02:09:18,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:09:18.136 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.162s] 2018-05-05 02:09:18,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:09:18.192 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.056s] 2018-05-05 02:09:23,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:09:23.355 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.091s] 2018-05-05 02:09:24,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:09:24.829 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.474s] 2018-05-05 02:09:32,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:09:32.308 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.142s] 2018-05-05 02:09:45,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:09:45.342 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [8.420s] 2018-05-05 02:10:13,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:10:13.384 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.070s] 2018-05-05 02:10:13,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:10:13.385 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-05-05 02:10:37,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:10:37.149 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.069s] 2018-05-05 02:10:37,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:10:37.150 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-05 02:11:01,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:11:01.850 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.071s] 2018-05-05 02:11:01,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:11:01.851 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-05-05 02:11:38,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:11:38.536 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [10.293s] 2018-05-05 02:11:56,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:11:56.410 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.061s] 2018-05-05 02:11:56,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:11:56.512 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.103s] 2018-05-05 02:12:03,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:12:03.759 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.821s] 2018-05-05 02:12:03,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:12:03.768 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-05-05 02:12:04,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:12:04.847 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-05 02:12:04,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:12:04.848 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-05 02:12:08,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:12:08.527 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.355s] 2018-05-05 02:12:13,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:12:13.702 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.075s] 2018-05-05 02:12:19,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:12:19.118 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.619s] 2018-05-05 02:12:25,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:12:25.390 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.369s] 2018-05-05 02:12:33,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:12:33.479 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.936s] 2018-05-05 02:12:38,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:12:38.685 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.342s] 2018-05-05 02:12:43,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:12:43.748 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.175s] 2018-05-05 02:12:49,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:12:49.900 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.404s] 2018-05-05 02:12:55,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:12:55.961 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.400s] 2018-05-05 02:13:03,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:13:03.149 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.554s] 2018-05-05 02:13:04,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:13:04.770 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-05 02:13:06,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:13:06.623 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.072s] 2018-05-05 02:13:06,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:13:06.693 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.069s] 2018-05-05 02:13:06,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:13:06.762 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.069s] 2018-05-05 02:13:06,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:13:06.768 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-05-05 02:13:09,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:13:09.990 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.435s] 2018-05-05 02:13:10,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:13:10.712 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.721s] 2018-05-05 02:13:11,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:13:11.848 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.136s] 2018-05-05 02:13:16,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:13:16.815 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-05-05 02:13:21,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:13:21.397 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.503s] 2018-05-05 02:13:32,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:13:32.630 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [1.895s] 2018-05-05 02:13:34,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:13:34.918 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [2.287s] 2018-05-05 02:13:44,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:13:44.420 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.469s] 2018-05-05 02:13:47,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:13:47.488 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.068s] 2018-05-05 02:13:52,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:13:52.181 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [4.692s] 2018-05-05 02:14:00,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:14:00.300 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.504s] 2018-05-05 02:14:03,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:14:03.285 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.984s] 2018-05-05 02:14:05,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:14:05.798 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [2.512s] 2018-05-05 02:14:17,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:14:17.296 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [2.773s] 2018-05-05 02:14:17,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:14:17.450 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.154s] 2018-05-05 02:14:17,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:14:17.553 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.103s] 2018-05-05 02:14:17,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:14:17.605 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.051s] 2018-05-05 02:14:17,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:14:17.699 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.094s] 2018-05-05 02:14:17,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:14:17.749 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.049s] 2018-05-05 02:14:25,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:14:25.857 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [3.143s] 2018-05-05 02:14:26,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:14:26.252 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.394s] 2018-05-05 02:14:26,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:14:26.356 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.104s] 2018-05-05 02:14:26,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:14:26.420 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.063s] 2018-05-05 02:14:26,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:14:26.526 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.106s] 2018-05-05 02:14:26,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:14:26.596 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.069s] 2018-05-05 02:14:34,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:14:34.954 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [2.862s] 2018-05-05 02:14:38,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:14:38.103 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [3.148s] 2018-05-05 02:14:39,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:14:39.763 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.659s] 2018-05-05 02:14:40,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:14:40.036 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.273s] 2018-05-05 02:14:40,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:14:40.220 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.184s] 2018-05-05 02:14:48,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:14:48.889 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [2.815s] 2018-05-05 02:14:52,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:14:52.359 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [3.469s] 2018-05-05 02:14:53,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:14:53.973 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.613s] 2018-05-05 02:14:54,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:14:54.026 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.053s] 2018-05-05 02:14:54,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:14:54.075 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.049s] 2018-05-05 02:15:06,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:15:06.229 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [7.510s] 2018-05-05 02:15:11,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:15:11.011 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [4.781s] 2018-05-05 02:15:14,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:15:14.739 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [3.726s] 2018-05-05 02:15:18,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:15:18.118 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.378s] 2018-05-05 02:15:33,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:15:33.323 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [8.124s] 2018-05-05 02:15:38,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:15:38.270 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.947s] 2018-05-05 02:15:42,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:15:42.574 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.303s] 2018-05-05 02:15:45,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:15:45.565 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.991s] 2018-05-05 02:15:53,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:15:53.633 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [0.947s] 2018-05-05 02:15:54,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:15:54.960 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.324s] 2018-05-05 02:15:55,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:15:55.007 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.049s] 2018-05-05 02:15:59,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:15:59.029 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.025s] 2018-05-05 02:16:00,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:16:00.481 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.450s] 2018-05-05 02:16:00,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:16:00.522 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.042s] 2018-05-05 02:16:03,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:16:03.870 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.537s] 2018-05-05 02:16:06,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:16:06.655 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-05-05 02:16:07,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:16:07.866 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-05 02:16:07,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:16:07.868 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-05 02:16:07,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:16:07.869 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-05 02:16:07,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:16:07.870 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-05 02:16:07,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:16:07.871 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-05 02:16:09,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:16:09.628 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-05-05 02:16:22,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:16:22.600 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [8.894s] 2018-05-05 02:16:33,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:16:33.140 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.420s] 2018-05-05 02:16:43,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:16:43.488 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.345s] 2018-05-05 02:16:51,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:16:51.512 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.042s] 2018-05-05 02:17:50,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:17:50.802 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [53.546s] 2018-05-05 02:18:24,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:18:24.581 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [26.007s] 2018-05-05 02:18:59,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:18:59.103 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [19.528s] 2018-05-05 02:19:08,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '9a84da0f-2161-4ad4-ab4c-565f35eed67d']'. 2018-05-05 02:19:09,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-05 02:19:09,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-05 02:19:09,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-05 02:19:09,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 9a84da0f-2161-4ad4-ab4c-565f35eed67d | 2018-05-05 02:19:09,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-05 02:19:09,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-05 02:09:11 | 2018-05-05 02:19:09,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-05 02:19:08 | 2018-05-05 02:19:09,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:09:57 | 2018-05-05 02:19:09,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-05 02:19:09,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-05 02:19:09,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-05 02:19:09,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 1a14943c-9f31-4a40-9097-96fa48ae1349) | 2018-05-05 02:19:09,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-05 02:19:09,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 256a511d-091c-45d1-b332-59018a701710) | 2018-05-05 02:19:09,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-05 02:19:09,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 582.953 | 2018-05-05 02:19:09,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-05-05 02:19:09,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-05 02:19:09,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-05 02:19:09,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-05 02:19:09,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-05-05 02:19:09,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-05 02:19:09,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-05 02:19:09,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-05-05 02:19:12,757 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-05 02:19:12,758 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 10:17 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-05-05 02:19:12,763 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-05-05 02:19:12,763 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-05 02:19:12,869 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-05 02:19:13,307 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-05 02:19:13,307 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-05 02:19:13,730 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-05 02:19:16,252 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-05 02:19:15.848 101 INFO rally.deployment.engine [-] Deployment 256a511d-091c-45d1-b332-59018a701710 | Starting: Destroy cloud and free allocated resources. 2018-05-05 02:19:15.933 101 INFO rally.deployment.engine [-] Deployment 256a511d-091c-45d1-b332-59018a701710 | Completed: Destroy cloud and free allocated resources. 2018-05-05 02:19:15.973 101 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=1a14943c-9f31-4a40-9097-96fa48ae1349) for deployment 'opnfv-rally'. 2018-05-05 02:19:15.989 101 INFO rally.api [-] Deleting verification (UUID=9a84da0f-2161-4ad4-ab4c-565f35eed67d). 2018-05-05 02:19:16.035 101 INFO rally.api [-] Verification has been successfully deleted! 2018-05-05 02:19:16.036 101 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=1a14943c-9f31-4a40-9097-96fa48ae1349). 2018-05-05 02:19:16.047 101 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-05 02:19:18,880 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-05 02:19:18.554 104 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=bc539160-9da1-45ff-8269-f068f8c9d526) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | bc539160-9da1-45ff-8269-f068f8c9d526 | 2018-05-05T02:19:18 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: bc539160-9da1-45ff-8269-f068f8c9d526 ~/.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-05-05 02:19:22,124 - 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__ | policy | 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-05-05 02:19:22,125 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-05 02:19:23,382 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-f131e0c3-4c59-4918-8262-e896f71d0d96'... 2018-05-05 02:19:25,335 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-f131e0c3-4c59-4918-8262-e896f71d0d96'... 2018-05-05 02:19:26,945 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-f131e0c3-4c59-4918-8262-e896f71d0d96'... 2018-05-05 02:19:31,475 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-f131e0c3-4c59-4918-8262-e896f71d0d96'... 2018-05-05 02:19:32,140 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-f131e0c3-4c59-4918-8262-e896f71d0d96'... 2018-05-05 02:19:32,795 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-05 02:19:32,796 - 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-05-05 02:19:32,797 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-05 02:19:32,815 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-05 02:19:32,815 - 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': '1270c2ab-4e5e-4177-94b3-8522abba4bb4', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f131e0c3-4c59-4918-8262-e896f71d0d96', 'flavor_name': 'rally-tiny-f131e0c3-4c59-4918-8262-e896f71d0d96', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f131e0c3-4c59-4918-8262-e896f71d0d96', '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-05-05 02:20:31,929 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 460e72c3-1320-4916-85da-e749d3d49c24 2018-05-05 02:20:31,930 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-05 02:20:31,930 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '460e72c3-1320-4916-85da-e749d3d49c24'] 2018-05-05 02:20:33,044 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 460e72c3-1320-4916-85da-e749d3d49c24: 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 460e72c3-1320-4916-85da-e749d3d49c24 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.458 | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 100.0% | 1 | | total | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 100.0% | 1 | | -> duration | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.458448 Full duration: 6.596143 -------------------------------------------------------------------------------- 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 460e72c3-1320-4916-85da-e749d3d49c24 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.318 | 0.318 | 0.318 | 0.318 | 0.318 | 0.318 | 100.0% | 1 | | total | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | -> duration | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.740951 Full duration: 6.838909 -------------------------------------------------------------------------------- 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 460e72c3-1320-4916-85da-e749d3d49c24 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.205 | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 100.0% | 1 | | total | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | -> duration | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.615688 Full duration: 6.454461 -------------------------------------------------------------------------------- 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 460e72c3-1320-4916-85da-e749d3d49c24 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.43 | 0.43 | 0.43 | 0.43 | 0.43 | 0.43 | 100.0% | 1 | | total | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 100.0% | 1 | | -> duration | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.843896 Full duration: 6.918146 -------------------------------------------------------------------------------- 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 460e72c3-1320-4916-85da-e749d3d49c24 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.354 | 0.354 | 0.354 | 0.354 | 0.354 | 0.354 | 100.0% | 1 | | total | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 100.0% | 1 | | -> duration | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.744544 Full duration: 6.885794 -------------------------------------------------------------------------------- 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 460e72c3-1320-4916-85da-e749d3d49c24 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.201 | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 100.0% | 1 | | total | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 100.0% | 1 | | -> duration | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.641074 Full duration: 6.601809 HINTS: * To plot HTML graphics with this data, run: rally task report 460e72c3-1320-4916-85da-e749d3d49c24 --out output.html * To generate a JUnit report, run: rally task export 460e72c3-1320-4916-85da-e749d3d49c24 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 460e72c3-1320-4916-85da-e749d3d49c24 --json --out output.json 2018-05-05 02:20:33,045 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '460e72c3-1320-4916-85da-e749d3d49c24'] 2018-05-05 02:20:34,144 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-05 02:20:34,144 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '460e72c3-1320-4916-85da-e749d3d49c24', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-05 02:20:34,152 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-05 02:20:34,152 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-05 02:20:34,152 - 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-05-05 02:20:34,152 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-05 02:20:34,168 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-05 02:20:34,169 - 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': '1270c2ab-4e5e-4177-94b3-8522abba4bb4', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f131e0c3-4c59-4918-8262-e896f71d0d96', 'flavor_name': 'rally-tiny-f131e0c3-4c59-4918-8262-e896f71d0d96', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f131e0c3-4c59-4918-8262-e896f71d0d96', '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-05-05 02:22:05,204 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b41fba7d-7088-4c73-9bbf-9bd61af6d893 2018-05-05 02:22:05,204 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b41fba7d-7088-4c73-9bbf-9bd61af6d893'] 2018-05-05 02:22:06,199 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b41fba7d-7088-4c73-9bbf-9bd61af6d893: 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 b41fba7d-7088-4c73-9bbf-9bd61af6d893 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 | 3.92 | 3.92 | 3.92 | 3.92 | 3.92 | 3.92 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 100.0% | 1 | | -> glance_v2.upload_data | 1.631 | 1.631 | 1.631 | 1.631 | 1.631 | 1.631 | 100.0% | 1 | | glance_v2.delete_image | 1.448 | 1.448 | 1.448 | 1.448 | 1.448 | 1.448 | 100.0% | 1 | | total | 5.367 | 5.367 | 5.367 | 5.367 | 5.367 | 5.367 | 100.0% | 1 | | -> duration | 5.367 | 5.367 | 5.367 | 5.367 | 5.367 | 5.367 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.367444 Full duration: 12.761174 -------------------------------------------------------------------------------- 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 b41fba7d-7088-4c73-9bbf-9bd61af6d893 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 | 3.881 | 3.881 | 3.881 | 3.881 | 3.881 | 3.881 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 100.0% | 1 | | -> glance_v2.upload_data | 1.588 | 1.588 | 1.588 | 1.588 | 1.588 | 1.588 | 100.0% | 1 | | glance_v2.list_images | 0.052 | 0.052 | 0.052 | 0.052 | 0.052 | 0.052 | 100.0% | 1 | | total | 3.934 | 3.934 | 3.934 | 3.934 | 3.934 | 3.934 | 100.0% | 1 | | -> duration | 3.934 | 3.934 | 3.934 | 3.934 | 3.934 | 3.934 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.933688 Full duration: 14.066736 -------------------------------------------------------------------------------- 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 b41fba7d-7088-4c73-9bbf-9bd61af6d893 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.259 | 0.259 | 0.259 | 0.259 | 0.259 | 0.259 | 100.0% | 1 | | total | 0.26 | 0.26 | 0.26 | 0.26 | 0.26 | 0.26 | 100.0% | 1 | | -> duration | 0.26 | 0.26 | 0.26 | 0.26 | 0.26 | 0.26 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.259693 Full duration: 7.276659 -------------------------------------------------------------------------------- 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-f131e0c3-4c59-4918-8262-e896f71d0d96" }, "number_instances": 2, "nics": [ { "net-id": "1270c2ab-4e5e-4177-94b3-8522abba4bb4" } ] }, "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 b41fba7d-7088-4c73-9bbf-9bd61af6d893 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 | 3.034 | 3.034 | 3.034 | 3.034 | 3.034 | 3.034 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 100.0% | 1 | | -> glance_v2.upload_data | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | nova.boot_servers | 12.448 | 12.448 | 12.448 | 12.448 | 12.448 | 12.448 | 100.0% | 1 | | total | 15.483 | 15.483 | 15.483 | 15.483 | 15.483 | 15.483 | 100.0% | 1 | | -> duration | 14.483 | 14.483 | 14.483 | 14.483 | 14.483 | 14.483 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.482807 Full duration: 41.473999 HINTS: * To plot HTML graphics with this data, run: rally task report b41fba7d-7088-4c73-9bbf-9bd61af6d893 --out output.html * To generate a JUnit report, run: rally task export b41fba7d-7088-4c73-9bbf-9bd61af6d893 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b41fba7d-7088-4c73-9bbf-9bd61af6d893 --json --out output.json 2018-05-05 02:22:06,200 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b41fba7d-7088-4c73-9bbf-9bd61af6d893'] 2018-05-05 02:22:07,221 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-05 02:22:07,221 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b41fba7d-7088-4c73-9bbf-9bd61af6d893', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-05 02:22:07,228 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-05 02:22:07,228 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-05 02:22:07,228 - 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-05-05 02:22:07,229 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-05 02:22:07,244 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-05 02:22:07,245 - 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': '1270c2ab-4e5e-4177-94b3-8522abba4bb4', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f131e0c3-4c59-4918-8262-e896f71d0d96', 'flavor_name': 'rally-tiny-f131e0c3-4c59-4918-8262-e896f71d0d96', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f131e0c3-4c59-4918-8262-e896f71d0d96', '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-05-05 02:25:06,939 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5755935b-9770-43e5-94c5-41c99f72e4c6 2018-05-05 02:25:06,939 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '5755935b-9770-43e5-94c5-41c99f72e4c6'] 2018-05-05 02:25:07,976 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 5755935b-9770-43e5-94c5-41c99f72e4c6: 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 5755935b-9770-43e5-94c5-41c99f72e4c6 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 | 2.977 | 2.977 | 2.977 | 2.977 | 2.977 | 2.977 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.531 | 2.531 | 2.531 | 2.531 | 2.531 | 2.531 | 100.0% | 1 | | total | 5.509 | 5.509 | 5.509 | 5.509 | 5.509 | 5.509 | 100.0% | 1 | | -> duration | 5.509 | 5.509 | 5.509 | 5.509 | 5.509 | 5.509 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.508758 Full duration: 21.279264 -------------------------------------------------------------------------------- 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 5755935b-9770-43e5-94c5-41c99f72e4c6 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 | 2.919 | 2.919 | 2.919 | 2.919 | 2.919 | 2.919 | 100.0% | 1 | | cinder_v2.delete_volume | 2.296 | 2.296 | 2.296 | 2.296 | 2.296 | 2.296 | 100.0% | 1 | | total | 5.215 | 5.215 | 5.215 | 5.215 | 5.215 | 5.215 | 100.0% | 1 | | -> duration | 5.215 | 5.215 | 5.215 | 5.215 | 5.215 | 5.215 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.215163 Full duration: 14.024124 -------------------------------------------------------------------------------- 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-f131e0c3-4c59-4918-8262-e896f71d0d96" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 5755935b-9770-43e5-94c5-41c99f72e4c6 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 | 7.887 | 7.887 | 7.887 | 7.887 | 7.887 | 7.887 | 100.0% | 1 | | cinder_v2.delete_volume | 2.581 | 2.581 | 2.581 | 2.581 | 2.581 | 2.581 | 100.0% | 1 | | total | 10.468 | 10.468 | 10.468 | 10.468 | 10.468 | 10.468 | 100.0% | 1 | | -> duration | 10.468 | 10.468 | 10.468 | 10.468 | 10.468 | 10.468 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.468304 Full duration: 20.548345 -------------------------------------------------------------------------------- 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 5755935b-9770-43e5-94c5-41c99f72e4c6 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.12 | 3.12 | 3.12 | 3.12 | 3.12 | 3.12 | 100.0% | 1 | | cinder_v2.delete_volume | 2.58 | 2.58 | 2.58 | 2.58 | 2.58 | 2.58 | 100.0% | 1 | | total | 5.7 | 5.7 | 5.7 | 5.7 | 5.7 | 5.7 | 100.0% | 1 | | -> duration | 5.7 | 5.7 | 5.7 | 5.7 | 5.7 | 5.7 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.69981 Full duration: 14.505345 -------------------------------------------------------------------------------- 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 5755935b-9770-43e5-94c5-41c99f72e4c6 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.059 | 3.059 | 3.059 | 3.059 | 3.059 | 3.059 | 100.0% | 1 | | cinder_v2.extend_volume | 2.313 | 2.313 | 2.313 | 2.313 | 2.313 | 2.313 | 100.0% | 1 | | cinder_v2.delete_volume | 2.474 | 2.474 | 2.474 | 2.474 | 2.474 | 2.474 | 100.0% | 1 | | total | 7.846 | 7.846 | 7.846 | 7.846 | 7.846 | 7.846 | 100.0% | 1 | | -> duration | 7.846 | 7.846 | 7.846 | 7.846 | 7.846 | 7.846 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.845771 Full duration: 17.065139 -------------------------------------------------------------------------------- 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 5755935b-9770-43e5-94c5-41c99f72e4c6 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.169 | 3.169 | 3.169 | 3.169 | 3.169 | 3.169 | 100.0% | 1 | | cinder_v2.delete_volume | 2.696 | 2.696 | 2.696 | 2.696 | 2.696 | 2.696 | 100.0% | 1 | | total | 5.865 | 5.865 | 5.865 | 5.865 | 5.865 | 5.865 | 100.0% | 1 | | -> duration | 5.865 | 5.865 | 5.865 | 5.865 | 5.865 | 5.865 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.865458 Full duration: 21.860121 -------------------------------------------------------------------------------- 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 5755935b-9770-43e5-94c5-41c99f72e4c6 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.572 | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 100.0% | 1 | | cinder_v2.list_qos | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 100.0% | 1 | | total | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 100.0% | 1 | | -> duration | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.722778 Full duration: 11.036407 -------------------------------------------------------------------------------- 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 5755935b-9770-43e5-94c5-41c99f72e4c6 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.574 | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 100.0% | 1 | | cinder_v2.set_qos | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 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.756285 Full duration: 11.120412 -------------------------------------------------------------------------------- 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 5755935b-9770-43e5-94c5-41c99f72e4c6 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.662 | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 100.0% | 1 | | cinder_v2.list_types | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 100.0% | 1 | | total | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 100.0% | 1 | | -> duration | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.813566 Full duration: 11.065211 -------------------------------------------------------------------------------- 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 5755935b-9770-43e5-94c5-41c99f72e4c6 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.591 | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.192 | 0.192 | 0.192 | 0.192 | 0.192 | 0.192 | 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.783424 Full duration: 11.219001 HINTS: * To plot HTML graphics with this data, run: rally task report 5755935b-9770-43e5-94c5-41c99f72e4c6 --out output.html * To generate a JUnit report, run: rally task export 5755935b-9770-43e5-94c5-41c99f72e4c6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5755935b-9770-43e5-94c5-41c99f72e4c6 --json --out output.json 2018-05-05 02:25:07,977 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '5755935b-9770-43e5-94c5-41c99f72e4c6'] 2018-05-05 02:25:09,093 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-05 02:25:09,094 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '5755935b-9770-43e5-94c5-41c99f72e4c6', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-05 02:25:09,102 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-05 02:25:09,102 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-05 02:25:09,102 - 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-05-05 02:25:09,103 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-05 02:25:09,119 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-05 02:25:09,119 - 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': '1270c2ab-4e5e-4177-94b3-8522abba4bb4', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f131e0c3-4c59-4918-8262-e896f71d0d96', 'flavor_name': 'rally-tiny-f131e0c3-4c59-4918-8262-e896f71d0d96', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f131e0c3-4c59-4918-8262-e896f71d0d96', '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-05-05 02:26:23,414 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 32f55b4b-9181-4382-a5ea-b9658281a3bf 2018-05-05 02:26:23,415 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '32f55b4b-9181-4382-a5ea-b9658281a3bf'] 2018-05-05 02:26:24,432 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 32f55b4b-9181-4382-a5ea-b9658281a3bf: 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 32f55b4b-9181-4382-a5ea-b9658281a3bf 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.317 | 4.317 | 4.317 | 4.317 | 4.317 | 4.317 | 100.0% | 1 | | heat.update_stack | 2.815 | 2.815 | 2.815 | 2.815 | 2.815 | 2.815 | 100.0% | 1 | | heat.delete_stack | 2.411 | 2.411 | 2.411 | 2.411 | 2.411 | 2.411 | 100.0% | 1 | | total | 9.543 | 9.543 | 9.543 | 9.543 | 9.543 | 9.543 | 100.0% | 1 | | -> duration | 5.543 | 5.543 | 5.543 | 5.543 | 5.543 | 5.543 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.542938 Full duration: 17.229974 -------------------------------------------------------------------------------- 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 32f55b4b-9181-4382-a5ea-b9658281a3bf 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.488 | 4.488 | 4.488 | 4.488 | 4.488 | 4.488 | 100.0% | 1 | | heat.check_stack | 0.378 | 0.378 | 0.378 | 0.378 | 0.378 | 0.378 | 100.0% | 1 | | heat.delete_stack | 1.528 | 1.528 | 1.528 | 1.528 | 1.528 | 1.528 | 100.0% | 1 | | total | 6.395 | 6.395 | 6.395 | 6.395 | 6.395 | 6.395 | 100.0% | 1 | | -> duration | 4.395 | 4.395 | 4.395 | 4.395 | 4.395 | 4.395 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.39491 Full duration: 15.314632 -------------------------------------------------------------------------------- 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 32f55b4b-9181-4382-a5ea-b9658281a3bf 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.406 | 4.406 | 4.406 | 4.406 | 4.406 | 4.406 | 100.0% | 1 | | heat.suspend_stack | 1.408 | 1.408 | 1.408 | 1.408 | 1.408 | 1.408 | 100.0% | 1 | | heat.resume_stack | 1.51 | 1.51 | 1.51 | 1.51 | 1.51 | 1.51 | 100.0% | 1 | | heat.delete_stack | 1.367 | 1.367 | 1.367 | 1.367 | 1.367 | 1.367 | 100.0% | 1 | | total | 8.69 | 8.69 | 8.69 | 8.69 | 8.69 | 8.69 | 100.0% | 1 | | -> duration | 6.69 | 6.69 | 6.69 | 6.69 | 6.69 | 6.69 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.689737 Full duration: 17.530251 -------------------------------------------------------------------------------- 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 32f55b4b-9181-4382-a5ea-b9658281a3bf 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.554 | 0.554 | 0.554 | 0.554 | 0.554 | 0.554 | 100.0% | 1 | | total | 0.554 | 0.554 | 0.554 | 0.554 | 0.554 | 0.554 | 100.0% | 1 | | -> duration | 0.554 | 0.554 | 0.554 | 0.554 | 0.554 | 0.554 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.553721 Full duration: 7.47687 HINTS: * To plot HTML graphics with this data, run: rally task report 32f55b4b-9181-4382-a5ea-b9658281a3bf --out output.html * To generate a JUnit report, run: rally task export 32f55b4b-9181-4382-a5ea-b9658281a3bf --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 32f55b4b-9181-4382-a5ea-b9658281a3bf --json --out output.json 2018-05-05 02:26:24,432 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '32f55b4b-9181-4382-a5ea-b9658281a3bf'] 2018-05-05 02:26:25,497 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-05 02:26:25,498 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '32f55b4b-9181-4382-a5ea-b9658281a3bf', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-05 02:26:25,505 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-05 02:26:25,506 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-05 02:26:25,506 - 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-05-05 02:26:25,506 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-05 02:26:25,525 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-05 02:26:25,526 - 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': '1270c2ab-4e5e-4177-94b3-8522abba4bb4', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f131e0c3-4c59-4918-8262-e896f71d0d96', 'flavor_name': 'rally-tiny-f131e0c3-4c59-4918-8262-e896f71d0d96', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f131e0c3-4c59-4918-8262-e896f71d0d96', '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-05-05 02:29:23,102 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ecbd9685-25f0-407e-9e81-b545b7ae60c9 2018-05-05 02:29:23,103 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'ecbd9685-25f0-407e-9e81-b545b7ae60c9'] 2018-05-05 02:29:24,154 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task ecbd9685-25f0-407e-9e81-b545b7ae60c9: 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 ecbd9685-25f0-407e-9e81-b545b7ae60c9 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.469 | 0.469 | 0.469 | 0.469 | 0.469 | 0.469 | 100.0% | 1 | | keystone_v3.add_role | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | keystone_v3.revoke_role | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | total | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | -> duration | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.687214 Full duration: 13.177285 -------------------------------------------------------------------------------- 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 ecbd9685-25f0-407e-9e81-b545b7ae60c9 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 100.0% | 1 | | keystone_v3.add_role | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 100.0% | 1 | | keystone_v3.list_roles | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 100.0% | 1 | | total | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 100.0% | 1 | | -> duration | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.675784 Full duration: 13.10738 -------------------------------------------------------------------------------- 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 ecbd9685-25f0-407e-9e81-b545b7ae60c9 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.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | keystone_v3.list_projects | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 100.0% | 1 | | total | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | -> duration | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.695461 Full duration: 13.377929 -------------------------------------------------------------------------------- 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 ecbd9685-25f0-407e-9e81-b545b7ae60c9 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.487 | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 100.0% | 1 | | keystone_v3.delete_role | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | total | 0.595 | 0.595 | 0.595 | 0.595 | 0.595 | 0.595 | 100.0% | 1 | | -> duration | 0.595 | 0.595 | 0.595 | 0.595 | 0.595 | 0.595 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.595072 Full duration: 11.227482 -------------------------------------------------------------------------------- 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 ecbd9685-25f0-407e-9e81-b545b7ae60c9 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.475 | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 100.0% | 1 | | keystone_v3.delete_service | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | total | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 100.0% | 1 | | -> duration | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.566114 Full duration: 11.401419 -------------------------------------------------------------------------------- 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 ecbd9685-25f0-407e-9e81-b545b7ae60c9 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.73 | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 100.0% | 1 | | keystone_v3.create_user | 0.434 | 0.434 | 0.434 | 0.434 | 0.434 | 0.434 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | -> keystone_v3.add_role | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | keystone_v3.create_role | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | keystone_v3.get_project | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | keystone_v3.get_user | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | keystone_v3.get_role | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | keystone_v3.list_services | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 100.0% | 1 | | keystone_v3.get_services | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | total | 1.728 | 1.728 | 1.728 | 1.728 | 1.728 | 1.728 | 100.0% | 1 | | -> duration | 1.728 | 1.728 | 1.728 | 1.728 | 1.728 | 1.728 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.727572 Full duration: 18.53369 -------------------------------------------------------------------------------- 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 ecbd9685-25f0-407e-9e81-b545b7ae60c9 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 100.0% | 1 | | keystone_v3.update_project | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | keystone_v3.delete_project | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | total | 0.872 | 0.872 | 0.872 | 0.872 | 0.872 | 0.872 | 100.0% | 1 | | -> duration | 0.872 | 0.872 | 0.872 | 0.872 | 0.872 | 0.872 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.871816 Full duration: 11.334 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task ecbd9685-25f0-407e-9e81-b545b7ae60c9 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.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 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.784901 Full duration: 13.325408 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task ecbd9685-25f0-407e-9e81-b545b7ae60c9 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.625 | 0.625 | 0.625 | 0.625 | 0.625 | 0.625 | 100.0% | 1 | | total | 0.625 | 0.625 | 0.625 | 0.625 | 0.625 | 0.625 | 100.0% | 1 | | -> duration | 0.625 | 0.625 | 0.625 | 0.625 | 0.625 | 0.625 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.625319 Full duration: 13.332911 -------------------------------------------------------------------------------- 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 ecbd9685-25f0-407e-9e81-b545b7ae60c9 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.634 | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 100.0% | 1 | | keystone_v3.list_users | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | total | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | -> duration | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.820006 Full duration: 13.469302 -------------------------------------------------------------------------------- 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 ecbd9685-25f0-407e-9e81-b545b7ae60c9 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.636 | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 100.0% | 1 | | keystone_v3.create_users | 4.396 | 4.396 | 4.396 | 4.396 | 4.396 | 4.396 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.396 | 4.396 | 4.396 | 4.396 | 4.396 | 4.396 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.123 | 1.123 | 1.123 | 1.123 | 1.123 | 1.123 | 100.0% | 1 | | total | 5.916 | 5.916 | 5.916 | 5.916 | 5.916 | 5.916 | 100.0% | 1 | | -> duration | 5.916 | 5.916 | 5.916 | 5.916 | 5.916 | 5.916 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.916188 Full duration: 23.094393 HINTS: * To plot HTML graphics with this data, run: rally task report ecbd9685-25f0-407e-9e81-b545b7ae60c9 --out output.html * To generate a JUnit report, run: rally task export ecbd9685-25f0-407e-9e81-b545b7ae60c9 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ecbd9685-25f0-407e-9e81-b545b7ae60c9 --json --out output.json 2018-05-05 02:29:24,155 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'ecbd9685-25f0-407e-9e81-b545b7ae60c9'] 2018-05-05 02:29:25,250 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-05 02:29:25,251 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'ecbd9685-25f0-407e-9e81-b545b7ae60c9', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-05 02:29:25,259 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-05 02:29:25,259 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-05 02:29:25,260 - 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-05-05 02:29:25,260 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-05 02:29:25,277 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-05 02:29:25,278 - 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': '1270c2ab-4e5e-4177-94b3-8522abba4bb4', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f131e0c3-4c59-4918-8262-e896f71d0d96', 'flavor_name': 'rally-tiny-f131e0c3-4c59-4918-8262-e896f71d0d96', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f131e0c3-4c59-4918-8262-e896f71d0d96', '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-05-05 02:33:45,518 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 95768faa-5815-4a52-b2c3-3a6a70558ca5 2018-05-05 02:33:45,519 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '95768faa-5815-4a52-b2c3-3a6a70558ca5'] 2018-05-05 02:33:46,588 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 95768faa-5815-4a52-b2c3-3a6a70558ca5: 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 95768faa-5815-4a52-b2c3-3a6a70558ca5 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.942 | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 100.0% | 1 | | neutron.delete_network | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 100.0% | 1 | | total | 1.655 | 1.655 | 1.655 | 1.655 | 1.655 | 1.655 | 100.0% | 1 | | -> duration | 1.655 | 1.655 | 1.655 | 1.655 | 1.655 | 1.655 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.654709 Full duration: 13.616208 -------------------------------------------------------------------------------- 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 95768faa-5815-4a52-b2c3-3a6a70558ca5 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.522 | 1.522 | 1.522 | 1.522 | 1.522 | 1.522 | 100.0% | 1 | | neutron.delete_port | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 100.0% | 1 | | total | 2.095 | 2.095 | 2.095 | 2.095 | 2.095 | 2.095 | 100.0% | 1 | | -> duration | 2.095 | 2.095 | 2.095 | 2.095 | 2.095 | 2.095 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.094724 Full duration: 22.611593 -------------------------------------------------------------------------------- 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 95768faa-5815-4a52-b2c3-3a6a70558ca5 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.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | neutron.create_subnet | 0.407 | 0.407 | 0.407 | 0.407 | 0.407 | 0.407 | 100.0% | 1 | | neutron.create_router | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 100.0% | 1 | | neutron.add_interface_router | 1.466 | 1.466 | 1.466 | 1.466 | 1.466 | 1.466 | 100.0% | 1 | | neutron.remove_interface_router | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 100.0% | 1 | | neutron.delete_router | 0.231 | 0.231 | 0.231 | 0.231 | 0.231 | 0.231 | 100.0% | 1 | | total | 4.073 | 4.073 | 4.073 | 4.073 | 4.073 | 4.073 | 100.0% | 1 | | -> duration | 4.073 | 4.073 | 4.073 | 4.073 | 4.073 | 4.073 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.073259 Full duration: 28.841821 -------------------------------------------------------------------------------- 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 95768faa-5815-4a52-b2c3-3a6a70558ca5 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.162 | 1.162 | 1.162 | 1.162 | 1.162 | 1.162 | 100.0% | 1 | | neutron.delete_subnet | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 100.0% | 1 | | total | 1.502 | 1.502 | 1.502 | 1.502 | 1.502 | 1.502 | 100.0% | 1 | | -> duration | 1.502 | 1.502 | 1.502 | 1.502 | 1.502 | 1.502 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.502175 Full duration: 21.625136 -------------------------------------------------------------------------------- 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 95768faa-5815-4a52-b2c3-3a6a70558ca5 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.947 | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 100.0% | 1 | | neutron.list_networks | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 100.0% | 1 | | total | 1.085 | 1.085 | 1.085 | 1.085 | 1.085 | 1.085 | 100.0% | 1 | | -> duration | 1.085 | 1.085 | 1.085 | 1.085 | 1.085 | 1.085 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.084798 Full duration: 15.292017 -------------------------------------------------------------------------------- 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 95768faa-5815-4a52-b2c3-3a6a70558ca5 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.49 | 1.49 | 1.49 | 1.49 | 1.49 | 1.49 | 100.0% | 1 | | neutron.list_ports | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | total | 1.597 | 1.597 | 1.597 | 1.597 | 1.597 | 1.597 | 100.0% | 1 | | -> duration | 1.597 | 1.597 | 1.597 | 1.597 | 1.597 | 1.597 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.597298 Full duration: 23.892251 -------------------------------------------------------------------------------- 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 95768faa-5815-4a52-b2c3-3a6a70558ca5 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.903 | 0.903 | 0.903 | 0.903 | 0.903 | 0.903 | 100.0% | 1 | | neutron.create_subnet | 0.401 | 0.401 | 0.401 | 0.401 | 0.401 | 0.401 | 100.0% | 1 | | neutron.create_router | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 100.0% | 1 | | neutron.add_interface_router | 1.689 | 1.689 | 1.689 | 1.689 | 1.689 | 1.689 | 100.0% | 1 | | neutron.list_routers | 0.066 | 0.066 | 0.066 | 0.066 | 0.066 | 0.066 | 100.0% | 1 | | total | 3.211 | 3.211 | 3.211 | 3.211 | 3.211 | 3.211 | 100.0% | 1 | | -> duration | 3.211 | 3.211 | 3.211 | 3.211 | 3.211 | 3.211 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.211414 Full duration: 32.389268 -------------------------------------------------------------------------------- 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 95768faa-5815-4a52-b2c3-3a6a70558ca5 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.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | neutron.create_subnet | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 100.0% | 1 | | neutron.list_subnets | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | total | 1.508 | 1.508 | 1.508 | 1.508 | 1.508 | 1.508 | 100.0% | 1 | | -> duration | 1.508 | 1.508 | 1.508 | 1.508 | 1.508 | 1.508 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.507694 Full duration: 26.405646 -------------------------------------------------------------------------------- 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 95768faa-5815-4a52-b2c3-3a6a70558ca5 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.88 | 0.88 | 0.88 | 0.88 | 0.88 | 0.88 | 100.0% | 1 | | neutron.delete_security_group | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | total | 0.991 | 0.991 | 0.991 | 0.991 | 0.991 | 0.991 | 100.0% | 1 | | -> duration | 0.991 | 0.991 | 0.991 | 0.991 | 0.991 | 0.991 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.990738 Full duration: 13.057291 -------------------------------------------------------------------------------- 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 95768faa-5815-4a52-b2c3-3a6a70558ca5 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.845 | 0.845 | 0.845 | 0.845 | 0.845 | 0.845 | 100.0% | 1 | | neutron.create_security_group_rule | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | neutron.delete_security_group | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | total | 1.223 | 1.223 | 1.223 | 1.223 | 1.223 | 1.223 | 100.0% | 1 | | -> duration | 1.223 | 1.223 | 1.223 | 1.223 | 1.223 | 1.223 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.222825 Full duration: 13.187317 -------------------------------------------------------------------------------- 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 95768faa-5815-4a52-b2c3-3a6a70558ca5 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.949 | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 100.0% | 1 | | neutron.create_router | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 100.0% | 1 | | neutron.add_gateway_router | 1.179 | 1.179 | 1.179 | 1.179 | 1.179 | 1.179 | 100.0% | 1 | | neutron.remove_gateway_router | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 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.029718 Full duration: 22.046979 HINTS: * To plot HTML graphics with this data, run: rally task report 95768faa-5815-4a52-b2c3-3a6a70558ca5 --out output.html * To generate a JUnit report, run: rally task export 95768faa-5815-4a52-b2c3-3a6a70558ca5 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 95768faa-5815-4a52-b2c3-3a6a70558ca5 --json --out output.json 2018-05-05 02:33:46,588 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '95768faa-5815-4a52-b2c3-3a6a70558ca5'] 2018-05-05 02:33:47,638 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-05 02:33:47,638 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '95768faa-5815-4a52-b2c3-3a6a70558ca5', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-05 02:33:47,646 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-05 02:33:47,646 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-05 02:33:47,646 - 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-05-05 02:33:47,646 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-05 02:33:47,661 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-05 02:33:47,662 - 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': '1270c2ab-4e5e-4177-94b3-8522abba4bb4', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f131e0c3-4c59-4918-8262-e896f71d0d96', 'flavor_name': 'rally-tiny-f131e0c3-4c59-4918-8262-e896f71d0d96', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f131e0c3-4c59-4918-8262-e896f71d0d96', '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-05-05 02:39:41,535 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 3805fe3f-d517-41d9-99fc-14e76c31b823 2018-05-05 02:39:41,535 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '3805fe3f-d517-41d9-99fc-14e76c31b823'] 2018-05-05 02:39:42,572 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 3805fe3f-d517-41d9-99fc-14e76c31b823: 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-f131e0c3-4c59-4918-8262-e896f71d0d96" }, "image": { "name": "Cirros-0.4.0-f131e0c3-4c59-4918-8262-e896f71d0d96" }, "block_migration": false, "nics": [ { "net-id": "1270c2ab-4e5e-4177-94b3-8522abba4bb4" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 3805fe3f-d517-41d9-99fc-14e76c31b823 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 | 7.928 | 7.928 | 7.928 | 7.928 | 7.928 | 7.928 | 100.0% | 1 | | nova.find_host_to_migrate | 1.049 | 1.049 | 1.049 | 1.049 | 1.049 | 1.049 | 100.0% | 1 | | nova.live_migrate | 9.192 | 9.192 | 9.192 | 9.192 | 9.192 | 9.192 | 100.0% | 1 | | nova.delete_server | 2.627 | 2.627 | 2.627 | 2.627 | 2.627 | 2.627 | 100.0% | 1 | | total | 20.796 | 20.796 | 20.796 | 20.796 | 20.796 | 20.796 | 100.0% | 1 | | -> duration | 19.796 | 19.796 | 19.796 | 19.796 | 19.796 | 19.796 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.796475 Full duration: 29.172995 -------------------------------------------------------------------------------- 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-f131e0c3-4c59-4918-8262-e896f71d0d96" }, "image": { "name": "Cirros-0.4.0-f131e0c3-4c59-4918-8262-e896f71d0d96" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "1270c2ab-4e5e-4177-94b3-8522abba4bb4" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 3805fe3f-d517-41d9-99fc-14e76c31b823 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 | 9.69 | 9.69 | 9.69 | 9.69 | 9.69 | 9.69 | 100.0% | 1 | | cinder_v2.create_volume | 2.808 | 2.808 | 2.808 | 2.808 | 2.808 | 2.808 | 100.0% | 1 | | nova.attach_volume | 3.959 | 3.959 | 3.959 | 3.959 | 3.959 | 3.959 | 100.0% | 1 | | nova.find_host_to_migrate | 1.036 | 1.036 | 1.036 | 1.036 | 1.036 | 1.036 | 100.0% | 1 | | nova.live_migrate | 9.113 | 9.113 | 9.113 | 9.113 | 9.113 | 9.113 | 100.0% | 1 | | nova.detach_volume | 1.152 | 1.152 | 1.152 | 1.152 | 1.152 | 1.152 | 100.0% | 1 | | cinder_v2.delete_volume | 2.162 | 2.162 | 2.162 | 2.162 | 2.162 | 2.162 | 100.0% | 1 | | nova.delete_server | 2.385 | 2.385 | 2.385 | 2.385 | 2.385 | 2.385 | 100.0% | 1 | | total | 32.307 | 32.307 | 32.307 | 32.307 | 32.307 | 32.307 | 100.0% | 1 | | -> duration | 31.307 | 31.307 | 31.307 | 31.307 | 31.307 | 31.307 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 31.306786 Full duration: 43.477855 -------------------------------------------------------------------------------- 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-f131e0c3-4c59-4918-8262-e896f71d0d96" }, "image": { "name": "Cirros-0.4.0-f131e0c3-4c59-4918-8262-e896f71d0d96" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "1270c2ab-4e5e-4177-94b3-8522abba4bb4" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 3805fe3f-d517-41d9-99fc-14e76c31b823 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 | 7.62 | 7.62 | 7.62 | 7.62 | 7.62 | 7.62 | 100.0% | 1 | | nova.boot_server | 7.399 | 7.399 | 7.399 | 7.399 | 7.399 | 7.399 | 100.0% | 1 | | nova.find_host_to_migrate | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 100.0% | 1 | | nova.live_migrate | 13.665 | 13.665 | 13.665 | 13.665 | 13.665 | 13.665 | 100.0% | 1 | | nova.delete_server | 6.638 | 6.638 | 6.638 | 6.638 | 6.638 | 6.638 | 100.0% | 1 | | total | 36.188 | 36.188 | 36.188 | 36.188 | 36.188 | 36.188 | 100.0% | 1 | | -> duration | 35.188 | 35.188 | 35.188 | 35.188 | 35.188 | 35.188 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 35.188019 Full duration: 46.638017 -------------------------------------------------------------------------------- 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-f131e0c3-4c59-4918-8262-e896f71d0d96" }, "image": { "name": "Cirros-0.4.0-f131e0c3-4c59-4918-8262-e896f71d0d96" }, "server_kwargs": { "nics": [ { "net-id": "1270c2ab-4e5e-4177-94b3-8522abba4bb4" } ] } }, "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 3805fe3f-d517-41d9-99fc-14e76c31b823 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.647 | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 100.0% | 1 | | nova.boot_server | 7.209 | 7.209 | 7.209 | 7.209 | 7.209 | 7.209 | 100.0% | 1 | | nova.delete_server | 2.361 | 2.361 | 2.361 | 2.361 | 2.361 | 2.361 | 100.0% | 1 | | nova.delete_keypair | 0.032 | 0.032 | 0.032 | 0.032 | 0.032 | 0.032 | 100.0% | 1 | | total | 10.252 | 10.252 | 10.252 | 10.252 | 10.252 | 10.252 | 100.0% | 1 | | -> duration | 9.252 | 9.252 | 9.252 | 9.252 | 9.252 | 9.252 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.251728 Full duration: 27.836523 -------------------------------------------------------------------------------- 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-f131e0c3-4c59-4918-8262-e896f71d0d96" }, "image": { "name": "Cirros-0.4.0-f131e0c3-4c59-4918-8262-e896f71d0d96" }, "volume_size": 5, "nics": [ { "net-id": "1270c2ab-4e5e-4177-94b3-8522abba4bb4" } ] }, "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 3805fe3f-d517-41d9-99fc-14e76c31b823 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 | 7.913 | 7.913 | 7.913 | 7.913 | 7.913 | 7.913 | 100.0% | 1 | | nova.boot_server | 7.704 | 7.704 | 7.704 | 7.704 | 7.704 | 7.704 | 100.0% | 1 | | nova.delete_server | 2.385 | 2.385 | 2.385 | 2.385 | 2.385 | 2.385 | 100.0% | 1 | | total | 18.003 | 18.003 | 18.003 | 18.003 | 18.003 | 18.003 | 100.0% | 1 | | -> duration | 17.003 | 17.003 | 17.003 | 17.003 | 17.003 | 17.003 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.002664 Full duration: 38.045368 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-f131e0c3-4c59-4918-8262-e896f71d0d96" }, "image": { "name": "Cirros-0.4.0-f131e0c3-4c59-4918-8262-e896f71d0d96" }, "force_delete": false, "nics": [ { "net-id": "1270c2ab-4e5e-4177-94b3-8522abba4bb4" } ] }, "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 3805fe3f-d517-41d9-99fc-14e76c31b823 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 | 7.092 | 7.092 | 7.092 | 7.092 | 7.092 | 7.092 | 100.0% | 1 | | nova.pause_server | 2.327 | 2.327 | 2.327 | 2.327 | 2.327 | 2.327 | 100.0% | 1 | | nova.unpause_server | 2.58 | 2.58 | 2.58 | 2.58 | 2.58 | 2.58 | 100.0% | 1 | | nova.delete_server | 4.544 | 4.544 | 4.544 | 4.544 | 4.544 | 4.544 | 100.0% | 1 | | total | 16.544 | 16.544 | 16.544 | 16.544 | 16.544 | 16.544 | 100.0% | 1 | | -> duration | 11.544 | 11.544 | 11.544 | 11.544 | 11.544 | 11.544 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.544085 Full duration: 35.509555 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-f131e0c3-4c59-4918-8262-e896f71d0d96" }, "image": { "name": "Cirros-0.4.0-f131e0c3-4c59-4918-8262-e896f71d0d96" }, "nics": [ { "net-id": "1270c2ab-4e5e-4177-94b3-8522abba4bb4" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 3805fe3f-d517-41d9-99fc-14e76c31b823 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 | 7.859 | 7.859 | 7.859 | 7.859 | 7.859 | 7.859 | 100.0% | 1 | | nova.migrate | 41.054 | 41.054 | 41.054 | 41.054 | 41.054 | 41.054 | 100.0% | 1 | | nova.resize_confirm | 2.698 | 2.698 | 2.698 | 2.698 | 2.698 | 2.698 | 100.0% | 1 | | nova.delete_server | 2.452 | 2.452 | 2.452 | 2.452 | 2.452 | 2.452 | 100.0% | 1 | | total | 54.063 | 54.063 | 54.063 | 54.063 | 54.063 | 54.063 | 100.0% | 1 | | -> duration | 53.063 | 53.063 | 53.063 | 53.063 | 53.063 | 53.063 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 53.063167 Full duration: 62.306161 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-f131e0c3-4c59-4918-8262-e896f71d0d96" }, "image": { "name": "Cirros-0.4.0-f131e0c3-4c59-4918-8262-e896f71d0d96" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 3805fe3f-d517-41d9-99fc-14e76c31b823 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 | 7.676 | 7.676 | 7.676 | 7.676 | 7.676 | 7.676 | 100.0% | 1 | | nova.list_interfaces | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | total | 7.791 | 7.791 | 7.791 | 7.791 | 7.791 | 7.791 | 100.0% | 1 | | -> duration | 6.791 | 6.791 | 6.791 | 6.791 | 6.791 | 6.791 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.791325 Full duration: 32.793924 -------------------------------------------------------------------------------- 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 3805fe3f-d517-41d9-99fc-14e76c31b823 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.601 | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 100.0% | 1 | | nova.delete_server_group | 0.058 | 0.058 | 0.058 | 0.058 | 0.058 | 0.058 | 100.0% | 1 | | total | 0.659 | 0.659 | 0.659 | 0.659 | 0.659 | 0.659 | 100.0% | 1 | | -> duration | 0.659 | 0.659 | 0.659 | 0.659 | 0.659 | 0.659 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.658535 Full duration: 8.364192 HINTS: * To plot HTML graphics with this data, run: rally task report 3805fe3f-d517-41d9-99fc-14e76c31b823 --out output.html * To generate a JUnit report, run: rally task export 3805fe3f-d517-41d9-99fc-14e76c31b823 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 3805fe3f-d517-41d9-99fc-14e76c31b823 --json --out output.json 2018-05-05 02:39:42,572 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '3805fe3f-d517-41d9-99fc-14e76c31b823'] 2018-05-05 02:39:43,602 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-05 02:39:43,603 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '3805fe3f-d517-41d9-99fc-14e76c31b823', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-05 02:39:43,610 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-05 02:39:43,611 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-05 02:39:43,611 - 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-05-05 02:39:43,611 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-05 02:39:43,629 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-05 02:39:43,629 - 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': '1270c2ab-4e5e-4177-94b3-8522abba4bb4', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f131e0c3-4c59-4918-8262-e896f71d0d96', 'flavor_name': 'rally-tiny-f131e0c3-4c59-4918-8262-e896f71d0d96', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f131e0c3-4c59-4918-8262-e896f71d0d96', '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-05-05 02:40:30,177 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 31e221dd-2327-43cc-b051-bc3065b7d4ce 2018-05-05 02:40:30,178 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '31e221dd-2327-43cc-b051-bc3065b7d4ce'] 2018-05-05 02:40:31,194 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 31e221dd-2327-43cc-b051-bc3065b7d4ce: 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 31e221dd-2327-43cc-b051-bc3065b7d4ce 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.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | quotas.delete_quotas | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 100.0% | 1 | | total | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 100.0% | 1 | | -> duration | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.840906 Full duration: 7.867524 -------------------------------------------------------------------------------- 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 31e221dd-2327-43cc-b051-bc3065b7d4ce 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.654 | 0.654 | 0.654 | 0.654 | 0.654 | 0.654 | 100.0% | 1 | | total | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 100.0% | 1 | | -> duration | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.654536 Full duration: 7.62322 -------------------------------------------------------------------------------- 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 31e221dd-2327-43cc-b051-bc3065b7d4ce 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.256 | 0.256 | 0.256 | 0.256 | 0.256 | 0.256 | 100.0% | 1 | | total | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 100.0% | 1 | | -> duration | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.640718 Full duration: 7.496244 -------------------------------------------------------------------------------- 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 31e221dd-2327-43cc-b051-bc3065b7d4ce 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.036 | 1.036 | 1.036 | 1.036 | 1.036 | 1.036 | 100.0% | 1 | | total | 1.036 | 1.036 | 1.036 | 1.036 | 1.036 | 1.036 | 100.0% | 1 | | -> duration | 1.036 | 1.036 | 1.036 | 1.036 | 1.036 | 1.036 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.036282 Full duration: 8.09678 HINTS: * To plot HTML graphics with this data, run: rally task report 31e221dd-2327-43cc-b051-bc3065b7d4ce --out output.html * To generate a JUnit report, run: rally task export 31e221dd-2327-43cc-b051-bc3065b7d4ce --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 31e221dd-2327-43cc-b051-bc3065b7d4ce --json --out output.json 2018-05-05 02:40:31,195 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '31e221dd-2327-43cc-b051-bc3065b7d4ce'] 2018-05-05 02:40:32,061 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-05 02:40:32,061 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '31e221dd-2327-43cc-b051-bc3065b7d4ce', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-05 02:40:32,068 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-05 02:40:32,072 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:40 | 6 | 100.00% | | glance | 01:15 | 4 | 100.00% | | cinder | 02:33 | 10 | 100.00% | | heat | 00:57 | 4 | 100.00% | | keystone | 02:35 | 11 | 100.00% | | neutron | 03:52 | 11 | 100.00% | | nova | 05:24 | 9 | 100.00% | | quotas | 00:31 | 4 | 100.00% | | | | | | | TOTAL: | 00:17:50 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-05 02:40:32,072 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-05 02:40:37,703 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-05 02:40:37,704 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-05 02:40:38,228 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-05 02:40:38,229 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 21:24 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-05 02:40:38,234 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-05 02:40:38,325 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-05 02:40:40,800 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-05 02:40:40.479 11180 INFO rally.deployment.engine [-] Deployment bc539160-9da1-45ff-8269-f068f8c9d526 | Starting: Destroy cloud and free allocated resources. 2018-05-05 02:40:40.577 11180 INFO rally.deployment.engine [-] Deployment bc539160-9da1-45ff-8269-f068f8c9d526 | Completed: Destroy cloud and free allocated resources. 2018-05-05 02:40:40.591 11180 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=1a14943c-9f31-4a40-9097-96fa48ae1349). 2018-05-05 02:40:40.594 11180 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-05 02:40:43,167 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-05 02:40:42.883 11183 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=a4974657-1a7e-4024-b766-6c25d5f5434f) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | a4974657-1a7e-4024-b766-6c25d5f5434f | 2018-05-05T02:40:42 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: a4974657-1a7e-4024-b766-6c25d5f5434f ~/.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-05-05 02:40:46,433 - 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__ | policy | 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-05-05 02:40:46,434 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-05 02:40:48,829 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-05 02:40:48.563 11189 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=1a14943c-9f31-4a40-9097-96fa48ae1349). 2018-05-05 02:40:48.690 11189 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-05 02:40:52,231 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-05 02:40:50.903 11192 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-05 02:40:51.050 11192 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-05 02:40:52.068 11192 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=29d4c791-16aa-4f51-b254-fd40f06bb894) has been successfully created! Using verifier 'opnfv-tempest' (UUID=29d4c791-16aa-4f51-b254-fd40f06bb894) as the default verifier for the future CLI operations. 2018-05-05 02:40:55,333 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-05 02:40:57,093 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-05 02:41:01,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-05 02:41:06,130 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-05 02:41:05.296 11211 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=29d4c791-16aa-4f51-b254-fd40f06bb894) for deployment 'opnfv-rally' (UUID=a4974657-1a7e-4024-b766-6c25d5f5434f). 2018-05-05 02:41:05.970 11211 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=29d4c791-16aa-4f51-b254-fd40f06bb894) has been successfully configured for deployment 'opnfv-rally' (UUID=a4974657-1a7e-4024-b766-6c25d5f5434f)! 2018-05-05 02:41:06,131 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-05 02:41:06,131 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-05 02:41:06,133 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-05 02:41:08,882 - 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-05-05 02:41:11,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:11.034 11223 INFO rally.api [-] Starting verification (UUID=d0de0a8b-02ed-4d95-8ea3-f66b895f1001) for deployment 'opnfv-rally' (UUID=a4974657-1a7e-4024-b766-6c25d5f5434f) by verifier 'opnfv-tempest' (UUID=29d4c791-16aa-4f51-b254-fd40f06bb894). 2018-05-05 02:41:11,036 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: d0de0a8b-02ed-4d95-8ea3-f66b895f1001 2018-05-05 02:41:19,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:19.339 11223 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.303s] 2018-05-05 02:41:19,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:19.497 11223 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.299s] 2018-05-05 02:41:19,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:19.630 11223 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.019s] 2018-05-05 02:41:19,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:19.886 11223 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.693s] 2018-05-05 02:41:19,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:19.914 11223 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.028s] 2018-05-05 02:41:24,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:24.371 11223 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [4.714s] 2018-05-05 02:41:25,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:25.204 11223 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.657s] 2018-05-05 02:41:26,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:26.261 11223 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.057s] 2018-05-05 02:41:27,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:27.086 11223 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.394s] 2018-05-05 02:41:27,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:27.434 11223 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.173s] 2018-05-05 02:41:27,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:27.944 11223 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.751s] 2018-05-05 02:41:29,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:29.066 11223 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.979s] 2018-05-05 02:41:29,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:29.759 11223 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.640s] 2018-05-05 02:41:30,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:30.198 11223 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.131s] 2018-05-05 02:41:30,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:30.226 11223 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.466s] 2018-05-05 02:41:31,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:31.039 11223 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.840s] 2018-05-05 02:41:32,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:32.147 11223 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.107s] 2018-05-05 02:41:32,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:32.339 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.278s] 2018-05-05 02:41:33,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:33.790 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.450s] 2018-05-05 02:41:34,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:34.135 11223 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.987s] 2018-05-05 02:41:35,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:35.222 11223 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.086s] 2018-05-05 02:41:35,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:35.353 11223 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.131s] 2018-05-05 02:41:35,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:35.379 11223 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.025s] 2018-05-05 02:41:35,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:35.404 11223 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.025s] 2018-05-05 02:41:35,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:35.423 11223 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.018s] 2018-05-05 02:41:40,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:40.460 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [20.828s] 2018-05-05 02:41:52,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:52.300 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.171s] 2018-05-05 02:41:52,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:52.339 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.038s] 2018-05-05 02:41:52,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:52.387 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.047s] 2018-05-05 02:41:52,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:52.822 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.433s] 2018-05-05 02:41:52,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:52.958 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.135s] 2018-05-05 02:41:53,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:53.238 11223 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [28.861s] 2018-05-05 02:41:53,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:53.450 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.492s] 2018-05-05 02:41:53,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:53.488 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.038s] 2018-05-05 02:41:53,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:53.550 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.061s] 2018-05-05 02:41:53,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:53.608 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.058s] 2018-05-05 02:41:53,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:53.659 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.050s] 2018-05-05 02:41:53,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:53.713 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.054s] 2018-05-05 02:41:53,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:53.800 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.085s] 2018-05-05 02:41:53,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:53.916 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.115s] 2018-05-05 02:41:53,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:53.965 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.049s] 2018-05-05 02:41:54,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:41:54.018 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.053s] 2018-05-05 02:42:06,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:06.741 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.115s] 2018-05-05 02:42:07,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:07.692 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.949s] 2018-05-05 02:42:08,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:08.866 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.174s] 2018-05-05 02:42:09,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:09.885 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.018s] 2018-05-05 02:42:10,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:10.113 11223 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [16.126s] 2018-05-05 02:42:10,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:10.194 11223 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.080s] 2018-05-05 02:42:10,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:10.587 11223 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.393s] 2018-05-05 02:42:10,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:10.685 11223 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.097s] 2018-05-05 02:42:10,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:10.686 11223 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-05 02:42:10,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:10.926 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.039s] 2018-05-05 02:42:12,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:12.122 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.195s] 2018-05-05 02:42:12,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:12.348 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.227s] 2018-05-05 02:42:12,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:12.830 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.481s] 2018-05-05 02:42:13,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:13.201 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.371s] 2018-05-05 02:42:14,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:14.357 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.154s] 2018-05-05 02:42:14,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:14.593 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.237s] 2018-05-05 02:42:14,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:14.837 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.243s] 2018-05-05 02:42:15,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:15.266 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.428s] 2018-05-05 02:42:16,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:16.231 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.963s] 2018-05-05 02:42:16,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:16.466 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.235s] 2018-05-05 02:42:16,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:16.699 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.233s] 2018-05-05 02:42:16,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:16.923 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.223s] 2018-05-05 02:42:17,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:17.159 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.236s] 2018-05-05 02:42:23,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:23.285 11223 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.071s] 2018-05-05 02:42:23,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:23.299 11223 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.014s] 2018-05-05 02:42:23,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:23.458 11223 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.158s] 2018-05-05 02:42:23,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:23.471 11223 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.013s] 2018-05-05 02:42:23,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:23.481 11223 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.010s] 2018-05-05 02:42:23,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:23.509 11223 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.028s] 2018-05-05 02:42:23,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:23.583 11223 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.072s] 2018-05-05 02:42:23,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:23.674 11223 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.090s] 2018-05-05 02:42:23,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:23.836 11223 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.162s] 2018-05-05 02:42:23,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:23.852 11223 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.016s] 2018-05-05 02:42:23,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:23.931 11223 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.078s] 2018-05-05 02:42:25,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:25.492 11223 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [42.990s] 2018-05-05 02:42:34,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:34.799 11223 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [41.553s] 2018-05-05 02:42:42,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:42.476 11223 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [7.678s] 2018-05-05 02:42:42,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:42.851 11223 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [75.404s] 2018-05-05 02:42:47,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:47.289 11223 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [21.798s] 2018-05-05 02:42:57,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:57.802 11223 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.079s] 2018-05-05 02:42:58,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:42:58.010 11223 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.208s] 2018-05-05 02:43:06,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:06.708 11223 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.360s] 2018-05-05 02:43:06,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:06.932 11223 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.223s] 2018-05-05 02:43:06,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:06.969 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [2.109s] 2018-05-05 02:43:07,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:07.164 11223 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.231s] 2018-05-05 02:43:07,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:07.554 11223 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.389s] 2018-05-05 02:43:08,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:08.352 11223 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.798s] 2018-05-05 02:43:08,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:08.960 11223 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.608s] 2018-05-05 02:43:09,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:09.479 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [2.509s] 2018-05-05 02:43:09,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:09.877 11223 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [27.393s] 2018-05-05 02:43:11,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:11.636 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [2.156s] 2018-05-05 02:43:13,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:13.556 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [1.920s] 2018-05-05 02:43:14,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:14.252 11223 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.308s] 2018-05-05 02:43:14,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:14.577 11223 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.325s] 2018-05-05 02:43:15,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:15.189 11223 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.758s] 2018-05-05 02:43:15,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:15.899 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [2.342s] 2018-05-05 02:43:16,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:16.102 11223 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.912s] 2018-05-05 02:43:17,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:17.824 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [1.925s] 2018-05-05 02:43:19,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:19.473 11223 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [32.179s] 2018-05-05 02:43:20,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:20.374 11223 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.266s] 2018-05-05 02:43:20,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:20.560 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [2.736s] 2018-05-05 02:43:21,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:21.191 11223 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.821s] 2018-05-05 02:43:23,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:23.272 11223 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.079s] 2018-05-05 02:43:23,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:23.812 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [3.251s] 2018-05-05 02:43:24,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:24.178 11223 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.906s] 2018-05-05 02:43:26,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:26.165 11223 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.984s] 2018-05-05 02:43:26,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:26.209 11223 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.046s] 2018-05-05 02:43:26,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:26.654 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [2.840s] 2018-05-05 02:43:26,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:26.788 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.134s] 2018-05-05 02:43:26,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:26.869 11223 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.008s] 2018-05-05 02:43:26,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:26.878 11223 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.009s] 2018-05-05 02:43:26,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:26.910 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.122s] 2018-05-05 02:43:26,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:26.918 11223 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.038s] 2018-05-05 02:43:26,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:26.952 11223 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.034s] 2018-05-05 02:43:26,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:26.973 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.062s] 2018-05-05 02:43:26,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:26.982 11223 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.030s] 2018-05-05 02:43:27,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:27.030 11223 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.047s] 2018-05-05 02:43:27,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:27.040 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.066s] 2018-05-05 02:43:27,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:27.161 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.120s] 2018-05-05 02:43:27,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:27.215 11223 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.185s] 2018-05-05 02:43:27,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:27.248 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.087s] 2018-05-05 02:43:27,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:27.260 11223 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.043s] 2018-05-05 02:43:27,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:27.296 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.048s] 2018-05-05 02:43:27,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:27.353 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.055s] 2018-05-05 02:43:27,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:27.431 11223 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.170s] 2018-05-05 02:43:27,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:27.620 11223 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.189s] 2018-05-05 02:43:29,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:29.661 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [2.308s] 2018-05-05 02:43:37,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:37.887 11223 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [18.412s] 2018-05-05 02:43:39,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:39.766 11223 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.063s] 2018-05-05 02:43:46,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:46.137 11223 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.370s] 2018-05-05 02:43:53,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:43:53.357 11223 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.601s] 2018-05-05 02:44:00,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:44:00.055 11223 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [6.696s] 2018-05-05 02:44:10,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:44:10.106 11223 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.050s] 2018-05-05 02:44:13,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd0de0a8b-02ed-4d95-8ea3-f66b895f1001']'. 2018-05-05 02:44:14,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-05 02:44:14,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-05 02:44:14,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-05 02:44:14,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d0de0a8b-02ed-4d95-8ea3-f66b895f1001 | 2018-05-05 02:44:14,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-05 02:44:14,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-05 02:41:10 | 2018-05-05 02:44:14,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-05 02:44:13 | 2018-05-05 02:44:14,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:03 | 2018-05-05 02:44:14,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-05 02:44:14,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-05 02:44:14,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 29d4c791-16aa-4f51-b254-fd40f06bb894) | 2018-05-05 02:44:14,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-05 02:44:14,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: a4974657-1a7e-4024-b766-6c25d5f5434f) | 2018-05-05 02:44:14,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 135 | 2018-05-05 02:44:14,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 173.113 | 2018-05-05 02:44:14,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 135 | 2018-05-05 02:44:14,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-05 02:44:14,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-05 02:44:14,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-05 02:44:14,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-05 02:44:14,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-05 02:44:14,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-05 02:44:14,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-05-05 02:44:18,402 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-05 02:44:18,402 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 03:23 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-05 02:44:18,406 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-05 02:44:18,494 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-05 02:44:21,016 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-05 02:44:20.591 11325 INFO rally.deployment.engine [-] Deployment a4974657-1a7e-4024-b766-6c25d5f5434f | Starting: Destroy cloud and free allocated resources. 2018-05-05 02:44:20.685 11325 INFO rally.deployment.engine [-] Deployment a4974657-1a7e-4024-b766-6c25d5f5434f | Completed: Destroy cloud and free allocated resources. 2018-05-05 02:44:20.723 11325 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=29d4c791-16aa-4f51-b254-fd40f06bb894) for deployment 'opnfv-rally'. 2018-05-05 02:44:20.741 11325 INFO rally.api [-] Deleting verification (UUID=d0de0a8b-02ed-4d95-8ea3-f66b895f1001). 2018-05-05 02:44:20.779 11325 INFO rally.api [-] Verification has been successfully deleted! 2018-05-05 02:44:20.780 11325 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=29d4c791-16aa-4f51-b254-fd40f06bb894). 2018-05-05 02:44:20.792 11325 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-05 02:44:23,546 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-05 02:44:23.205 11328 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=24edb32e-7eda-48d9-871e-f2ba9f5c6213) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 24edb32e-7eda-48d9-871e-f2ba9f5c6213 | 2018-05-05T02:44:23 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 24edb32e-7eda-48d9-871e-f2ba9f5c6213 ~/.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-05-05 02:44:26,869 - 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__ | policy | 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-05-05 02:44:26,870 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-05 02:44:29,378 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-05 02:44:28.981 11334 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=29d4c791-16aa-4f51-b254-fd40f06bb894). 2018-05-05 02:44:29.206 11334 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-05 02:44:32,672 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-05 02:44:31.331 11337 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-05 02:44:31.500 11337 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-05 02:44:32.530 11337 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5260dcaf-3630-4410-ba6b-227371cf0668) has been successfully created! Using verifier 'opnfv-tempest' (UUID=5260dcaf-3630-4410-ba6b-227371cf0668) as the default verifier for the future CLI operations. 2018-05-05 02:44:35,771 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-05 02:44:37,509 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-05 02:44:41,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-05 02:44:46,014 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-05 02:44:45.027 11356 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5260dcaf-3630-4410-ba6b-227371cf0668) for deployment 'opnfv-rally' (UUID=24edb32e-7eda-48d9-871e-f2ba9f5c6213). 2018-05-05 02:44:45.804 11356 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5260dcaf-3630-4410-ba6b-227371cf0668) has been successfully configured for deployment 'opnfv-rally' (UUID=24edb32e-7eda-48d9-871e-f2ba9f5c6213)! 2018-05-05 02:44:46,014 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-05 02:44:46,014 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-05 02:44:46,016 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-05 02:44:46,027 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-05 02:44:49,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-5260dcaf-3630-4410-ba6b-227371cf0668/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-05-05 02:44:49,226 - 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-05-05 02:44:51,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 02:44:51.233 11365 INFO rally.api [-] Starting verification (UUID=4cd18858-7066-4ff9-b250-f208f76c2111) for deployment 'opnfv-rally' (UUID=24edb32e-7eda-48d9-871e-f2ba9f5c6213) by verifier 'opnfv-tempest' (UUID=5260dcaf-3630-4410-ba6b-227371cf0668). 2018-05-05 02:44:51,234 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 4cd18858-7066-4ff9-b250-f208f76c2111 2018-05-05 02:47:18,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '4cd18858-7066-4ff9-b250-f208f76c2111']'. 2018-05-05 02:47:19,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-05 02:47:19,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-05 02:47:19,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-05 02:47:19,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 4cd18858-7066-4ff9-b250-f208f76c2111 | 2018-05-05 02:47:19,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-05 02:47:19,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-05 02:44:51 | 2018-05-05 02:47:19,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-05 02:47:18 | 2018-05-05 02:47:19,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:27 | 2018-05-05 02:47:19,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-05 02:47:19,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-05 02:47:19,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 5260dcaf-3630-4410-ba6b-227371cf0668) | 2018-05-05 02:47:19,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-05 02:47:19,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 24edb32e-7eda-48d9-871e-f2ba9f5c6213) | 2018-05-05 02:47:19,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-05 02:47:19,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 138.691 | 2018-05-05 02:47:19,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 114 | 2018-05-05 02:47:19,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 166 | 2018-05-05 02:47:19,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-05 02:47:19,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-05 02:47:19,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 7 | 2018-05-05 02:47:19,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-05 02:47:19,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-05 02:47:19,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 94.2148760331% 2018-05-05 02:47:22,686 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-05 02:47:22,686 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:47 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-05-05 02:47:22,690 - xtesting.ci.run_tests - ERROR - The test case 'patrole' failed. 2018-05-05 02:47:22,690 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-05 02:47:23,445 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-05 03:28:51,978 - 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 506, 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 2488.462s FAILED (errors=1) 2018-05-05 03:28:52,145 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-05 03:28:52,146 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 41:28 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-05-05 03:28:52,150 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-05-05 03:28:52,150 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-05 03:28:52,234 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-05 03:28:54,782 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-05 03:28:54.332 11592 INFO rally.deployment.engine [-] Deployment 24edb32e-7eda-48d9-871e-f2ba9f5c6213 | Starting: Destroy cloud and free allocated resources. 2018-05-05 03:28:54.430 11592 INFO rally.deployment.engine [-] Deployment 24edb32e-7eda-48d9-871e-f2ba9f5c6213 | Completed: Destroy cloud and free allocated resources. 2018-05-05 03:28:54.485 11592 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=5260dcaf-3630-4410-ba6b-227371cf0668) for deployment 'opnfv-rally'. 2018-05-05 03:28:54.517 11592 INFO rally.api [-] Deleting verification (UUID=4cd18858-7066-4ff9-b250-f208f76c2111). 2018-05-05 03:28:54.563 11592 INFO rally.api [-] Verification has been successfully deleted! 2018-05-05 03:28:54.565 11592 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=5260dcaf-3630-4410-ba6b-227371cf0668). 2018-05-05 03:28:54.578 11592 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-05 03:28:57,241 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-05 03:28:56.916 11595 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9c18c43f-e9cb-4286-9ccf-8b60d3eee17f) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9c18c43f-e9cb-4286-9ccf-8b60d3eee17f | 2018-05-05T03:28:56 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9c18c43f-e9cb-4286-9ccf-8b60d3eee17f ~/.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-05-05 03:29:00,453 - 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__ | policy | 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-05-05 03:29:00,454 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-05 03:29:02,689 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-05 03:29:02.413 11601 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=5260dcaf-3630-4410-ba6b-227371cf0668). 2018-05-05 03:29:02.543 11601 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-05 03:29:06,183 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-05 03:29:04.742 11604 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-05 03:29:04.897 11604 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-05 03:29:05.987 11604 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=dac33de7-f723-41fe-a5c0-08fa36fa987d) has been successfully created! Using verifier 'opnfv-tempest' (UUID=dac33de7-f723-41fe-a5c0-08fa36fa987d) as the default verifier for the future CLI operations. 2018-05-05 03:29:09,115 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-05 03:29:10,701 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-05 03:29:15,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-05 03:29:19,970 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-05 03:29:19.113 11623 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=dac33de7-f723-41fe-a5c0-08fa36fa987d) for deployment 'opnfv-rally' (UUID=9c18c43f-e9cb-4286-9ccf-8b60d3eee17f). 2018-05-05 03:29:19.811 11623 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=dac33de7-f723-41fe-a5c0-08fa36fa987d) has been successfully configured for deployment 'opnfv-rally' (UUID=9c18c43f-e9cb-4286-9ccf-8b60d3eee17f)! 2018-05-05 03:29:19,970 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-05 03:29:19,970 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-05 03:29:19,972 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-05 03:29:19,986 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-05 03:29:22,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-dac33de7-f723-41fe-a5c0-08fa36fa987d/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-05-05 03:29:22,765 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-05 03:29:22,767 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-05 03:29:22,767 - 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-05-05 03:29:24,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 03:29:24.923 11632 INFO rally.api [-] Starting verification (UUID=a63105c2-26de-4b9d-957b-43aa1b1543f1) for deployment 'opnfv-rally' (UUID=9c18c43f-e9cb-4286-9ccf-8b60d3eee17f) by verifier 'opnfv-tempest' (UUID=dac33de7-f723-41fe-a5c0-08fa36fa987d). 2018-05-05 03:29:24,925 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: a63105c2-26de-4b9d-957b-43aa1b1543f1 2018-05-05 03:30:38,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a63105c2-26de-4b9d-957b-43aa1b1543f1']'. 2018-05-05 03:30:39,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-05 03:30:39,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-05 03:30:39,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-05 03:30:39,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a63105c2-26de-4b9d-957b-43aa1b1543f1 | 2018-05-05 03:30:39,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-05 03:30:39,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-05 03:29:24 | 2018-05-05 03:30:39,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-05 03:30:38 | 2018-05-05 03:30:39,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:14 | 2018-05-05 03:30:39,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-05 03:30:39,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-05 03:30:39,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: dac33de7-f723-41fe-a5c0-08fa36fa987d) | 2018-05-05 03:30:39,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-05 03:30:39,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9c18c43f-e9cb-4286-9ccf-8b60d3eee17f) | 2018-05-05 03:30:39,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-05 03:30:39,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 64.843 | 2018-05-05 03:30:39,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 4 | 2018-05-05 03:30:39,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-05-05 03:30:39,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-05 03:30:39,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-05 03:30:39,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 39 | 2018-05-05 03:30:39,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-05 03:30:39,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-05 03:30:39,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 9.3023255814% 2018-05-05 03:30:43,091 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-05 03:30:43,091 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 01:34 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-05-05 03:30:43,096 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-05-05 03:30:43,097 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:09 | PASS | | vping_userdata | functest | smoke | 00:33 | PASS | | tempest_smoke_serial | functest | smoke | 10:17 | FAIL | | rally_sanity | functest | smoke | 21:24 | PASS | | refstack_defcore | functest | smoke | 03:23 | PASS | | patrole | functest | smoke | 02:47 | FAIL | | snaps_smoke | functest | smoke | 41:28 | FAIL | | neutron_trunk | functest | smoke | 01:34 | FAIL | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-05 03:30:43,104 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-05 03:30:46,185 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-87 | | 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-ovn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-05 03:30:46,188 - 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=2AmxzBDXuBHnucDnYWXCWCkgy export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-05-05 03:30:46,188 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-05 03:30:46,189 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-05 03:30:46,189 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-05-05 03:30:46,191 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-05 03:30:48,739 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-87 | | 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-ovn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-05 03:30:48,741 - 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=2AmxzBDXuBHnucDnYWXCWCkgy export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-05-05 03:30:48,741 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-05 03:30:48,742 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | vnf | 4 | (daily)|(weekly) | Collection of VNF test cases. | cloudify_ims vyos_vrouter juju_epc | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ 2018-05-05 03:30:48,743 - xtesting.ci.run_tests - INFO - Running tier 'vnf' 2018-05-05 03:30:48,743 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-05-05 03:30:49,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-05-05 03:30:49,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - VNF configuration: {'inputs': {u'vellum_cluster_size': 1, u'agent_user': u'ubuntu', u'image_id': u'ubuntu_14.04', u'external_network_name': u'', u'dime_cluster_size': 1, u'key_pair_name': u'cloudify_ims_kp', u'bono_cluster_size': 1, u'flavor_id': u'm1.small', u'public_domain': u'clearwater.opnfv', u'homer_cluster_size': 1, u'release': u'repo122', u'private_key_path': u'/etc/cloudify/cloudify_ims.pem', u'sprout_cluster_size': 1}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'm1.small'}, u'network_quotas': {u'security_group': 20, u'security_group_rule': 100, u'port': 50}, u'compute_quotas': {u'cores': 50, u'instances': 15}}, 'descriptor': {u'url': u'https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater/archive/fraser.zip', u'file_name': u'openstack-blueprint.yaml', u'version': u'122', u'name': u'clearwater-opnfv'}} 2018-05-05 03:30:49,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Images needed for vIMS: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'ubuntu_14.04': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-05-05 03:30:49,522 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-05 03:30:49,523 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-05 03:30:50,064 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-05 03:30:50,064 - xtesting.energy.energy - DEBUG - Submitting scenario (cloudify_ims/running) 2018-05-05 03:30:50,450 - functest.core.vnf - INFO - Prepare VNF: cloudify_ims, description: Created by OPNFV Functest: cloudify_ims 2018-05-05 03:30:53,065 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=cloudify_ims-c402b046-b293-4f4e-a1b2-befcf05567e7, password=8f164095-0dbb-4fd4-b4ea-8539f6bb3644, auth_url=http://172.30.9.29:5000/v3, project_name=cloudify_ims-c402b046-b293-4f4e-a1b2-befcf05567e7, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-05 03:30:53,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Additional pre-configuration steps 2018-05-05 03:30:54,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload some OS images if it doesn't exist 2018-05-05 03:30:54,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-05-05 03:32:16,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: ubuntu_14.04, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-05-05 03:32:22,567 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating keypair ... 2018-05-05 03:32:23,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating full network ... 2018-05-05 03:32:30,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating security group for cloudify manager vm 2018-05-05 03:32:32,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for cloudify manager vm ... 2018-05-05 03:32:32,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating cloudify manager VM 2018-05-05 03:35:23,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': '8f164095-0dbb-4fd4-b4ea-8539f6bb3644', 'keystone_tenant_name': 'cloudify_ims-c402b046-b293-4f4e-a1b2-befcf05567e7', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.29:5000', 'user_domain_name': 'Default', 'keystone_username': 'cloudify_ims-c402b046-b293-4f4e-a1b2-befcf05567e7', 'project_domain_name': 'Default'} 2018-05-05 03:35:23,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Attemps running status of the Manager 2018-05-05 03:35:27,472 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - The current manager status is running 2018-05-05 03:35:57,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager is up and running 2018-05-05 03:35:57,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-05-05 03:35:58,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-05-05 03:36:19,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo cp ~/cloudify_ims.pem /etc/cloudify/ stdout: 2018-05-05 03:36:19,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo chmod 444 /etc/cloudify/cloudify_ims.pem stdout: 2018-05-05 03:36:40,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo yum install -y gcc python-devel stdout: Loaded plugins: fastestmirror Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=genclo error was 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error" 2018-05-05 03:36:40,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - ERROR - SSH sudo yum install -y gcc python-devel stderr: One of the configured repositories failed (Unknown), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo= ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable or subscription-manager repos --disable= 5. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=.skip_if_unavailable=true Cannot find a valid baseurl for repo: base/7/x86_64 2018-05-05 03:36:40,862 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 288, in deploy_orchestrator ssh, cmd, "Unable to install packages on manager") File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 427, in run_blocking_ssh_command raise Exception(error_msg) Exception: Unable to install packages on manager 2018-05-05 03:36:40,863 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-05 03:36:40,863 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-05 03:36:41,463 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-05 03:36:41,464 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 05:50 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-05 03:36:41,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-05-05 03:36:41,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 396, in clean exec_list = cfy_client.executions.list(dep_name) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/executions.py", line 125, in list response = self.api.get(uri, params=params, _include=_include) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 229, in get timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 211, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 154, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 116, in _raise_client_error server_traceback=server_traceback) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 127, in _prepare_and_raise_exception status_code, error_code=error_code) CloudifyClientError: 404: Requested `Deployment` with ID `clearwater-opnfv` was not found 2018-05-05 03:36:41,575 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-05 03:37:01,771 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-05-05 03:37:01,771 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-05-05 03:37:01,899 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-05-05 03:37:02,358 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-05-05 03:37:02,358 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-05-05 03:37:02,399 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - VNF configuration: {'inputs': {u'region': u'RegionOne', u'external_network_name': u'admin_floating_net'}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'm1.medium'}}, 'descriptor': {u'url': u'https://github.com/oolorg/opnfv-vnf-vyos-blueprint/', u'version': u'fraser', u'name': u'vrouter-opnfv'}} 2018-05-05 03:37:02,406 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-05-05 03:37:02,438 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Images needed for vrouter: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'vyos1.1.7': u'/home/opnfv/functest/images/vyos-1.1.7.img'} 2018-05-05 03:37:02,438 - functest.core.vnf - INFO - Prepare VNF: vyos_vrouter, description: Created by OPNFV Functest: vyos_vrouter 2018-05-05 03:37:05,160 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=vyos_vrouter-90b66fe2-9095-49ed-ba5f-1cb5c5183415, password=82ed19f5-353a-4cd2-a0c7-5b5077bb90c3, auth_url=http://172.30.9.29:5000/v3, project_name=vyos_vrouter-90b66fe2-9095-49ed-ba5f-1cb5c5183415, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-05 03:37:05,160 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Additional pre-configuration steps 2018-05-05 03:37:05,160 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload some OS images if it doesn't exist 2018-05-05 03:37:05,161 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-05-05 03:38:31,109 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: vyos1.1.7, file: /home/opnfv/functest/images/vyos-1.1.7.img 2018-05-05 03:38:40,002 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating keypair ... 2018-05-05 03:38:40,737 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating full network ... 2018-05-05 03:38:48,019 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating security group for cloudify manager vm 2018-05-05 03:38:49,700 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for cloudify manager vm ... 2018-05-05 03:38:50,350 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating cloudify manager VM 2018-05-05 03:41:40,198 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Attemps running status of the Manager 2018-05-05 03:41:56,497 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - The current manager status is running 2018-05-05 03:42:26,527 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager is up and running 2018-05-05 03:42:26,528 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-05-05 03:42:48,104 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo cp ~/cloudify_vrouter.pem /etc/cloudify/ stdout: 2018-05-05 03:42:48,157 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo chmod 444 /etc/cloudify/cloudify_vrouter.pem stdout: 2018-05-05 03:43:09,182 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo yum install -y gcc python-devel stdout: Loaded plugins: fastestmirror Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=genclo error was 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error" 2018-05-05 03:43:09,182 - functest.opnfv_tests.vnf.router.cloudify_vrouter - ERROR - SSH sudo yum install -y gcc python-devel stderr: One of the configured repositories failed (Unknown), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo= ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable or subscription-manager repos --disable= 5. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=.skip_if_unavailable=true Cannot find a valid baseurl for repo: base/7/x86_64 2018-05-05 03:43:09,183 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 291, in deploy_orchestrator ssh, cmd, "Unable to install packages on manager") File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 133, in run_blocking_ssh_command raise Exception(error_msg) Exception: Unable to install packages on manager 2018-05-05 03:43:09,319 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-05 03:43:09,320 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 06:07 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-05 03:43:09,324 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-05-05 03:43:09,498 - functest.opnfv_tests.vnf.router.cloudify_vrouter - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 421, in clean exec_list = cfy_client.executions.list(dep_name) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/executions.py", line 125, in list response = self.api.get(uri, params=params, _include=_include) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 229, in get timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 211, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 154, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 116, in _raise_client_error server_traceback=server_traceback) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 127, in _prepare_and_raise_exception status_code, error_code=error_code) CloudifyClientError: 404: Requested `Deployment` with ID `vrouter-opnfv` was not found 2018-05-05 03:43:09,499 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-05 03:43:28,167 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-05-05 03:43:28,167 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-05-05 03:43:28,258 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - VNF configuration: {'descriptor': {u'file_name': u'/src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml', u'version': u'1', u'name': u'abot-oai-epc'}, 'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium.juju'}}} 2018-05-05 03:43:28,276 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-05-05 03:43:28,276 - functest.core.vnf - INFO - Prepare VNF: juju_epc, description: Created by OPNFV Functest: juju_epc 2018-05-05 03:43:31,773 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=juju_epc-c1a7a6c8-bd4b-42c3-b2ac-13156d082ca3, password=4c4b2988-487c-4171-b6d0-77a60d1e28d5, auth_url=http://172.30.9.29:5000/v3, project_name=juju_epc-c1a7a6c8-bd4b-42c3-b2ac-13156d082ca3, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-05 03:43:32,163 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-05-05 03:43:33,690 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace Since Juju 2 is being run for the first time, downloading latest cloud information. Fetching latest public cloud list... Updated your list of public clouds with 1 cloud region added: added cloud region: - google/asia-south1 2018-05-05 03:43:33,691 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-05-05 03:43:35,161 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - snaps creds: OSCreds - username=juju_network_discovery_bug, password=9f64f024-8ff4-460b-a13f-1d279c7b0f5e, auth_url=http://172.30.9.29:5000/v3, project_name=juju_epc-c1a7a6c8-bd4b-42c3-b2ac-13156d082ca3, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-05 03:43:35,258 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-credential abot-epc -f /home/opnfv/functest/results/juju_epc/credentials.yaml --replace Credentials updated for cloud "abot-epc". 2018-05-05 03:43:35,258 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Orchestrator 2018-05-05 03:43:35,259 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating full network ... 2018-05-05 03:43:37,682 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating network Router .... 2018-05-05 03:43:42,257 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Flavor .... 2018-05-05 03:43:42,862 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload some OS images if it doesn't exist 2018-05-05 03:43:42,873 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Images needed for vEPC: {u'trusty': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img', u'xenial': u'/home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img'} 2018-05-05 03:43:42,873 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: trusty, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-05-05 03:43:50,279 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju metadata generate-image -d /root -i f5d6255d-a9a9-463c-9357-394607f107c8 -s trusty -r regionOne -u http://172.30.9.29:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-05-05 03:43:50,279 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: xenial, file: /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-05-05 03:43:56,709 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju metadata generate-image -d /root -i 010c8bdd-1337-4f9c-bc23-4b9d394c4486 -s xenial -r regionOne -u http://172.30.9.29:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-05-05 03:43:56,709 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Network ID : 92e7f9d5-7a0e-4452-b06c-18b8895c6a36 2018-05-05 03:46:21,426 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/juju_epc.py", line 309, in deploy_orchestrator output = subprocess.check_output(cmd, stderr=subprocess.STDOUT) File "/usr/lib/python2.7/subprocess.py", line 219, in check_output raise CalledProcessError(retcode, cmd, output=output) CalledProcessError: Command '['timeout', '-t', '3600', 'juju', 'bootstrap', 'abot-epc', 'abot-controller', '--metadata-source', '/root', '--constraints', 'mem=2G', '--bootstrap-series', 'xenial', '--config', 'network=92e7f9d5-7a0e-4452-b06c-18b8895c6a36', '--config', 'ssl-hostname-verification=false', '--config', 'use-floating-ip=true', '--config', 'use-default-secgroup=true', '--debug']' returned non-zero exit status 1 2018-05-05 03:46:21,593 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-05 03:46:21,593 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 02:53 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-05-05 03:46:21,678 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/juju_epc.py", line 423, in clean output = subprocess.check_output(cmd, stderr=subprocess.STDOUT) File "/usr/lib/python2.7/subprocess.py", line 219, in check_output raise CalledProcessError(retcode, cmd, output=output) CalledProcessError: Command '['juju', 'debug-log', '--replay', '--no-tail']' returned non-zero exit status 1 2018-05-05 03:46:21,679 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Remove the Abot_epc OS object .. 2018-05-05 03:46:21,679 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-05 03:46:28,522 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-05-05 03:46:28,523 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 05:50 | FAIL | | vyos_vrouter | functest | vnf | 06:07 | FAIL | | juju_epc | functest | vnf | 02:53 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-05-05 03:46:28,527 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-05 03:46:31,366 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-87 | | 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-ovn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-05 03:46:31,371 - 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=2AmxzBDXuBHnucDnYWXCWCkgy export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-05-05 03:46:31,371 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-05 03:46:31,371 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-05 03:46:31,372 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-05 03:46:31,373 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK