2018-05-25 01:37:54,240 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-148 | | 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-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-25 01:37:54,242 - 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=PMWgp8uEcxgqQCtxnUYAC6yZ8 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23: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.9 export OS_REGION_NAME=regionOne 2018-05-25 01:37:54,243 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-25 01:37:54,243 - 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-25 01:37:54,244 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-25 01:37:54,244 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-25 01:37:57,306 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-25 01:38:07,783 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 10.466s OK 2018-05-25 01:38:07,906 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-25 01:38:07,906 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-25 01:38:07,910 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-25 01:38:10,215 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-25 01:50:43,018 - 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 752.750s OK 2018-05-25 01:50:43,140 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-25 01:50:43,141 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:33 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-25 01:50:43,145 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-25 01:50:44,035 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-25 01:52:17,959 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 93.923s OK 2018-05-25 01:52:18,078 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-25 01:52:18,078 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 01:34 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-25 01:52:18,082 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 12:33 | PASS | | snaps_health_check | functest | healthcheck | 01:34 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-25 01:52:18,085 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-25 01:52:20,989 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-148 | | 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-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-25 01:52:20,991 - 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=PMWgp8uEcxgqQCtxnUYAC6yZ8 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23: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.9 export OS_REGION_NAME=regionOne 2018-05-25 01:52:20,991 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-25 01:52:20,992 - 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 odl snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ 2018-05-25 01:52:20,993 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-25 01:52:20,993 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-25 01:52:22,616 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - ext_net: Munch({u'status': u'ACTIVE', u'subnets': [u'd9c6b613-c326-489d-955d-7bbba7b85caf'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-25T01:27:09Z', u'is_default': False, u'revision_number': 4, u'port_security_enabled': True, u'mtu': 1500, u'id': u'6e052593-b708-48fd-b781-9824d1de43c7', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'name': u'external', u'admin_state_up': True, u'tenant_id': u'0558515da7544e8c96d6108df0a70c14', u'created_at': u'2018-05-25T01:27:02Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0558515da7544e8c96d6108df0a70c14'}) 2018-05-25 01:52:23,017 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-25 01:52:23,017 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-25 01:52:23,489 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-25 01:52:23,489 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-25 01:52:23,953 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Begin virtual environment setup 2018-05-25 01:52:23,954 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - vPing Start Time:'2018-05-25 01:52:23' 2018-05-25 01:52:23,954 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating image with name: 'functest-vping--01b4fdb0-e35b-488c-b250-bc8bc773059f' 2018-05-25 01:52:23,954 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Image metadata: None 2018-05-25 01:52:25,836 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/functest-vping--01b4fdb0-e35b-488c-b250-bc8bc773059f', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-25T01:52:24Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'shared', u'file': u'/v2/images/56ccb13e-766f-405b-b10e-2e055a382376/file', u'owner': u'4e13b6b615444d39bf40b39c601ed446', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'56ccb13e-766f-405b-b10e-2e055a382376', u'size': None, u'name': u'functest-vping--01b4fdb0-e35b-488c-b250-bc8bc773059f', u'checksum': None, u'self': u'/v2/images/56ccb13e-766f-405b-b10e-2e055a382376', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-25T01:52:24Z', u'schema': u'/v2/schemas/image'}) 2018-05-25 01:52:25,836 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating network with name: 'vping-net-01b4fdb0-e35b-488c-b250-bc8bc773059f' 2018-05-25 01:52:26,237 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-25T01:52:26Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'102a6d6b-be05-4aea-b6c9-6465525f845e', u'provider:segmentation_id': 80, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-net-01b4fdb0-e35b-488c-b250-bc8bc773059f', u'admin_state_up': True, u'tenant_id': u'4e13b6b615444d39bf40b39c601ed446', u'created_at': u'2018-05-25T01:52:26Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'4e13b6b615444d39bf40b39c601ed446'}) 2018-05-25 01:52:26,952 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-25T01:52:26Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.130.2', u'end': u'192.168.130.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.130.0/24', u'id': u'44d9f7d6-eea2-4a95-a021-d263567fb1e6', u'subnetpool_id': None, u'service_types': [], u'name': u'vping-subnet-01b4fdb0-e35b-488c-b250-bc8bc773059f', u'enable_dhcp': True, u'network_id': u'102a6d6b-be05-4aea-b6c9-6465525f845e', u'tenant_id': u'4e13b6b615444d39bf40b39c601ed446', u'created_at': u'2018-05-25T01:52:26Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.130.1', u'ip_version': 4, u'project_id': u'4e13b6b615444d39bf40b39c601ed446'}) 2018-05-25 01:52:26,952 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating router with name: 'vping-router-01b4fdb0-e35b-488c-b250-bc8bc773059f' 2018-05-25 01:52:29,575 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6e052593-b708-48fd-b781-9824d1de43c7', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'd9c6b613-c326-489d-955d-7bbba7b85caf', u'ip_address': u'172.30.9.216'}]}, u'description': u'', u'tags': [], u'tenant_id': u'4e13b6b615444d39bf40b39c601ed446', u'created_at': u'2018-05-25T01:52:28Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-05-25T01:52:29Z', u'revision_number': 2, u'routes': [], u'project_id': u'4e13b6b615444d39bf40b39c601ed446', u'id': u'ae69af2b-2b46-4988-b852-049c0fdfdea4', u'name': u'vping-router-01b4fdb0-e35b-488c-b250-bc8bc773059f'}) 2018-05-25 01:52:30,859 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating flavor with name: 'vping-flavor-01b4fdb0-e35b-488c-b250-bc8bc773059f' 2018-05-25 01:52:31,101 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - flavor: Munch({'name': u'vping-flavor-01b4fdb0-e35b-488c-b250-bc8bc773059f', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4e13b6b615444d39bf40b39c601ed446', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'30ac7e74-9cb1-4dc6-8111-8e4989c4a3d4', 'swap': 0}) 2018-05-25 01:52:32,018 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-01b4fdb0-e35b-488c-b250-bc8bc773059f' 2018-05-25 01:52:40,802 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - vm1: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping-net-01b4fdb0-e35b-488c-b250-bc8bc773059f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:92:ae:4d', u'version': 4, u'addr': u'192.168.130.6', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'56ccb13e-766f-405b-b10e-2e055a382376'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000024', u'OS-SRV-USG:launched_at': u'2018-05-25T01:45:05.000000', 'flavor': Munch({u'id': u'30ac7e74-9cb1-4dc6-8111-8e4989c4a3d4'}), 'az': u'nova', 'id': u'95797645-b288-47dc-9440-f48f22c8549a', 'security_groups': [Munch({u'name': u'vping-sg-01b4fdb0-e35b-488c-b250-bc8bc773059f'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'90a6abf4af324800803bdfb57614b580', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4e13b6b615444d39bf40b39c601ed446', 'name': 'admin', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-05-25T01:45:05.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-25T01:52:39Z', 'hostId': u'ef7962bb6a1c4f523a5a0483bf0f8fb5fcfaa7e9213d5446aac051d4', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.130.6', 'cloud': 'envvars', 'host_id': u'ef7962bb6a1c4f523a5a0483bf0f8fb5fcfaa7e9213d5446aac051d4', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000024', u'OS-SRV-USG:launched_at': u'2018-05-25T01:45:05.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'4e13b6b615444d39bf40b39c601ed446', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'opnfv-vping-1-01b4fdb0-e35b-488c-b250-bc8bc773059f', 'adminPass': u'A8dR9bUKp8Cp', 'tenant_id': u'4e13b6b615444d39bf40b39c601ed446', 'region': 'regionOne', 'created': u'2018-05-25T01:52:34Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-25 01:52:43,068 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - vm1 console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 481841341 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.146541] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.148214] pid_max: default: 32768 minimum: 301 [ 0.149120] ACPI: Core revision 20150930 [ 0.150518] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.151841] Security Framework initialized [ 0.152664] Yama: becoming mindful. [ 0.153397] AppArmor: AppArmor initialized [ 0.154270] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.155624] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156919] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.158143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.159550] Initializing cgroup subsys io [ 0.160373] Initializing cgroup subsys memory [ 0.161246] Initializing cgroup subsys devices [ 0.162143] Initializing cgroup subsys freezer [ 0.163033] Initializing cgroup subsys net_cls [ 0.163915] Initializing cgroup subsys perf_event [ 0.164841] Initializing cgroup subsys net_prio [ 0.165750] Initializing cgroup subsys hugetlb [ 0.166632] Initializing cgroup subsys pids [ 0.167518] CPU: Physical Processor ID: 0 [ 0.169039] mce: CPU supports 10 MCE banks [ 0.169909] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.170920] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.183321] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.189756] ftrace: allocating 31920 entries in 125 pages [ 0.216127] smpboot: Max logical packages: 1 [ 0.216992] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218370] x2apic enabled [ 0.219189] Switched APIC routing to physical x2apic. [ 0.220944] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222084] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224102] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225916] KVM setup paravirtual spinlock [ 0.227211] x86: Booted up 1 node, 1 CPUs [ 0.228030] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229444] devtmpfs: initialized [ 0.231162] evm: security.selinux [ 0.231879] evm: security.SMACK64 [ 0.232581] evm: security.SMACK64EXEC [ 0.233334] evm: security.SMACK64TRANSMUTE [ 0.234155] evm: security.SMACK64MMAP [ 0.234916] evm: security.ima [ 0.235569] evm: security.capability [ 0.236380] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238253] pinctrl core: initialized pinctrl subsystem [ 0.239367] RTC time: 1:45:05, date: 05/25/18 [ 0.240338] NET: Registered protocol family 16 [ 0.241306] cpuidle: using governor ladder [ 0.242124] cpuidle: using governor menu [ 0.242910] PCCT header not found. [ 0.243670] ACPI: bus type PCI registered [ 0.244476] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245718] PCI: Using configuration type 1 for base access [ 0.247476] ACPI: Added _OSI(Module Device) [ 0.248324] ACPI: Added _OSI(Processor Device) [ 0.249190] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.250092] ACPI: Added _OSI(Processor Aggregator Device) [ 0.252228] ACPI: Interpreter enabled [ 0.253012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254866] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256707] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260422] ACPI: (supports S0 S5) [ 0.261130] ACPI: Using IOAPIC for interrupt routing [ 0.262219] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265311] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266464] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267699] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268895] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.271130] acpiphp: Slot [3] registered [ 0.271935] acpiphp: Slot [4] registered [ 0.272738] acpiphp: Slot [5] registered [ 0.273537] acpiphp: Slot [6] registered [ 0.274332] acpiphp: Slot [7] registered [ 0.275139] acpiphp: Slot [8] registered [ 0.275944] acpiphp: Slot [9] registered [ 0.276744] acpiphp: Slot [10] registered [ 0.277564] acpiphp: Slot [11] registered [ 0.278373] acpiphp: Slot [12] registered [ 0.279194] acpiphp: Slot [13] registered [ 0.280007] acpiphp: Slot [14] registered [ 0.280819] acpiphp: Slot [15] registered [ 0.291763] acpiphp: Slot [16] registered [ 0.292578] acpiphp: Slot [17] registered [ 0.293389] acpiphp: Slot [18] registered [ 0.294198] acpiphp: Slot [19] registered [ 0.295009] acpiphp: Slot [20] registered [ 0.295828] acpiphp: Slot [21] registered [ 0.296641] acpiphp: Slot [22] registered [ 0.297450] acpiphp: Slot [23] registered [ 0.298258] acpiphp: Slot [24] registered [ 0.299072] acpiphp: Slot [25] registered [ 0.299889] acpiphp: Slot [26] registered [ 0.300704] acpiphp: Slot [27] registered [ 0.301520] acpiphp: Slot [28] registered [ 0.302327] acpiphp: Slot [29] registered [ 0.303140] acpiphp: Slot [30] registered [ 0.303958] acpiphp: Slot [31] registered [ 0.304769] PCI host bridge to bus 0000:00 [ 0.305581] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306797] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.308014] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309472] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.310923] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.317263] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.318553] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319733] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.321013] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327980] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.329430] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.377251] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.378738] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.380150] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.381565] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.382962] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.384947] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.386129] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.387187] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.388749] vgaarb: loaded [ 0.389353] vgaarb: bridge control possible 0000:00:02.0 [ 0.390494] SCSI subsystem initialized [ 0.391307] ACPI: bus type USB registered [ 0.392126] usbcore: registered new interface driver usbfs [ 0.393164] usbcore: registered new interface driver hub [ 0.394174] usbcore: registered new device driver usb [ 0.395228] PCI: Using ACPI for IRQ routing [ 0.396249] NetLabel: Initializing [ 0.396970] NetLabel: domain hash size = 128 [ 0.397832] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.398788] NetLabel: unlabeled traffic allowed by default [ 0.399879] clocksource: Switched to clocksource kvm-clock [ 0.405268] AppArmor: AppArmor Filesystem Enabled [ 0.406262] pnp: PnP ACPI init [ 0.407179] pnp: PnP ACPI: found 5 devices [ 0.413553] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.415272] NET: Registered protocol family 2 [ 0.416241] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.417535] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.418714] TCP: Hash tables configured (established 4096 bind 4096) [ 0.419901] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.420998] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.422178] NET: Registered protocol family 1 [ 0.423056] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.424180] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.425280] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.439303] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.453537] Trying to unpack rootfs image as initramfs... [ 0.503475] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.517543] Scanning for low memory corruption every 60 seconds [ 0.518876] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.520059] audit: initializing netlink subsys (disabled) [ 0.521112] audit: type=2000 audit(1527212706.287:1): initialized [ 0.522448] Initialise system trusted keyring [ 0.523390] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.524599] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.526826] zbud: loaded [ 0.527693] VFS: Disk quotas dquot_6.6.0 [ 0.528700] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.530581] fuse init (API version 7.23) [ 0.531594] Key type big_key registered [ 0.532501] Allocating IMA MOK and blacklist keyrings. [ 0.533870] Key type asymmetric registered [ 0.534814] Asymmetric key parser 'x509' registered [ 0.536037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.538189] io scheduler noop registered [ 0.539187] io scheduler deadline registered (default) [ 0.540404] io scheduler cfq registered [ 0.541422] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.542658] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.544163] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.545972] ACPI: Power Button [PWRF] [ 0.546947] GHES: HEST is not enabled! [ 0.560648] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.588778] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.591030] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.615952] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.619118] Linux agpgart interface v0.103 [ 0.621257] brd: module loaded [ 0.622492] loop: module loaded [ 0.627128] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.628616] GPT:90111 != 2097151 [ 0.629305] GPT:Alternate GPT header not at the end of the disk. [ 0.630415] GPT:90111 != 2097151 [ 0.631102] GPT: Use GNU Parted to correct GPT errors. [ 0.632091] vda: vda1 vda15 [ 0.633861] scsi host0: ata_piix [ 0.634607] scsi host1: ata_piix [ 0.635325] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.636579] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.638052] libphy: Fixed MDIO Bus: probed [ 0.638884] tun: Universal TUN/TAP device driver, 1.6 [ 0.639847] tun: (C) 1999-2004 Max Krasnyansky [ 0.642110] PPP generic driver version 2.4.2 [ 0.643014] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644438] ehci-pci: EHCI PCI platform driver [ 0.645327] ehci-platform: EHCI generic platform driver [ 0.646332] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.647480] ohci-pci: OHCI PCI platform driver [ 0.648369] ohci-platform: OHCI generic platform driver [ 0.649378] uhci_hcd: USB Universal Host Controller Interface driver [ 0.663937] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.664954] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.666435] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.667463] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.668614] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.669870] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.671318] usb usb1: Product: UHCI Host Controller [ 0.672279] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673454] usb usb1: SerialNumber: 0000:00:01.2 [ 0.674530] hub 1-0:1.0: USB hub found [ 0.675319] hub 1-0:1.0: 2 ports detected [ 0.676252] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.678409] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.679385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.680449] mousedev: PS/2 mouse device common for all mice [ 0.681742] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.683624] rtc_cmos 00:00: RTC can wake from S4 [ 0.684756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.685967] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.687177] i2c /dev entries driver [ 0.687959] device-mapper: uevent: version 1.0.3 [ 0.688918] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.690576] ledtrig-cpu: registered to indicate activity on CPUs [ 0.691865] NET: Registered protocol family 10 [ 0.692880] NET: Registered protocol family 17 [ 0.693792] Key type dns_resolver registered [ 0.694725] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695835] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697619] registered taskstats version 1 [ 0.698471] Loading compiled-in X.509 certificates [ 0.699934] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.701829] zswap: loaded using pool lzo/zbud [ 0.703198] Key type trusted registered [ 0.704780] Key type encrypted registered [ 0.705624] AppArmor: AppArmor sha1 policy hashing enabled [ 0.706671] ima: No TPM chip found, activating TPM-bypass! [ 0.707729] evm: HMAC attrs: 0x1 [ 0.708696] Magic number: 2:212:762 [ 0.709478] atkbd serio0: hash matches [ 0.710334] rtc_cmos 00:00: setting system clock to 2018-05-25 01:45:06 UTC (1527212706) [ 0.711978] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.713108] EDD information not available. [ 0.796817] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.808724] Write protecting the kernel read-only data: 14336k [ 0.810313] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.812139] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.12 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.341172] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.6... Lease of 192.168.130.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.22. iid=i-00000021 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: 2018-05-25 01:52:43,068 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating keypair with name: 'vping-keypair-01b4fdb0-e35b-488c-b250-bc8bc773059f' 2018-05-25 01:52:43,206 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6/FNhFtOIP7iPWcuFcfNIQF94w3SnfOVFqQZLl54NT6yTiXwIznNafEdMta2CB192/4naxCWvPeng+qP0jJ/jeDVIned7zmOnqOuyLd/r9d8oIL30po6kCvbiPXAGzKbh6UpGVphSspApGg7VwN1Q3YHwVNGfxiQmGUuaA3UWyhGtWWkr2rN1MNWcgx22Uz85cxav7T3YprD1LMFpfkAKlnpWSGE7IA2fAvoAD0cTJ172pAHBy1STeJJSYcmWmE6itPV93PUeO7ECTg1+Dav5Ip06OCYjv4vyAy2imTBWTJrS9/QTxUxAZWyFfQ6cEErPNip7i/LKCO3nyjCRZifh Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAuvxTYRbTiD+4j1nLhXHzSEBfeMN0p3zlRakGS5eeDU+sk4l8\nCM5zWnxHTLWtggdfdv+J2sQlrz3p4Pqj9Iyf43g1SJ3ne85jp6jrsi3f6/XfKCC9\n9KaOpAr24j1wBsym4elKRlaYUrKQKRoO1cDdUN2B8FTRn8YkJhlLmgN1FsoRrVlp\nK9qzdTDVnIMdtlM/OXMWr+092Kaw9SzBaX5ACpZ6VkhhOyANnwL6AA9HEyde9qQB\nwctUk3iSUmHJlphOorT1fdz1HjuxAk4Nfg2r+SKdOjgmI7+L8gMtopkwVkya0vf0\nE8VMQGVshX0OnBBKzzYqe4vyygjt58owkWYn4QIDAQABAoIBADw3H97HTA23f4bi\ngvERdigRWu13/Cwnw2nAed+EDwj4XHoSr1firDE6jnd8lkimeS7IMiu6OOyLQrMJ\n5BzP4HmPb5FYEIDFQUBv3J8/uLmzL08r5CBSNuNLCKBo6pe19hQQXbPzFRCkoloq\nIxbhCiSNgNfVaMBMPb3rLXaGoIFaumv2RaZzLF/5Qt0y+A/J30/x7NPHhyJr2Fa2\nZTjtkc5ZKIhW/I72icWmPI8ll9kAhDGksK+BlVs2X/Qjbx+ciTyK1XeUaVAikw4V\nWtIFIGN4jlHEsARuL1Y7hrnrVi3C65vuY3AKeIvBktHvJpk368ecKUlz7U56Ibqd\nBX1xw1UCgYEA5aF+36XK/K5CCwtmD6Y/Sbth+STimvNB7e8UnRcADBMtakoLaHy5\nQKLrqILOwa3vUbelmMarSvs01DBqFbMo9NamEYI9qSpdLRTDP/j916b2vLkct0n+\nsw64+n7Q24zywKClgYFvDHP3KV1ZlKkFpg5BsM2j81sp8PC2+RgRvAMCgYEA0HUu\nP/WriS3lKYN4LuOZQ7hMnW51mSHWNwnxU8Urv2ZZqMS248i183hr9S03s+fzJuYS\nSXDnCoTlhCVY3ANpzy0uS2iu2TKkda3z4nm+zy7NLpSArus9+B35wVguwReyQxv3\ngXlWpHL4xyjXq61cjmqRK286lKAECtILtQMSsUsCgYBA1cBE1ULi5TCwfZ9re70S\nzF11QvzYUyaiT4a6c+wHfMKt6Aogjlaf8WAoTAakmL+hiwCuiimDGjpoTuMlDVjb\nCGALQYK3aMa2G86lGWBSq0mvL3T0K2hGljmUQIon8zv3N2SDlFAObA+1Fi5c0vxN\nTmktymIoK+1DojOHUUxwkQKBgButAxfwyPZshnlNgB5Rj16jUGCycqCDEoq6IjUp\n/1XpA8xZWaLCWg3aFhM2DqgvCmRGtXTUrYgC/undf3+uYFTmPbg7TMN/asBI+RE/\ncqrVHt6pTrBqgQ65BBi8WXC/caZhRyoEbxFkRk1Cyed8G8a4tU9b9B4ZZI//NRiy\nMMAjAoGBAI9o2mo9eR1ytHF9dLBXPlYIc+nxRiRByz5+auxxUoiq727PlM2Y/ClN\nm+KZgA4Ht/+ZSYxs6cE5x6ZBpYjekN/QBoIxCSefYdinllvwyiqp3imD+5+ieOKg\njXcjsQxTnU/s+I1i4MJOlzsrHHN0HbAXSOt00ovAhyQRZ1sgqUfK\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'90a6abf4af324800803bdfb57614b580', 'name': u'vping-keypair-01b4fdb0-e35b-488c-b250-bc8bc773059f', 'created_at': '2018-05-25T01:52:43.205957', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4e13b6b615444d39bf40b39c601ed446', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'84:89:cb:51:73:50:a5:fd:68:41:7e:1e:f1:4d:bd:33', 'type': 'ssh', 'id': u'vping-keypair-01b4fdb0-e35b-488c-b250-bc8bc773059f'}) 2018-05-25 01:52:43,206 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAuvxTYRbTiD+4j1nLhXHzSEBfeMN0p3zlRakGS5eeDU+sk4l8 CM5zWnxHTLWtggdfdv+J2sQlrz3p4Pqj9Iyf43g1SJ3ne85jp6jrsi3f6/XfKCC9 9KaOpAr24j1wBsym4elKRlaYUrKQKRoO1cDdUN2B8FTRn8YkJhlLmgN1FsoRrVlp K9qzdTDVnIMdtlM/OXMWr+092Kaw9SzBaX5ACpZ6VkhhOyANnwL6AA9HEyde9qQB wctUk3iSUmHJlphOorT1fdz1HjuxAk4Nfg2r+SKdOjgmI7+L8gMtopkwVkya0vf0 E8VMQGVshX0OnBBKzzYqe4vyygjt58owkWYn4QIDAQABAoIBADw3H97HTA23f4bi gvERdigRWu13/Cwnw2nAed+EDwj4XHoSr1firDE6jnd8lkimeS7IMiu6OOyLQrMJ 5BzP4HmPb5FYEIDFQUBv3J8/uLmzL08r5CBSNuNLCKBo6pe19hQQXbPzFRCkoloq IxbhCiSNgNfVaMBMPb3rLXaGoIFaumv2RaZzLF/5Qt0y+A/J30/x7NPHhyJr2Fa2 ZTjtkc5ZKIhW/I72icWmPI8ll9kAhDGksK+BlVs2X/Qjbx+ciTyK1XeUaVAikw4V WtIFIGN4jlHEsARuL1Y7hrnrVi3C65vuY3AKeIvBktHvJpk368ecKUlz7U56Ibqd BX1xw1UCgYEA5aF+36XK/K5CCwtmD6Y/Sbth+STimvNB7e8UnRcADBMtakoLaHy5 QKLrqILOwa3vUbelmMarSvs01DBqFbMo9NamEYI9qSpdLRTDP/j916b2vLkct0n+ sw64+n7Q24zywKClgYFvDHP3KV1ZlKkFpg5BsM2j81sp8PC2+RgRvAMCgYEA0HUu P/WriS3lKYN4LuOZQ7hMnW51mSHWNwnxU8Urv2ZZqMS248i183hr9S03s+fzJuYS SXDnCoTlhCVY3ANpzy0uS2iu2TKkda3z4nm+zy7NLpSArus9+B35wVguwReyQxv3 gXlWpHL4xyjXq61cjmqRK286lKAECtILtQMSsUsCgYBA1cBE1ULi5TCwfZ9re70S zF11QvzYUyaiT4a6c+wHfMKt6Aogjlaf8WAoTAakmL+hiwCuiimDGjpoTuMlDVjb CGALQYK3aMa2G86lGWBSq0mvL3T0K2hGljmUQIon8zv3N2SDlFAObA+1Fi5c0vxN TmktymIoK+1DojOHUUxwkQKBgButAxfwyPZshnlNgB5Rj16jUGCycqCDEoq6IjUp /1XpA8xZWaLCWg3aFhM2DqgvCmRGtXTUrYgC/undf3+uYFTmPbg7TMN/asBI+RE/ cqrVHt6pTrBqgQ65BBi8WXC/caZhRyoEbxFkRk1Cyed8G8a4tU9b9B4ZZI//NRiy MMAjAoGBAI9o2mo9eR1ytHF9dLBXPlYIc+nxRiRByz5+auxxUoiq727PlM2Y/ClN m+KZgA4Ht/+ZSYxs6cE5x6ZBpYjekN/QBoIxCSefYdinllvwyiqp3imD+5+ieOKg jXcjsQxTnU/s+I1i4MJOlzsrHHN0HbAXSOt00ovAhyQRZ1sgqUfK -----END RSA PRIVATE KEY----- 2018-05-25 01:52:44,330 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-ssh--01b4fdb0-e35b-488c-b250-bc8bc773059f' 2018-05-25 01:52:52,541 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - vm2: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping-net-01b4fdb0-e35b-488c-b250-bc8bc773059f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:31:33:35', u'version': 4, u'addr': u'192.168.130.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'56ccb13e-766f-405b-b10e-2e055a382376'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000027', u'OS-SRV-USG:launched_at': u'2018-05-25T01:45:26.000000', 'flavor': Munch({u'id': u'30ac7e74-9cb1-4dc6-8111-8e4989c4a3d4'}), 'az': u'nova', 'id': u'b2774ac1-0569-40b2-a3ec-47f784a9d32f', 'security_groups': [Munch({u'name': u'vping-sg-01b4fdb0-e35b-488c-b250-bc8bc773059f'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'90a6abf4af324800803bdfb57614b580', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4e13b6b615444d39bf40b39c601ed446', 'name': 'admin', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-05-25T01:45:26.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-25T01:52:51Z', 'hostId': u'6ed4d71c95c10b2bb61723b49e4189f308dd3f5cc1c6a57a902aeae8', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-0.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping-keypair-01b4fdb0-e35b-488c-b250-bc8bc773059f', 'public_v6': '', 'private_v4': u'192.168.130.5', 'cloud': 'envvars', 'host_id': u'6ed4d71c95c10b2bb61723b49e4189f308dd3f5cc1c6a57a902aeae8', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-0.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000027', u'OS-SRV-USG:launched_at': u'2018-05-25T01:45:26.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'4e13b6b615444d39bf40b39c601ed446', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', 'name': u'opnfv-vping-2-ssh--01b4fdb0-e35b-488c-b250-bc8bc773059f', 'adminPass': u'P4WZbJvrX25y', 'tenant_id': u'4e13b6b615444d39bf40b39c601ed446', 'region': 'regionOne', 'created': u'2018-05-25T01:52:46Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-25 01:52:54,508 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - floating_ip2: Munch({'status': u'ACTIVE', 'router_id': u'ae69af2b-2b46-4988-b852-049c0fdfdea4', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'4e13b6b615444d39bf40b39c601ed446', 'created_at': u'2018-05-25T01:52:53Z', 'attached': True, 'updated_at': u'2018-05-25T01:52:53Z', 'id': u'6c1be5bf-44f9-4537-ae17-561a0b843a7e', 'floating_network_id': u'6e052593-b708-48fd-b781-9824d1de43c7', 'fixed_ip_address': u'192.168.130.5', 'floating_ip_address': u'172.30.9.215', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4e13b6b615444d39bf40b39c601ed446', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'ae69af2b-2b46-4988-b852-049c0fdfdea4', 'project_id': u'4e13b6b615444d39bf40b39c601ed446', 'port_id': u'f2626dc0-186d-44c4-9a6c-5655ca596b70', 'port': u'f2626dc0-186d-44c4-9a6c-5655ca596b70', 'network': u'6e052593-b708-48fd-b781-9824d1de43c7'}) 2018-05-25 01:52:56,577 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - vm2 console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 483842596 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.130104] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131720] pid_max: default: 32768 minimum: 301 [ 0.132588] ACPI: Core revision 20150930 [ 0.133958] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135234] Security Framework initialized [ 0.136031] Yama: becoming mindful. [ 0.136745] AppArmor: AppArmor initialized [ 0.137588] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138888] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140131] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141310] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142660] Initializing cgroup subsys io [ 0.143455] Initializing cgroup subsys memory [ 0.144293] Initializing cgroup subsys devices [ 0.145146] Initializing cgroup subsys freezer [ 0.146002] Initializing cgroup subsys net_cls [ 0.146849] Initializing cgroup subsys perf_event [ 0.147734] Initializing cgroup subsys net_prio [ 0.148591] Initializing cgroup subsys hugetlb [ 0.149443] Initializing cgroup subsys pids [ 0.150298] CPU: Physical Processor ID: 0 [ 0.151791] mce: CPU supports 10 MCE banks [ 0.152615] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153596] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165344] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171632] ftrace: allocating 31920 entries in 125 pages [ 0.197640] smpboot: Max logical packages: 1 [ 0.198480] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199798] x2apic enabled [ 0.200586] Switched APIC routing to physical x2apic. [ 0.202320] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203414] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205357] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207111] KVM setup paravirtual spinlock [ 0.208384] x86: Booted up 1 node, 1 CPUs [ 0.209178] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.210533] devtmpfs: initialized [ 0.212235] evm: security.selinux [ 0.212922] evm: security.SMACK64 [ 0.213593] evm: security.SMACK64EXEC [ 0.214323] evm: security.SMACK64TRANSMUTE [ 0.215112] evm: security.SMACK64MMAP [ 0.215836] evm: security.ima [ 0.216464] evm: security.capability [ 0.217251] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.219060] pinctrl core: initialized pinctrl subsystem [ 0.220131] RTC time: 1:45:26, date: 05/25/18 [ 0.221077] NET: Registered protocol family 16 [ 0.222030] cpuidle: using governor ladder [ 0.222831] cpuidle: using governor menu [ 0.223598] PCCT header not found. [ 0.224333] ACPI: bus type PCI registered [ 0.225121] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226334] PCI: Using configuration type 1 for base access [ 0.228063] ACPI: Added _OSI(Module Device) [ 0.228886] ACPI: Added _OSI(Processor Device) [ 0.229742] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230621] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232714] ACPI: Interpreter enabled [ 0.233462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235285] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237096] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238925] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240738] ACPI: (supports S0 S5) [ 0.241428] ACPI: Using IOAPIC for interrupt routing [ 0.242393] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245451] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246568] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247775] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.248944] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251121] acpiphp: Slot [3] registered [ 0.251910] acpiphp: Slot [4] registered [ 0.252692] acpiphp: Slot [5] registered [ 0.253483] acpiphp: Slot [6] registered [ 0.254266] acpiphp: Slot [7] registered [ 0.255049] acpiphp: Slot [8] registered [ 0.255832] acpiphp: Slot [9] registered [ 0.256609] acpiphp: Slot [10] registered [ 0.257403] acpiphp: Slot [11] registered [ 0.258206] acpiphp: Slot [12] registered [ 0.259008] acpiphp: Slot [13] registered [ 0.259802] acpiphp: Slot [14] registered [ 0.260592] acpiphp: Slot [15] registered [ 0.271464] acpiphp: Slot [16] registered [ 0.272265] acpiphp: Slot [17] registered [ 0.273063] acpiphp: Slot [18] registered [ 0.273855] acpiphp: Slot [19] registered [ 0.274644] acpiphp: Slot [20] registered [ 0.275438] acpiphp: Slot [21] registered [ 0.276245] acpiphp: Slot [22] registered [ 0.277041] acpiphp: Slot [23] registered [ 0.277836] acpiphp: Slot [24] registered [ 0.278628] acpiphp: Slot [25] registered [ 0.279421] acpiphp: Slot [26] registered [ 0.280216] acpiphp: Slot [27] registered [ 0.281019] acpiphp: Slot [28] registered [ 0.281817] acpiphp: Slot [29] registered [ 0.282608] acpiphp: Slot [30] registered [ 0.283405] acpiphp: Slot [31] registered [ 0.284197] PCI host bridge to bus 0000:00 [ 0.284989] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286179] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287370] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288790] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.290212] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296388] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.297647] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298801] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300041] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306924] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308328] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355766] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357233] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358652] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.360057] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361430] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.363274] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.364412] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365458] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366992] vgaarb: loaded [ 0.367589] vgaarb: bridge control possible 0000:00:02.0 [ 0.368715] SCSI subsystem initialized [ 0.369518] ACPI: bus type USB registered [ 0.370336] usbcore: registered new interface driver usbfs [ 0.371355] usbcore: registered new interface driver hub [ 0.372355] usbcore: registered new device driver usb [ 0.373383] PCI: Using ACPI for IRQ routing [ 0.374387] NetLabel: Initializing [ 0.375086] NetLabel: domain hash size = 128 [ 0.375924] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376857] NetLabel: unlabeled traffic allowed by default [ 0.377925] clocksource: Switched to clocksource kvm-clock [ 0.383297] AppArmor: AppArmor Filesystem Enabled [ 0.384259] pnp: PnP ACPI init [ 0.385154] pnp: PnP ACPI: found 5 devices [ 0.391509] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393187] NET: Registered protocol family 2 [ 0.394132] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395380] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396527] TCP: Hash tables configured (established 4096 bind 4096) [ 0.397662] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.398724] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.399897] NET: Registered protocol family 1 [ 0.400748] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.401823] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.402881] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.416857] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431061] Trying to unpack rootfs image as initramfs... [ 0.480433] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.494538] Scanning for low memory corruption every 60 seconds [ 0.495835] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.496958] audit: initializing netlink subsys (disabled) [ 0.497969] audit: type=2000 audit(1527212726.926:1): initialized [ 0.499251] Initialise system trusted keyring [ 0.500161] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501306] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503258] zbud: loaded [ 0.503954] VFS: Disk quotas dquot_6.6.0 [ 0.504763] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506264] fuse init (API version 7.23) [ 0.507150] Key type big_key registered [ 0.507944] Allocating IMA MOK and blacklist keyrings. [ 0.509035] Key type asymmetric registered [ 0.509852] Asymmetric key parser 'x509' registered [ 0.510805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.512261] io scheduler noop registered [ 0.513043] io scheduler deadline registered (default) [ 0.514018] io scheduler cfq registered [ 0.514839] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.515864] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.517096] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.518535] ACPI: Power Button [PWRF] [ 0.519734] GHES: HEST is not enabled! [ 0.533337] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.561164] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.563415] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.588503] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.592300] Linux agpgart interface v0.103 [ 0.594485] brd: module loaded [ 0.595712] loop: module loaded [ 0.600311] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.601727] GPT:90111 != 2097151 [ 0.602389] GPT:Alternate GPT header not at the end of the disk. [ 0.603449] GPT:90111 != 2097151 [ 0.604104] GPT: Use GNU Parted to correct GPT errors. [ 0.605036] vda: vda1 vda15 [ 0.606531] scsi host0: ata_piix [ 0.607253] scsi host1: ata_piix [ 0.607939] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.609113] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.610514] libphy: Fixed MDIO Bus: probed [ 0.611312] tun: Universal TUN/TAP device driver, 1.6 [ 0.612227] tun: (C) 1999-2004 Max Krasnyansky [ 0.614351] PPP generic driver version 2.4.2 [ 0.615215] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.616646] ehci-pci: EHCI PCI platform driver [ 0.617488] ehci-platform: EHCI generic platform driver [ 0.618451] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.619553] ohci-pci: OHCI PCI platform driver [ 0.620405] ohci-platform: OHCI generic platform driver [ 0.621370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.635745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.636727] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.638161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.639169] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.640271] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.641474] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.642878] usb usb1: Product: UHCI Host Controller [ 0.643803] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644927] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645972] hub 1-0:1.0: USB hub found [ 0.646736] hub 1-0:1.0: 2 ports detected [ 0.647618] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.649687] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.650626] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.651643] mousedev: PS/2 mouse device common for all mice [ 0.652870] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654672] rtc_cmos 00:00: RTC can wake from S4 [ 0.655735] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656910] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.658082] i2c /dev entries driver [ 0.658835] device-mapper: uevent: version 1.0.3 [ 0.659749] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661333] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662609] NET: Registered protocol family 10 [ 0.663580] NET: Registered protocol family 17 [ 0.664446] Key type dns_resolver registered [ 0.665347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.666438] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.668148] registered taskstats version 1 [ 0.668967] Loading compiled-in X.509 certificates [ 0.670396] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.672213] zswap: loaded using pool lzo/zbud [ 0.673556] Key type trusted registered [ 0.675538] Key type encrypted registered [ 0.676347] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677352] ima: No TPM chip found, activating TPM-bypass! [ 0.678372] evm: HMAC attrs: 0x1 [ 0.679287] Magic number: 2:212:762 [ 0.680038] atkbd serio0: hash matches [ 0.680862] rtc_cmos 00:00: setting system clock to 2018-05-25 01:45:27 UTC (1527212727) [ 0.682435] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683535] EDD information not available. [ 0.766988] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.778626] Write protecting the kernel read-only data: 14336k [ 0.780181] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.781958] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.07 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.285237] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-05-25 01:52:56,578 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Begin test execution 2018-05-25 01:53:56,581 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - try 1: cannot connect to 172.30.9.215 2018-05-25 01:54:06,694 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - ssh: 2018-05-25 01:54:06,698 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - ping output: >> 2018-05-25 01:54:06,701 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-25 01:54:06,702 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-25 01:54:07,236 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-25 01:54:07,236 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:43 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-25 01:54:23,736 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-25 01:54:24,459 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - ext_net: Munch({u'status': u'ACTIVE', u'subnets': [u'd9c6b613-c326-489d-955d-7bbba7b85caf'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-25T01:27:09Z', u'is_default': False, u'revision_number': 4, u'port_security_enabled': True, u'mtu': 1500, u'id': u'6e052593-b708-48fd-b781-9824d1de43c7', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'name': u'external', u'admin_state_up': True, u'tenant_id': u'0558515da7544e8c96d6108df0a70c14', u'created_at': u'2018-05-25T01:27:02Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0558515da7544e8c96d6108df0a70c14'}) 2018-05-25 01:54:24,460 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Begin virtual environment setup 2018-05-25 01:54:24,460 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing Start Time:'2018-05-25 01:54:24' 2018-05-25 01:54:24,460 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating image with name: 'functest-vping--5de14f8c-5733-4cea-b62c-0c80584a2f23' 2018-05-25 01:54:24,460 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Image metadata: None 2018-05-25 01:54:26,714 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/functest-vping--5de14f8c-5733-4cea-b62c-0c80584a2f23', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-25T01:54:24Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'shared', u'file': u'/v2/images/7bd18d14-77da-476c-8bfe-7c13a38daac3/file', u'owner': u'4e13b6b615444d39bf40b39c601ed446', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'7bd18d14-77da-476c-8bfe-7c13a38daac3', u'size': None, u'name': u'functest-vping--5de14f8c-5733-4cea-b62c-0c80584a2f23', u'checksum': None, u'self': u'/v2/images/7bd18d14-77da-476c-8bfe-7c13a38daac3', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-25T01:54:24Z', u'schema': u'/v2/schemas/image'}) 2018-05-25 01:54:26,714 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating network with name: 'vping-net-5de14f8c-5733-4cea-b62c-0c80584a2f23' 2018-05-25 01:54:27,140 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-25T01:54:26Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'3a08f1bf-ba15-4bb5-8b69-8d4f5de8f320', u'provider:segmentation_id': 26, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-net-5de14f8c-5733-4cea-b62c-0c80584a2f23', u'admin_state_up': True, u'tenant_id': u'4e13b6b615444d39bf40b39c601ed446', u'created_at': u'2018-05-25T01:54:26Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'4e13b6b615444d39bf40b39c601ed446'}) 2018-05-25 01:54:28,338 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-25T01:54:27Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.130.2', u'end': u'192.168.130.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.130.0/24', u'id': u'c1cf97e3-7e18-4ab6-a52b-3711063475f4', u'subnetpool_id': None, u'service_types': [], u'name': u'vping-subnet-5de14f8c-5733-4cea-b62c-0c80584a2f23', u'enable_dhcp': True, u'network_id': u'3a08f1bf-ba15-4bb5-8b69-8d4f5de8f320', u'tenant_id': u'4e13b6b615444d39bf40b39c601ed446', u'created_at': u'2018-05-25T01:54:27Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.130.1', u'ip_version': 4, u'project_id': u'4e13b6b615444d39bf40b39c601ed446'}) 2018-05-25 01:54:28,338 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating router with name: 'vping-router-5de14f8c-5733-4cea-b62c-0c80584a2f23' 2018-05-25 01:54:29,547 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6e052593-b708-48fd-b781-9824d1de43c7', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'd9c6b613-c326-489d-955d-7bbba7b85caf', u'ip_address': u'172.30.9.209'}]}, u'description': u'', u'tags': [], u'tenant_id': u'4e13b6b615444d39bf40b39c601ed446', u'created_at': u'2018-05-25T01:54:28Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-05-25T01:54:29Z', u'revision_number': 2, u'routes': [], u'project_id': u'4e13b6b615444d39bf40b39c601ed446', u'id': u'2293d16a-4789-48e8-94a4-6eb428c27a93', u'name': u'vping-router-5de14f8c-5733-4cea-b62c-0c80584a2f23'}) 2018-05-25 01:54:31,454 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating flavor with name: 'vping-flavor-5de14f8c-5733-4cea-b62c-0c80584a2f23' 2018-05-25 01:54:31,637 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - flavor: Munch({'name': u'vping-flavor-5de14f8c-5733-4cea-b62c-0c80584a2f23', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4e13b6b615444d39bf40b39c601ed446', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'3b1036e8-1ba0-440c-9c4a-9fc3d4a0bfcb', 'swap': 0}) 2018-05-25 01:54:32,413 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-5de14f8c-5733-4cea-b62c-0c80584a2f23' 2018-05-25 01:54:40,821 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - vm1: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping-net-5de14f8c-5733-4cea-b62c-0c80584a2f23': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:29:d3:05', u'version': 4, u'addr': u'192.168.130.13', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'7bd18d14-77da-476c-8bfe-7c13a38daac3'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000002a', u'OS-SRV-USG:launched_at': u'2018-05-25T01:47:05.000000', 'flavor': Munch({u'id': u'3b1036e8-1ba0-440c-9c4a-9fc3d4a0bfcb'}), 'az': u'nova', 'id': u'd26669d0-7388-4f70-8d7d-de6e94631749', 'security_groups': [Munch({u'name': u'vping-sg-5de14f8c-5733-4cea-b62c-0c80584a2f23'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'90a6abf4af324800803bdfb57614b580', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4e13b6b615444d39bf40b39c601ed446', 'name': 'admin', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-05-25T01:47:05.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-25T01:54:39Z', 'hostId': u'ef7962bb6a1c4f523a5a0483bf0f8fb5fcfaa7e9213d5446aac051d4', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.130.13', 'cloud': 'envvars', 'host_id': u'ef7962bb6a1c4f523a5a0483bf0f8fb5fcfaa7e9213d5446aac051d4', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000002a', u'OS-SRV-USG:launched_at': u'2018-05-25T01:47:05.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'4e13b6b615444d39bf40b39c601ed446', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'opnfv-vping-1-5de14f8c-5733-4cea-b62c-0c80584a2f23', 'adminPass': u'2nBGpGiFXvBe', 'tenant_id': u'4e13b6b615444d39bf40b39c601ed446', 'region': 'regionOne', 'created': u'2018-05-25T01:54:34Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-25 01:54:43,132 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - vm1 console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 470075743 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.127468] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.129086] pid_max: default: 32768 minimum: 301 [ 0.129962] ACPI: Core revision 20150930 [ 0.131327] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132609] Security Framework initialized [ 0.133409] Yama: becoming mindful. [ 0.134125] AppArmor: AppArmor initialized [ 0.134979] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136281] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137530] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138715] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140078] Initializing cgroup subsys io [ 0.140877] Initializing cgroup subsys memory [ 0.141715] Initializing cgroup subsys devices [ 0.142580] Initializing cgroup subsys freezer [ 0.143439] Initializing cgroup subsys net_cls [ 0.144291] Initializing cgroup subsys perf_event [ 0.145179] Initializing cgroup subsys net_prio [ 0.146041] Initializing cgroup subsys hugetlb [ 0.146898] Initializing cgroup subsys pids [ 0.147755] CPU: Physical Processor ID: 0 [ 0.149247] mce: CPU supports 10 MCE banks [ 0.150081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162830] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169147] ftrace: allocating 31920 entries in 125 pages [ 0.195264] smpboot: Max logical packages: 1 [ 0.196114] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.197453] x2apic enabled [ 0.198255] Switched APIC routing to physical x2apic. [ 0.200004] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.201112] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.203077] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.204840] KVM setup paravirtual spinlock [ 0.206121] x86: Booted up 1 node, 1 CPUs [ 0.206923] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.208295] devtmpfs: initialized [ 0.210006] evm: security.selinux [ 0.210698] evm: security.SMACK64 [ 0.211385] evm: security.SMACK64EXEC [ 0.212126] evm: security.SMACK64TRANSMUTE [ 0.212922] evm: security.SMACK64MMAP [ 0.213657] evm: security.ima [ 0.214292] evm: security.capability [ 0.215088] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.216915] pinctrl core: initialized pinctrl subsystem [ 0.218004] RTC time: 1:47:05, date: 05/25/18 [ 0.218946] NET: Registered protocol family 16 [ 0.219904] cpuidle: using governor ladder [ 0.220708] cpuidle: using governor menu [ 0.221491] PCCT header not found. [ 0.222243] ACPI: bus type PCI registered [ 0.223038] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224259] PCI: Using configuration type 1 for base access [ 0.226005] ACPI: Added _OSI(Module Device) [ 0.226842] ACPI: Added _OSI(Processor Device) [ 0.227691] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.228805] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231282] ACPI: Interpreter enabled [ 0.232272] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234641] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236934] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238752] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240580] ACPI: (supports S0 S5) [ 0.241414] ACPI: Using IOAPIC for interrupt routing [ 0.242344] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245413] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246539] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247753] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.248929] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251112] acpiphp: Slot [3] registered [ 0.251899] acpiphp: Slot [4] registered [ 0.252681] acpiphp: Slot [5] registered [ 0.253497] acpiphp: Slot [6] registered [ 0.254288] acpiphp: Slot [7] registered [ 0.255075] acpiphp: Slot [8] registered [ 0.255860] acpiphp: Slot [9] registered [ 0.256648] acpiphp: Slot [10] registered [ 0.257460] acpiphp: Slot [11] registered [ 0.258271] acpiphp: Slot [12] registered [ 0.259073] acpiphp: Slot [13] registered [ 0.259870] acpiphp: Slot [14] registered [ 0.260664] acpiphp: Slot [15] registered [ 0.271360] acpiphp: Slot [16] registered [ 0.272175] acpiphp: Slot [17] registered [ 0.272974] acpiphp: Slot [18] registered [ 0.273770] acpiphp: Slot [19] registered [ 0.274561] acpiphp: Slot [20] registered [ 0.275364] acpiphp: Slot [21] registered [ 0.276170] acpiphp: Slot [22] registered [ 0.276970] acpiphp: Slot [23] registered [ 0.277767] acpiphp: Slot [24] registered [ 0.278561] acpiphp: Slot [25] registered [ 0.279364] acpiphp: Slot [26] registered [ 0.280164] acpiphp: Slot [27] registered [ 0.280966] acpiphp: Slot [28] registered [ 0.281767] acpiphp: Slot [29] registered [ 0.282560] acpiphp: Slot [30] registered [ 0.283368] acpiphp: Slot [31] registered [ 0.284166] PCI host bridge to bus 0000:00 [ 0.284964] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287369] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288796] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.290216] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296433] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298526] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299690] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300947] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307942] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309353] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359437] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360934] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362347] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363751] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365136] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366371] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367507] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368551] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370085] vgaarb: loaded [ 0.370686] vgaarb: bridge control possible 0000:00:02.0 [ 0.371820] SCSI subsystem initialized [ 0.372626] ACPI: bus type USB registered [ 0.373437] usbcore: registered new interface driver usbfs [ 0.374462] usbcore: registered new interface driver hub [ 0.375461] usbcore: registered new device driver usb [ 0.376507] PCI: Using ACPI for IRQ routing [ 0.377524] NetLabel: Initializing [ 0.378232] NetLabel: domain hash size = 128 [ 0.379074] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380015] NetLabel: unlabeled traffic allowed by default [ 0.381096] clocksource: Switched to clocksource kvm-clock [ 0.386641] AppArmor: AppArmor Filesystem Enabled [ 0.387599] pnp: PnP ACPI init [ 0.388505] pnp: PnP ACPI: found 5 devices [ 0.394872] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396552] NET: Registered protocol family 2 [ 0.397505] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.398760] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.399910] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401052] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402120] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403275] NET: Registered protocol family 1 [ 0.404138] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405225] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406288] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420320] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.434551] Trying to unpack rootfs image as initramfs... [ 0.484540] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498533] Scanning for low memory corruption every 60 seconds [ 0.499830] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.500956] audit: initializing netlink subsys (disabled) [ 0.501969] audit: type=2000 audit(1527212826.580:1): initialized [ 0.503256] Initialise system trusted keyring [ 0.504171] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.505319] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507261] zbud: loaded [ 0.507953] VFS: Disk quotas dquot_6.6.0 [ 0.508758] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.510257] fuse init (API version 7.23) [ 0.511138] Key type big_key registered [ 0.511927] Allocating IMA MOK and blacklist keyrings. [ 0.513399] Key type asymmetric registered [ 0.514214] Asymmetric key parser 'x509' registered [ 0.515154] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.516595] io scheduler noop registered [ 0.517389] io scheduler deadline registered (default) [ 0.518367] io scheduler cfq registered [ 0.519191] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.520221] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521474] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.522914] ACPI: Power Button [PWRF] [ 0.523735] GHES: HEST is not enabled! [ 0.537407] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.565346] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.567598] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591692] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593880] Linux agpgart interface v0.103 [ 0.596003] brd: module loaded [ 0.597228] loop: module loaded [ 0.600831] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.602276] GPT:90111 != 2097151 [ 0.602944] GPT:Alternate GPT header not at the end of the disk. [ 0.604011] GPT:90111 != 2097151 [ 0.604668] GPT: Use GNU Parted to correct GPT errors. [ 0.607316] vda: vda1 vda15 [ 0.609368] scsi host0: ata_piix [ 0.610106] scsi host1: ata_piix [ 0.610806] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.611992] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.613420] libphy: Fixed MDIO Bus: probed [ 0.614226] tun: Universal TUN/TAP device driver, 1.6 [ 0.615156] tun: (C) 1999-2004 Max Krasnyansky [ 0.617313] PPP generic driver version 2.4.2 [ 0.618191] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.619635] ehci-pci: EHCI PCI platform driver [ 0.620491] ehci-platform: EHCI generic platform driver [ 0.621467] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622571] ohci-pci: OHCI PCI platform driver [ 0.623419] ohci-platform: OHCI generic platform driver [ 0.624381] uhci_hcd: USB Universal Host Controller Interface driver [ 0.658100] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.659085] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.660499] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.661497] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.662595] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.663788] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.665183] usb usb1: Product: UHCI Host Controller [ 0.666100] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.667217] usb usb1: SerialNumber: 0000:00:01.2 [ 0.668273] hub 1-0:1.0: USB hub found [ 0.669043] hub 1-0:1.0: 2 ports detected [ 0.669946] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.672040] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.672971] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.673996] mousedev: PS/2 mouse device common for all mice [ 0.675229] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.677049] rtc_cmos 00:00: RTC can wake from S4 [ 0.678129] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.679298] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.680459] i2c /dev entries driver [ 0.681218] device-mapper: uevent: version 1.0.3 [ 0.682152] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.683751] ledtrig-cpu: registered to indicate activity on CPUs [ 0.684994] NET: Registered protocol family 10 [ 0.685972] NET: Registered protocol family 17 [ 0.686834] Key type dns_resolver registered [ 0.687736] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.688795] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.690507] registered taskstats version 1 [ 0.691327] Loading compiled-in X.509 certificates [ 0.692752] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.694564] zswap: loaded using pool lzo/zbud [ 0.696384] Key type trusted registered [ 0.697943] Key type encrypted registered [ 0.698749] AppArmor: AppArmor sha1 policy hashing enabled [ 0.699752] ima: No TPM chip found, activating TPM-bypass! [ 0.700767] evm: HMAC attrs: 0x1 [ 0.701712] Magic number: 2:212:762 [ 0.702466] atkbd serio0: hash matches [ 0.703307] rtc_cmos 00:00: setting system clock to 2018-05-25 01:47:06 UTC (1527212826) [ 0.704869] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705967] EDD information not available. [ 0.770193] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.781777] Write protecting the kernel read-only data: 14336k [ 0.783351] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.785141] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.831335] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.40 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.49. iid=i-00000027 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data 2018-05-25 01:54:43,133 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-userdata--5de14f8c-5733-4cea-b62c-0c80584a2f23' 2018-05-25 01:54:53,221 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - vm2: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping-net-5de14f8c-5733-4cea-b62c-0c80584a2f23': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:a1:94:68', u'version': 4, u'addr': u'192.168.130.12', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'7bd18d14-77da-476c-8bfe-7c13a38daac3'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000002d', u'OS-SRV-USG:launched_at': u'2018-05-25T01:47:25.000000', 'flavor': Munch({u'id': u'3b1036e8-1ba0-440c-9c4a-9fc3d4a0bfcb'}), 'az': u'nova', 'id': u'5c066805-5b7d-4301-bd17-a6f7384e9289', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'90a6abf4af324800803bdfb57614b580', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4e13b6b615444d39bf40b39c601ed446', 'name': 'admin', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-05-25T01:47:25.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-25T01:54:51Z', 'hostId': u'6ed4d71c95c10b2bb61723b49e4189f308dd3f5cc1c6a57a902aeae8', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-0.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.130.12', 'cloud': 'envvars', 'host_id': u'6ed4d71c95c10b2bb61723b49e4189f308dd3f5cc1c6a57a902aeae8', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-0.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000002d', u'OS-SRV-USG:launched_at': u'2018-05-25T01:47:25.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'4e13b6b615444d39bf40b39c601ed446', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', 'name': u'opnfv-vping-2-userdata--5de14f8c-5733-4cea-b62c-0c80584a2f23', 'adminPass': u'cv3GsLHdGv8M', 'tenant_id': u'4e13b6b615444d39bf40b39c601ed446', 'region': 'regionOne', 'created': u'2018-05-25T01:54:44Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-25 01:54:55,397 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - vm2 console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 470075743 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.127468] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.129086] pid_max: default: 32768 minimum: 301 [ 0.129962] ACPI: Core revision 20150930 [ 0.131327] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132609] Security Framework initialized [ 0.133409] Yama: becoming mindful. [ 0.134125] AppArmor: AppArmor initialized [ 0.134979] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136281] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137530] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138715] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140078] Initializing cgroup subsys io [ 0.140877] Initializing cgroup subsys memory [ 0.141715] Initializing cgroup subsys devices [ 0.142580] Initializing cgroup subsys freezer [ 0.143439] Initializing cgroup subsys net_cls [ 0.144291] Initializing cgroup subsys perf_event [ 0.145179] Initializing cgroup subsys net_prio [ 0.146041] Initializing cgroup subsys hugetlb [ 0.146898] Initializing cgroup subsys pids [ 0.147755] CPU: Physical Processor ID: 0 [ 0.149247] mce: CPU supports 10 MCE banks [ 0.150081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162830] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169147] ftrace: allocating 31920 entries in 125 pages [ 0.195264] smpboot: Max logical packages: 1 [ 0.196114] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.197453] x2apic enabled [ 0.198255] Switched APIC routing to physical x2apic. [ 0.200004] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.201112] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.203077] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.204840] KVM setup paravirtual spinlock [ 0.206121] x86: Booted up 1 node, 1 CPUs [ 0.206923] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.208295] devtmpfs: initialized [ 0.210006] evm: security.selinux [ 0.210698] evm: security.SMACK64 [ 0.211385] evm: security.SMACK64EXEC [ 0.212126] evm: security.SMACK64TRANSMUTE [ 0.212922] evm: security.SMACK64MMAP [ 0.213657] evm: security.ima [ 0.214292] evm: security.capability [ 0.215088] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.216915] pinctrl core: initialized pinctrl subsystem [ 0.218004] RTC time: 1:47:05, date: 05/25/18 [ 0.218946] NET: Registered protocol family 16 [ 0.219904] cpuidle: using governor ladder [ 0.220708] cpuidle: using governor menu [ 0.221491] PCCT header not found. [ 0.222243] ACPI: bus type PCI registered [ 0.223038] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224259] PCI: Using configuration type 1 for base access [ 0.226005] ACPI: Added _OSI(Module Device) [ 0.226842] ACPI: Added _OSI(Processor Device) [ 0.227691] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.228805] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231282] ACPI: Interpreter enabled [ 0.232272] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234641] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236934] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238752] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240580] ACPI: (supports S0 S5) [ 0.241414] ACPI: Using IOAPIC for interrupt routing [ 0.242344] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245413] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246539] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247753] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.248929] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251112] acpiphp: Slot [3] registered [ 0.251899] acpiphp: Slot [4] registered [ 0.252681] acpiphp: Slot [5] registered [ 0.253497] acpiphp: Slot [6] registered [ 0.254288] acpiphp: Slot [7] registered [ 0.255075] acpiphp: Slot [8] registered [ 0.255860] acpiphp: Slot [9] registered [ 0.256648] acpiphp: Slot [10] registered [ 0.257460] acpiphp: Slot [11] registered [ 0.258271] acpiphp: Slot [12] registered [ 0.259073] acpiphp: Slot [13] registered [ 0.259870] acpiphp: Slot [14] registered [ 0.260664] acpiphp: Slot [15] registered [ 0.271360] acpiphp: Slot [16] registered [ 0.272175] acpiphp: Slot [17] registered [ 0.272974] acpiphp: Slot [18] registered [ 0.273770] acpiphp: Slot [19] registered [ 0.274561] acpiphp: Slot [20] registered [ 0.275364] acpiphp: Slot [21] registered [ 0.276170] acpiphp: Slot [22] registered [ 0.276970] acpiphp: Slot [23] registered [ 0.277767] acpiphp: Slot [24] registered [ 0.278561] acpiphp: Slot [25] registered [ 0.279364] acpiphp: Slot [26] registered [ 0.280164] acpiphp: Slot [27] registered [ 0.280966] acpiphp: Slot [28] registered [ 0.281767] acpiphp: Slot [29] registered [ 0.282560] acpiphp: Slot [30] registered [ 0.283368] acpiphp: Slot [31] registered [ 0.284166] PCI host bridge to bus 0000:00 [ 0.284964] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287369] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288796] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.290216] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296433] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298526] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299690] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300947] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307942] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309353] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359437] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360934] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362347] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363751] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365136] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366371] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367507] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368551] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370085] vgaarb: loaded [ 0.370686] vgaarb: bridge control possible 0000:00:02.0 [ 0.371820] SCSI subsystem initialized [ 0.372626] ACPI: bus type USB registered [ 0.373437] usbcore: registered new interface driver usbfs [ 0.374462] usbcore: registered new interface driver hub [ 0.375461] usbcore: registered new device driver usb [ 0.376507] PCI: Using ACPI for IRQ routing [ 0.377524] NetLabel: Initializing [ 0.378232] NetLabel: domain hash size = 128 [ 0.379074] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380015] NetLabel: unlabeled traffic allowed by default [ 0.381096] clocksource: Switched to clocksource kvm-clock [ 0.386641] AppArmor: AppArmor Filesystem Enabled [ 0.387599] pnp: PnP ACPI init [ 0.388505] pnp: PnP ACPI: found 5 devices [ 0.394872] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396552] NET: Registered protocol family 2 [ 0.397505] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.398760] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.399910] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401052] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402120] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403275] NET: Registered protocol family 1 [ 0.404138] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405225] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406288] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420320] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.434551] Trying to unpack rootfs image as initramfs... [ 0.484540] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498533] Scanning for low memory corruption every 60 seconds [ 0.499830] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.500956] audit: initializing netlink subsys (disabled) [ 0.501969] audit: type=2000 audit(1527212826.580:1): initialized [ 0.503256] Initialise system trusted keyring [ 0.504171] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.505319] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507261] zbud: loaded [ 0.507953] VFS: Disk quotas dquot_6.6.0 [ 0.508758] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.510257] fuse init (API version 7.23) [ 0.511138] Key type big_key registered [ 0.511927] Allocating IMA MOK and blacklist keyrings. [ 0.513399] Key type asymmetric registered [ 0.514214] Asymmetric key parser 'x509' registered [ 0.515154] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.516595] io scheduler noop registered [ 0.517389] io scheduler deadline registered (default) [ 0.518367] io scheduler cfq registered [ 0.519191] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.520221] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521474] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.522914] ACPI: Power Button [PWRF] [ 0.523735] GHES: HEST is not enabled! [ 0.537407] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.565346] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.567598] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591692] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593880] Linux agpgart interface v0.103 [ 0.596003] brd: module loaded [ 0.597228] loop: module loaded [ 0.600831] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.602276] GPT:90111 != 2097151 [ 0.602944] GPT:Alternate GPT header not at the end of the disk. [ 0.604011] GPT:90111 != 2097151 [ 0.604668] GPT: Use GNU Parted to correct GPT errors. [ 0.607316] vda: vda1 vda15 [ 0.609368] scsi host0: ata_piix [ 0.610106] scsi host1: ata_piix [ 0.610806] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.611992] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.613420] libphy: Fixed MDIO Bus: probed [ 0.614226] tun: Universal TUN/TAP device driver, 1.6 [ 0.615156] tun: (C) 1999-2004 Max Krasnyansky [ 0.617313] PPP generic driver version 2.4.2 [ 0.618191] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.619635] ehci-pci: EHCI PCI platform driver [ 0.620491] ehci-platform: EHCI generic platform driver [ 0.621467] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622571] ohci-pci: OHCI PCI platform driver [ 0.623419] ohci-platform: OHCI generic platform driver [ 0.624381] uhci_hcd: USB Universal Host Controller Interface driver [ 0.658100] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.659085] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.660499] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.661497] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.662595] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.663788] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.665183] usb usb1: Product: UHCI Host Controller [ 0.666100] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.667217] usb usb1: SerialNumber: 0000:00:01.2 [ 0.668273] hub 1-0:1.0: USB hub found [ 0.669043] hub 1-0:1.0: 2 ports detected [ 0.669946] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.672040] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.672971] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.673996] mousedev: PS/2 mouse device common for all mice [ 0.675229] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.677049] rtc_cmos 00:00: RTC can wake from S4 [ 0.678129] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.679298] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.680459] i2c /dev entries driver [ 0.681218] device-mapper: uevent: version 1.0.3 [ 0.682152] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.683751] ledtrig-cpu: registered to indicate activity on CPUs [ 0.684994] NET: Registered protocol family 10 [ 0.685972] NET: Registered protocol family 17 [ 0.686834] Key type dns_resolver registered [ 0.687736] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.688795] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.690507] registered taskstats version 1 [ 0.691327] Loading compiled-in X.509 certificates [ 0.692752] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.694564] zswap: loaded using pool lzo/zbud [ 0.696384] Key type trusted registered [ 0.697943] Key type encrypted registered [ 0.698749] AppArmor: AppArmor sha1 policy hashing enabled [ 0.699752] ima: No TPM chip found, activating TPM-bypass! [ 0.700767] evm: HMAC attrs: 0x1 [ 0.701712] Magic number: 2:212:762 [ 0.702466] atkbd serio0: hash matches [ 0.703307] rtc_cmos 00:00: setting system clock to 2018-05-25 01:47:06 UTC (1527212826) [ 0.704869] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705967] EDD information not available. [ 0.770193] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.781777] Write protecting the kernel read-only data: 14336k [ 0.783351] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.785141] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.831335] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.40 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.49. iid=i-00000027 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDnAcyu0Oh33BO8O04c6D7l1cOvI2/YbZAfWzHoa+vLLvCcCSp3Hi1slQpltkAFhFTWBWPAqIqL9sbzKR048ukTTOjAC8TlaJkDr5rblY7eawyA4MUCXCWduwZWCnL0iun1jf5KENef4ovc3sA3ywVfs0X2NexfOtJORrrKsAhcrQ0ud9denGJUalsJidA6Ulyfb6rxcQvwR/b5nJjCRl3mcK5PmO9TEkcUg0Uodh3rkf7wEw5fhd9uvQdqqjHhKhVfvZgu0tBUZgjhBI5I5g3TjZt4ZOQX0SXd5XXOD5upNDVVkY/glpHPZ6Nz0mB3x07BJPQEjB69LyeaSOp1/Jpf root@opnfv-vping-1-5de14f8c-5733-4cea-b62c-0c80584a2f23 ssh-dss AAAAB3NzaC1kc3MAAACBAOZCGUmIopGHuJQLkQT/CWiJ4MDt5p9AODsna9LtV+Ol8LRhppWJmD4iHR7PRMyys7ZogqpdAWJzpwJWpqdFzPFQZCHCLPGPpa1wZKXC2cIemILR9sIeN6FIJLSnSyCqdm0GSSlbZaAruDuld6mSAunpSjQN+EpC5XOhOmX8JWHlAAAAFQCJbJ+WsvXmDLV2VTrlQGTra2fbrQAAAIBueBbNuSYWZpxPKas8Qn3Hai8eV5u8nCpg3B2Isq8kPHYxTjCPGx613f5cKt8h2ijbpuKOhcW23ejWmTMK1dUqyEh6TM7+PpTR0iWEQKhibp3t+ZASFKVraBZYQ9we4U7LxrYwXoFYIlQ7SSz+4TWH4NOzVEvRPyFW7sv5tAGnuAAAAIEAjIpcEaRWXeRPc8Ttp1Ts7iIiy5BCdXG2y58BMfTp8CL+3JR7fnCtrpBlwbr6ygRIJHwh1C8XBVKB+d1FwIUCWJ+ASeMGtDhQb/fTFvaJejrFMCRoS0rbipzjRKOnsE/OKNecbsUPawQd7o/Xxt09c0AV6gcLuGOwwVl7P29Yiag= root@opnfv-vping-1-5de14f8c-5733-4cea-b62c-0c80584a2f23 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.13,24,fe80::f816:3eff:fe29:d305/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.3 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.13 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000027 name: N/A availability-zone: nova local-hostname: opnfv-vping-1-5de14f8c-5733-4cea-b62c-0c80584a2f23 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.08 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-1-5de14f8c-5733-4cea-b62c-0c80584a2f23 login: /dev/root resized successfully [took 4.15s] 2018-05-25 01:54:55,397 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Begin test execution 2018-05-25 01:54:55,397 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-05-25 01:54:57,931 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1081948805 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129163] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.130807] pid_max: default: 32768 minimum: 301 [ 0.131684] ACPI: Core revision 20150930 [ 0.133077] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134340] Security Framework initialized [ 0.135126] Yama: becoming mindful. [ 0.135832] AppArmor: AppArmor initialized [ 0.136713] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138013] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139246] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140467] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141853] Initializing cgroup subsys io [ 0.142637] Initializing cgroup subsys memory [ 0.143468] Initializing cgroup subsys devices [ 0.144340] Initializing cgroup subsys freezer [ 0.145228] Initializing cgroup subsys net_cls [ 0.146087] Initializing cgroup subsys perf_event [ 0.147001] Initializing cgroup subsys net_prio [ 0.147852] Initializing cgroup subsys hugetlb [ 0.148740] Initializing cgroup subsys pids [ 0.149597] CPU: Physical Processor ID: 0 [ 0.151106] mce: CPU supports 10 MCE banks [ 0.151925] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152956] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163390] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169720] ftrace: allocating 31920 entries in 125 pages [ 0.195628] smpboot: Max logical packages: 1 [ 0.196526] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.197863] x2apic enabled [ 0.198645] Switched APIC routing to physical x2apic. [ 0.200359] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.201492] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.203445] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205286] KVM setup paravirtual spinlock [ 0.206579] x86: Booted up 1 node, 1 CPUs [ 0.207359] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.208710] devtmpfs: initialized [ 0.210400] evm: security.selinux [ 0.211079] evm: security.SMACK64 [ 0.211745] evm: security.SMACK64EXEC [ 0.212460] evm: security.SMACK64TRANSMUTE [ 0.213239] evm: security.SMACK64MMAP [ 0.213954] evm: security.ima [ 0.214578] evm: security.capability [ 0.215358] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217182] pinctrl core: initialized pinctrl subsystem [ 0.218244] RTC time: 1:47:25, date: 05/25/18 [ 0.219178] NET: Registered protocol family 16 [ 0.220125] cpuidle: using governor ladder [ 0.220920] cpuidle: using governor menu [ 0.221680] PCCT header not found. [ 0.222403] ACPI: bus type PCI registered [ 0.223185] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224389] PCI: Using configuration type 1 for base access [ 0.226112] ACPI: Added _OSI(Module Device) [ 0.226924] ACPI: Added _OSI(Processor Device) [ 0.227756] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.228622] ACPI: Added _OSI(Processor Aggregator Device) [ 0.230696] ACPI: Interpreter enabled [ 0.231434] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233217] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.234986] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.236764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.238532] ACPI: (supports S0 S5) [ 0.239225] ACPI: Using IOAPIC for interrupt routing [ 0.240136] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243277] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244378] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.245563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.246716] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.248870] acpiphp: Slot [3] registered [ 0.249659] acpiphp: Slot [4] registered [ 0.250430] acpiphp: Slot [5] registered [ 0.251210] acpiphp: Slot [6] registered [ 0.252000] acpiphp: Slot [7] registered [ 0.252772] acpiphp: Slot [8] registered [ 0.253542] acpiphp: Slot [9] registered [ 0.254313] acpiphp: Slot [10] registered [ 0.255101] acpiphp: Slot [11] registered [ 0.255894] acpiphp: Slot [12] registered [ 0.256685] acpiphp: Slot [13] registered [ 0.257464] acpiphp: Slot [14] registered [ 0.258247] acpiphp: Slot [15] registered [ 0.269091] acpiphp: Slot [16] registered [ 0.269885] acpiphp: Slot [17] registered [ 0.270669] acpiphp: Slot [18] registered [ 0.271447] acpiphp: Slot [19] registered [ 0.272237] acpiphp: Slot [20] registered [ 0.273022] acpiphp: Slot [21] registered [ 0.273811] acpiphp: Slot [22] registered [ 0.274592] acpiphp: Slot [23] registered [ 0.275378] acpiphp: Slot [24] registered [ 0.276162] acpiphp: Slot [25] registered [ 0.276943] acpiphp: Slot [26] registered [ 0.277724] acpiphp: Slot [27] registered [ 0.278511] acpiphp: Slot [28] registered [ 0.279298] acpiphp: Slot [29] registered [ 0.280083] acpiphp: Slot [30] registered [ 0.280865] acpiphp: Slot [31] registered [ 0.281646] PCI host bridge to bus 0000:00 [ 0.282430] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.283600] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.284772] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286166] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287558] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.293739] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294984] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296117] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297341] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.303745] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.349690] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.351151] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.352535] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353902] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.355247] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.356452] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.357561] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.358576] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.360192] vgaarb: loaded [ 0.360779] vgaarb: bridge control possible 0000:00:02.0 [ 0.361874] SCSI subsystem initialized [ 0.362680] ACPI: bus type USB registered [ 0.363463] usbcore: registered new interface driver usbfs [ 0.364455] usbcore: registered new interface driver hub [ 0.365424] usbcore: registered new device driver usb [ 0.366438] PCI: Using ACPI for IRQ routing [ 0.367429] NetLabel: Initializing [ 0.368119] NetLabel: domain hash size = 128 [ 0.368941] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369857] NetLabel: unlabeled traffic allowed by default [ 0.370909] clocksource: Switched to clocksource kvm-clock [ 0.376276] AppArmor: AppArmor Filesystem Enabled [ 0.377206] pnp: PnP ACPI init [ 0.378091] pnp: PnP ACPI: found 5 devices [ 0.384434] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.386073] NET: Registered protocol family 2 [ 0.387004] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.388227] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.389346] TCP: Hash tables configured (established 4096 bind 4096) [ 0.390455] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391505] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392634] NET: Registered protocol family 1 [ 0.393465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394519] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395551] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409508] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423652] Trying to unpack rootfs image as initramfs... [ 0.472397] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.486424] Scanning for low memory corruption every 60 seconds [ 0.487719] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.488818] audit: initializing netlink subsys (disabled) [ 0.489798] audit: type=2000 audit(1527212846.652:1): initialized [ 0.491068] Initialise system trusted keyring [ 0.491958] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493074] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494994] zbud: loaded [ 0.495678] VFS: Disk quotas dquot_6.6.0 [ 0.496461] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.497912] fuse init (API version 7.23) [ 0.498776] Key type big_key registered [ 0.499566] Allocating IMA MOK and blacklist keyrings. [ 0.501003] Key type asymmetric registered [ 0.501795] Asymmetric key parser 'x509' registered [ 0.502709] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504123] io scheduler noop registered [ 0.504891] io scheduler deadline registered (default) [ 0.505838] io scheduler cfq registered [ 0.506638] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.507650] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.508860] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510249] ACPI: Power Button [PWRF] [ 0.511068] GHES: HEST is not enabled! [ 0.524700] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.552598] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.554805] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.578705] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.580772] Linux agpgart interface v0.103 [ 0.582726] brd: module loaded [ 0.583877] loop: module loaded [ 0.587619] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.589028] GPT:90111 != 2097151 [ 0.589684] GPT:Alternate GPT header not at the end of the disk. [ 0.590734] GPT:90111 != 2097151 [ 0.591393] GPT: Use GNU Parted to correct GPT errors. [ 0.592365] vda: vda1 vda15 [ 0.593684] scsi host0: ata_piix [ 0.594394] scsi host1: ata_piix [ 0.595087] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.596263] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.599725] libphy: Fixed MDIO Bus: probed [ 0.600514] tun: Universal TUN/TAP device driver, 1.6 [ 0.601429] tun: (C) 1999-2004 Max Krasnyansky [ 0.603768] PPP generic driver version 2.4.2 [ 0.604638] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.605796] ehci-pci: EHCI PCI platform driver [ 0.606799] ehci-platform: EHCI generic platform driver [ 0.607926] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.609146] ohci-pci: OHCI PCI platform driver [ 0.609980] ohci-platform: OHCI generic platform driver [ 0.610940] uhci_hcd: USB Universal Host Controller Interface driver [ 0.625381] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.626353] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.627993] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.629141] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.630382] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.631874] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.633596] usb usb1: Product: UHCI Host Controller [ 0.634745] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.636207] usb usb1: SerialNumber: 0000:00:01.2 [ 0.637349] hub 1-0:1.0: USB hub found [ 0.638246] hub 1-0:1.0: 2 ports detected [ 0.639295] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641698] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642848] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.644050] mousedev: PS/2 mouse device common for all mice [ 0.645532] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.647702] rtc_cmos 00:00: RTC can wake from S4 [ 0.648993] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650389] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.651853] i2c /dev entries driver [ 0.652742] device-mapper: uevent: version 1.0.3 [ 0.653827] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655799] ledtrig-cpu: registered to indicate activity on CPUs [ 0.657293] NET: Registered protocol family 10 [ 0.658470] NET: Registered protocol family 17 [ 0.659512] Key type dns_resolver registered [ 0.660579] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.661899] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.663975] registered taskstats version 1 [ 0.664936] Loading compiled-in X.509 certificates [ 0.666465] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.668528] zswap: loaded using pool lzo/zbud [ 0.670018] Key type trusted registered [ 0.671656] Key type encrypted registered [ 0.672572] AppArmor: AppArmor sha1 policy hashing enabled [ 0.673702] ima: No TPM chip found, activating TPM-bypass! [ 0.674836] evm: HMAC attrs: 0x1 [ 0.675851] Magic number: 2:212:762 [ 0.676692] atkbd serio0: hash matches [ 0.677627] rtc_cmos 00:00: setting system clock to 2018-05-25 01:47:26 UTC (1527212846) [ 0.679428] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.680582] EDD information not available. [ 0.755969] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.767727] Write protecting the kernel read-only data: 14336k [ 0.769259] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.771011] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.813721] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.28 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.39. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.908 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCcvSR7n5T5+8r0k/w7DpQgmY59/vuYj8aJFmLCntumMpYQvrlOZ+2ZCtHkEE83Z7AyvMMELoaVhE6M//EFCoTa34DhUtfqYPSVecp/uziTtY6KUZ++iJB1keMdCiijbaQQx07XXISANuHd8DGFGJwkfqfbYliT3zafeFf0YoTcCevphbulX64vaSVllavEPYSBYK2kJ0+QzL603Q0XDRzyk3NUnOKeCW9lS1qrpbaIL7Lp0QVipsksIxWXGw7/BjK3tn4CTdguKEclxQdZnEaXL3mEAgG/y6TCtcbAzOeLiQK8ODDE5Or18KH6p000hDMCSKSLvBG1RgVWwh1Fl1GB root@opnfv-vping-2-userdata--5de14f8c-5733-4cea-b62c-0c80584a2f23 ssh-dss AAAAB3NzaC1kc3MAAACBANEgepUfAsaZjy6DCXwjpgt5pfXEaMmUipCz7ElpVDgW5K84k2tyeOSsAGONuoOooDQ1AoBoab9v2yKeXlsWuIfnwvonxbneS1QbOechJYIT5zxeYFPVytCaA+ih7numpnIUQTfwuYfsP2p0jeqDB/F83yD4yHmWVhfuMLJgHA0FAAAAFQCRsHxCgwIu7KUbT7hknzeUhPKn4QAAAIA6uk/JJ/vGmU8AnwUofZK0xdSTt0AdZVop5f9cyhjW9itZPRzfad8uQFmuX61yxYDTbwsUSGW8C370makGUDgA7O6RXRMXAMRi5YZ/0VYniW8RlUNIotTzDw84KSBk2uiW0fVUR5o1jil4RK3DzDVhQU4GjFK00rocBlHYQt4y0AAAAIEAqSTzsboXs/n2JkLrKuKQGjgl4pFjKPRDmo5bmL9sTlXqfQ6JDM5EF0N9rbYJC4WsI/5SgurqhzK674jHlAfeL/YydrfK2+ZJgb+7hdfxBNjko6VQiGVu5yPPtuFc2GwvNbF7Qv/4E4sSoGIxto5s4kNxmkfvs2ncgMgSPP+1mJY= root@opnfv-vping-2-userdata--5de14f8c-5733-4cea-b62c-0c80584a2f23 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.12,24,fe80::f816:3eff:fea1:9468/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.3 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.12 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000002a name: N/A availability-zone: nova local-hostname: opnfv-vping-2-userdata--5de14f8c-5733-4cea-b62c-0c80584a2f23 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.39 === 2018-05-25 01:54:57,931 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-05-25 01:54:58,043 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-25 01:54:58,043 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:33 | PASS | +------------------------+------------------+------------------+----------------+ 2018-05-25 01:55:14,217 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-25 01:55:14,312 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-25 01:55:14,312 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-25 01:55:14,312 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-25 01:55:18,995 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-25 01:55:18.691 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f73bb9eb-fd74-4618-8282-38bbe4d91e1a) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f73bb9eb-fd74-4618-8282-38bbe4d91e1a | 2018-05-25T01:55:18 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f73bb9eb-fd74-4618-8282-38bbe4d91e1a ~/.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-25 01:55:22,333 - 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-25 01:55:22,333 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-25 01:55:27,968 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-25 01:55:26.643 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-25 01:55:26.785 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-25 01:55:27.800 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e2fe4a21-9c35-4b98-8937-8f9f76024eda) has been successfully created! Using verifier 'opnfv-tempest' (UUID=e2fe4a21-9c35-4b98-8937-8f9f76024eda) as the default verifier for the future CLI operations. 2018-05-25 01:55:30,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-659040ea-9648-4594-bf03-37046d2cfc9f' 2018-05-25 01:55:31,925 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-25T01:55:31Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'c66ce5f9-287f-4a3d-b857-e2382f7ff300', u'provider:segmentation_id': 63, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-659040ea-9648-4594-bf03-37046d2cfc9f', u'admin_state_up': True, u'tenant_id': u'4e13b6b615444d39bf40b39c601ed446', u'created_at': u'2018-05-25T01:55:31Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'4e13b6b615444d39bf40b39c601ed446'}) 2018-05-25 01:55:32,781 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-25T01:55:32Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.150.2', u'end': u'192.168.150.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.150.0/24', u'id': u'c45a957b-ee52-4863-ad4c-49db6e6e2ebe', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-659040ea-9648-4594-bf03-37046d2cfc9f', u'enable_dhcp': True, u'network_id': u'c66ce5f9-287f-4a3d-b857-e2382f7ff300', u'tenant_id': u'4e13b6b615444d39bf40b39c601ed446', u'created_at': u'2018-05-25T01:55:32Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'4e13b6b615444d39bf40b39c601ed446'}) 2018-05-25 01:55:32,781 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-25 01:55:32,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-659040ea-9648-4594-bf03-37046d2cfc9f' 2018-05-25 01:55:34,927 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-659040ea-9648-4594-bf03-37046d2cfc9f', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-25T01:55:33Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/c682595d-5e20-458c-9052-8f978e23fee0/file', u'owner': u'4e13b6b615444d39bf40b39c601ed446', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'c682595d-5e20-458c-9052-8f978e23fee0', u'size': None, u'name': u'Cirros-0.4.0-659040ea-9648-4594-bf03-37046d2cfc9f', u'checksum': None, u'self': u'/v2/images/c682595d-5e20-458c-9052-8f978e23fee0', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-25T01:55:33Z', u'schema': u'/v2/schemas/image'}) 2018-05-25 01:55:34,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-659040ea-9648-4594-bf03-37046d2cfc9f' 2018-05-25 01:55:37,101 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-1-659040ea-9648-4594-bf03-37046d2cfc9f', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-25T01:55:35Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/287eacb3-2876-40aa-88e3-bbe66754baa4/file', u'owner': u'4e13b6b615444d39bf40b39c601ed446', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'287eacb3-2876-40aa-88e3-bbe66754baa4', u'size': None, u'name': u'Cirros-0.4.0-1-659040ea-9648-4594-bf03-37046d2cfc9f', u'checksum': None, u'self': u'/v2/images/287eacb3-2876-40aa-88e3-bbe66754baa4', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-25T01:55:35Z', u'schema': u'/v2/schemas/image'}) 2018-05-25 01:55:37,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-25 01:55:37,334 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-659040ea-9648-4594-bf03-37046d2cfc9f', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4e13b6b615444d39bf40b39c601ed446', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'31dbd453-0e06-404b-8132-8174463c4baf', 'swap': 0}) 2018-05-25 01:55:37,408 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-659040ea-9648-4594-bf03-37046d2cfc9f', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4e13b6b615444d39bf40b39c601ed446', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'9fb38621-e693-4dde-a152-ee278d8b7437', 'swap': 0}) 2018-05-25 01:55:40,645 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-25 01:55:39.547 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e2fe4a21-9c35-4b98-8937-8f9f76024eda) for deployment 'opnfv-rally' (UUID=f73bb9eb-fd74-4618-8282-38bbe4d91e1a). 2018-05-25 01:55:40.477 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e2fe4a21-9c35-4b98-8937-8f9f76024eda) has been successfully configured for deployment 'opnfv-rally' (UUID=f73bb9eb-fd74-4618-8282-38bbe4d91e1a)! 2018-05-25 01:55:40,645 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-25 01:55:40,645 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-25 01:55:40,647 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-25 01:55:40,650 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-25 01:55:43,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-e2fe4a21-9c35-4b98-8937-8f9f76024eda/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-25 01:55:43,815 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-25 01:55:43,816 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-25 01:55:43,817 - 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-25 01:55:46,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 01:55:46.104 51 INFO rally.api [-] Starting verification (UUID=e26e4afd-47e4-4921-9a51-cdbcf6a21fa8) for deployment 'opnfv-rally' (UUID=f73bb9eb-fd74-4618-8282-38bbe4d91e1a) by verifier 'opnfv-tempest' (UUID=e2fe4a21-9c35-4b98-8937-8f9f76024eda). 2018-05-25 01:55:46,106 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: e26e4afd-47e4-4921-9a51-cdbcf6a21fa8 2018-05-25 01:55:53,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 01:55:53.037 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.173s] 2018-05-25 01:55:53,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 01:55:53.096 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.059s] 2018-05-25 01:55:59,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 01:55:59.865 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.357s] 2018-05-25 01:56:03,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 01:56:03.378 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.513s] 2018-05-25 01:56:17,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 01:56:17.190 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.747s] 2018-05-25 01:56:33,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 01:56:33.962 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.275s] 2018-05-25 01:57:09,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 01:57:09.966 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.065s] 2018-05-25 01:57:09,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 01:57:09.968 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-05-25 01:57:41,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 01:57:41.811 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.079s] 2018-05-25 01:57:41,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 01:57:41.812 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-25 01:58:14,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 01:58:14.287 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.076s] 2018-05-25 01:58:14,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 01:58:14.288 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-25 02:00:54,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:00:54.872 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [130.535s] 2018-05-25 02:01:17,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:01:17.567 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.051s] 2018-05-25 02:01:17,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:01:17.664 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.097s] 2018-05-25 02:01:25,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:01:25.629 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.644s] 2018-05-25 02:01:25,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:01:25.638 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-05-25 02:01:27,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:01:27.062 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-25 02:01:27,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:01:27.063 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-25 02:01:30,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:01:30.963 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.370s] 2018-05-25 02:01:37,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:01:37.251 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.089s] 2018-05-25 02:01:43,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:01:43.555 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.661s] 2018-05-25 02:01:51,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:01:51.070 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.441s] 2018-05-25 02:02:00,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:02:00.795 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.250s] 2018-05-25 02:02:06,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:02:06.872 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.381s] 2018-05-25 02:02:13,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:02:13.709 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.200s] 2018-05-25 02:02:21,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:02:21.366 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.480s] 2018-05-25 02:02:28,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:02:28.889 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.449s] 2018-05-25 02:02:37,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:02:37.093 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.695s] 2018-05-25 02:02:39,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:02:39.574 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-25 02:02:41,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:02:41.465 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.070s] 2018-05-25 02:02:41,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:02:41.545 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.079s] 2018-05-25 02:02:41,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:02:41.624 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.080s] 2018-05-25 02:02:41,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:02:41.632 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-05-25 02:02:46,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:02:46.125 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.813s] 2018-05-25 02:02:48,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:02:48.357 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.232s] 2018-05-25 02:02:49,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:02:49.948 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.591s] 2018-05-25 02:02:57,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:02:57.805 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-05-25 02:03:05,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:03:05.000 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.323s] 2018-05-25 02:03:16,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:03:16.969 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.546s] 2018-05-25 02:03:20,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:03:20.134 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.163s] 2018-05-25 02:03:31,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:03:31.821 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.097s] 2018-05-25 02:03:35,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:03:35.816 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.994s] 2018-05-25 02:03:44,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:03:44.558 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.741s] 2018-05-25 02:03:54,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:03:54.990 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.213s] 2018-05-25 02:03:58,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:03:58.703 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.712s] 2018-05-25 02:04:05,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:04:05.268 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.564s] 2018-05-25 02:04:22,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:04:22.297 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.635s] 2018-05-25 02:04:22,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:04:22.818 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.520s] 2018-05-25 02:04:23,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:04:23.236 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.417s] 2018-05-25 02:04:23,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:04:23.457 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.221s] 2018-05-25 02:04:23,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:04:23.691 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.233s] 2018-05-25 02:04:23,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:04:23.746 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.056s] 2018-05-25 02:04:37,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:04:37.272 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.450s] 2018-05-25 02:04:37,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:04:37.567 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.294s] 2018-05-25 02:04:37,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:04:37.974 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.407s] 2018-05-25 02:04:38,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:04:38.182 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.208s] 2018-05-25 02:04:38,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:04:38.281 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.098s] 2018-05-25 02:04:38,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:04:38.492 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.210s] 2018-05-25 02:04:51,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:04:51.759 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.340s] 2018-05-25 02:04:58,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:04:58.699 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.938s] 2018-05-25 02:05:00,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:05:00.522 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.822s] 2018-05-25 02:05:00,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:05:00.754 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.231s] 2018-05-25 02:05:00,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:05:00.942 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.188s] 2018-05-25 02:05:14,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:05:14.553 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.896s] 2018-05-25 02:05:19,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:05:19.973 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [5.420s] 2018-05-25 02:05:22,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:05:22.076 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.102s] 2018-05-25 02:05:22,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:05:22.293 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.217s] 2018-05-25 02:05:22,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:05:22.486 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.193s] 2018-05-25 02:05:37,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:05:37.872 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.883s] 2018-05-25 02:05:43,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:05:43.236 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.364s] 2018-05-25 02:05:47,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:05:47.590 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.353s] 2018-05-25 02:05:51,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:05:51.127 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.537s] 2018-05-25 02:06:16,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:06:16.947 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [10.194s] 2018-05-25 02:06:22,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:06:22.529 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.583s] 2018-05-25 02:06:27,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:06:27.376 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.845s] 2018-05-25 02:06:30,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:06:30.514 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.137s] 2018-05-25 02:06:47,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:06:47.713 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.582s] 2018-05-25 02:06:50,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:06:50.560 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.845s] 2018-05-25 02:06:50,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:06:50.755 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.198s] 2018-05-25 02:06:55,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:06:55.589 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.565s] 2018-05-25 02:06:58,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:06:58.066 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.475s] 2018-05-25 02:06:58,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:06:58.146 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.082s] 2018-05-25 02:07:02,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:07:02.530 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.144s] 2018-05-25 02:07:05,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:07:05.774 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-05-25 02:07:07,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:07:07.235 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-25 02:07:07,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:07:07.237 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-25 02:07:07,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:07:07.237 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-25 02:07:07,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:07:07.238 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-25 02:07:07,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:07:07.239 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-25 02:07:09,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:07:09.289 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-05-25 02:07:25,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:07:25.153 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.689s] 2018-05-25 02:07:38,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:07:38.277 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.193s] 2018-05-25 02:07:51,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:07:51.147 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.867s] 2018-05-25 02:08:01,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:08:01.259 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.180s] 2018-05-25 02:10:11,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:10:11.173 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [122.989s] 2018-05-25 02:11:47,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:11:47.914 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [88.220s] 2018-05-25 02:12:32,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:12:32.777 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [24.522s] 2018-05-25 02:12:48,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'e26e4afd-47e4-4921-9a51-cdbcf6a21fa8']'. 2018-05-25 02:12:49,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-25 02:12:49,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-25 02:12:49,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-25 02:12:49,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | e26e4afd-47e4-4921-9a51-cdbcf6a21fa8 | 2018-05-25 02:12:49,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-25 02:12:49,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-25 01:55:45 | 2018-05-25 02:12:49,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-25 02:12:48 | 2018-05-25 02:12:49,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:17:03 | 2018-05-25 02:12:49,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-25 02:12:49,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-25 02:12:49,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-25 02:12:49,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: e2fe4a21-9c35-4b98-8937-8f9f76024eda) | 2018-05-25 02:12:49,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-25 02:12:49,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: f73bb9eb-fd74-4618-8282-38bbe4d91e1a) | 2018-05-25 02:12:49,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-25 02:12:49,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1001.842 | 2018-05-25 02:12:49,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-05-25 02:12:49,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-25 02:12:49,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-25 02:12:49,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-25 02:12:49,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-25 02:12:49,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-25 02:12:49,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-25 02:12:49,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-05-25 02:12:55,806 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-25 02:12:55,806 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 17:25 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-05-25 02:12:55,810 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-25 02:12:55,903 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-25 02:12:56,537 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-25 02:12:56,537 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-25 02:12:57,010 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-25 02:12:59,527 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-25 02:12:59.122 149 INFO rally.deployment.engine [-] Deployment f73bb9eb-fd74-4618-8282-38bbe4d91e1a | Starting: Destroy cloud and free allocated resources. 2018-05-25 02:12:59.208 149 INFO rally.deployment.engine [-] Deployment f73bb9eb-fd74-4618-8282-38bbe4d91e1a | Completed: Destroy cloud and free allocated resources. 2018-05-25 02:12:59.247 149 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=e2fe4a21-9c35-4b98-8937-8f9f76024eda) for deployment 'opnfv-rally'. 2018-05-25 02:12:59.263 149 INFO rally.api [-] Deleting verification (UUID=e26e4afd-47e4-4921-9a51-cdbcf6a21fa8). 2018-05-25 02:12:59.307 149 INFO rally.api [-] Verification has been successfully deleted! 2018-05-25 02:12:59.308 149 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=e2fe4a21-9c35-4b98-8937-8f9f76024eda). 2018-05-25 02:12:59.319 149 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-25 02:13:01,855 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-25 02:13:01.552 152 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=b457f1ab-f8f4-453a-a00d-b98ad258ee0b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | b457f1ab-f8f4-453a-a00d-b98ad258ee0b | 2018-05-25T02:13:01 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: b457f1ab-f8f4-453a-a00d-b98ad258ee0b ~/.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-25 02:13:05,123 - 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-25 02:13:05,124 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-25 02:13:05,936 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5'... 2018-05-25 02:13:08,162 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5'... 2018-05-25 02:13:09,489 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5'... 2018-05-25 02:13:12,378 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5'... 2018-05-25 02:13:12,470 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5'... 2018-05-25 02:13:12,553 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-25 02:13:12,553 - 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-25 02:13:12,554 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-25 02:13:12,571 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-25 02:13:12,572 - 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': 'c4e1c731-9f7c-4490-845b-fd1529e63ff6', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5', 'flavor_name': 'rally-tiny-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5', '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-25 02:14:12,699 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 62c65477-06e7-454b-a591-b70d1617bde0 2018-05-25 02:14:12,699 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-25 02:14:12,700 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '62c65477-06e7-454b-a591-b70d1617bde0'] 2018-05-25 02:14:13,711 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 62c65477-06e7-454b-a591-b70d1617bde0: 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 62c65477-06e7-454b-a591-b70d1617bde0 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.483 | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 100.0% | 1 | | total | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 100.0% | 1 | | -> duration | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.482683 Full duration: 7.05393 -------------------------------------------------------------------------------- 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 62c65477-06e7-454b-a591-b70d1617bde0 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.362 | 0.362 | 0.362 | 0.362 | 0.362 | 0.362 | 100.0% | 1 | | total | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 100.0% | 1 | | -> duration | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.893984 Full duration: 7.641134 -------------------------------------------------------------------------------- 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 62c65477-06e7-454b-a591-b70d1617bde0 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.511 | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 100.0% | 1 | | total | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 100.0% | 1 | | -> duration | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.91826 Full duration: 7.941475 -------------------------------------------------------------------------------- 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 62c65477-06e7-454b-a591-b70d1617bde0 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_heat | 0.329 | 0.329 | 0.329 | 0.329 | 0.329 | 0.329 | 100.0% | 1 | | total | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 100.0% | 1 | | -> duration | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.752646 Full duration: 7.573191 -------------------------------------------------------------------------------- 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 62c65477-06e7-454b-a591-b70d1617bde0 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.544 | 0.544 | 0.544 | 0.544 | 0.544 | 0.544 | 100.0% | 1 | | total | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 100.0% | 1 | | -> duration | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.946048 Full duration: 7.800743 -------------------------------------------------------------------------------- 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 62c65477-06e7-454b-a591-b70d1617bde0 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.204 | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 100.0% | 1 | | total | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 100.0% | 1 | | -> duration | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.645711 Full duration: 7.584208 HINTS: * To plot HTML graphics with this data, run: rally task report 62c65477-06e7-454b-a591-b70d1617bde0 --out output.html * To generate a JUnit report, run: rally task export 62c65477-06e7-454b-a591-b70d1617bde0 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 62c65477-06e7-454b-a591-b70d1617bde0 --json --out output.json 2018-05-25 02:14:13,711 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '62c65477-06e7-454b-a591-b70d1617bde0'] 2018-05-25 02:14:14,682 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-25 02:14:14,682 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '62c65477-06e7-454b-a591-b70d1617bde0', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-25 02:14:14,689 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-25 02:14:14,689 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-25 02:14:14,689 - 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-25 02:14:14,690 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-25 02:14:14,708 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-25 02:14:14,709 - 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': 'c4e1c731-9f7c-4490-845b-fd1529e63ff6', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5', 'flavor_name': 'rally-tiny-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5', '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-25 02:15:50,368 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 29a7e4ab-45f4-4af6-9635-6d66acae2236 2018-05-25 02:15:50,369 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '29a7e4ab-45f4-4af6-9635-6d66acae2236'] 2018-05-25 02:15:51,285 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 29a7e4ab-45f4-4af6-9635-6d66acae2236: 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 29a7e4ab-45f4-4af6-9635-6d66acae2236 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 | 4.705 | 4.705 | 4.705 | 4.705 | 4.705 | 4.705 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.495 | 0.495 | 0.495 | 0.495 | 0.495 | 0.495 | 100.0% | 1 | | -> glance_v2.upload_data | 1.732 | 1.732 | 1.732 | 1.732 | 1.732 | 1.732 | 100.0% | 1 | | glance_v2.delete_image | 1.207 | 1.207 | 1.207 | 1.207 | 1.207 | 1.207 | 100.0% | 1 | | total | 5.912 | 5.912 | 5.912 | 5.912 | 5.912 | 5.912 | 100.0% | 1 | | -> duration | 5.912 | 5.912 | 5.912 | 5.912 | 5.912 | 5.912 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.911822 Full duration: 14.299197 -------------------------------------------------------------------------------- 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 29a7e4ab-45f4-4af6-9635-6d66acae2236 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 | 4.531 | 4.531 | 4.531 | 4.531 | 4.531 | 4.531 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 100.0% | 1 | | -> glance_v2.upload_data | 1.633 | 1.633 | 1.633 | 1.633 | 1.633 | 1.633 | 100.0% | 1 | | glance_v2.list_images | 0.033 | 0.033 | 0.033 | 0.033 | 0.033 | 0.033 | 100.0% | 1 | | total | 4.565 | 4.565 | 4.565 | 4.565 | 4.565 | 4.565 | 100.0% | 1 | | -> duration | 4.565 | 4.565 | 4.565 | 4.565 | 4.565 | 4.565 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.564544 Full duration: 16.818998 -------------------------------------------------------------------------------- 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 29a7e4ab-45f4-4af6-9635-6d66acae2236 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.425 | 0.425 | 0.425 | 0.425 | 0.425 | 0.425 | 100.0% | 1 | | total | 0.425 | 0.425 | 0.425 | 0.425 | 0.425 | 0.425 | 100.0% | 1 | | -> duration | 0.425 | 0.425 | 0.425 | 0.425 | 0.425 | 0.425 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.425241 Full duration: 8.89087 -------------------------------------------------------------------------------- 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-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5" }, "number_instances": 2, "nics": [ { "net-id": "c4e1c731-9f7c-4490-845b-fd1529e63ff6" } ] }, "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 29a7e4ab-45f4-4af6-9635-6d66acae2236 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 | 4.153 | 4.153 | 4.153 | 4.153 | 4.153 | 4.153 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.333 | 0.333 | 0.333 | 0.333 | 0.333 | 0.333 | 100.0% | 1 | | -> glance_v2.upload_data | 1.392 | 1.392 | 1.392 | 1.392 | 1.392 | 1.392 | 100.0% | 1 | | nova.boot_servers | 13.797 | 13.797 | 13.797 | 13.797 | 13.797 | 13.797 | 100.0% | 1 | | total | 17.952 | 17.952 | 17.952 | 17.952 | 17.952 | 17.952 | 100.0% | 1 | | -> duration | 16.952 | 16.952 | 16.952 | 16.952 | 16.952 | 16.952 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.95161 Full duration: 37.889674 HINTS: * To plot HTML graphics with this data, run: rally task report 29a7e4ab-45f4-4af6-9635-6d66acae2236 --out output.html * To generate a JUnit report, run: rally task export 29a7e4ab-45f4-4af6-9635-6d66acae2236 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 29a7e4ab-45f4-4af6-9635-6d66acae2236 --json --out output.json 2018-05-25 02:15:51,286 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '29a7e4ab-45f4-4af6-9635-6d66acae2236'] 2018-05-25 02:15:52,225 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-25 02:15:52,226 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '29a7e4ab-45f4-4af6-9635-6d66acae2236', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-25 02:15:52,232 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-25 02:15:52,232 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-25 02:15:52,233 - 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-25 02:15:52,233 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-25 02:15:52,249 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-25 02:15:52,250 - 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': 'c4e1c731-9f7c-4490-845b-fd1529e63ff6', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5', 'flavor_name': 'rally-tiny-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5', '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-25 02:19:11,220 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e3dd4aa4-7c1f-435b-b888-97d7304875b6 2018-05-25 02:19:11,221 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e3dd4aa4-7c1f-435b-b888-97d7304875b6'] 2018-05-25 02:19:12,262 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e3dd4aa4-7c1f-435b-b888-97d7304875b6: 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 e3dd4aa4-7c1f-435b-b888-97d7304875b6 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_snapshot | 3.191 | 3.191 | 3.191 | 3.191 | 3.191 | 3.191 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.679 | 2.679 | 2.679 | 2.679 | 2.679 | 2.679 | 100.0% | 1 | | total | 5.871 | 5.871 | 5.871 | 5.871 | 5.871 | 5.871 | 100.0% | 1 | | -> duration | 5.871 | 5.871 | 5.871 | 5.871 | 5.871 | 5.871 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.871188 Full duration: 24.109545 -------------------------------------------------------------------------------- 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 e3dd4aa4-7c1f-435b-b888-97d7304875b6 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.356 | 3.356 | 3.356 | 3.356 | 3.356 | 3.356 | 100.0% | 1 | | cinder_v2.delete_volume | 2.552 | 2.552 | 2.552 | 2.552 | 2.552 | 2.552 | 100.0% | 1 | | total | 5.908 | 5.908 | 5.908 | 5.908 | 5.908 | 5.908 | 100.0% | 1 | | -> duration | 5.908 | 5.908 | 5.908 | 5.908 | 5.908 | 5.908 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.908208 Full duration: 15.639259 -------------------------------------------------------------------------------- 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-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task e3dd4aa4-7c1f-435b-b888-97d7304875b6 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.816 | 8.816 | 8.816 | 8.816 | 8.816 | 8.816 | 100.0% | 1 | | cinder_v2.delete_volume | 2.613 | 2.613 | 2.613 | 2.613 | 2.613 | 2.613 | 100.0% | 1 | | total | 11.429 | 11.429 | 11.429 | 11.429 | 11.429 | 11.429 | 100.0% | 1 | | -> duration | 11.429 | 11.429 | 11.429 | 11.429 | 11.429 | 11.429 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.429082 Full duration: 22.619121 -------------------------------------------------------------------------------- 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 e3dd4aa4-7c1f-435b-b888-97d7304875b6 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.116 | 3.116 | 3.116 | 3.116 | 3.116 | 3.116 | 100.0% | 1 | | cinder_v2.delete_volume | 2.631 | 2.631 | 2.631 | 2.631 | 2.631 | 2.631 | 100.0% | 1 | | total | 5.747 | 5.747 | 5.747 | 5.747 | 5.747 | 5.747 | 100.0% | 1 | | -> duration | 5.747 | 5.747 | 5.747 | 5.747 | 5.747 | 5.747 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.746767 Full duration: 15.996639 -------------------------------------------------------------------------------- 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 e3dd4aa4-7c1f-435b-b888-97d7304875b6 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.269 | 3.269 | 3.269 | 3.269 | 3.269 | 3.269 | 100.0% | 1 | | cinder_v2.extend_volume | 2.673 | 2.673 | 2.673 | 2.673 | 2.673 | 2.673 | 100.0% | 1 | | cinder_v2.delete_volume | 2.641 | 2.641 | 2.641 | 2.641 | 2.641 | 2.641 | 100.0% | 1 | | total | 8.584 | 8.584 | 8.584 | 8.584 | 8.584 | 8.584 | 100.0% | 1 | | -> duration | 8.584 | 8.584 | 8.584 | 8.584 | 8.584 | 8.584 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.583935 Full duration: 18.866371 -------------------------------------------------------------------------------- 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 e3dd4aa4-7c1f-435b-b888-97d7304875b6 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.197 | 3.197 | 3.197 | 3.197 | 3.197 | 3.197 | 100.0% | 1 | | cinder_v2.delete_volume | 2.568 | 2.568 | 2.568 | 2.568 | 2.568 | 2.568 | 100.0% | 1 | | total | 5.765 | 5.765 | 5.765 | 5.765 | 5.765 | 5.765 | 100.0% | 1 | | -> duration | 5.765 | 5.765 | 5.765 | 5.765 | 5.765 | 5.765 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.765416 Full duration: 23.097086 -------------------------------------------------------------------------------- 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 e3dd4aa4-7c1f-435b-b888-97d7304875b6 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.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | cinder_v2.list_qos | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 100.0% | 1 | | total | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | -> duration | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.776786 Full duration: 12.800054 -------------------------------------------------------------------------------- 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 e3dd4aa4-7c1f-435b-b888-97d7304875b6 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.614 | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 100.0% | 1 | | cinder_v2.set_qos | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 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.820153 Full duration: 12.524211 -------------------------------------------------------------------------------- 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 e3dd4aa4-7c1f-435b-b888-97d7304875b6 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.587 | 0.587 | 0.587 | 0.587 | 0.587 | 0.587 | 100.0% | 1 | | cinder_v2.list_types | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 100.0% | 1 | | total | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | -> duration | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.758337 Full duration: 12.388985 -------------------------------------------------------------------------------- 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 e3dd4aa4-7c1f-435b-b888-97d7304875b6 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 1.314 | 1.314 | 1.314 | 1.314 | 1.314 | 1.314 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 100.0% | 1 | | total | 1.515 | 1.515 | 1.515 | 1.515 | 1.515 | 1.515 | 100.0% | 1 | | -> duration | 1.515 | 1.515 | 1.515 | 1.515 | 1.515 | 1.515 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.514656 Full duration: 13.157913 HINTS: * To plot HTML graphics with this data, run: rally task report e3dd4aa4-7c1f-435b-b888-97d7304875b6 --out output.html * To generate a JUnit report, run: rally task export e3dd4aa4-7c1f-435b-b888-97d7304875b6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e3dd4aa4-7c1f-435b-b888-97d7304875b6 --json --out output.json 2018-05-25 02:19:12,262 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e3dd4aa4-7c1f-435b-b888-97d7304875b6'] 2018-05-25 02:19:13,230 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-25 02:19:13,230 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e3dd4aa4-7c1f-435b-b888-97d7304875b6', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-25 02:19:13,238 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-25 02:19:13,238 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-25 02:19:13,239 - 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-25 02:19:13,239 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-25 02:19:13,255 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-25 02:19:13,256 - 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': 'c4e1c731-9f7c-4490-845b-fd1529e63ff6', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5', 'flavor_name': 'rally-tiny-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5', '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-25 02:20:34,461 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : bfd83aeb-1b16-4a92-9f07-a60fb4528323 2018-05-25 02:20:34,462 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'bfd83aeb-1b16-4a92-9f07-a60fb4528323'] 2018-05-25 02:20:35,527 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task bfd83aeb-1b16-4a92-9f07-a60fb4528323: 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 bfd83aeb-1b16-4a92-9f07-a60fb4528323 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.313 | 4.313 | 4.313 | 4.313 | 4.313 | 4.313 | 100.0% | 1 | | heat.update_stack | 3.088 | 3.088 | 3.088 | 3.088 | 3.088 | 3.088 | 100.0% | 1 | | heat.delete_stack | 2.524 | 2.524 | 2.524 | 2.524 | 2.524 | 2.524 | 100.0% | 1 | | total | 9.926 | 9.926 | 9.926 | 9.926 | 9.926 | 9.926 | 100.0% | 1 | | -> duration | 5.926 | 5.926 | 5.926 | 5.926 | 5.926 | 5.926 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.925521 Full duration: 20.026222 -------------------------------------------------------------------------------- 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 bfd83aeb-1b16-4a92-9f07-a60fb4528323 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.777 | 4.777 | 4.777 | 4.777 | 4.777 | 4.777 | 100.0% | 1 | | heat.check_stack | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 100.0% | 1 | | heat.delete_stack | 2.391 | 2.391 | 2.391 | 2.391 | 2.391 | 2.391 | 100.0% | 1 | | total | 8.071 | 8.071 | 8.071 | 8.071 | 8.071 | 8.071 | 100.0% | 1 | | -> duration | 6.071 | 6.071 | 6.071 | 6.071 | 6.071 | 6.071 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.070512 Full duration: 16.516466 -------------------------------------------------------------------------------- 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 bfd83aeb-1b16-4a92-9f07-a60fb4528323 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.514 | 4.514 | 4.514 | 4.514 | 4.514 | 4.514 | 100.0% | 1 | | heat.suspend_stack | 1.254 | 1.254 | 1.254 | 1.254 | 1.254 | 1.254 | 100.0% | 1 | | heat.resume_stack | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 100.0% | 1 | | heat.delete_stack | 1.789 | 1.789 | 1.789 | 1.789 | 1.789 | 1.789 | 100.0% | 1 | | total | 8.168 | 8.168 | 8.168 | 8.168 | 8.168 | 8.168 | 100.0% | 1 | | -> duration | 6.168 | 6.168 | 6.168 | 6.168 | 6.168 | 6.168 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.168443 Full duration: 17.115356 -------------------------------------------------------------------------------- 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 bfd83aeb-1b16-4a92-9f07-a60fb4528323 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.568 | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 100.0% | 1 | | total | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 100.0% | 1 | | -> duration | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.568174 Full duration: 8.12887 HINTS: * To plot HTML graphics with this data, run: rally task report bfd83aeb-1b16-4a92-9f07-a60fb4528323 --out output.html * To generate a JUnit report, run: rally task export bfd83aeb-1b16-4a92-9f07-a60fb4528323 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report bfd83aeb-1b16-4a92-9f07-a60fb4528323 --json --out output.json 2018-05-25 02:20:35,528 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'bfd83aeb-1b16-4a92-9f07-a60fb4528323'] 2018-05-25 02:20:36,674 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-25 02:20:36,674 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'bfd83aeb-1b16-4a92-9f07-a60fb4528323', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-25 02:20:36,681 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-25 02:20:36,682 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-25 02:20:36,682 - 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-25 02:20:36,682 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-25 02:20:36,699 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-25 02:20:36,700 - 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': 'c4e1c731-9f7c-4490-845b-fd1529e63ff6', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5', 'flavor_name': 'rally-tiny-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5', '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-25 02:23:53,010 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 898070f7-0413-4545-8a92-2e995a3f98eb 2018-05-25 02:23:53,011 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '898070f7-0413-4545-8a92-2e995a3f98eb'] 2018-05-25 02:23:54,066 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 898070f7-0413-4545-8a92-2e995a3f98eb: 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 898070f7-0413-4545-8a92-2e995a3f98eb 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.486 | 0.486 | 0.486 | 0.486 | 0.486 | 0.486 | 100.0% | 1 | | keystone_v3.add_role | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 100.0% | 1 | | keystone_v3.revoke_role | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 100.0% | 1 | | total | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 100.0% | 1 | | -> duration | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.747285 Full duration: 14.6768 -------------------------------------------------------------------------------- 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 898070f7-0413-4545-8a92-2e995a3f98eb 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.492 | 0.492 | 0.492 | 0.492 | 0.492 | 0.492 | 100.0% | 1 | | keystone_v3.add_role | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 100.0% | 1 | | keystone_v3.list_roles | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | total | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | -> duration | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.713241 Full duration: 14.544318 -------------------------------------------------------------------------------- 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 898070f7-0413-4545-8a92-2e995a3f98eb 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.66 | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 100.0% | 1 | | keystone_v3.list_projects | 0.169 | 0.169 | 0.169 | 0.169 | 0.169 | 0.169 | 100.0% | 1 | | total | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 100.0% | 1 | | -> duration | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.829001 Full duration: 14.987361 -------------------------------------------------------------------------------- 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 898070f7-0413-4545-8a92-2e995a3f98eb 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.499 | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 100.0% | 1 | | keystone_v3.delete_role | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 100.0% | 1 | | -> duration | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.600543 Full duration: 12.349695 -------------------------------------------------------------------------------- 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 898070f7-0413-4545-8a92-2e995a3f98eb has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_service | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 100.0% | 1 | | keystone_v3.delete_service | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | total | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | -> duration | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.602767 Full duration: 12.3996 -------------------------------------------------------------------------------- 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 898070f7-0413-4545-8a92-2e995a3f98eb has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 100.0% | 1 | | keystone_v3.create_user | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | -> keystone_v3.add_role | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 100.0% | 1 | | keystone_v3.create_role | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | keystone_v3.get_project | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | keystone_v3.get_user | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 100.0% | 1 | | keystone_v3.get_role | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | keystone_v3.list_services | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | keystone_v3.get_services | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | total | 1.741 | 1.741 | 1.741 | 1.741 | 1.741 | 1.741 | 100.0% | 1 | | -> duration | 1.741 | 1.741 | 1.741 | 1.741 | 1.741 | 1.741 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.741029 Full duration: 19.362834 -------------------------------------------------------------------------------- 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 898070f7-0413-4545-8a92-2e995a3f98eb 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.67 | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 100.0% | 1 | | keystone_v3.update_project | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | keystone_v3.delete_project | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | total | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 100.0% | 1 | | -> duration | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.912247 Full duration: 12.465576 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 898070f7-0413-4545-8a92-2e995a3f98eb 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.662 | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 100.0% | 1 | | total | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 100.0% | 1 | | -> duration | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.756502 Full duration: 14.59934 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 898070f7-0413-4545-8a92-2e995a3f98eb 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.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | total | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | -> duration | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.676907 Full duration: 14.502084 -------------------------------------------------------------------------------- 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 898070f7-0413-4545-8a92-2e995a3f98eb 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.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | keystone_v3.list_users | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | total | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 100.0% | 1 | | -> duration | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.85154 Full duration: 14.567017 -------------------------------------------------------------------------------- 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 898070f7-0413-4545-8a92-2e995a3f98eb has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | keystone_v3.create_users | 4.81 | 4.81 | 4.81 | 4.81 | 4.81 | 4.81 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.81 | 4.81 | 4.81 | 4.81 | 4.81 | 4.81 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.237 | 1.237 | 1.237 | 1.237 | 1.237 | 1.237 | 100.0% | 1 | | total | 6.441 | 6.441 | 6.441 | 6.441 | 6.441 | 6.441 | 100.0% | 1 | | -> duration | 6.441 | 6.441 | 6.441 | 6.441 | 6.441 | 6.441 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.441479 Full duration: 22.914403 HINTS: * To plot HTML graphics with this data, run: rally task report 898070f7-0413-4545-8a92-2e995a3f98eb --out output.html * To generate a JUnit report, run: rally task export 898070f7-0413-4545-8a92-2e995a3f98eb --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 898070f7-0413-4545-8a92-2e995a3f98eb --json --out output.json 2018-05-25 02:23:54,067 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '898070f7-0413-4545-8a92-2e995a3f98eb'] 2018-05-25 02:23:55,121 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-25 02:23:55,121 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '898070f7-0413-4545-8a92-2e995a3f98eb', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-25 02:23:55,128 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-25 02:23:55,128 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-25 02:23:55,128 - 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-25 02:23:55,129 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-25 02:23:55,145 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-25 02:23:55,146 - 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': 'c4e1c731-9f7c-4490-845b-fd1529e63ff6', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5', 'flavor_name': 'rally-tiny-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5', '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-25 02:29:11,004 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 06e2ef73-0ea9-44f3-855c-255db258fc37 2018-05-25 02:29:11,005 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '06e2ef73-0ea9-44f3-855c-255db258fc37'] 2018-05-25 02:29:12,136 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 06e2ef73-0ea9-44f3-855c-255db258fc37: 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 06e2ef73-0ea9-44f3-855c-255db258fc37 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.186 | 1.186 | 1.186 | 1.186 | 1.186 | 1.186 | 100.0% | 1 | | neutron.delete_network | 0.863 | 0.863 | 0.863 | 0.863 | 0.863 | 0.863 | 100.0% | 1 | | total | 2.049 | 2.049 | 2.049 | 2.049 | 2.049 | 2.049 | 100.0% | 1 | | -> duration | 2.049 | 2.049 | 2.049 | 2.049 | 2.049 | 2.049 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.048778 Full duration: 15.194332 -------------------------------------------------------------------------------- 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 06e2ef73-0ea9-44f3-855c-255db258fc37 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.268 | 1.268 | 1.268 | 1.268 | 1.268 | 1.268 | 100.0% | 1 | | neutron.delete_port | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 100.0% | 1 | | total | 1.875 | 1.875 | 1.875 | 1.875 | 1.875 | 1.875 | 100.0% | 1 | | -> duration | 1.875 | 1.875 | 1.875 | 1.875 | 1.875 | 1.875 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.874897 Full duration: 28.215349 -------------------------------------------------------------------------------- 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 06e2ef73-0ea9-44f3-855c-255db258fc37 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.843 | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 100.0% | 1 | | neutron.create_subnet | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | neutron.create_router | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 100.0% | 1 | | neutron.add_interface_router | 2.16 | 2.16 | 2.16 | 2.16 | 2.16 | 2.16 | 100.0% | 1 | | neutron.remove_interface_router | 1.159 | 1.159 | 1.159 | 1.159 | 1.159 | 1.159 | 100.0% | 1 | | neutron.delete_router | 0.418 | 0.418 | 0.418 | 0.418 | 0.418 | 0.418 | 100.0% | 1 | | total | 5.679 | 5.679 | 5.679 | 5.679 | 5.679 | 5.679 | 100.0% | 1 | | -> duration | 5.679 | 5.679 | 5.679 | 5.679 | 5.679 | 5.679 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.678908 Full duration: 38.786619 -------------------------------------------------------------------------------- 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 06e2ef73-0ea9-44f3-855c-255db258fc37 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.24 | 1.24 | 1.24 | 1.24 | 1.24 | 1.24 | 100.0% | 1 | | neutron.delete_subnet | 1.514 | 1.514 | 1.514 | 1.514 | 1.514 | 1.514 | 100.0% | 1 | | total | 2.754 | 2.754 | 2.754 | 2.754 | 2.754 | 2.754 | 100.0% | 1 | | -> duration | 2.754 | 2.754 | 2.754 | 2.754 | 2.754 | 2.754 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.753885 Full duration: 29.768223 -------------------------------------------------------------------------------- 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 06e2ef73-0ea9-44f3-855c-255db258fc37 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.038 | 1.038 | 1.038 | 1.038 | 1.038 | 1.038 | 100.0% | 1 | | neutron.list_networks | 0.272 | 0.272 | 0.272 | 0.272 | 0.272 | 0.272 | 100.0% | 1 | | total | 1.31 | 1.31 | 1.31 | 1.31 | 1.31 | 1.31 | 100.0% | 1 | | -> duration | 1.31 | 1.31 | 1.31 | 1.31 | 1.31 | 1.31 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.310282 Full duration: 16.580496 -------------------------------------------------------------------------------- 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 06e2ef73-0ea9-44f3-855c-255db258fc37 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.538 | 1.538 | 1.538 | 1.538 | 1.538 | 1.538 | 100.0% | 1 | | neutron.list_ports | 0.238 | 0.238 | 0.238 | 0.238 | 0.238 | 0.238 | 100.0% | 1 | | total | 1.777 | 1.777 | 1.777 | 1.777 | 1.777 | 1.777 | 100.0% | 1 | | -> duration | 1.777 | 1.777 | 1.777 | 1.777 | 1.777 | 1.777 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.776912 Full duration: 28.766532 -------------------------------------------------------------------------------- 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 06e2ef73-0ea9-44f3-855c-255db258fc37 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.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | neutron.create_subnet | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 100.0% | 1 | | neutron.create_router | 0.301 | 0.301 | 0.301 | 0.301 | 0.301 | 0.301 | 100.0% | 1 | | neutron.add_interface_router | 1.688 | 1.688 | 1.688 | 1.688 | 1.688 | 1.688 | 100.0% | 1 | | neutron.list_routers | 0.231 | 0.231 | 0.231 | 0.231 | 0.231 | 0.231 | 100.0% | 1 | | total | 3.88 | 3.88 | 3.88 | 3.88 | 3.88 | 3.88 | 100.0% | 1 | | -> duration | 3.88 | 3.88 | 3.88 | 3.88 | 3.88 | 3.88 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.87971 Full duration: 40.138524 -------------------------------------------------------------------------------- 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 06e2ef73-0ea9-44f3-855c-255db258fc37 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.807 | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 100.0% | 1 | | neutron.create_subnet | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 100.0% | 1 | | neutron.list_subnets | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 100.0% | 1 | | total | 1.943 | 1.943 | 1.943 | 1.943 | 1.943 | 1.943 | 100.0% | 1 | | -> duration | 1.943 | 1.943 | 1.943 | 1.943 | 1.943 | 1.943 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.94294 Full duration: 33.373376 -------------------------------------------------------------------------------- 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 06e2ef73-0ea9-44f3-855c-255db258fc37 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.024 | 1.024 | 1.024 | 1.024 | 1.024 | 1.024 | 100.0% | 1 | | neutron.delete_security_group | 0.304 | 0.304 | 0.304 | 0.304 | 0.304 | 0.304 | 100.0% | 1 | | total | 1.329 | 1.329 | 1.329 | 1.329 | 1.329 | 1.329 | 100.0% | 1 | | -> duration | 1.329 | 1.329 | 1.329 | 1.329 | 1.329 | 1.329 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.328503 Full duration: 14.659138 -------------------------------------------------------------------------------- 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 06e2ef73-0ea9-44f3-855c-255db258fc37 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.001 | 1.001 | 1.001 | 1.001 | 1.001 | 1.001 | 100.0% | 1 | | neutron.create_security_group_rule | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.264 | 0.264 | 0.264 | 0.264 | 0.264 | 0.264 | 100.0% | 1 | | neutron.delete_security_group | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 100.0% | 1 | | total | 1.78 | 1.78 | 1.78 | 1.78 | 1.78 | 1.78 | 100.0% | 1 | | -> duration | 1.78 | 1.78 | 1.78 | 1.78 | 1.78 | 1.78 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.780273 Full duration: 14.694395 -------------------------------------------------------------------------------- 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 06e2ef73-0ea9-44f3-855c-255db258fc37 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.071 | 1.071 | 1.071 | 1.071 | 1.071 | 1.071 | 100.0% | 1 | | neutron.create_router | 0.392 | 0.392 | 0.392 | 0.392 | 0.392 | 0.392 | 100.0% | 1 | | neutron.add_gateway_router | 1.364 | 1.364 | 1.364 | 1.364 | 1.364 | 1.364 | 100.0% | 1 | | neutron.remove_gateway_router | 1.158 | 1.158 | 1.158 | 1.158 | 1.158 | 1.158 | 100.0% | 1 | | total | 3.985 | 3.985 | 3.985 | 3.985 | 3.985 | 3.985 | 100.0% | 1 | | -> duration | 3.985 | 3.985 | 3.985 | 3.985 | 3.985 | 3.985 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.985449 Full duration: 24.524376 HINTS: * To plot HTML graphics with this data, run: rally task report 06e2ef73-0ea9-44f3-855c-255db258fc37 --out output.html * To generate a JUnit report, run: rally task export 06e2ef73-0ea9-44f3-855c-255db258fc37 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 06e2ef73-0ea9-44f3-855c-255db258fc37 --json --out output.json 2018-05-25 02:29:12,137 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '06e2ef73-0ea9-44f3-855c-255db258fc37'] 2018-05-25 02:29:13,269 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-25 02:29:13,270 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '06e2ef73-0ea9-44f3-855c-255db258fc37', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-25 02:29:13,277 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-25 02:29:13,277 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-25 02:29:13,278 - 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-25 02:29:13,278 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-25 02:29:13,293 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-25 02:29:13,294 - 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': 'c4e1c731-9f7c-4490-845b-fd1529e63ff6', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5', 'flavor_name': 'rally-tiny-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5', '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-25 02:36:39,176 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0ed26ebc-5d27-4b00-868f-f35a93045b11 2018-05-25 02:36:39,177 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '0ed26ebc-5d27-4b00-868f-f35a93045b11'] 2018-05-25 02:36:40,097 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 0ed26ebc-5d27-4b00-868f-f35a93045b11: 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-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5" }, "image": { "name": "Cirros-0.4.0-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5" }, "block_migration": false, "nics": [ { "net-id": "c4e1c731-9f7c-4490-845b-fd1529e63ff6" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 0ed26ebc-5d27-4b00-868f-f35a93045b11 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 10.607 | 10.607 | 10.607 | 10.607 | 10.607 | 10.607 | 100.0% | 1 | | nova.find_host_to_migrate | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 100.0% | 1 | | nova.live_migrate | 11.205 | 11.205 | 11.205 | 11.205 | 11.205 | 11.205 | 100.0% | 1 | | nova.delete_server | 2.804 | 2.804 | 2.804 | 2.804 | 2.804 | 2.804 | 100.0% | 1 | | total | 26.117 | 26.117 | 26.117 | 26.117 | 26.117 | 26.117 | 100.0% | 1 | | -> duration | 25.117 | 25.117 | 25.117 | 25.117 | 25.117 | 25.117 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 25.116617 Full duration: 35.983533 -------------------------------------------------------------------------------- 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-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5" }, "image": { "name": "Cirros-0.4.0-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "c4e1c731-9f7c-4490-845b-fd1529e63ff6" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 0ed26ebc-5d27-4b00-868f-f35a93045b11 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.379 | 9.379 | 9.379 | 9.379 | 9.379 | 9.379 | 100.0% | 1 | | cinder_v2.create_volume | 2.772 | 2.772 | 2.772 | 2.772 | 2.772 | 2.772 | 100.0% | 1 | | nova.attach_volume | 3.945 | 3.945 | 3.945 | 3.945 | 3.945 | 3.945 | 100.0% | 1 | | nova.find_host_to_migrate | 1.398 | 1.398 | 1.398 | 1.398 | 1.398 | 1.398 | 100.0% | 1 | | nova.live_migrate | 13.928 | 13.928 | 13.928 | 13.928 | 13.928 | 13.928 | 100.0% | 1 | | nova.detach_volume | 3.961 | 3.961 | 3.961 | 3.961 | 3.961 | 3.961 | 100.0% | 1 | | cinder_v2.delete_volume | 2.495 | 2.495 | 2.495 | 2.495 | 2.495 | 2.495 | 100.0% | 1 | | nova.delete_server | 2.661 | 2.661 | 2.661 | 2.661 | 2.661 | 2.661 | 100.0% | 1 | | total | 40.541 | 40.541 | 40.541 | 40.541 | 40.541 | 40.541 | 100.0% | 1 | | -> duration | 39.541 | 39.541 | 39.541 | 39.541 | 39.541 | 39.541 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 39.540677 Full duration: 52.370012 -------------------------------------------------------------------------------- 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-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5" }, "image": { "name": "Cirros-0.4.0-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "c4e1c731-9f7c-4490-845b-fd1529e63ff6" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 0ed26ebc-5d27-4b00-868f-f35a93045b11 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.739 | 8.739 | 8.739 | 8.739 | 8.739 | 8.739 | 100.0% | 1 | | nova.boot_server | 9.686 | 9.686 | 9.686 | 9.686 | 9.686 | 9.686 | 100.0% | 1 | | nova.find_host_to_migrate | 1.359 | 1.359 | 1.359 | 1.359 | 1.359 | 1.359 | 100.0% | 1 | | nova.live_migrate | 16.109 | 16.109 | 16.109 | 16.109 | 16.109 | 16.109 | 100.0% | 1 | | nova.delete_server | 7.534 | 7.534 | 7.534 | 7.534 | 7.534 | 7.534 | 100.0% | 1 | | total | 43.429 | 43.429 | 43.429 | 43.429 | 43.429 | 43.429 | 100.0% | 1 | | -> duration | 42.429 | 42.429 | 42.429 | 42.429 | 42.429 | 42.429 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 42.429104 Full duration: 55.121477 -------------------------------------------------------------------------------- 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-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5" }, "image": { "name": "Cirros-0.4.0-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5" }, "server_kwargs": { "nics": [ { "net-id": "c4e1c731-9f7c-4490-845b-fd1529e63ff6" } ] } }, "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 0ed26ebc-5d27-4b00-868f-f35a93045b11 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.817 | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 100.0% | 1 | | nova.boot_server | 5.741 | 5.741 | 5.741 | 5.741 | 5.741 | 5.741 | 100.0% | 1 | | nova.delete_server | 2.815 | 2.815 | 2.815 | 2.815 | 2.815 | 2.815 | 100.0% | 1 | | nova.delete_keypair | 0.051 | 0.051 | 0.051 | 0.051 | 0.051 | 0.051 | 100.0% | 1 | | total | 9.427 | 9.427 | 9.427 | 9.427 | 9.427 | 9.427 | 100.0% | 1 | | -> duration | 8.427 | 8.427 | 8.427 | 8.427 | 8.427 | 8.427 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.42664 Full duration: 33.472309 -------------------------------------------------------------------------------- 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-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5" }, "image": { "name": "Cirros-0.4.0-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5" }, "volume_size": 5, "nics": [ { "net-id": "c4e1c731-9f7c-4490-845b-fd1529e63ff6" } ] }, "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 0ed26ebc-5d27-4b00-868f-f35a93045b11 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.61 | 8.61 | 8.61 | 8.61 | 8.61 | 8.61 | 100.0% | 1 | | nova.boot_server | 8.951 | 8.951 | 8.951 | 8.951 | 8.951 | 8.951 | 100.0% | 1 | | nova.delete_server | 3.033 | 3.033 | 3.033 | 3.033 | 3.033 | 3.033 | 100.0% | 1 | | total | 20.594 | 20.594 | 20.594 | 20.594 | 20.594 | 20.594 | 100.0% | 1 | | -> duration | 19.594 | 19.594 | 19.594 | 19.594 | 19.594 | 19.594 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.594299 Full duration: 47.399318 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5" }, "image": { "name": "Cirros-0.4.0-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5" }, "force_delete": false, "nics": [ { "net-id": "c4e1c731-9f7c-4490-845b-fd1529e63ff6" } ] }, "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 0ed26ebc-5d27-4b00-868f-f35a93045b11 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.418 | 9.418 | 9.418 | 9.418 | 9.418 | 9.418 | 100.0% | 1 | | nova.pause_server | 2.791 | 2.791 | 2.791 | 2.791 | 2.791 | 2.791 | 100.0% | 1 | | nova.unpause_server | 2.923 | 2.923 | 2.923 | 2.923 | 2.923 | 2.923 | 100.0% | 1 | | nova.delete_server | 5.084 | 5.084 | 5.084 | 5.084 | 5.084 | 5.084 | 100.0% | 1 | | total | 20.216 | 20.216 | 20.216 | 20.216 | 20.216 | 20.216 | 100.0% | 1 | | -> duration | 15.216 | 15.216 | 15.216 | 15.216 | 15.216 | 15.216 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.215517 Full duration: 44.284797 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5" }, "image": { "name": "Cirros-0.4.0-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5" }, "nics": [ { "net-id": "c4e1c731-9f7c-4490-845b-fd1529e63ff6" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 0ed26ebc-5d27-4b00-868f-f35a93045b11 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.266 | 9.266 | 9.266 | 9.266 | 9.266 | 9.266 | 100.0% | 1 | | nova.migrate | 69.705 | 69.705 | 69.705 | 69.705 | 69.705 | 69.705 | 100.0% | 1 | | nova.resize_confirm | 5.541 | 5.541 | 5.541 | 5.541 | 5.541 | 5.541 | 100.0% | 1 | | nova.delete_server | 2.521 | 2.521 | 2.521 | 2.521 | 2.521 | 2.521 | 100.0% | 1 | | total | 87.034 | 87.034 | 87.034 | 87.034 | 87.034 | 87.034 | 100.0% | 1 | | -> duration | 86.034 | 86.034 | 86.034 | 86.034 | 86.034 | 86.034 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 86.033966 Full duration: 96.118906 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5" }, "image": { "name": "Cirros-0.4.0-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 0ed26ebc-5d27-4b00-868f-f35a93045b11 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 | 8.191 | 8.191 | 8.191 | 8.191 | 8.191 | 8.191 | 100.0% | 1 | | nova.list_interfaces | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 100.0% | 1 | | total | 8.379 | 8.379 | 8.379 | 8.379 | 8.379 | 8.379 | 100.0% | 1 | | -> duration | 7.379 | 7.379 | 7.379 | 7.379 | 7.379 | 7.379 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.378907 Full duration: 38.109035 -------------------------------------------------------------------------------- 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 0ed26ebc-5d27-4b00-868f-f35a93045b11 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.778 | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 100.0% | 1 | | nova.delete_server_group | 0.264 | 0.264 | 0.264 | 0.264 | 0.264 | 0.264 | 100.0% | 1 | | total | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 100.0% | 1 | | -> duration | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.042409 Full duration: 9.714439 HINTS: * To plot HTML graphics with this data, run: rally task report 0ed26ebc-5d27-4b00-868f-f35a93045b11 --out output.html * To generate a JUnit report, run: rally task export 0ed26ebc-5d27-4b00-868f-f35a93045b11 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0ed26ebc-5d27-4b00-868f-f35a93045b11 --json --out output.json 2018-05-25 02:36:40,097 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '0ed26ebc-5d27-4b00-868f-f35a93045b11'] 2018-05-25 02:36:41,134 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-25 02:36:41,134 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '0ed26ebc-5d27-4b00-868f-f35a93045b11', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-25 02:36:41,142 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-25 02:36:41,143 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-25 02:36:41,143 - 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-25 02:36:41,143 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-25 02:36:41,158 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-25 02:36:41,159 - 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': 'c4e1c731-9f7c-4490-845b-fd1529e63ff6', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5', 'flavor_name': 'rally-tiny-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-eab1f9f6-d8d5-4602-8ee1-ff09369c64a5', '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-25 02:37:34,344 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 288efdc6-c1f9-41ee-99f6-aa9bf1f8c16a 2018-05-25 02:37:34,345 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '288efdc6-c1f9-41ee-99f6-aa9bf1f8c16a'] 2018-05-25 02:37:35,413 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 288efdc6-c1f9-41ee-99f6-aa9bf1f8c16a: 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 288efdc6-c1f9-41ee-99f6-aa9bf1f8c16a 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.72 | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 100.0% | 1 | | quotas.delete_quotas | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 100.0% | 1 | | total | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 100.0% | 1 | | -> duration | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.908608 Full duration: 8.268071 -------------------------------------------------------------------------------- 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 288efdc6-c1f9-41ee-99f6-aa9bf1f8c16a 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.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 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.69544 Full duration: 9.294556 -------------------------------------------------------------------------------- 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 288efdc6-c1f9-41ee-99f6-aa9bf1f8c16a 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.667 | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 100.0% | 1 | | total | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 100.0% | 1 | | -> duration | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.06043 Full duration: 8.790197 -------------------------------------------------------------------------------- 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 288efdc6-c1f9-41ee-99f6-aa9bf1f8c16a 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.471 | 1.471 | 1.471 | 1.471 | 1.471 | 1.471 | 100.0% | 1 | | total | 1.471 | 1.471 | 1.471 | 1.471 | 1.471 | 1.471 | 100.0% | 1 | | -> duration | 1.471 | 1.471 | 1.471 | 1.471 | 1.471 | 1.471 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.471005 Full duration: 9.304572 HINTS: * To plot HTML graphics with this data, run: rally task report 288efdc6-c1f9-41ee-99f6-aa9bf1f8c16a --out output.html * To generate a JUnit report, run: rally task export 288efdc6-c1f9-41ee-99f6-aa9bf1f8c16a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 288efdc6-c1f9-41ee-99f6-aa9bf1f8c16a --json --out output.json 2018-05-25 02:37:35,414 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '288efdc6-c1f9-41ee-99f6-aa9bf1f8c16a'] 2018-05-25 02:37:36,484 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-25 02:37:36,485 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '288efdc6-c1f9-41ee-99f6-aa9bf1f8c16a', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-25 02:37:36,491 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-25 02:37:36,495 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:45 | 6 | 100.00% | | glance | 01:17 | 4 | 100.00% | | cinder | 02:51 | 10 | 100.00% | | heat | 01:01 | 4 | 100.00% | | keystone | 02:47 | 11 | 100.00% | | neutron | 04:44 | 11 | 100.00% | | nova | 06:52 | 9 | 100.00% | | quotas | 00:35 | 4 | 100.00% | | | | | | | TOTAL: | 00:20:56 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-25 02:37:36,495 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-25 02:37:46,167 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-25 02:37:46,167 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-25 02:37:46,726 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-25 02:37:46,726 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 24:49 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-25 02:37:46,730 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-25 02:37:46,822 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-25 02:37:46,823 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-25 02:37:46,823 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-25 02:37:49,165 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-25 02:37:48.857 11228 INFO rally.deployment.engine [-] Deployment b457f1ab-f8f4-453a-a00d-b98ad258ee0b | Starting: Destroy cloud and free allocated resources. 2018-05-25 02:37:48.947 11228 INFO rally.deployment.engine [-] Deployment b457f1ab-f8f4-453a-a00d-b98ad258ee0b | Completed: Destroy cloud and free allocated resources. 2018-05-25 02:37:48.960 11228 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=e2fe4a21-9c35-4b98-8937-8f9f76024eda). 2018-05-25 02:37:48.962 11228 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-25 02:37:51,593 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-25 02:37:51.314 11231 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=490870e8-f1c3-49fb-a905-27f9a914e313) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 490870e8-f1c3-49fb-a905-27f9a914e313 | 2018-05-25T02:37:51 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 490870e8-f1c3-49fb-a905-27f9a914e313 ~/.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-25 02:37:54,943 - 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-25 02:37:54,944 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-25 02:37:57,242 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-25 02:37:56.972 11237 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=e2fe4a21-9c35-4b98-8937-8f9f76024eda). 2018-05-25 02:37:57.097 11237 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-25 02:38:00,502 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-25 02:37:59.189 11240 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-25 02:37:59.319 11240 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-25 02:38:00.325 11240 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d6dbc2e3-f49f-44c6-b986-84a7a390d169) has been successfully created! Using verifier 'opnfv-tempest' (UUID=d6dbc2e3-f49f-44c6-b986-84a7a390d169) as the default verifier for the future CLI operations. 2018-05-25 02:38:03,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-63fc51f4-2b22-4c03-8b6f-757883658b1f' 2018-05-25 02:38:04,632 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-25T02:38:04Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'c9be3938-8f96-4b07-8c7d-79f56f4a68ab', u'provider:segmentation_id': 31, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-63fc51f4-2b22-4c03-8b6f-757883658b1f', u'admin_state_up': True, u'tenant_id': u'4e13b6b615444d39bf40b39c601ed446', u'created_at': u'2018-05-25T02:38:04Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'4e13b6b615444d39bf40b39c601ed446'}) 2018-05-25 02:38:05,476 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-25T02:38:05Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.150.2', u'end': u'192.168.150.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.150.0/24', u'id': u'3a388c35-c8df-47c9-9e62-d9b9ffab9264', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-63fc51f4-2b22-4c03-8b6f-757883658b1f', u'enable_dhcp': True, u'network_id': u'c9be3938-8f96-4b07-8c7d-79f56f4a68ab', u'tenant_id': u'4e13b6b615444d39bf40b39c601ed446', u'created_at': u'2018-05-25T02:38:05Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'4e13b6b615444d39bf40b39c601ed446'}) 2018-05-25 02:38:05,476 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-25 02:38:05,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-63fc51f4-2b22-4c03-8b6f-757883658b1f' 2018-05-25 02:38:07,434 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-63fc51f4-2b22-4c03-8b6f-757883658b1f', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-25T02:38:05Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/2ba09d24-7fcb-4ee8-9c0c-da05406185f4/file', u'owner': u'4e13b6b615444d39bf40b39c601ed446', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'2ba09d24-7fcb-4ee8-9c0c-da05406185f4', u'size': None, u'name': u'Cirros-0.4.0-63fc51f4-2b22-4c03-8b6f-757883658b1f', u'checksum': None, u'self': u'/v2/images/2ba09d24-7fcb-4ee8-9c0c-da05406185f4', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-25T02:38:05Z', u'schema': u'/v2/schemas/image'}) 2018-05-25 02:38:07,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-63fc51f4-2b22-4c03-8b6f-757883658b1f' 2018-05-25 02:38:09,466 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-1-63fc51f4-2b22-4c03-8b6f-757883658b1f', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-25T02:38:07Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/1f559668-a2b9-43ec-a20c-bbc0ff61acc5/file', u'owner': u'4e13b6b615444d39bf40b39c601ed446', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'1f559668-a2b9-43ec-a20c-bbc0ff61acc5', u'size': None, u'name': u'Cirros-0.4.0-1-63fc51f4-2b22-4c03-8b6f-757883658b1f', u'checksum': None, u'self': u'/v2/images/1f559668-a2b9-43ec-a20c-bbc0ff61acc5', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-25T02:38:07Z', u'schema': u'/v2/schemas/image'}) 2018-05-25 02:38:09,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-25 02:38:09,681 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-63fc51f4-2b22-4c03-8b6f-757883658b1f', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4e13b6b615444d39bf40b39c601ed446', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'd1fecf73-88d2-4bc1-a1f3-2c1f4024ddd2', 'swap': 0}) 2018-05-25 02:38:09,772 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-63fc51f4-2b22-4c03-8b6f-757883658b1f', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4e13b6b615444d39bf40b39c601ed446', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'575681b3-e1c2-4f80-a124-a4f40403a3d8', 'swap': 0}) 2018-05-25 02:38:13,226 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-25 02:38:11.852 11259 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d6dbc2e3-f49f-44c6-b986-84a7a390d169) for deployment 'opnfv-rally' (UUID=490870e8-f1c3-49fb-a905-27f9a914e313). 2018-05-25 02:38:13.074 11259 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d6dbc2e3-f49f-44c6-b986-84a7a390d169) has been successfully configured for deployment 'opnfv-rally' (UUID=490870e8-f1c3-49fb-a905-27f9a914e313)! 2018-05-25 02:38:13,227 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-25 02:38:13,227 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-25 02:38:13,229 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-25 02:38:15,585 - 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-25 02:38:17,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:38:17.727 11271 INFO rally.api [-] Starting verification (UUID=fa4735ac-593f-49b3-958d-ced822b9fa4d) for deployment 'opnfv-rally' (UUID=490870e8-f1c3-49fb-a905-27f9a914e313) by verifier 'opnfv-tempest' (UUID=d6dbc2e3-f49f-44c6-b986-84a7a390d169). 2018-05-25 02:38:17,729 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: fa4735ac-593f-49b3-958d-ced822b9fa4d 2018-05-25 02:38:27,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:38:27.641 11271 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.213s] 2018-05-25 02:38:27,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:38:27.661 11271 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2018-05-25 02:38:27,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:38:27.699 11271 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.058s] 2018-05-25 02:38:27,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:38:27.884 11271 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.309s] 2018-05-25 02:38:28,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:38:28.181 11271 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.604s] 2018-05-25 02:38:30,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:38:30.750 11271 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.089s] 2018-05-25 02:38:33,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:38:33.163 11271 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.218s] 2018-05-25 02:38:33,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:38:33.171 11271 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [2.421s] 2018-05-25 02:38:33,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:38:33.640 11271 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.062s] 2018-05-25 02:38:33,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:38:33.716 11271 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.076s] 2018-05-25 02:38:33,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:38:33.793 11271 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.077s] 2018-05-25 02:38:34,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:38:34.513 11271 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.341s] 2018-05-25 02:38:36,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:38:36.084 11271 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.508s] 2018-05-25 02:38:37,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:38:37.148 11271 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [3.983s] 2018-05-25 02:38:39,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:38:39.454 11271 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.324s] 2018-05-25 02:38:39,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:38:39.798 11271 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.650s] 2018-05-25 02:38:40,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:38:40.383 11271 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.529s] 2018-05-25 02:38:40,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:38:40.550 11271 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.166s] 2018-05-25 02:38:41,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:38:41.273 11271 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.819s] 2018-05-25 02:38:41,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:38:41.969 11271 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.171s] 2018-05-25 02:38:42,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:38:42.595 11271 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [2.044s] 2018-05-25 02:38:42,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:38:42.745 11271 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.150s] 2018-05-25 02:38:42,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:38:42.914 11271 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.168s] 2018-05-25 02:38:45,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:38:45.183 11271 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [3.212s] 2018-05-25 02:38:47,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:38:47.100 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.058s] 2018-05-25 02:38:50,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:38:50.004 11271 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [4.819s] 2018-05-25 02:38:51,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:38:51.631 11271 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.627s] 2018-05-25 02:38:51,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:38:51.720 11271 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.089s] 2018-05-25 02:38:51,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:38:51.741 11271 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.021s] 2018-05-25 02:38:51,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:38:51.892 11271 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.150s] 2018-05-25 02:38:52,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:38:52.525 11271 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.632s] 2018-05-25 02:38:53,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:38:53.067 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.965s] 2018-05-25 02:39:02,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:02.722 11271 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.890s] 2018-05-25 02:39:12,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:12.143 11271 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.344s] 2018-05-25 02:39:19,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:19.561 11271 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.418s] 2018-05-25 02:39:22,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:22.843 11271 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.281s] 2018-05-25 02:39:23,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:23.068 11271 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.226s] 2018-05-25 02:39:23,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:23.264 11271 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.194s] 2018-05-25 02:39:23,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:23.451 11271 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.187s] 2018-05-25 02:39:23,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:23.638 11271 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.186s] 2018-05-25 02:39:25,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:25.213 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.072s] 2018-05-25 02:39:25,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:25.224 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-05-25 02:39:25,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:25.366 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.141s] 2018-05-25 02:39:25,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:25.378 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-05-25 02:39:25,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:25.389 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-05-25 02:39:25,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:25.418 11271 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-25 02:39:25,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:25.481 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.062s] 2018-05-25 02:39:25,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:25.542 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.060s] 2018-05-25 02:39:25,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:25.867 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.324s] 2018-05-25 02:39:25,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:25.882 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2018-05-25 02:39:25,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:25.947 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.065s] 2018-05-25 02:39:28,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:28.592 11271 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [42.093s] 2018-05-25 02:39:29,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:29.253 11271 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.525s] 2018-05-25 02:39:29,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:29.795 11271 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.541s] 2018-05-25 02:39:30,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:30.147 11271 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.352s] 2018-05-25 02:39:30,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:30.424 11271 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.836s] 2018-05-25 02:39:30,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:30.728 11271 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.579s] 2018-05-25 02:39:31,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:31.258 11271 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.529s] 2018-05-25 02:39:31,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:31.329 11271 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.071s] 2018-05-25 02:39:31,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:31.417 11271 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.087s] 2018-05-25 02:39:31,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:31.486 11271 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.069s] 2018-05-25 02:39:31,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:31.562 11271 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.075s] 2018-05-25 02:39:31,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:31.632 11271 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.069s] 2018-05-25 02:39:31,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:31.772 11271 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.139s] 2018-05-25 02:39:35,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:35.989 11271 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [61.466s] 2018-05-25 02:39:39,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:39.879 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.853s] 2018-05-25 02:39:44,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:44.410 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.530s] 2018-05-25 02:39:48,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:48.304 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.894s] 2018-05-25 02:39:49,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:49.545 11271 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.156s] 2018-05-25 02:39:51,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:51.547 11271 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.353s] 2018-05-25 02:39:51,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:51.771 11271 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.223s] 2018-05-25 02:39:54,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:54.478 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [6.173s] 2018-05-25 02:39:58,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:39:58.992 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.513s] 2018-05-25 02:40:03,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:40:03.514 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.521s] 2018-05-25 02:40:08,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:40:08.620 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [5.106s] 2018-05-25 02:40:15,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:40:15.105 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.483s] 2018-05-25 02:40:18,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:40:18.296 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.191s] 2018-05-25 02:40:18,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:40:18.436 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.140s] 2018-05-25 02:40:18,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:40:18.558 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.122s] 2018-05-25 02:40:18,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:40:18.739 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.180s] 2018-05-25 02:40:18,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:40:18.939 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.200s] 2018-05-25 02:40:19,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:40:19.193 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.253s] 2018-05-25 02:40:19,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:40:19.300 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.105s] 2018-05-25 02:40:19,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:40:19.383 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.083s] 2018-05-25 02:40:19,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:40:19.586 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.202s] 2018-05-25 02:40:23,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:40:23.004 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [3.417s] 2018-05-25 02:40:32,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:40:32.289 11271 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [67.399s] 2018-05-25 02:40:39,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:40:39.273 11271 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [7.532s] 2018-05-25 02:40:44,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:40:44.877 11271 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.602s] 2018-05-25 02:41:02,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:41:02.975 11271 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [62.616s] 2018-05-25 02:41:03,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:41:03.045 11271 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.069s] 2018-05-25 02:41:03,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:41:03.639 11271 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.593s] 2018-05-25 02:41:03,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:41:03.741 11271 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.100s] 2018-05-25 02:41:03,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:41:03.742 11271 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-25 02:41:19,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:41:19.561 11271 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.152s] 2018-05-25 02:42:34,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:42:34.530 11271 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [239.973s] 2018-05-25 02:42:38,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:42:38.840 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [187.209s] 2018-05-25 02:42:38,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:42:38.938 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.103s] 2018-05-25 02:42:39,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:42:39.319 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.380s] 2018-05-25 02:42:43,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:42:43.868 11271 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [131.581s] 2018-05-25 02:43:05,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:43:05.009 11271 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [30.471s] 2018-05-25 02:43:16,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:43:16.583 11271 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [32.710s] 2018-05-25 02:43:18,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:43:18.864 11271 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.014s] 2018-05-25 02:43:19,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:43:19.039 11271 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.175s] 2018-05-25 02:43:19,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:43:19.577 11271 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.537s] 2018-05-25 02:43:19,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:43:19.728 11271 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.152s] 2018-05-25 02:43:20,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:43:20.241 11271 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.511s] 2018-05-25 02:43:20,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:43:20.254 11271 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.013s] 2018-05-25 02:43:20,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:43:20.315 11271 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.060s] 2018-05-25 02:43:20,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:43:20.504 11271 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.188s] 2018-05-25 02:43:20,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:43:20.645 11271 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.141s] 2018-05-25 02:43:20,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:43:20.679 11271 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.034s] 2018-05-25 02:43:20,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:43:20.846 11271 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.165s] 2018-05-25 02:43:21,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:43:21.039 11271 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.193s] 2018-05-25 02:43:21,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:43:21.307 11271 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.267s] 2018-05-25 02:43:21,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:43:21.344 11271 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.037s] 2018-05-25 02:43:21,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:43:21.381 11271 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.036s] 2018-05-25 02:43:21,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:43:21.903 11271 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.522s] 2018-05-25 02:43:21,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:43:21.938 11271 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.034s] 2018-05-25 02:43:22,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:43:22.112 11271 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.173s] 2018-05-25 02:43:22,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:43:22.122 11271 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.010s] 2018-05-25 02:43:22,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:43:22.156 11271 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.034s] 2018-05-25 02:43:22,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:43:22.188 11271 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.031s] 2018-05-25 02:43:22,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:43:22.222 11271 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.033s] 2018-05-25 02:43:22,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:43:22.254 11271 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.032s] 2018-05-25 02:43:35,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:43:35.895 11271 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [19.311s] 2018-05-25 02:43:55,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:43:55.398 11271 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.722s] 2018-05-25 02:44:03,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:44:03.282 11271 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [7.882s] 2018-05-25 02:44:18,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:44:18.816 11271 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [15.530s] 2018-05-25 02:45:47,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:45:47.123 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [187.791s] 2018-05-25 02:45:47,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:45:47.125 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-25 02:46:08,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:46:08.510 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.371s] 2018-05-25 02:46:08,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:46:08.737 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.226s] 2018-05-25 02:46:08,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:46:08.937 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.200s] 2018-05-25 02:46:09,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:46:09.577 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.639s] 2018-05-25 02:46:09,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:46:09.982 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.404s] 2018-05-25 02:46:10,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:46:10.367 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.386s] 2018-05-25 02:46:17,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:46:17.452 11271 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.711s] 2018-05-25 02:46:18,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:46:18.766 11271 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.314s] 2018-05-25 02:46:22,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:46:22.687 11271 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.916s] 2018-05-25 02:46:23,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:46:23.315 11271 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.631s] 2018-05-25 02:46:24,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:46:24.959 11271 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.642s] 2018-05-25 02:46:26,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:46:26.381 11271 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.422s] 2018-05-25 02:46:27,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:46:27.869 11271 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.485s] 2018-05-25 02:46:27,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:46:27.975 11271 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.108s] 2018-05-25 02:46:30,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'fa4735ac-593f-49b3-958d-ced822b9fa4d']'. 2018-05-25 02:46:31,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-25 02:46:31,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-25 02:46:31,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-25 02:46:31,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | fa4735ac-593f-49b3-958d-ced822b9fa4d | 2018-05-25 02:46:31,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-25 02:46:31,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-25 02:38:17 | 2018-05-25 02:46:31,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-25 02:46:30 | 2018-05-25 02:46:31,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:08:13 | 2018-05-25 02:46:31,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-25 02:46:31,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-25 02:46:31,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: d6dbc2e3-f49f-44c6-b986-84a7a390d169) | 2018-05-25 02:46:31,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-25 02:46:31,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 490870e8-f1c3-49fb-a905-27f9a914e313) | 2018-05-25 02:46:31,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 145 | 2018-05-25 02:46:31,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 482.621 | 2018-05-25 02:46:31,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 142 | 2018-05-25 02:46:31,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-25 02:46:31,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-25 02:46:31,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-25 02:46:31,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-05-25 02:46:31,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-25 02:46:31,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-25 02:46:31,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 97.9310344828% 2018-05-25 02:46:38,647 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-25 02:46:38,648 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 08:35 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-05-25 02:46:38,651 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-05-25 02:46:38,651 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-25 02:46:38,714 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-25 02:46:38,715 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-25 02:46:38,715 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-25 02:46:41,207 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-25 02:46:40.847 11373 INFO rally.deployment.engine [-] Deployment 490870e8-f1c3-49fb-a905-27f9a914e313 | Starting: Destroy cloud and free allocated resources. 2018-05-25 02:46:40.927 11373 INFO rally.deployment.engine [-] Deployment 490870e8-f1c3-49fb-a905-27f9a914e313 | Completed: Destroy cloud and free allocated resources. 2018-05-25 02:46:40.968 11373 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=d6dbc2e3-f49f-44c6-b986-84a7a390d169) for deployment 'opnfv-rally'. 2018-05-25 02:46:40.986 11373 INFO rally.api [-] Deleting verification (UUID=fa4735ac-593f-49b3-958d-ced822b9fa4d). 2018-05-25 02:46:41.023 11373 INFO rally.api [-] Verification has been successfully deleted! 2018-05-25 02:46:41.023 11373 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=d6dbc2e3-f49f-44c6-b986-84a7a390d169). 2018-05-25 02:46:41.028 11373 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-25 02:46:43,792 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-25 02:46:43.433 11376 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=057c4ee8-2a9e-41e6-b35e-4a8802a9d39e) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 057c4ee8-2a9e-41e6-b35e-4a8802a9d39e | 2018-05-25T02:46:43 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 057c4ee8-2a9e-41e6-b35e-4a8802a9d39e ~/.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-25 02:46:47,252 - 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-25 02:46:47,252 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-25 02:46:49,639 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-25 02:46:49.362 11382 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=d6dbc2e3-f49f-44c6-b986-84a7a390d169). 2018-05-25 02:46:49.490 11382 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-25 02:46:52,996 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-25 02:46:51.753 11385 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-25 02:46:51.891 11385 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-25 02:46:52.837 11385 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4a496cab-645b-48a6-9cb7-2b9e9a793fbc) has been successfully created! Using verifier 'opnfv-tempest' (UUID=4a496cab-645b-48a6-9cb7-2b9e9a793fbc) as the default verifier for the future CLI operations. 2018-05-25 02:46:55,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-f874813e-be21-4b80-af5c-c418fb51a03b' 2018-05-25 02:46:56,671 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-25T02:46:56Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'61723fa9-e5a4-47a9-addd-9f5867476955', u'provider:segmentation_id': 62, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-f874813e-be21-4b80-af5c-c418fb51a03b', u'admin_state_up': True, u'tenant_id': u'4e13b6b615444d39bf40b39c601ed446', u'created_at': u'2018-05-25T02:46:56Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'4e13b6b615444d39bf40b39c601ed446'}) 2018-05-25 02:46:57,503 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-25T02:46:57Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.150.2', u'end': u'192.168.150.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.150.0/24', u'id': u'68f26ec3-9855-4877-8542-3da9874f63c8', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-f874813e-be21-4b80-af5c-c418fb51a03b', u'enable_dhcp': True, u'network_id': u'61723fa9-e5a4-47a9-addd-9f5867476955', u'tenant_id': u'4e13b6b615444d39bf40b39c601ed446', u'created_at': u'2018-05-25T02:46:57Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'4e13b6b615444d39bf40b39c601ed446'}) 2018-05-25 02:46:57,504 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-25 02:46:57,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-f874813e-be21-4b80-af5c-c418fb51a03b' 2018-05-25 02:46:59,896 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-f874813e-be21-4b80-af5c-c418fb51a03b', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-25T02:46:58Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/c6a407b7-035c-4605-9efb-0ca0e5519db2/file', u'owner': u'4e13b6b615444d39bf40b39c601ed446', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'c6a407b7-035c-4605-9efb-0ca0e5519db2', u'size': None, u'name': u'Cirros-0.4.0-f874813e-be21-4b80-af5c-c418fb51a03b', u'checksum': None, u'self': u'/v2/images/c6a407b7-035c-4605-9efb-0ca0e5519db2', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-25T02:46:58Z', u'schema': u'/v2/schemas/image'}) 2018-05-25 02:46:59,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-f874813e-be21-4b80-af5c-c418fb51a03b' 2018-05-25 02:47:02,225 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-1-f874813e-be21-4b80-af5c-c418fb51a03b', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-25T02:47:00Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/cb5b0fcc-1804-4f31-a628-90e293a12678/file', u'owner': u'4e13b6b615444d39bf40b39c601ed446', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'cb5b0fcc-1804-4f31-a628-90e293a12678', u'size': None, u'name': u'Cirros-0.4.0-1-f874813e-be21-4b80-af5c-c418fb51a03b', u'checksum': None, u'self': u'/v2/images/cb5b0fcc-1804-4f31-a628-90e293a12678', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-25T02:47:00Z', u'schema': u'/v2/schemas/image'}) 2018-05-25 02:47:02,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-25 02:47:02,832 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-f874813e-be21-4b80-af5c-c418fb51a03b', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4e13b6b615444d39bf40b39c601ed446', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'520dc5e6-cb9b-4831-a145-f51dec99da39', 'swap': 0}) 2018-05-25 02:47:02,910 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-f874813e-be21-4b80-af5c-c418fb51a03b', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4e13b6b615444d39bf40b39c601ed446', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'5dcfcb03-5983-4daa-8256-0bbd79060df8', 'swap': 0}) 2018-05-25 02:47:06,048 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-25 02:47:05.048 11404 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4a496cab-645b-48a6-9cb7-2b9e9a793fbc) for deployment 'opnfv-rally' (UUID=057c4ee8-2a9e-41e6-b35e-4a8802a9d39e). 2018-05-25 02:47:05.887 11404 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4a496cab-645b-48a6-9cb7-2b9e9a793fbc) has been successfully configured for deployment 'opnfv-rally' (UUID=057c4ee8-2a9e-41e6-b35e-4a8802a9d39e)! 2018-05-25 02:47:06,049 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-25 02:47:06,049 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-25 02:47:06,051 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-25 02:47:06,062 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-25 02:47:09,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-4a496cab-645b-48a6-9cb7-2b9e9a793fbc/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-25 02:47:09,334 - 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-25 02:47:11,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 02:47:11.366 11413 INFO rally.api [-] Starting verification (UUID=4e94663b-7a92-4516-bb86-a54fa02c98ae) for deployment 'opnfv-rally' (UUID=057c4ee8-2a9e-41e6-b35e-4a8802a9d39e) by verifier 'opnfv-tempest' (UUID=4a496cab-645b-48a6-9cb7-2b9e9a793fbc). 2018-05-25 02:47:11,366 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 4e94663b-7a92-4516-bb86-a54fa02c98ae 2018-05-25 02:49:52,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '4e94663b-7a92-4516-bb86-a54fa02c98ae']'. 2018-05-25 02:49:53,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-25 02:49:53,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-25 02:49:53,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-25 02:49:53,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 4e94663b-7a92-4516-bb86-a54fa02c98ae | 2018-05-25 02:49:53,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-25 02:49:53,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-25 02:47:11 | 2018-05-25 02:49:53,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-25 02:49:52 | 2018-05-25 02:49:53,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:41 | 2018-05-25 02:49:53,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-25 02:49:53,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-25 02:49:53,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 4a496cab-645b-48a6-9cb7-2b9e9a793fbc) | 2018-05-25 02:49:53,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-25 02:49:53,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 057c4ee8-2a9e-41e6-b35e-4a8802a9d39e) | 2018-05-25 02:49:53,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-25 02:49:53,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 151.3 | 2018-05-25 02:49:53,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-05-25 02:49:53,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-05-25 02:49:53,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-25 02:49:53,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-25 02:49:53,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-25 02:49:53,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-25 02:49:53,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-25 02:49:53,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-05-25 02:49:59,660 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-25 02:49:59,661 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:04 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-25 02:49:59,663 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-05-25 02:50:20,081 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-05-25 02:50:20,081 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-05-25 02:50:20,111 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-05-25 02:50:20,223 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-25 02:50:20,224 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:19 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-25 02:50:20,228 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-25 02:50:21,353 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-25 03:33:48,051 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-25 03:33:48,052 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 43:26 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-05-25 03:33:48,056 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-05-25 03:33:48,056 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-25 03:33:48,148 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-25 03:33:50,595 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-25 03:33:50.199 11505 INFO rally.deployment.engine [-] Deployment 057c4ee8-2a9e-41e6-b35e-4a8802a9d39e | Starting: Destroy cloud and free allocated resources. 2018-05-25 03:33:50.286 11505 INFO rally.deployment.engine [-] Deployment 057c4ee8-2a9e-41e6-b35e-4a8802a9d39e | Completed: Destroy cloud and free allocated resources. 2018-05-25 03:33:50.324 11505 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=4a496cab-645b-48a6-9cb7-2b9e9a793fbc) for deployment 'opnfv-rally'. 2018-05-25 03:33:50.348 11505 INFO rally.api [-] Deleting verification (UUID=4e94663b-7a92-4516-bb86-a54fa02c98ae). 2018-05-25 03:33:50.387 11505 INFO rally.api [-] Verification has been successfully deleted! 2018-05-25 03:33:50.388 11505 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=4a496cab-645b-48a6-9cb7-2b9e9a793fbc). 2018-05-25 03:33:50.401 11505 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-25 03:33:53,038 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-25 03:33:52.764 11508 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=70a5ce1e-a712-4242-a1ae-6b79df26e29e) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 70a5ce1e-a712-4242-a1ae-6b79df26e29e | 2018-05-25T03:33:52 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 70a5ce1e-a712-4242-a1ae-6b79df26e29e ~/.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-25 03:33:56,402 - 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-25 03:33:56,402 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-25 03:33:58,897 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-25 03:33:58.540 11514 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=4a496cab-645b-48a6-9cb7-2b9e9a793fbc). 2018-05-25 03:33:58.670 11514 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-25 03:34:02,217 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-25 03:34:00.983 11517 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-25 03:34:01.114 11517 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-25 03:34:02.089 11517 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2b30e211-3e58-493a-a65f-942a9371dac2) has been successfully created! Using verifier 'opnfv-tempest' (UUID=2b30e211-3e58-493a-a65f-942a9371dac2) as the default verifier for the future CLI operations. 2018-05-25 03:34:05,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-70b2585c-6113-4fd0-9e57-b097511847da' 2018-05-25 03:34:07,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-70b2585c-6113-4fd0-9e57-b097511847da' 2018-05-25 03:34:08,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-70b2585c-6113-4fd0-9e57-b097511847da' 2018-05-25 03:34:10,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-25 03:34:14,642 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-25 03:34:13.260 11536 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=2b30e211-3e58-493a-a65f-942a9371dac2) for deployment 'opnfv-rally' (UUID=70a5ce1e-a712-4242-a1ae-6b79df26e29e). 2018-05-25 03:34:14.465 11536 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2b30e211-3e58-493a-a65f-942a9371dac2) has been successfully configured for deployment 'opnfv-rally' (UUID=70a5ce1e-a712-4242-a1ae-6b79df26e29e)! 2018-05-25 03:34:17,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-2b30e211-3e58-493a-a65f-942a9371dac2/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-25 03:34:17,386 - 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-25 03:34:19,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 03:34:19.506 11545 INFO rally.api [-] Starting verification (UUID=e1974793-c92d-4b1e-a168-4555e8ed08b7) for deployment 'opnfv-rally' (UUID=70a5ce1e-a712-4242-a1ae-6b79df26e29e) by verifier 'opnfv-tempest' (UUID=2b30e211-3e58-493a-a65f-942a9371dac2). 2018-05-25 03:36:12,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'e1974793-c92d-4b1e-a168-4555e8ed08b7']'. 2018-05-25 03:36:13,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-25 03:36:13,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-25 03:36:13,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-25 03:36:13,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | e1974793-c92d-4b1e-a168-4555e8ed08b7 | 2018-05-25 03:36:13,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-25 03:36:13,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-25 03:34:19 | 2018-05-25 03:36:13,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-25 03:36:12 | 2018-05-25 03:36:13,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:53 | 2018-05-25 03:36:13,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-25 03:36:13,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-25 03:36:13,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 2b30e211-3e58-493a-a65f-942a9371dac2) | 2018-05-25 03:36:13,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-25 03:36:13,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 70a5ce1e-a712-4242-a1ae-6b79df26e29e) | 2018-05-25 03:36:13,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-25 03:36:13,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 102.449 | 2018-05-25 03:36:13,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-05-25 03:36:13,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-05-25 03:36:13,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-25 03:36:13,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-25 03:36:13,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-05-25 03:36:13,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-25 03:36:13,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-25 03:36:13,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-05-25 03:36:19,048 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-25 03:36:19,049 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:14 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-05-25 03:36:19,053 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-05-25 03:36:19,054 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:43 | PASS | | vping_userdata | functest | smoke | 00:33 | PASS | | tempest_smoke_serial | functest | smoke | 17:25 | PASS | | rally_sanity | functest | smoke | 24:49 | PASS | | refstack_defcore | functest | smoke | 08:35 | FAIL | | patrole | functest | smoke | 03:04 | PASS | | odl | functest | smoke | 00:19 | PASS | | snaps_smoke | functest | smoke | 43:26 | FAIL | | neutron_trunk | functest | smoke | 02:14 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-25 03:36:19,061 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-25 03:36:22,071 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-148 | | 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-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-25 03:36:22,073 - 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=PMWgp8uEcxgqQCtxnUYAC6yZ8 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23: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.9 export OS_REGION_NAME=regionOne 2018-05-25 03:36:22,073 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-25 03:36:22,074 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification bgpvpn | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ 2018-05-25 03:36:22,075 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-05-25 03:36:22,075 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-05-25 03:39:54,703 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-05-25 03:39:54,827 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-25 03:39:54,828 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:33 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-05-25 03:39:54,831 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-05-25 03:59:10,316 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-25 03:59:14,883 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-25 03:59:14.580 151 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=e0938911-9a39-4dca-acfc-76448698aa1c) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | e0938911-9a39-4dca-acfc-76448698aa1c | 2018-05-25T03:59:14 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: e0938911-9a39-4dca-acfc-76448698aa1c ~/.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-25 03:59:18,129 - 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-25 03:59:18,130 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-25 03:59:23,368 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-25 03:59:22.041 160 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-25 03:59:22.156 160 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-25 03:59:23.168 160 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=387bb911-095a-4723-86b6-9038ff9b6249) has been successfully created! Using verifier 'opnfv-tempest' (UUID=387bb911-095a-4723-86b6-9038ff9b6249) as the default verifier for the future CLI operations. 2018-05-25 03:59:29,386 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-25 03:59:28.212 179 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=387bb911-095a-4723-86b6-9038ff9b6249) for deployment 'opnfv-rally' (UUID=e0938911-9a39-4dca-acfc-76448698aa1c). 2018-05-25 03:59:29.160 179 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=387bb911-095a-4723-86b6-9038ff9b6249) has been successfully configured for deployment 'opnfv-rally' (UUID=e0938911-9a39-4dca-acfc-76448698aa1c)! 2018-05-25 03:59:29,386 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-25 04:03:14,354 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-05-25 04:03:18,292 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-05-25 04:03:18,307 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-2.tar.gz --strip-components=1' 2018-05-25 04:03:23,821 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-05-25 04:03:23,835 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-1.tar.gz --strip-components=1' 2018-05-25 04:03:29,969 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-05-25 04:03:29,984 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-0.tar.gz --strip-components=1' 2018-05-25 04:03:30,427 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-05-25 04:03:30,441 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-0.tar.gz --strip-components=1' 2018-05-25 04:03:30,718 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-05-25 04:03:30,733 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-1.tar.gz --strip-components=1' 2018-05-25 04:03:30,758 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-05-25 04:03:32,289 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/bgpvpn.log' 2018-05-25 04:03:32,405 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-25 04:03:32,405 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 23:37 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-05-25 04:03:32,406 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-05-25 04:03:32,407 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:33 | PASS | | bgpvpn | sdnvpn | features | 23:37 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-05-25 04:03:32,408 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-25 04:03:38,363 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-148 | | 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-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-25 04:03:38,365 - 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=PMWgp8uEcxgqQCtxnUYAC6yZ8 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23: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.9 export OS_REGION_NAME=regionOne 2018-05-25 04:03:38,366 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-25 04:03:38,366 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-25 04:03:38,366 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-05-25 04:03:38,367 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-25 04:03:40,768 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-148 | | 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-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-25 04:03:40,771 - 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=PMWgp8uEcxgqQCtxnUYAC6yZ8 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23: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.9 export OS_REGION_NAME=regionOne 2018-05-25 04:03:40,772 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-25 04:03:40,772 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-25 04:03:40,772 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-25 04:03:40,773 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK