2018-05-22 22:21:18,733 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-143 | | 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-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-22 22:21:18,735 - 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=xZXzJM7ynve3C9tBNpdUGEj99 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28: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.10 export OS_REGION_NAME=regionOne 2018-05-22 22:21:18,735 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-22 22:21:18,735 - 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-22 22:21:18,736 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-22 22:21:18,736 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-22 22:21:20,838 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-22 22:21:28,857 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 8.009s OK 2018-05-22 22:21:28,970 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 22:21:28,971 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:08 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-22 22:21:28,974 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-22 22:21:29,724 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-22 22:31:11,821 - 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 582.043s OK 2018-05-22 22:31:11,941 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 22:31:11,942 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 09:42 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-22 22:31:11,946 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-22 22:31:12,623 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-22 22:31:45,628 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 33.003s OK 2018-05-22 22:31:45,740 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 22:31:45,740 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:33 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-22 22:31:45,744 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:08 | PASS | | api_check | functest | healthcheck | 09:42 | PASS | | snaps_health_check | functest | healthcheck | 00:33 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-22 22:31:45,747 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-22 22:31:48,412 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-143 | | 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-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-22 22:31:48,414 - 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=xZXzJM7ynve3C9tBNpdUGEj99 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28: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.10 export OS_REGION_NAME=regionOne 2018-05-22 22:31:48,415 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-22 22:31:48,415 - 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-22 22:31:48,416 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-22 22:31:48,416 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-22 22:31:49,959 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - ext_net: Munch({u'status': u'ACTIVE', u'subnets': [u'05ca5311-1404-435f-aa02-529c8b10a16e'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-22T22:14:32Z', u'is_default': False, u'revision_number': 4, u'port_security_enabled': True, u'mtu': 1500, u'id': u'b0f01cbc-cd4b-4dec-b3c6-adebb7b2f1f4', 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'c8d73079d76c4f9f9eaf1a7a1f6000fa', u'created_at': u'2018-05-22T22:14:27Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'c8d73079d76c4f9f9eaf1a7a1f6000fa'}) 2018-05-22 22:31:50,329 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-22 22:31:50,329 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-22 22:31:50,771 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-22 22:31:50,771 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-22 22:31:51,151 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Begin virtual environment setup 2018-05-22 22:31:51,151 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - vPing Start Time:'2018-05-22 22:31:51' 2018-05-22 22:31:51,151 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating image with name: 'functest-vping--67cd510c-e95f-4518-aaf4-cc8fc94b2104' 2018-05-22 22:31:51,152 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Image metadata: None 2018-05-22 22:31:53,033 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/functest-vping--67cd510c-e95f-4518-aaf4-cc8fc94b2104', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-22T22:31:51Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'shared', u'file': u'/v2/images/6424c5f3-426d-42b4-988a-4ac2f0a7c7f4/file', u'owner': u'8e8e19956d46436a841a68c6a8f01f78', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'6424c5f3-426d-42b4-988a-4ac2f0a7c7f4', u'size': None, u'name': u'functest-vping--67cd510c-e95f-4518-aaf4-cc8fc94b2104', u'checksum': None, u'self': u'/v2/images/6424c5f3-426d-42b4-988a-4ac2f0a7c7f4', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-22T22:31:51Z', u'schema': u'/v2/schemas/image'}) 2018-05-22 22:31:53,033 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating network with name: 'vping-net-67cd510c-e95f-4518-aaf4-cc8fc94b2104' 2018-05-22 22:31:53,315 - 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-22T22:31:53Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'7635b248-e3b0-4ea5-9082-1fe58c84919c', u'provider:segmentation_id': 2, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-net-67cd510c-e95f-4518-aaf4-cc8fc94b2104', u'admin_state_up': True, u'tenant_id': u'8e8e19956d46436a841a68c6a8f01f78', u'created_at': u'2018-05-22T22:31:53Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'8e8e19956d46436a841a68c6a8f01f78'}) 2018-05-22 22:31:53,835 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-22T22:31:53Z', 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'beca3a43-2e9f-46ca-9403-48411ea80073', u'subnetpool_id': None, u'service_types': [], u'name': u'vping-subnet-67cd510c-e95f-4518-aaf4-cc8fc94b2104', u'enable_dhcp': True, u'network_id': u'7635b248-e3b0-4ea5-9082-1fe58c84919c', u'tenant_id': u'8e8e19956d46436a841a68c6a8f01f78', u'created_at': u'2018-05-22T22:31:53Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.130.1', u'ip_version': 4, u'project_id': u'8e8e19956d46436a841a68c6a8f01f78'}) 2018-05-22 22:31:53,835 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating router with name: 'vping-router-67cd510c-e95f-4518-aaf4-cc8fc94b2104' 2018-05-22 22:31:54,680 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'b0f01cbc-cd4b-4dec-b3c6-adebb7b2f1f4', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'05ca5311-1404-435f-aa02-529c8b10a16e', u'ip_address': u'172.30.9.211'}]}, u'description': u'', u'tags': [], u'tenant_id': u'8e8e19956d46436a841a68c6a8f01f78', u'created_at': u'2018-05-22T22:31:53Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-05-22T22:31:54Z', u'revision_number': 2, u'routes': [], u'project_id': u'8e8e19956d46436a841a68c6a8f01f78', u'id': u'e3abb47e-1d44-44ad-ba17-d38fd47ce340', u'name': u'vping-router-67cd510c-e95f-4518-aaf4-cc8fc94b2104'}) 2018-05-22 22:31:56,047 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating flavor with name: 'vping-flavor-67cd510c-e95f-4518-aaf4-cc8fc94b2104' 2018-05-22 22:31:56,228 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - flavor: Munch({'name': u'vping-flavor-67cd510c-e95f-4518-aaf4-cc8fc94b2104', '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'8e8e19956d46436a841a68c6a8f01f78', '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'8540c21b-0cd9-4338-a203-7d9882869fbe', 'swap': 0}) 2018-05-22 22:31:56,750 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-67cd510c-e95f-4518-aaf4-cc8fc94b2104' 2018-05-22 22:32:02,904 - 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-67cd510c-e95f-4518-aaf4-cc8fc94b2104': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ea:6f:4d', u'version': 4, u'addr': u'192.168.130.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'6424c5f3-426d-42b4-988a-4ac2f0a7c7f4'}), 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-0000000b', u'OS-SRV-USG:launched_at': u'2018-05-22T22:24:38.000000', 'flavor': Munch({u'id': u'8540c21b-0cd9-4338-a203-7d9882869fbe'}), 'az': u'nova', 'id': u'cb4964bb-b5fc-4739-8c68-b37d507c8fb2', 'security_groups': [Munch({u'name': u'vping-sg-67cd510c-e95f-4518-aaf4-cc8fc94b2104'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c26fd96d61f34b45aa42501ba0eed0db', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8e8e19956d46436a841a68c6a8f01f78', '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-22T22:24:38.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-22T22:32:01Z', 'hostId': u'0aeb8db6b6ddab1fffe146ebdc2dfd1ae5e073c4c7cf5d4da8246258', 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.10', 'cloud': 'envvars', 'host_id': u'0aeb8db6b6ddab1fffe146ebdc2dfd1ae5e073c4c7cf5d4da8246258', '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-0000000b', u'OS-SRV-USG:launched_at': u'2018-05-22T22:24:38.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'8e8e19956d46436a841a68c6a8f01f78', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'opnfv-vping-1-67cd510c-e95f-4518-aaf4-cc8fc94b2104', 'adminPass': u'5g2XUtzcjo5M', 'tenant_id': u'8e8e19956d46436a841a68c6a8f01f78', 'region': 'regionOne', 'created': u'2018-05-22T22:31:57Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-22 22:32:04,698 - 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 476408950 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.910 MHz processor [ 0.127946] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129574] pid_max: default: 32768 minimum: 301 [ 0.130456] ACPI: Core revision 20150930 [ 0.131833] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.133124] Security Framework initialized [ 0.133931] Yama: becoming mindful. [ 0.134648] AppArmor: AppArmor initialized [ 0.135504] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136820] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138086] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.139279] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140648] Initializing cgroup subsys io [ 0.141448] Initializing cgroup subsys memory [ 0.142297] Initializing cgroup subsys devices [ 0.143164] Initializing cgroup subsys freezer [ 0.144019] Initializing cgroup subsys net_cls [ 0.144869] Initializing cgroup subsys perf_event [ 0.145759] Initializing cgroup subsys net_prio [ 0.146621] Initializing cgroup subsys hugetlb [ 0.147483] Initializing cgroup subsys pids [ 0.148350] CPU: Physical Processor ID: 0 [ 0.149826] mce: CPU supports 10 MCE banks [ 0.150658] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162223] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168619] ftrace: allocating 31920 entries in 125 pages [ 0.194991] smpboot: Max logical packages: 1 [ 0.195836] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.197161] x2apic enabled [ 0.197957] Switched APIC routing to physical x2apic. [ 0.199686] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200786] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202750] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.204592] KVM setup paravirtual spinlock [ 0.206057] x86: Booted up 1 node, 1 CPUs [ 0.207037] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.208692] devtmpfs: initialized [ 0.210537] evm: security.selinux [ 0.211380] evm: security.SMACK64 [ 0.212206] evm: security.SMACK64EXEC [ 0.213102] evm: security.SMACK64TRANSMUTE [ 0.214080] evm: security.SMACK64MMAP [ 0.214973] evm: security.ima [ 0.215729] evm: security.capability [ 0.216679] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218929] pinctrl core: initialized pinctrl subsystem [ 0.220231] RTC time: 22:24:38, date: 05/22/18 [ 0.221359] NET: Registered protocol family 16 [ 0.222512] cpuidle: using governor ladder [ 0.223509] cpuidle: using governor menu [ 0.224457] PCCT header not found. [ 0.225344] ACPI: bus type PCI registered [ 0.226309] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227821] PCI: Using configuration type 1 for base access [ 0.229803] ACPI: Added _OSI(Module Device) [ 0.230811] ACPI: Added _OSI(Processor Device) [ 0.231851] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232940] ACPI: Added _OSI(Processor Aggregator Device) [ 0.235284] ACPI: Interpreter enabled [ 0.236211] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.238425] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.240638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.242857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245177] ACPI: (supports S0 S5) [ 0.245876] ACPI: Using IOAPIC for interrupt routing [ 0.246806] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249877] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.250993] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252213] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253390] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.255589] acpiphp: Slot [3] registered [ 0.256392] acpiphp: Slot [4] registered [ 0.257179] acpiphp: Slot [5] registered [ 0.257982] acpiphp: Slot [6] registered [ 0.258770] acpiphp: Slot [7] registered [ 0.259553] acpiphp: Slot [8] registered [ 0.260341] acpiphp: Slot [9] registered [ 0.261127] acpiphp: Slot [10] registered [ 0.261922] acpiphp: Slot [11] registered [ 0.262726] acpiphp: Slot [12] registered [ 0.263522] acpiphp: Slot [13] registered [ 0.264321] acpiphp: Slot [14] registered [ 0.265119] acpiphp: Slot [15] registered [ 0.275816] acpiphp: Slot [16] registered [ 0.276611] acpiphp: Slot [17] registered [ 0.277405] acpiphp: Slot [18] registered [ 0.278203] acpiphp: Slot [19] registered [ 0.278997] acpiphp: Slot [20] registered [ 0.279792] acpiphp: Slot [21] registered [ 0.280588] acpiphp: Slot [22] registered [ 0.281385] acpiphp: Slot [23] registered [ 0.282183] acpiphp: Slot [24] registered [ 0.282979] acpiphp: Slot [25] registered [ 0.283772] acpiphp: Slot [26] registered [ 0.284563] acpiphp: Slot [27] registered [ 0.285368] acpiphp: Slot [28] registered [ 0.286167] acpiphp: Slot [29] registered [ 0.286962] acpiphp: Slot [30] registered [ 0.287758] acpiphp: Slot [31] registered [ 0.288544] PCI host bridge to bus 0000:00 [ 0.289340] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.290533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291722] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293144] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294571] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300766] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302030] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.303189] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.304434] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310709] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.312119] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.356683] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.358185] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.359595] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.361011] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362384] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.363619] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.364780] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366006] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367534] vgaarb: loaded [ 0.368130] vgaarb: bridge control possible 0000:00:02.0 [ 0.369256] SCSI subsystem initialized [ 0.370067] ACPI: bus type USB registered [ 0.370877] usbcore: registered new interface driver usbfs [ 0.371898] usbcore: registered new interface driver hub [ 0.372898] usbcore: registered new device driver usb [ 0.373946] PCI: Using ACPI for IRQ routing [ 0.374962] NetLabel: Initializing [ 0.375681] NetLabel: domain hash size = 128 [ 0.376523] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.377462] NetLabel: unlabeled traffic allowed by default [ 0.378552] clocksource: Switched to clocksource kvm-clock [ 0.383973] AppArmor: AppArmor Filesystem Enabled [ 0.384927] pnp: PnP ACPI init [ 0.385835] pnp: PnP ACPI: found 5 devices [ 0.392194] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393884] NET: Registered protocol family 2 [ 0.394834] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.396103] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.397262] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398412] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399482] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400642] NET: Registered protocol family 1 [ 0.401502] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402593] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403663] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417664] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431900] Trying to unpack rootfs image as initramfs... [ 0.480604] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.494750] Scanning for low memory corruption every 60 seconds [ 0.496079] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.497220] audit: initializing netlink subsys (disabled) [ 0.498239] audit: type=2000 audit(1527027879.572:1): initialized [ 0.499550] Initialise system trusted keyring [ 0.500476] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501633] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503585] zbud: loaded [ 0.504282] VFS: Disk quotas dquot_6.6.0 [ 0.505099] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506605] fuse init (API version 7.23) [ 0.507483] Key type big_key registered [ 0.508280] Allocating IMA MOK and blacklist keyrings. [ 0.509383] Key type asymmetric registered [ 0.510201] Asymmetric key parser 'x509' registered [ 0.511157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.512623] io scheduler noop registered [ 0.513414] io scheduler deadline registered (default) [ 0.514404] io scheduler cfq registered [ 0.515606] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.516646] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.517892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.519343] ACPI: Power Button [PWRF] [ 0.520183] GHES: HEST is not enabled! [ 0.533849] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.561965] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564214] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.588290] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.590378] Linux agpgart interface v0.103 [ 0.592354] brd: module loaded [ 0.593490] loop: module loaded [ 0.597925] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599375] GPT:90111 != 2097151 [ 0.600049] GPT:Alternate GPT header not at the end of the disk. [ 0.601119] GPT:90111 != 2097151 [ 0.601781] GPT: Use GNU Parted to correct GPT errors. [ 0.602732] vda: vda1 vda15 [ 0.604077] scsi host0: ata_piix [ 0.604805] scsi host1: ata_piix [ 0.605500] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.606708] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.608135] libphy: Fixed MDIO Bus: probed [ 0.610427] tun: Universal TUN/TAP device driver, 1.6 [ 0.611379] tun: (C) 1999-2004 Max Krasnyansky [ 0.613888] PPP generic driver version 2.4.2 [ 0.614801] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615975] ehci-pci: EHCI PCI platform driver [ 0.616835] ehci-platform: EHCI generic platform driver [ 0.617807] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618927] ohci-pci: OHCI PCI platform driver [ 0.619788] ohci-platform: OHCI generic platform driver [ 0.620760] uhci_hcd: USB Universal Host Controller Interface driver [ 0.635134] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.636120] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637548] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638564] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639674] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640874] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.642272] usb usb1: Product: UHCI Host Controller [ 0.643199] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.644331] usb usb1: SerialNumber: 0000:00:01.2 [ 0.645374] hub 1-0:1.0: USB hub found [ 0.646150] hub 1-0:1.0: 2 ports detected [ 0.647055] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.649157] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.650103] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.651133] mousedev: PS/2 mouse device common for all mice [ 0.652366] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654174] rtc_cmos 00:00: RTC can wake from S4 [ 0.655266] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656464] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657637] i2c /dev entries driver [ 0.658388] device-mapper: uevent: version 1.0.3 [ 0.659322] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.660930] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662203] NET: Registered protocol family 10 [ 0.663207] NET: Registered protocol family 17 [ 0.664091] Key type dns_resolver registered [ 0.664998] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.666066] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.667795] registered taskstats version 1 [ 0.668611] Loading compiled-in X.509 certificates [ 0.670038] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.671881] zswap: loaded using pool lzo/zbud [ 0.673707] Key type trusted registered [ 0.675260] Key type encrypted registered [ 0.676084] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677091] ima: No TPM chip found, activating TPM-bypass! [ 0.678108] evm: HMAC attrs: 0x1 [ 0.679054] Magic number: 2:357:452 [ 0.679907] rtc_cmos 00:00: setting system clock to 2018-05-22 22:24:39 UTC (1527027879) [ 0.681479] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.682592] EDD information not available. [ 0.767532] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769051] Write protecting the kernel read-only data: 14336k [ 0.780728] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.782532] 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.825292] 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.36 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.10... Lease of 192.168.130.10 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.46. iid=i-0000000b failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 2018-05-22 22:32:04,699 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating keypair with name: 'vping-keypair-67cd510c-e95f-4518-aaf4-cc8fc94b2104' 2018-05-22 22:32:04,907 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD4v4iueXsZ85yELOC6UvltVtzzSKA4gumPGN7GEWq9n6mM1BSS1BO8zXXnwF5aNzplNKHPV+iph+9blFs/8lM1AYuDhopeQebalku7UQ/2odVWBANXcQptUf3sX+9Sdp/57TRu6UrVXrdljjWuyyaBiutd3dIdcwoejBdMB4BOc6lYUNV26JSDjAt83ek1DKxsvwcSZiA74aJLC+2QXzPWHUN850kMPgoF9VCnpLaVnEkTEWVju0wAIm8Pb03ObNBYsoLWxikTLBOtGvy1YeAwjNT6xJTPR0I3LjnDjgpPMtCJcLNQPMQv0hJ+gn6X7+jk0qY4wkoo+pDpQwAHZRXP Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA+L+Irnl7GfOchCzgulL5bVbc80igOILpjxjexhFqvZ+pjNQU\nktQTvM1158BeWjc6ZTShz1foqYfvW5RbP/JTNQGLg4aKXkHm2pZLu1EP9qHVVgQD\nV3EKbVH97F/vUnaf+e00bulK1V63ZY41rssmgYrrXd3SHXMKHowXTAeATnOpWFDV\nduiUg4wLfN3pNQysbL8HEmYgO+GiSwvtkF8z1h1DfOdJDD4KBfVQp6S2lZxJExFl\nY7tMACJvD29NzmzQWLKC1sYpEywTrRr8tWHgMIzU+sSUz0dCNy45w44KTzLQiXCz\nUDzEL9ISfoJ+l+/o5NKmOMJKKPqQ6UMAB2UVzwIDAQABAoIBAQDtOJv86FWBtlW5\np6LZjm/Y2lH0oXpK6m4azbkGY23MUQu9BjRoomAAWmDrFwXkO28xPTRjLI7xvnWC\nfMVZApxfnI2UbSZgJbEnHNY0WWZD6qotUb5uEZvEDcF/Py5ZElAWZSTv8QQw4Bc+\nfpSrkYmzWOyFpBnRg/hOkYNWOoEeTkYIWOj2lefk+/1Fi8Vi4KJWlZkgI8OtSWB0\nrZtqyQPpXHk75gjyZUwVFFURNJ93kicn1Lhh473JZZGMJwJW5fTpEWloAEUBKCwi\nsfk/otFUtWKh4mTsz1Jzd/OUzrqTkdSiC1W+M+Zbvz4dBnEWo1oq4Ok6mG8LkA5p\nfhBJiIUhAoGBAP6Gy5EU5jocKlXSbgmmgO/N1gaERulGVO7UaVAvWC6q7pzlmSnU\nkNIhLQidSPS3JjSfNVIOZmYkl2pE9FhofrVuih/1TCIJJLowpBheMUybG319/5l4\n+sP2ufDP9FD8jlrW2obGjefQle0er2q/pMbSkTjxjBhslyoFTPec0PPDAoGBAPow\nLN69E3sLmVcoFOW007TsaCB2zcl16ffPHeM47xrZ8uM+OnUqizpPDBo1Rw/B+q5K\nS0GoFjKYeDbWRkYZElCG8XDI9Zds7yDzG9R1OKqOWo3m0aKWlq7V1W357n9MM6vl\nebdBPh7HHoyCr/lt8XGbQynDAJykOb7mI2BiODEFAoGAcCdZX+6DnCt5BCQbVKlH\nu2NJ4ck7reLN3gc++JREGRw81GnfWa1OuyjfPSKBWUOy1BErX6L0wCFzjuIfgS1a\nV/wDZR2jlIPO6TQxuoMW2himvl9c13WVmfAH8vLPRzhiSejOlgC72t/wkHGq/jDA\nHNQAJcVZ5BFFcsCvL5SsBh0CgYB3QVVyCsBpa3r5P4LOh6ZOXE26A8dN22XeGJzP\nfYkDzJXpWfU1ekUJUzqal4C68yTRxVof/sYt8d2DjhnLOhIvzlLyBuiB+Iv3sco3\nOHT9X4OsljShApTq28SzemoDxcfvjR+6iV/Z/eIC6hyFkbGADJk0I957zBA2fa6p\nN8g/HQKBgEvG/pZKjE84KGZMEGF/b1KxV/pDyFs3PgiIOVnsLfkK0NcXPVwQtnXn\n6eoUW1LSEjibPWchsYKuw0AkB4dnIV1w+idDy2lfkxt4rQetDHcGQVlLpQ6yIpnT\nCGJXaXdcHWgFUxENuhCq1ErTrahcVNTvq+QdVqLHrO7wJr+TZ5Pg\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'c26fd96d61f34b45aa42501ba0eed0db', 'name': u'vping-keypair-67cd510c-e95f-4518-aaf4-cc8fc94b2104', 'created_at': '2018-05-22T22:32:04.907634', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8e8e19956d46436a841a68c6a8f01f78', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'64:cb:82:00:76:df:53:a9:6d:f7:b3:36:ba:39:0d:ab', 'type': 'ssh', 'id': u'vping-keypair-67cd510c-e95f-4518-aaf4-cc8fc94b2104'}) 2018-05-22 22:32:04,907 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEA+L+Irnl7GfOchCzgulL5bVbc80igOILpjxjexhFqvZ+pjNQU ktQTvM1158BeWjc6ZTShz1foqYfvW5RbP/JTNQGLg4aKXkHm2pZLu1EP9qHVVgQD V3EKbVH97F/vUnaf+e00bulK1V63ZY41rssmgYrrXd3SHXMKHowXTAeATnOpWFDV duiUg4wLfN3pNQysbL8HEmYgO+GiSwvtkF8z1h1DfOdJDD4KBfVQp6S2lZxJExFl Y7tMACJvD29NzmzQWLKC1sYpEywTrRr8tWHgMIzU+sSUz0dCNy45w44KTzLQiXCz UDzEL9ISfoJ+l+/o5NKmOMJKKPqQ6UMAB2UVzwIDAQABAoIBAQDtOJv86FWBtlW5 p6LZjm/Y2lH0oXpK6m4azbkGY23MUQu9BjRoomAAWmDrFwXkO28xPTRjLI7xvnWC fMVZApxfnI2UbSZgJbEnHNY0WWZD6qotUb5uEZvEDcF/Py5ZElAWZSTv8QQw4Bc+ fpSrkYmzWOyFpBnRg/hOkYNWOoEeTkYIWOj2lefk+/1Fi8Vi4KJWlZkgI8OtSWB0 rZtqyQPpXHk75gjyZUwVFFURNJ93kicn1Lhh473JZZGMJwJW5fTpEWloAEUBKCwi sfk/otFUtWKh4mTsz1Jzd/OUzrqTkdSiC1W+M+Zbvz4dBnEWo1oq4Ok6mG8LkA5p fhBJiIUhAoGBAP6Gy5EU5jocKlXSbgmmgO/N1gaERulGVO7UaVAvWC6q7pzlmSnU kNIhLQidSPS3JjSfNVIOZmYkl2pE9FhofrVuih/1TCIJJLowpBheMUybG319/5l4 +sP2ufDP9FD8jlrW2obGjefQle0er2q/pMbSkTjxjBhslyoFTPec0PPDAoGBAPow LN69E3sLmVcoFOW007TsaCB2zcl16ffPHeM47xrZ8uM+OnUqizpPDBo1Rw/B+q5K S0GoFjKYeDbWRkYZElCG8XDI9Zds7yDzG9R1OKqOWo3m0aKWlq7V1W357n9MM6vl ebdBPh7HHoyCr/lt8XGbQynDAJykOb7mI2BiODEFAoGAcCdZX+6DnCt5BCQbVKlH u2NJ4ck7reLN3gc++JREGRw81GnfWa1OuyjfPSKBWUOy1BErX6L0wCFzjuIfgS1a V/wDZR2jlIPO6TQxuoMW2himvl9c13WVmfAH8vLPRzhiSejOlgC72t/wkHGq/jDA HNQAJcVZ5BFFcsCvL5SsBh0CgYB3QVVyCsBpa3r5P4LOh6ZOXE26A8dN22XeGJzP fYkDzJXpWfU1ekUJUzqal4C68yTRxVof/sYt8d2DjhnLOhIvzlLyBuiB+Iv3sco3 OHT9X4OsljShApTq28SzemoDxcfvjR+6iV/Z/eIC6hyFkbGADJk0I957zBA2fa6p N8g/HQKBgEvG/pZKjE84KGZMEGF/b1KxV/pDyFs3PgiIOVnsLfkK0NcXPVwQtnXn 6eoUW1LSEjibPWchsYKuw0AkB4dnIV1w+idDy2lfkxt4rQetDHcGQVlLpQ6yIpnT CGJXaXdcHWgFUxENuhCq1ErTrahcVNTvq+QdVqLHrO7wJr+TZ5Pg -----END RSA PRIVATE KEY----- 2018-05-22 22:32:05,572 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-ssh--67cd510c-e95f-4518-aaf4-cc8fc94b2104' 2018-05-22 22:32:16,099 - 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-67cd510c-e95f-4518-aaf4-cc8fc94b2104': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:be:01:4d', u'version': 4, u'addr': u'192.168.130.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'6424c5f3-426d-42b4-988a-4ac2f0a7c7f4'}), 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-0000000c', u'OS-SRV-USG:launched_at': u'2018-05-22T22:24:44.000000', 'flavor': Munch({u'id': u'8540c21b-0cd9-4338-a203-7d9882869fbe'}), 'az': u'nova', 'id': u'71879df3-e19f-4eeb-8a5a-3d3f09b6e8f4', 'security_groups': [Munch({u'name': u'vping-sg-67cd510c-e95f-4518-aaf4-cc8fc94b2104'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c26fd96d61f34b45aa42501ba0eed0db', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8e8e19956d46436a841a68c6a8f01f78', '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-22T22:24:44.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-22T22:32:14Z', 'hostId': u'81b2fc3595717e6b00a2f90fe434fc56eb2ae8e51d17bbb9ad081b69', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-0.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping-keypair-67cd510c-e95f-4518-aaf4-cc8fc94b2104', 'public_v6': '', 'private_v4': u'192.168.130.7', 'cloud': 'envvars', 'host_id': u'81b2fc3595717e6b00a2f90fe434fc56eb2ae8e51d17bbb9ad081b69', '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-0000000c', u'OS-SRV-USG:launched_at': u'2018-05-22T22:24:44.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'8e8e19956d46436a841a68c6a8f01f78', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', 'name': u'opnfv-vping-2-ssh--67cd510c-e95f-4518-aaf4-cc8fc94b2104', 'adminPass': u'w2BKx3KsJRtv', 'tenant_id': u'8e8e19956d46436a841a68c6a8f01f78', 'region': 'regionOne', 'created': u'2018-05-22T22:32:06Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-22 22:32:17,724 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - floating_ip2: Munch({'status': u'ACTIVE', 'router_id': u'e3abb47e-1d44-44ad-ba17-d38fd47ce340', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'8e8e19956d46436a841a68c6a8f01f78', 'created_at': u'2018-05-22T22:32:16Z', 'attached': True, 'updated_at': u'2018-05-22T22:32:16Z', 'id': u'3799f219-3a53-43d0-a65e-c4affecbefde', 'floating_network_id': u'b0f01cbc-cd4b-4dec-b3c6-adebb7b2f1f4', 'fixed_ip_address': u'192.168.130.7', 'floating_ip_address': u'172.30.9.206', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8e8e19956d46436a841a68c6a8f01f78', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'e3abb47e-1d44-44ad-ba17-d38fd47ce340', 'project_id': u'8e8e19956d46436a841a68c6a8f01f78', 'port_id': u'd571f152-d799-4f1b-b0b0-5525951dbbc9', 'port': u'd571f152-d799-4f1b-b0b0-5525951dbbc9', 'network': u'b0f01cbc-cd4b-4dec-b3c6-adebb7b2f1f4'}) 2018-05-22 22:32:19,414 - 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 538100676 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.134969] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.136699] pid_max: default: 32768 minimum: 301 [ 0.137634] ACPI: Core revision 20150930 [ 0.139048] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.140410] Security Framework initialized [ 0.141260] Yama: becoming mindful. [ 0.142032] AppArmor: AppArmor initialized [ 0.142924] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.144308] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.145640] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.146902] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.148347] Initializing cgroup subsys io [ 0.149203] Initializing cgroup subsys memory [ 0.150111] Initializing cgroup subsys devices [ 0.151027] Initializing cgroup subsys freezer [ 0.151936] Initializing cgroup subsys net_cls [ 0.152842] Initializing cgroup subsys perf_event [ 0.153800] Initializing cgroup subsys net_prio [ 0.154730] Initializing cgroup subsys hugetlb [ 0.155641] Initializing cgroup subsys pids [ 0.156551] CPU: Physical Processor ID: 0 [ 0.158109] mce: CPU supports 10 MCE banks [ 0.159000] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.160052] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.171956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178390] ftrace: allocating 31920 entries in 125 pages [ 0.204821] smpboot: Max logical packages: 1 [ 0.205713] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207130] x2apic enabled [ 0.207968] Switched APIC routing to physical x2apic. [ 0.209766] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.210938] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213021] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.214879] KVM setup paravirtual spinlock [ 0.216272] x86: Booted up 1 node, 1 CPUs [ 0.217120] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.218564] devtmpfs: initialized [ 0.220316] evm: security.selinux [ 0.221049] evm: security.SMACK64 [ 0.221769] evm: security.SMACK64EXEC [ 0.222543] evm: security.SMACK64TRANSMUTE [ 0.223389] evm: security.SMACK64MMAP [ 0.224171] evm: security.ima [ 0.224838] evm: security.capability [ 0.225674] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.227612] pinctrl core: initialized pinctrl subsystem [ 0.228761] RTC time: 22:24:44, date: 05/22/18 [ 0.229755] NET: Registered protocol family 16 [ 0.230763] cpuidle: using governor ladder [ 0.231616] cpuidle: using governor menu [ 0.232434] PCCT header not found. [ 0.233223] ACPI: bus type PCI registered [ 0.234067] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235365] PCI: Using configuration type 1 for base access [ 0.237170] ACPI: Added _OSI(Module Device) [ 0.238057] ACPI: Added _OSI(Processor Device) [ 0.238963] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239904] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242124] ACPI: Interpreter enabled [ 0.242914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246688] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248574] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.250464] ACPI: (supports S0 S5) [ 0.251192] ACPI: Using IOAPIC for interrupt routing [ 0.252313] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.255442] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.256611] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257874] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.259107] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.261384] acpiphp: Slot [3] registered [ 0.262239] acpiphp: Slot [4] registered [ 0.263087] acpiphp: Slot [5] registered [ 0.263908] acpiphp: Slot [6] registered [ 0.264722] acpiphp: Slot [7] registered [ 0.265529] acpiphp: Slot [8] registered [ 0.266358] acpiphp: Slot [9] registered [ 0.267182] acpiphp: Slot [10] registered [ 0.268013] acpiphp: Slot [11] registered [ 0.268844] acpiphp: Slot [12] registered [ 0.269673] acpiphp: Slot [13] registered [ 0.270495] acpiphp: Slot [14] registered [ 0.271334] acpiphp: Slot [15] registered [ 0.281918] acpiphp: Slot [16] registered [ 0.282778] acpiphp: Slot [17] registered [ 0.283633] acpiphp: Slot [18] registered [ 0.284472] acpiphp: Slot [19] registered [ 0.285297] acpiphp: Slot [20] registered [ 0.286129] acpiphp: Slot [21] registered [ 0.286960] acpiphp: Slot [22] registered [ 0.287787] acpiphp: Slot [23] registered [ 0.288615] acpiphp: Slot [24] registered [ 0.289437] acpiphp: Slot [25] registered [ 0.290267] acpiphp: Slot [26] registered [ 0.291099] acpiphp: Slot [27] registered [ 0.291942] acpiphp: Slot [28] registered [ 0.292802] acpiphp: Slot [29] registered [ 0.293644] acpiphp: Slot [30] registered [ 0.294469] acpiphp: Slot [31] registered [ 0.295295] PCI host bridge to bus 0000:00 [ 0.296143] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297390] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.298656] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.300146] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.301625] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.307958] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.309281] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.310499] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.311805] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.318215] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.319693] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.365057] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.366570] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368045] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.369489] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370907] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.372191] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.373738] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.374842] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.376468] vgaarb: loaded [ 0.377087] vgaarb: bridge control possible 0000:00:02.0 [ 0.378253] SCSI subsystem initialized [ 0.379093] ACPI: bus type USB registered [ 0.379930] usbcore: registered new interface driver usbfs [ 0.380996] usbcore: registered new interface driver hub [ 0.382034] usbcore: registered new device driver usb [ 0.383153] PCI: Using ACPI for IRQ routing [ 0.384237] NetLabel: Initializing [ 0.384972] NetLabel: domain hash size = 128 [ 0.385847] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.386830] NetLabel: unlabeled traffic allowed by default [ 0.387951] clocksource: Switched to clocksource kvm-clock [ 0.393463] AppArmor: AppArmor Filesystem Enabled [ 0.394487] pnp: PnP ACPI init [ 0.395427] pnp: PnP ACPI: found 5 devices [ 0.401803] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403620] NET: Registered protocol family 2 [ 0.404623] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405946] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.407167] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408388] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409503] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410718] NET: Registered protocol family 1 [ 0.411608] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412752] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413932] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427707] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.442030] Trying to unpack rootfs image as initramfs... [ 0.491689] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505830] Scanning for low memory corruption every 60 seconds [ 0.507199] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.508345] audit: initializing netlink subsys (disabled) [ 0.509368] audit: type=2000 audit(1527027885.094:1): initialized [ 0.510671] Initialise system trusted keyring [ 0.511587] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.512750] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514708] zbud: loaded [ 0.515403] VFS: Disk quotas dquot_6.6.0 [ 0.516230] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517739] fuse init (API version 7.23) [ 0.518633] Key type big_key registered [ 0.519425] Allocating IMA MOK and blacklist keyrings. [ 0.520543] Key type asymmetric registered [ 0.521360] Asymmetric key parser 'x509' registered [ 0.522302] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.524130] io scheduler noop registered [ 0.524937] io scheduler deadline registered (default) [ 0.525914] io scheduler cfq registered [ 0.526742] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527774] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529037] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.530482] ACPI: Power Button [PWRF] [ 0.531308] GHES: HEST is not enabled! [ 0.545054] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.574700] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.578545] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.602136] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604270] Linux agpgart interface v0.103 [ 0.606315] brd: module loaded [ 0.607530] loop: module loaded [ 0.611748] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.613190] GPT:90111 != 2097151 [ 0.613861] GPT:Alternate GPT header not at the end of the disk. [ 0.614931] GPT:90111 != 2097151 [ 0.615592] GPT: Use GNU Parted to correct GPT errors. [ 0.616545] vda: vda1 vda15 [ 0.618036] scsi host0: ata_piix [ 0.618767] scsi host1: ata_piix [ 0.619467] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620695] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.622125] libphy: Fixed MDIO Bus: probed [ 0.622940] tun: Universal TUN/TAP device driver, 1.6 [ 0.623874] tun: (C) 1999-2004 Max Krasnyansky [ 0.626126] PPP generic driver version 2.4.2 [ 0.627003] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.628255] ehci-pci: EHCI PCI platform driver [ 0.629119] ehci-platform: EHCI generic platform driver [ 0.630087] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.631189] ohci-pci: OHCI PCI platform driver [ 0.632046] ohci-platform: OHCI generic platform driver [ 0.633018] uhci_hcd: USB Universal Host Controller Interface driver [ 0.647387] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.648388] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649842] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650859] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651975] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.653194] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654610] usb usb1: Product: UHCI Host Controller [ 0.655534] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656670] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657659] hub 1-0:1.0: USB hub found [ 0.658421] hub 1-0:1.0: 2 ports detected [ 0.659308] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661416] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662354] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663366] mousedev: PS/2 mouse device common for all mice [ 0.664632] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666428] rtc_cmos 00:00: RTC can wake from S4 [ 0.667499] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668690] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669864] i2c /dev entries driver [ 0.670615] device-mapper: uevent: version 1.0.3 [ 0.671537] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673207] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674469] NET: Registered protocol family 10 [ 0.675437] NET: Registered protocol family 17 [ 0.676311] Key type dns_resolver registered [ 0.677224] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678287] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680007] registered taskstats version 1 [ 0.680823] Loading compiled-in X.509 certificates [ 0.682237] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684056] zswap: loaded using pool lzo/zbud [ 0.685412] Key type trusted registered [ 0.686939] Key type encrypted registered [ 0.687760] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688776] ima: No TPM chip found, activating TPM-bypass! [ 0.689791] evm: HMAC attrs: 0x1 [ 0.690700] Magic number: 2:357:452 [ 0.691526] rtc_cmos 00:00: setting system clock to 2018-05-22 22:24:45 UTC (1527027885) [ 0.693134] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694223] EDD information not available. [ 0.780939] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782458] Write protecting the kernel read-only data: 14336k [ 0.794293] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796093] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.46 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.671497] 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.7... Lease of 192.168.130.7 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.56. iid=i-0000000c 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDFj2DB/fAnlOhTTjjkhfdiiDCWq8vTKzysW1RChrBX6LnzBPVgf2BMhQddJN7XijsCe9y0qZ/qTJz6g0zNdxVTQnv3xKbh8dQHdBl63n7aiPGbDp7Dg1113pFFIQjwp4uONQN7fWqNXZ6ikCyj76ZKXBti+rTgSwiot4/qHWlKB4DooxxMa1gFaQSbO5a1or6Kl6opqF/GJLx1XSDJC+IwGxqJp64r8qb9Ge7ly7ieeikANi3Fw6JIJdZM+otROw7aL4CvObyq75ZFQPWEjassGEfkUI4WAIqjMl0HVjiSZtmWtSEA4xL4oNVtRYOgjyYzuFFNuvacjGgZ03s1nprX root@opnfv-vping-2-ssh--67cd510c-e95f-4518-aaf4-cc8fc94b2104 ssh-dss AAAAB3NzaC1kc3MAAACBAOsfaDvxiFpb4K84r+MZWDOWK8c+FfllTDqH20jMYWn+luLND0110qPfJ8h9dXKN2l2Y1Q4X8Owksdt2TSuE6TuAjSWqku6skBwuiyduf7JIGp8n/NyMAjqYiFumonbI3hvSkUvUKUTyF3KCztPze/wvCV4BZNgYgl5P8LvXVrInAAAAFQDKO8WG1v0SOulhWlZiLWHHkqLYbQAAAIEAtdngo59cNIZ1oeaEOcAn3wmC6K3nLYn0nCnGABwMssSZBnop+wGGrOZ5nNGyhMwW6/a7r88q7wn8UkeaEPv+rvXL0VGgmlLPRPncFSib/39MNlXQBNrUUqHZmY2F5llELoOCvP6gX1Y/xTHImnxS1kZI22psj8XN7XEJuaq125YAAACALsyoic58biSQ9tPVOUzi59M+cDdnE7vug6Fgaz5y6wrMH/FDJWjCHyQsv1lwvYpSgsiig5JhDj59TPz+ulk1fkJpApcnGP4K4FItP/UDAEPKXUGk2ixfeLbQfpdVPfDykpfTtKXbXpf+zPWycohQ/Enbhp0xpidhQIKcAyiZLJI= root@opnfv-vping-2-ssh--67cd510c-e95f-4518-aaf4-cc8fc94b2104 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.7,24,fe80::f816:3eff:febe:14d/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.2 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.7 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-0000000c name: N/A availability-zone: nova local-hostname: opnfv-vping-2-ssh--67cd510c-e95f-4518-aaf4-cc8fc94b2104 launch-index: 0 === cirros: current=0.4.0 uptime=3.19 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-ssh--67cd510c-e95f-4518-aaf4-cc8fc94b2104 login: 2018-05-22 22:32:19,415 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Begin test execution 2018-05-22 22:32:24,558 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - ssh: 2018-05-22 22:32:24,563 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - ping output: >> 2018-05-22 22:32:24,566 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-22 22:32:24,567 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-22 22:32:25,072 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 22:32:25,072 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:33 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-22 22:32:36,930 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-22 22:32:37,635 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - ext_net: Munch({u'status': u'ACTIVE', u'subnets': [u'05ca5311-1404-435f-aa02-529c8b10a16e'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-22T22:14:32Z', u'is_default': False, u'revision_number': 4, u'port_security_enabled': True, u'mtu': 1500, u'id': u'b0f01cbc-cd4b-4dec-b3c6-adebb7b2f1f4', 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'c8d73079d76c4f9f9eaf1a7a1f6000fa', u'created_at': u'2018-05-22T22:14:27Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'c8d73079d76c4f9f9eaf1a7a1f6000fa'}) 2018-05-22 22:32:37,636 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Begin virtual environment setup 2018-05-22 22:32:37,636 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing Start Time:'2018-05-22 22:32:37' 2018-05-22 22:32:37,636 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating image with name: 'functest-vping--ee8b6f42-aefd-4c39-8e44-e20a4042c7bf' 2018-05-22 22:32:37,636 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Image metadata: None 2018-05-22 22:32:38,928 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/functest-vping--ee8b6f42-aefd-4c39-8e44-e20a4042c7bf', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-22T22:32:37Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'shared', u'file': u'/v2/images/8ed88d71-127a-4389-94f1-4988ff8b0c8a/file', u'owner': u'8e8e19956d46436a841a68c6a8f01f78', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'8ed88d71-127a-4389-94f1-4988ff8b0c8a', u'size': None, u'name': u'functest-vping--ee8b6f42-aefd-4c39-8e44-e20a4042c7bf', u'checksum': None, u'self': u'/v2/images/8ed88d71-127a-4389-94f1-4988ff8b0c8a', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-22T22:32:37Z', u'schema': u'/v2/schemas/image'}) 2018-05-22 22:32:38,928 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating network with name: 'vping-net-ee8b6f42-aefd-4c39-8e44-e20a4042c7bf' 2018-05-22 22:32:39,314 - 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-22T22:32:39Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'91480494-10f0-42c4-9d60-4dde5409f155', u'provider:segmentation_id': 11, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-net-ee8b6f42-aefd-4c39-8e44-e20a4042c7bf', u'admin_state_up': True, u'tenant_id': u'8e8e19956d46436a841a68c6a8f01f78', u'created_at': u'2018-05-22T22:32:38Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'8e8e19956d46436a841a68c6a8f01f78'}) 2018-05-22 22:32:39,927 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-22T22:32:39Z', 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'a0080ca3-2e6d-4e9a-81e4-16795c7259ee', u'subnetpool_id': None, u'service_types': [], u'name': u'vping-subnet-ee8b6f42-aefd-4c39-8e44-e20a4042c7bf', u'enable_dhcp': True, u'network_id': u'91480494-10f0-42c4-9d60-4dde5409f155', u'tenant_id': u'8e8e19956d46436a841a68c6a8f01f78', u'created_at': u'2018-05-22T22:32:39Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.130.1', u'ip_version': 4, u'project_id': u'8e8e19956d46436a841a68c6a8f01f78'}) 2018-05-22 22:32:39,927 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating router with name: 'vping-router-ee8b6f42-aefd-4c39-8e44-e20a4042c7bf' 2018-05-22 22:32:41,287 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'b0f01cbc-cd4b-4dec-b3c6-adebb7b2f1f4', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'05ca5311-1404-435f-aa02-529c8b10a16e', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'8e8e19956d46436a841a68c6a8f01f78', u'created_at': u'2018-05-22T22:32:39Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-05-22T22:32:41Z', u'revision_number': 2, u'routes': [], u'project_id': u'8e8e19956d46436a841a68c6a8f01f78', u'id': u'0600d945-ebdb-4578-bb60-95f698d41707', u'name': u'vping-router-ee8b6f42-aefd-4c39-8e44-e20a4042c7bf'}) 2018-05-22 22:32:42,579 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating flavor with name: 'vping-flavor-ee8b6f42-aefd-4c39-8e44-e20a4042c7bf' 2018-05-22 22:32:42,771 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - flavor: Munch({'name': u'vping-flavor-ee8b6f42-aefd-4c39-8e44-e20a4042c7bf', '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'8e8e19956d46436a841a68c6a8f01f78', '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'0e7fa69c-ce4e-456b-a4f1-99234715a4dd', 'swap': 0}) 2018-05-22 22:32:43,268 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-ee8b6f42-aefd-4c39-8e44-e20a4042c7bf' 2018-05-22 22:32:49,773 - 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-ee8b6f42-aefd-4c39-8e44-e20a4042c7bf': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:bf:6e:be', u'version': 4, u'addr': u'192.168.130.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'8ed88d71-127a-4389-94f1-4988ff8b0c8a'}), 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-0000000d', u'OS-SRV-USG:launched_at': u'2018-05-22T22:25:17.000000', 'flavor': Munch({u'id': u'0e7fa69c-ce4e-456b-a4f1-99234715a4dd'}), 'az': u'nova', 'id': u'63a77030-349e-4b66-a0a6-c2a3e0e18461', 'security_groups': [Munch({u'name': u'vping-sg-ee8b6f42-aefd-4c39-8e44-e20a4042c7bf'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c26fd96d61f34b45aa42501ba0eed0db', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8e8e19956d46436a841a68c6a8f01f78', '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-22T22:25:17.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-22T22:32:48Z', 'hostId': u'81b2fc3595717e6b00a2f90fe434fc56eb2ae8e51d17bbb9ad081b69', 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.10', 'cloud': 'envvars', 'host_id': u'81b2fc3595717e6b00a2f90fe434fc56eb2ae8e51d17bbb9ad081b69', '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-0000000d', u'OS-SRV-USG:launched_at': u'2018-05-22T22:25:17.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'8e8e19956d46436a841a68c6a8f01f78', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', 'name': u'opnfv-vping-1-ee8b6f42-aefd-4c39-8e44-e20a4042c7bf', 'adminPass': u'4FZqzQsFWuut', 'tenant_id': u'8e8e19956d46436a841a68c6a8f01f78', 'region': 'regionOne', 'created': u'2018-05-22T22:32:44Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-22 22:32:51,577 - 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 503594617 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.162371] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.164009] pid_max: default: 32768 minimum: 301 [ 0.164893] ACPI: Core revision 20150930 [ 0.166254] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.167552] Security Framework initialized [ 0.168361] Yama: becoming mindful. [ 0.169083] AppArmor: AppArmor initialized [ 0.169983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.171308] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.172584] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.173780] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.175157] Initializing cgroup subsys io [ 0.175962] Initializing cgroup subsys memory [ 0.176891] Initializing cgroup subsys devices [ 0.177778] Initializing cgroup subsys freezer [ 0.178650] Initializing cgroup subsys net_cls [ 0.179519] Initializing cgroup subsys perf_event [ 0.180437] Initializing cgroup subsys net_prio [ 0.181346] Initializing cgroup subsys hugetlb [ 0.182239] Initializing cgroup subsys pids [ 0.183110] CPU: Physical Processor ID: 0 [ 0.184589] mce: CPU supports 10 MCE banks [ 0.185423] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.186412] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.197584] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.204003] ftrace: allocating 31920 entries in 125 pages [ 0.230229] smpboot: Max logical packages: 1 [ 0.231125] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.232486] x2apic enabled [ 0.233337] Switched APIC routing to physical x2apic. [ 0.235101] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.236231] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.238277] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.240103] KVM setup paravirtual spinlock [ 0.241400] x86: Booted up 1 node, 1 CPUs [ 0.242225] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.243649] devtmpfs: initialized [ 0.245370] evm: security.selinux [ 0.246086] evm: security.SMACK64 [ 0.246788] evm: security.SMACK64EXEC [ 0.247542] evm: security.SMACK64TRANSMUTE [ 0.248370] evm: security.SMACK64MMAP [ 0.249133] evm: security.ima [ 0.249785] evm: security.capability [ 0.250601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.252523] pinctrl core: initialized pinctrl subsystem [ 0.253694] RTC time: 22:25:17, date: 05/22/18 [ 0.254676] NET: Registered protocol family 16 [ 0.255675] cpuidle: using governor ladder [ 0.256512] cpuidle: using governor menu [ 0.257327] PCCT header not found. [ 0.258100] ACPI: bus type PCI registered [ 0.258938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.260203] PCI: Using configuration type 1 for base access [ 0.261980] ACPI: Added _OSI(Module Device) [ 0.262841] ACPI: Added _OSI(Processor Device) [ 0.263733] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.264667] ACPI: Added _OSI(Processor Aggregator Device) [ 0.266834] ACPI: Interpreter enabled [ 0.267624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.269548] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.271430] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.273269] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.275171] ACPI: (supports S0 S5) [ 0.275871] ACPI: Using IOAPIC for interrupt routing [ 0.276907] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.279984] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281148] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.282378] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.283560] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.285771] acpiphp: Slot [3] registered [ 0.286567] acpiphp: Slot [4] registered [ 0.287358] acpiphp: Slot [5] registered [ 0.288162] acpiphp: Slot [6] registered [ 0.288956] acpiphp: Slot [7] registered [ 0.289760] acpiphp: Slot [8] registered [ 0.290549] acpiphp: Slot [9] registered [ 0.291346] acpiphp: Slot [10] registered [ 0.292150] acpiphp: Slot [11] registered [ 0.292979] acpiphp: Slot [12] registered [ 0.293800] acpiphp: Slot [13] registered [ 0.294605] acpiphp: Slot [14] registered [ 0.295406] acpiphp: Slot [15] registered [ 0.306396] acpiphp: Slot [16] registered [ 0.307236] acpiphp: Slot [17] registered [ 0.308043] acpiphp: Slot [18] registered [ 0.308848] acpiphp: Slot [19] registered [ 0.309649] acpiphp: Slot [20] registered [ 0.310456] acpiphp: Slot [21] registered [ 0.311316] acpiphp: Slot [22] registered [ 0.312122] acpiphp: Slot [23] registered [ 0.312924] acpiphp: Slot [24] registered [ 0.313736] acpiphp: Slot [25] registered [ 0.314542] acpiphp: Slot [26] registered [ 0.315350] acpiphp: Slot [27] registered [ 0.316158] acpiphp: Slot [28] registered [ 0.317011] acpiphp: Slot [29] registered [ 0.318074] acpiphp: Slot [30] registered [ 0.319128] acpiphp: Slot [31] registered [ 0.320181] PCI host bridge to bus 0000:00 [ 0.321225] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.322853] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.324475] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.326407] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.328299] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.334773] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.336061] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.337222] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.338473] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.344903] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.346347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.392969] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.394472] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.395905] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.397469] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.399125] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.400583] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.402150] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.403464] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.405337] vgaarb: loaded [ 0.406043] vgaarb: bridge control possible 0000:00:02.0 [ 0.407396] SCSI subsystem initialized [ 0.408358] ACPI: bus type USB registered [ 0.409328] usbcore: registered new interface driver usbfs [ 0.410615] usbcore: registered new interface driver hub [ 0.411841] usbcore: registered new device driver usb [ 0.413134] PCI: Using ACPI for IRQ routing [ 0.414345] NetLabel: Initializing [ 0.415196] NetLabel: domain hash size = 128 [ 0.416238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.417401] NetLabel: unlabeled traffic allowed by default [ 0.418725] clocksource: Switched to clocksource kvm-clock [ 0.424390] AppArmor: AppArmor Filesystem Enabled [ 0.425549] pnp: PnP ACPI init [ 0.426603] pnp: PnP ACPI: found 5 devices [ 0.433161] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.435313] NET: Registered protocol family 2 [ 0.436477] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.438102] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.439552] TCP: Hash tables configured (established 4096 bind 4096) [ 0.441017] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.442370] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.443836] NET: Registered protocol family 1 [ 0.444920] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.446282] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.447608] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.461813] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.476191] Trying to unpack rootfs image as initramfs... [ 0.525887] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.540328] Scanning for low memory corruption every 60 seconds [ 0.541913] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.543355] audit: initializing netlink subsys (disabled) [ 0.544638] audit: type=2000 audit(1527027918.522:1): initialized [ 0.546212] Initialise system trusted keyring [ 0.547321] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.548720] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.550906] zbud: loaded [ 0.551703] VFS: Disk quotas dquot_6.6.0 [ 0.552671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.554453] fuse init (API version 7.23) [ 0.555514] Key type big_key registered [ 0.556467] Allocating IMA MOK and blacklist keyrings. [ 0.558161] Key type asymmetric registered [ 0.559168] Asymmetric key parser 'x509' registered [ 0.560320] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.562078] io scheduler noop registered [ 0.563034] io scheduler deadline registered (default) [ 0.564256] io scheduler cfq registered [ 0.565236] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.566491] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.568023] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.569751] ACPI: Power Button [PWRF] [ 0.570716] GHES: HEST is not enabled! [ 0.584482] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.614524] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.617279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.640905] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.643370] Linux agpgart interface v0.103 [ 0.645532] brd: module loaded [ 0.646866] loop: module loaded [ 0.652192] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.653984] GPT:90111 != 2097151 [ 0.654832] GPT:Alternate GPT header not at the end of the disk. [ 0.656168] GPT:90111 != 2097151 [ 0.656970] GPT: Use GNU Parted to correct GPT errors. [ 0.658136] vda: vda1 vda15 [ 0.659684] scsi host0: ata_piix [ 0.660568] scsi host1: ata_piix [ 0.661395] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.662898] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.664622] libphy: Fixed MDIO Bus: probed [ 0.665614] tun: Universal TUN/TAP device driver, 1.6 [ 0.666767] tun: (C) 1999-2004 Max Krasnyansky [ 0.669138] PPP generic driver version 2.4.2 [ 0.670342] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.671942] ehci-pci: EHCI PCI platform driver [ 0.673083] ehci-platform: EHCI generic platform driver [ 0.674376] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.675891] ohci-pci: OHCI PCI platform driver [ 0.677029] ohci-platform: OHCI generic platform driver [ 0.678322] uhci_hcd: USB Universal Host Controller Interface driver [ 0.692763] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.694054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.695961] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.697256] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.698684] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.700282] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.702079] usb usb1: Product: UHCI Host Controller [ 0.703369] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.704877] usb usb1: SerialNumber: 0000:00:01.2 [ 0.706132] hub 1-0:1.0: USB hub found [ 0.707111] hub 1-0:1.0: 2 ports detected [ 0.708221] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.710767] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.711995] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.713311] mousedev: PS/2 mouse device common for all mice [ 0.714900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.717251] rtc_cmos 00:00: RTC can wake from S4 [ 0.718583] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.720107] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.721653] i2c /dev entries driver [ 0.722597] device-mapper: uevent: version 1.0.3 [ 0.723790] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.725937] ledtrig-cpu: registered to indicate activity on CPUs [ 0.727589] NET: Registered protocol family 10 [ 0.728833] NET: Registered protocol family 17 [ 0.729984] Key type dns_resolver registered [ 0.731134] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.732539] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.734768] registered taskstats version 1 [ 0.735850] Loading compiled-in X.509 certificates [ 0.737531] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.739919] zswap: loaded using pool lzo/zbud [ 0.741496] Key type trusted registered [ 0.743239] Key type encrypted registered [ 0.744281] AppArmor: AppArmor sha1 policy hashing enabled [ 0.745618] ima: No TPM chip found, activating TPM-bypass! [ 0.746978] evm: HMAC attrs: 0x1 [ 0.748079] Magic number: 2:357:452 [ 0.749108] rtc_cmos 00:00: setting system clock to 2018-05-22 22:25:18 UTC (1527027918) [ 0.751153] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.752577] EDD information not available. [ 0.823648] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.825614] Write protecting the kernel read-only data: 14336k [ 0.837635] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.839849] 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 [ 0.884740] 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.35 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.10... Lease of 192.168.130.10 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.47. iid=i-0000000d 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 2018-05-22 22:32:51,578 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-userdata--ee8b6f42-aefd-4c39-8e44-e20a4042c7bf' 2018-05-22 22:33:02,465 - 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-ee8b6f42-aefd-4c39-8e44-e20a4042c7bf': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f3:63:bc', 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'8ed88d71-127a-4389-94f1-4988ff8b0c8a'}), 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-0000000e', u'OS-SRV-USG:launched_at': u'2018-05-22T22:25:38.000000', 'flavor': Munch({u'id': u'0e7fa69c-ce4e-456b-a4f1-99234715a4dd'}), 'az': u'nova', 'id': u'ad5a41e6-2f7a-4a29-93e4-6008950410b5', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c26fd96d61f34b45aa42501ba0eed0db', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8e8e19956d46436a841a68c6a8f01f78', '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-22T22:25:38.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-22T22:33:01Z', 'hostId': u'0aeb8db6b6ddab1fffe146ebdc2dfd1ae5e073c4c7cf5d4da8246258', 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.12', 'cloud': 'envvars', 'host_id': u'0aeb8db6b6ddab1fffe146ebdc2dfd1ae5e073c4c7cf5d4da8246258', '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-0000000e', u'OS-SRV-USG:launched_at': u'2018-05-22T22:25:38.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'8e8e19956d46436a841a68c6a8f01f78', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'opnfv-vping-2-userdata--ee8b6f42-aefd-4c39-8e44-e20a4042c7bf', 'adminPass': u'XcfTg32KnHB3', 'tenant_id': u'8e8e19956d46436a841a68c6a8f01f78', 'region': 'regionOne', 'created': u'2018-05-22T22:32:52Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-22 22:33:04,004 - 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 503594617 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.162371] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.164009] pid_max: default: 32768 minimum: 301 [ 0.164893] ACPI: Core revision 20150930 [ 0.166254] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.167552] Security Framework initialized [ 0.168361] Yama: becoming mindful. [ 0.169083] AppArmor: AppArmor initialized [ 0.169983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.171308] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.172584] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.173780] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.175157] Initializing cgroup subsys io [ 0.175962] Initializing cgroup subsys memory [ 0.176891] Initializing cgroup subsys devices [ 0.177778] Initializing cgroup subsys freezer [ 0.178650] Initializing cgroup subsys net_cls [ 0.179519] Initializing cgroup subsys perf_event [ 0.180437] Initializing cgroup subsys net_prio [ 0.181346] Initializing cgroup subsys hugetlb [ 0.182239] Initializing cgroup subsys pids [ 0.183110] CPU: Physical Processor ID: 0 [ 0.184589] mce: CPU supports 10 MCE banks [ 0.185423] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.186412] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.197584] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.204003] ftrace: allocating 31920 entries in 125 pages [ 0.230229] smpboot: Max logical packages: 1 [ 0.231125] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.232486] x2apic enabled [ 0.233337] Switched APIC routing to physical x2apic. [ 0.235101] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.236231] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.238277] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.240103] KVM setup paravirtual spinlock [ 0.241400] x86: Booted up 1 node, 1 CPUs [ 0.242225] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.243649] devtmpfs: initialized [ 0.245370] evm: security.selinux [ 0.246086] evm: security.SMACK64 [ 0.246788] evm: security.SMACK64EXEC [ 0.247542] evm: security.SMACK64TRANSMUTE [ 0.248370] evm: security.SMACK64MMAP [ 0.249133] evm: security.ima [ 0.249785] evm: security.capability [ 0.250601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.252523] pinctrl core: initialized pinctrl subsystem [ 0.253694] RTC time: 22:25:17, date: 05/22/18 [ 0.254676] NET: Registered protocol family 16 [ 0.255675] cpuidle: using governor ladder [ 0.256512] cpuidle: using governor menu [ 0.257327] PCCT header not found. [ 0.258100] ACPI: bus type PCI registered [ 0.258938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.260203] PCI: Using configuration type 1 for base access [ 0.261980] ACPI: Added _OSI(Module Device) [ 0.262841] ACPI: Added _OSI(Processor Device) [ 0.263733] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.264667] ACPI: Added _OSI(Processor Aggregator Device) [ 0.266834] ACPI: Interpreter enabled [ 0.267624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.269548] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.271430] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.273269] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.275171] ACPI: (supports S0 S5) [ 0.275871] ACPI: Using IOAPIC for interrupt routing [ 0.276907] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.279984] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281148] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.282378] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.283560] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.285771] acpiphp: Slot [3] registered [ 0.286567] acpiphp: Slot [4] registered [ 0.287358] acpiphp: Slot [5] registered [ 0.288162] acpiphp: Slot [6] registered [ 0.288956] acpiphp: Slot [7] registered [ 0.289760] acpiphp: Slot [8] registered [ 0.290549] acpiphp: Slot [9] registered [ 0.291346] acpiphp: Slot [10] registered [ 0.292150] acpiphp: Slot [11] registered [ 0.292979] acpiphp: Slot [12] registered [ 0.293800] acpiphp: Slot [13] registered [ 0.294605] acpiphp: Slot [14] registered [ 0.295406] acpiphp: Slot [15] registered [ 0.306396] acpiphp: Slot [16] registered [ 0.307236] acpiphp: Slot [17] registered [ 0.308043] acpiphp: Slot [18] registered [ 0.308848] acpiphp: Slot [19] registered [ 0.309649] acpiphp: Slot [20] registered [ 0.310456] acpiphp: Slot [21] registered [ 0.311316] acpiphp: Slot [22] registered [ 0.312122] acpiphp: Slot [23] registered [ 0.312924] acpiphp: Slot [24] registered [ 0.313736] acpiphp: Slot [25] registered [ 0.314542] acpiphp: Slot [26] registered [ 0.315350] acpiphp: Slot [27] registered [ 0.316158] acpiphp: Slot [28] registered [ 0.317011] acpiphp: Slot [29] registered [ 0.318074] acpiphp: Slot [30] registered [ 0.319128] acpiphp: Slot [31] registered [ 0.320181] PCI host bridge to bus 0000:00 [ 0.321225] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.322853] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.324475] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.326407] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.328299] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.334773] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.336061] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.337222] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.338473] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.344903] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.346347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.392969] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.394472] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.395905] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.397469] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.399125] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.400583] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.402150] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.403464] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.405337] vgaarb: loaded [ 0.406043] vgaarb: bridge control possible 0000:00:02.0 [ 0.407396] SCSI subsystem initialized [ 0.408358] ACPI: bus type USB registered [ 0.409328] usbcore: registered new interface driver usbfs [ 0.410615] usbcore: registered new interface driver hub [ 0.411841] usbcore: registered new device driver usb [ 0.413134] PCI: Using ACPI for IRQ routing [ 0.414345] NetLabel: Initializing [ 0.415196] NetLabel: domain hash size = 128 [ 0.416238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.417401] NetLabel: unlabeled traffic allowed by default [ 0.418725] clocksource: Switched to clocksource kvm-clock [ 0.424390] AppArmor: AppArmor Filesystem Enabled [ 0.425549] pnp: PnP ACPI init [ 0.426603] pnp: PnP ACPI: found 5 devices [ 0.433161] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.435313] NET: Registered protocol family 2 [ 0.436477] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.438102] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.439552] TCP: Hash tables configured (established 4096 bind 4096) [ 0.441017] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.442370] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.443836] NET: Registered protocol family 1 [ 0.444920] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.446282] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.447608] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.461813] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.476191] Trying to unpack rootfs image as initramfs... [ 0.525887] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.540328] Scanning for low memory corruption every 60 seconds [ 0.541913] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.543355] audit: initializing netlink subsys (disabled) [ 0.544638] audit: type=2000 audit(1527027918.522:1): initialized [ 0.546212] Initialise system trusted keyring [ 0.547321] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.548720] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.550906] zbud: loaded [ 0.551703] VFS: Disk quotas dquot_6.6.0 [ 0.552671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.554453] fuse init (API version 7.23) [ 0.555514] Key type big_key registered [ 0.556467] Allocating IMA MOK and blacklist keyrings. [ 0.558161] Key type asymmetric registered [ 0.559168] Asymmetric key parser 'x509' registered [ 0.560320] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.562078] io scheduler noop registered [ 0.563034] io scheduler deadline registered (default) [ 0.564256] io scheduler cfq registered [ 0.565236] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.566491] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.568023] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.569751] ACPI: Power Button [PWRF] [ 0.570716] GHES: HEST is not enabled! [ 0.584482] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.614524] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.617279] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.640905] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.643370] Linux agpgart interface v0.103 [ 0.645532] brd: module loaded [ 0.646866] loop: module loaded [ 0.652192] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.653984] GPT:90111 != 2097151 [ 0.654832] GPT:Alternate GPT header not at the end of the disk. [ 0.656168] GPT:90111 != 2097151 [ 0.656970] GPT: Use GNU Parted to correct GPT errors. [ 0.658136] vda: vda1 vda15 [ 0.659684] scsi host0: ata_piix [ 0.660568] scsi host1: ata_piix [ 0.661395] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.662898] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.664622] libphy: Fixed MDIO Bus: probed [ 0.665614] tun: Universal TUN/TAP device driver, 1.6 [ 0.666767] tun: (C) 1999-2004 Max Krasnyansky [ 0.669138] PPP generic driver version 2.4.2 [ 0.670342] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.671942] ehci-pci: EHCI PCI platform driver [ 0.673083] ehci-platform: EHCI generic platform driver [ 0.674376] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.675891] ohci-pci: OHCI PCI platform driver [ 0.677029] ohci-platform: OHCI generic platform driver [ 0.678322] uhci_hcd: USB Universal Host Controller Interface driver [ 0.692763] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.694054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.695961] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.697256] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.698684] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.700282] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.702079] usb usb1: Product: UHCI Host Controller [ 0.703369] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.704877] usb usb1: SerialNumber: 0000:00:01.2 [ 0.706132] hub 1-0:1.0: USB hub found [ 0.707111] hub 1-0:1.0: 2 ports detected [ 0.708221] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.710767] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.711995] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.713311] mousedev: PS/2 mouse device common for all mice [ 0.714900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.717251] rtc_cmos 00:00: RTC can wake from S4 [ 0.718583] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.720107] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.721653] i2c /dev entries driver [ 0.722597] device-mapper: uevent: version 1.0.3 [ 0.723790] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.725937] ledtrig-cpu: registered to indicate activity on CPUs [ 0.727589] NET: Registered protocol family 10 [ 0.728833] NET: Registered protocol family 17 [ 0.729984] Key type dns_resolver registered [ 0.731134] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.732539] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.734768] registered taskstats version 1 [ 0.735850] Loading compiled-in X.509 certificates [ 0.737531] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.739919] zswap: loaded using pool lzo/zbud [ 0.741496] Key type trusted registered [ 0.743239] Key type encrypted registered [ 0.744281] AppArmor: AppArmor sha1 policy hashing enabled [ 0.745618] ima: No TPM chip found, activating TPM-bypass! [ 0.746978] evm: HMAC attrs: 0x1 [ 0.748079] Magic number: 2:357:452 [ 0.749108] rtc_cmos 00:00: setting system clock to 2018-05-22 22:25:18 UTC (1527027918) [ 0.751153] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.752577] EDD information not available. [ 0.823648] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.825614] Write protecting the kernel read-only data: 14336k [ 0.837635] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.839849] 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 [ 0.884740] 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.35 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.10... Lease of 192.168.130.10 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.47. iid=i-0000000d 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDafdBb1ADAPdfUrCKc19MZcL3wuU224OEK/Ulia45VMh9UmOz6kYSB2R01c6BJ/n6kp88GpfPamKRFdwQZXKvLj31vVePWgXgOKCODG4urKkd6kbmWOX8pXx47GnmNS0t2k2mUHRdDQG1psn3EqP0z4mbcdAyq3QsEw7RIHb2u2IN+BV1MY5QZRCI3ALduAWmgngng4SHTVBcCHTf2QVMy8hZgoATbH/JA6UamiZ4jNScEmSfipvuO7DBTeTItnuj3cz2TCWeRiWVIX8hWsAU7tFjZGg7BmlJurZNk0KKWq32KTVuPCmSF5C9rL2iuDXMrdOM87epRoT9dDRejCGlZ root@opnfv-vping-1-ee8b6f42-aefd-4c39-8e44-e20a4042c7bf ssh-dss AAAAB3NzaC1kc3MAAACBAN7jSji1kYL/KpiqYYbaHAtaYF4x4pR9OH2ibtV+EtoEgE8mVYrXTN64gaGek+e6j3LFapIuVvsqEpIImEKamPPFe5KzTwWRtym20lFmKjSjiMPXPsWLdrBeRRnuZNVbTzEMBljiAMPoiK6DY/F/zIauDRebLSShcAmu6pGK0VeDAAAAFQDllCYZpyNK1QtZGNgYMHM1y1PKUQAAAIANkll2+nKv8BWxWj8LLYVo6n3Cgr6NFYrUERNTnY6SzIb5Kefyqx2DEC495drZ7uNoddLOoht7VAPzOBqPSMF9ErQFxcTxpSuSIKLKRqxqISu6j2b0Uftah9bII2dGtkHvy93WajJOW1rVjta3nd2Wmobz2kcrHR14SnXABRbRTQAAAIA08yjpWOWs3c1Cu+hHA4LviVIl3yszgibhGrJWdEcZuN06iNcD0DMn1v0psEiJBc/x+JzRQ0k1I0N6vQQ8w02ODEPSOARQicCRzqYD0BghS1Ldl+vKLabz7JnKmfWgygSBuMyqDAvs0MhhnBn87RM8kjGK3TnY753Pyq6qLJ0Qcg== root@opnfv-vping-1-ee8b6f42-aefd-4c39-8e44-e20a4042c7bf -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.10,24,fe80::f816:3eff:febf:6ebe/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.2 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.10 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-0000000d name: N/A availability-zone: nova local-hostname: opnfv-vping-1-ee8b6f42-aefd-4c39-8e44-e20a4042c7bf launch-index: 0 === cirros: current=0.4.0 uptime=2.95 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-1-ee8b6f42-aefd-4c39-8e44-e20a4042c7bf login: /dev/root resized successfully [took 6.88s] 2018-05-22 22:33:04,004 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Begin test execution 2018-05-22 22:33:04,004 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-05-22 22:33:06,272 - 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 482228919 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.910 MHz processor [ 0.143690] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.145458] pid_max: default: 32768 minimum: 301 [ 0.146387] ACPI: Core revision 20150930 [ 0.147811] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.149207] Security Framework initialized [ 0.150064] Yama: becoming mindful. [ 0.150842] AppArmor: AppArmor initialized [ 0.151753] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.153159] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.154510] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.155778] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.157255] Initializing cgroup subsys io [ 0.158107] Initializing cgroup subsys memory [ 0.159021] Initializing cgroup subsys devices [ 0.159939] Initializing cgroup subsys freezer [ 0.160850] Initializing cgroup subsys net_cls [ 0.161755] Initializing cgroup subsys perf_event [ 0.162721] Initializing cgroup subsys net_prio [ 0.163656] Initializing cgroup subsys hugetlb [ 0.164569] Initializing cgroup subsys pids [ 0.165487] CPU: Physical Processor ID: 0 [ 0.167058] mce: CPU supports 10 MCE banks [ 0.167947] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.169002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.180978] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.187664] ftrace: allocating 31920 entries in 125 pages [ 0.214990] smpboot: Max logical packages: 1 [ 0.215889] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.217306] x2apic enabled [ 0.218129] Switched APIC routing to physical x2apic. [ 0.219930] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.221088] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.223161] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224993] KVM setup paravirtual spinlock [ 0.226357] x86: Booted up 1 node, 1 CPUs [ 0.227199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.228649] devtmpfs: initialized [ 0.230402] evm: security.selinux [ 0.231137] evm: security.SMACK64 [ 0.231861] evm: security.SMACK64EXEC [ 0.232646] evm: security.SMACK64TRANSMUTE [ 0.233501] evm: security.SMACK64MMAP [ 0.234287] evm: security.ima [ 0.234953] evm: security.capability [ 0.235785] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.237726] pinctrl core: initialized pinctrl subsystem [ 0.238895] RTC time: 22:25:38, date: 05/22/18 [ 0.239880] NET: Registered protocol family 16 [ 0.240880] cpuidle: using governor ladder [ 0.241724] cpuidle: using governor menu [ 0.242532] PCCT header not found. [ 0.243326] ACPI: bus type PCI registered [ 0.244166] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245445] PCI: Using configuration type 1 for base access [ 0.247251] ACPI: Added _OSI(Module Device) [ 0.248134] ACPI: Added _OSI(Processor Device) [ 0.249032] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249950] ACPI: Added _OSI(Processor Aggregator Device) [ 0.252069] ACPI: Interpreter enabled [ 0.252859] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254760] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256641] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258537] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260424] ACPI: (supports S0 S5) [ 0.261149] ACPI: Using IOAPIC for interrupt routing [ 0.262269] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265406] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267913] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.269177] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.271515] acpiphp: Slot [3] registered [ 0.272357] acpiphp: Slot [4] registered [ 0.273195] acpiphp: Slot [5] registered [ 0.274014] acpiphp: Slot [6] registered [ 0.274830] acpiphp: Slot [7] registered [ 0.275658] acpiphp: Slot [8] registered [ 0.276504] acpiphp: Slot [9] registered [ 0.277341] acpiphp: Slot [10] registered [ 0.278174] acpiphp: Slot [11] registered [ 0.279020] acpiphp: Slot [12] registered [ 0.279860] acpiphp: Slot [13] registered [ 0.280701] acpiphp: Slot [14] registered [ 0.281553] acpiphp: Slot [15] registered [ 0.292647] acpiphp: Slot [16] registered [ 0.293500] acpiphp: Slot [17] registered [ 0.294347] acpiphp: Slot [18] registered [ 0.295177] acpiphp: Slot [19] registered [ 0.296018] acpiphp: Slot [20] registered [ 0.296869] acpiphp: Slot [21] registered [ 0.297703] acpiphp: Slot [22] registered [ 0.298541] acpiphp: Slot [23] registered [ 0.299388] acpiphp: Slot [24] registered [ 0.300237] acpiphp: Slot [25] registered [ 0.301092] acpiphp: Slot [26] registered [ 0.301938] acpiphp: Slot [27] registered [ 0.302776] acpiphp: Slot [28] registered [ 0.303610] acpiphp: Slot [29] registered [ 0.304453] acpiphp: Slot [30] registered [ 0.305306] acpiphp: Slot [31] registered [ 0.306152] PCI host bridge to bus 0000:00 [ 0.306998] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.308273] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.309555] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.311074] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.312560] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.318789] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.320140] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.321382] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.322708] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.329732] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.331253] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.378966] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.380496] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.381961] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.383411] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.384833] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.386909] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.388131] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.389242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.390869] vgaarb: loaded [ 0.391500] vgaarb: bridge control possible 0000:00:02.0 [ 0.392704] SCSI subsystem initialized [ 0.393567] ACPI: bus type USB registered [ 0.394422] usbcore: registered new interface driver usbfs [ 0.395489] usbcore: registered new interface driver hub [ 0.396531] usbcore: registered new device driver usb [ 0.397619] PCI: Using ACPI for IRQ routing [ 0.398690] NetLabel: Initializing [ 0.399438] NetLabel: domain hash size = 128 [ 0.400336] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.401337] NetLabel: unlabeled traffic allowed by default [ 0.402492] clocksource: Switched to clocksource kvm-clock [ 0.408308] AppArmor: AppArmor Filesystem Enabled [ 0.409294] pnp: PnP ACPI init [ 0.410232] pnp: PnP ACPI: found 5 devices [ 0.416639] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.418399] NET: Registered protocol family 2 [ 0.419362] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.420619] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.421772] TCP: Hash tables configured (established 4096 bind 4096) [ 0.422931] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.423997] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.425155] NET: Registered protocol family 1 [ 0.426005] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.427098] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.428156] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.442174] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.456427] Trying to unpack rootfs image as initramfs... [ 0.507226] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.521328] Scanning for low memory corruption every 60 seconds [ 0.522686] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.523820] audit: initializing netlink subsys (disabled) [ 0.524832] audit: type=2000 audit(1527027938.996:1): initialized [ 0.526133] Initialise system trusted keyring [ 0.527062] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528211] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530151] zbud: loaded [ 0.530853] VFS: Disk quotas dquot_6.6.0 [ 0.531667] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.533159] fuse init (API version 7.23) [ 0.534046] Key type big_key registered [ 0.534847] Allocating IMA MOK and blacklist keyrings. [ 0.536311] Key type asymmetric registered [ 0.537125] Asymmetric key parser 'x509' registered [ 0.538066] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.539515] io scheduler noop registered [ 0.540302] io scheduler deadline registered (default) [ 0.541273] io scheduler cfq registered [ 0.542098] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.543138] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.544384] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.545810] ACPI: Power Button [PWRF] [ 0.546658] GHES: HEST is not enabled! [ 0.560323] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.594699] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.597805] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.621394] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.623572] Linux agpgart interface v0.103 [ 0.625677] brd: module loaded [ 0.626945] loop: module loaded [ 0.631262] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.632705] GPT:90111 != 2097151 [ 0.633382] GPT:Alternate GPT header not at the end of the disk. [ 0.634469] GPT:90111 != 2097151 [ 0.635148] GPT: Use GNU Parted to correct GPT errors. [ 0.636109] vda: vda1 vda15 [ 0.637550] scsi host0: ata_piix [ 0.638282] scsi host1: ata_piix [ 0.638987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.640192] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.641622] libphy: Fixed MDIO Bus: probed [ 0.642439] tun: Universal TUN/TAP device driver, 1.6 [ 0.643385] tun: (C) 1999-2004 Max Krasnyansky [ 0.645565] PPP generic driver version 2.4.2 [ 0.646448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.647727] ehci-pci: EHCI PCI platform driver [ 0.648594] ehci-platform: EHCI generic platform driver [ 0.649570] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.650692] ohci-pci: OHCI PCI platform driver [ 0.651556] ohci-platform: OHCI generic platform driver [ 0.652533] uhci_hcd: USB Universal Host Controller Interface driver [ 0.666895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.667888] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.669326] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.670325] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.671442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.672656] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.674070] usb usb1: Product: UHCI Host Controller [ 0.674996] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.676134] usb usb1: SerialNumber: 0000:00:01.2 [ 0.677186] hub 1-0:1.0: USB hub found [ 0.677954] hub 1-0:1.0: 2 ports detected [ 0.678861] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680964] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681914] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.682945] mousedev: PS/2 mouse device common for all mice [ 0.684193] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.686017] rtc_cmos 00:00: RTC can wake from S4 [ 0.687108] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.688291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.689472] i2c /dev entries driver [ 0.690225] device-mapper: uevent: version 1.0.3 [ 0.691162] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.692773] ledtrig-cpu: registered to indicate activity on CPUs [ 0.694050] NET: Registered protocol family 10 [ 0.695041] NET: Registered protocol family 17 [ 0.695921] Key type dns_resolver registered [ 0.696834] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.697919] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.699648] registered taskstats version 1 [ 0.700472] Loading compiled-in X.509 certificates [ 0.701911] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.703756] zswap: loaded using pool lzo/zbud [ 0.705597] Key type trusted registered [ 0.707615] Key type encrypted registered [ 0.708437] AppArmor: AppArmor sha1 policy hashing enabled [ 0.709459] ima: No TPM chip found, activating TPM-bypass! [ 0.710508] evm: HMAC attrs: 0x1 [ 0.711447] Magic number: 2:357:452 [ 0.712303] rtc_cmos 00:00: setting system clock to 2018-05-22 22:25:39 UTC (1527027939) [ 0.713891] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.715014] EDD information not available. [ 0.799438] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.800975] Write protecting the kernel read-only data: 14336k [ 0.812896] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.814710] 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.09 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.307345] 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.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.18. iid=i-0000000e 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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCl+2k/cW2NLudpBG7nZBhzNV7NtKxhEiN5o9b7GFDzCV/zYbkGLXacglZiTzy9NClJLy9lxTAuIXNOP+ScMopGzSG83HTvl0tVSjkjiYTonHQcFzudxn6GOINwkRz5uf43pn4Optj1Adsrl+Go3rK8fai1jHc14ihedM71+06sdm+LDxlaQeoTeN4GCEUNfsYSWzQnP7y+FDS2fNiXwygU+/HZTZ75ir26PQPg++TOeOQEpklD2Sp6+aqABww9eMeoiXlO7sZ1lGxZN007TMOgDbrZ9G4U0NAr69SXrMwBbrjhKzfMZGDd0URE1CUcw4ukSiPBajYEoCcPbfe8K78Z root@opnfv-vping-2-userdata--ee8b6f42-aefd-4c39-8e44-e20a4042c7bf ssh-dss AAAAB3NzaC1kc3MAAACBAMsyaaXL4CuoR8jtVCweut8lqE6Qj8f6QeNwS9gVCbw1U8cH6AHaBfZmRBvwTLnwkTzk7u5Nw8jmQfziyHMJfG5anf6UO8DU0JFXtE8nAxlxz3um/JFSneOYvRU4ypKPncnpJzJkkl4b/J4xMoZJ2Fbrlt/Tb3MOdOMZ/BNCAvGPAAAAFQDzO6TaOiebSv8e8/jPD4DTT6bC3QAAAIB/4smP69l5ciins6MVTO7Ism1MkHsVFTC51/tK14tnES/aNKg/IC3zdQFryp5N2Ura+z5LBWqHxNR9AWlyQ4xJVR24lEKHfg2kFXDgP3CN/4RyGXOueBeGaZLGHBIEcik6CUFNLNaBzLIUCmywXfRDMvSYcewzfpjpkMO6ncZ5cAAAAIBmdpAPA5/36cKMgJe5d/EzsOZKDiws01FOswY47Tkj1Bx3VDh21y8gbVTWbsElyN/DGPQFm2u1RJEv8MtgvHFLw+x225AEo1YIooZJ5BUXOwckvUHGAdGSydke5focFRZN3UoFIKSuCUK1OR/MS+wcoq3BQ3wSreZACTFmn2oNYg== root@opnfv-vping-2-userdata--ee8b6f42-aefd-4c39-8e44-e20a4042c7bf -----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:fef3:63bc/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.2 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-0000000e name: N/A availability-zone: nova local-hostname: opnfv-vping-2-userdata--ee8b6f42-aefd-4c39-8e44-e20a4042c7bf launch-index: 0 === cirros: current=0.4.0 uptime=3.39 === 2018-05-22 22:33:06,272 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-05-22 22:33:06,391 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 22:33:06,392 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:29 | PASS | +------------------------+------------------+------------------+----------------+ 2018-05-22 22:33:22,325 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-22 22:33:22,420 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-22 22:33:22,421 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-22 22:33:22,421 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-22 22:33:27,095 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-22 22:33:26.813 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=0c18940f-124f-48f3-ab37-accfbea12a00) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 0c18940f-124f-48f3-ab37-accfbea12a00 | 2018-05-22T22:33:26 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 0c18940f-124f-48f3-ab37-accfbea12a00 ~/.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-22 22:33:30,320 - 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__ | nfv-orchestration | 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-22 22:33:30,320 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-22 22:33:35,958 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-22 22:33:34.551 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-22 22:33:34.707 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-22 22:33:35.772 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e38b4ae1-a699-4d1c-85a9-f5fd352746ad) has been successfully created! Using verifier 'opnfv-tempest' (UUID=e38b4ae1-a699-4d1c-85a9-f5fd352746ad) as the default verifier for the future CLI operations. 2018-05-22 22:33:38,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-a606560e-01e5-4f7d-8afa-68e8c950c1db' 2018-05-22 22:33:39,813 - 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-22T22:33:39Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'efde9c85-8b09-4689-8854-a43c21e4d397', u'provider:segmentation_id': 45, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-a606560e-01e5-4f7d-8afa-68e8c950c1db', u'admin_state_up': True, u'tenant_id': u'8e8e19956d46436a841a68c6a8f01f78', u'created_at': u'2018-05-22T22:33:39Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'8e8e19956d46436a841a68c6a8f01f78'}) 2018-05-22 22:33:40,334 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-22T22:33:40Z', 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'09aefcbb-11b0-4025-9a69-75a1f60c0da2', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-a606560e-01e5-4f7d-8afa-68e8c950c1db', u'enable_dhcp': True, u'network_id': u'efde9c85-8b09-4689-8854-a43c21e4d397', u'tenant_id': u'8e8e19956d46436a841a68c6a8f01f78', u'created_at': u'2018-05-22T22:33:40Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'8e8e19956d46436a841a68c6a8f01f78'}) 2018-05-22 22:33:40,334 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-22 22:33:40,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-a606560e-01e5-4f7d-8afa-68e8c950c1db' 2018-05-22 22:33:42,660 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-a606560e-01e5-4f7d-8afa-68e8c950c1db', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-22T22:33:40Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/1e846af0-536a-489d-9f58-20fc267ac619/file', u'owner': u'8e8e19956d46436a841a68c6a8f01f78', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'1e846af0-536a-489d-9f58-20fc267ac619', u'size': None, u'name': u'Cirros-0.4.0-a606560e-01e5-4f7d-8afa-68e8c950c1db', u'checksum': None, u'self': u'/v2/images/1e846af0-536a-489d-9f58-20fc267ac619', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-22T22:33:40Z', u'schema': u'/v2/schemas/image'}) 2018-05-22 22:33:42,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-a606560e-01e5-4f7d-8afa-68e8c950c1db' 2018-05-22 22:33:43,400 - 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-a606560e-01e5-4f7d-8afa-68e8c950c1db', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-22T22:33:42Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/660d40bf-ac9b-4f48-aac1-fc1d545235ac/file', u'owner': u'8e8e19956d46436a841a68c6a8f01f78', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'660d40bf-ac9b-4f48-aac1-fc1d545235ac', u'size': None, u'name': u'Cirros-0.4.0-1-a606560e-01e5-4f7d-8afa-68e8c950c1db', u'checksum': None, u'self': u'/v2/images/660d40bf-ac9b-4f48-aac1-fc1d545235ac', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-22T22:33:42Z', u'schema': u'/v2/schemas/image'}) 2018-05-22 22:33:43,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-22 22:33:43,598 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-a606560e-01e5-4f7d-8afa-68e8c950c1db', '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'8e8e19956d46436a841a68c6a8f01f78', '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'ada6760e-abbb-4dbe-a99b-28a1ba68077f', 'swap': 0}) 2018-05-22 22:33:43,665 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-a606560e-01e5-4f7d-8afa-68e8c950c1db', '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'8e8e19956d46436a841a68c6a8f01f78', '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'2b7ed05e-f664-4aec-93b4-1f6572689934', 'swap': 0}) 2018-05-22 22:33:46,654 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-22 22:33:45.820 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e38b4ae1-a699-4d1c-85a9-f5fd352746ad) for deployment 'opnfv-rally' (UUID=0c18940f-124f-48f3-ab37-accfbea12a00). 2018-05-22 22:33:46.485 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e38b4ae1-a699-4d1c-85a9-f5fd352746ad) has been successfully configured for deployment 'opnfv-rally' (UUID=0c18940f-124f-48f3-ab37-accfbea12a00)! 2018-05-22 22:33:46,655 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-22 22:33:46,655 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-22 22:33:46,657 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-22 22:33:46,661 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-22 22:33:49,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-e38b4ae1-a699-4d1c-85a9-f5fd352746ad/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-22 22:33:49,732 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-22 22:33:49,734 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-22 22:33:49,734 - 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-22 22:33:51,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:33:51.905 51 INFO rally.api [-] Starting verification (UUID=8ea09d88-f2a2-47dc-9186-ee2f5f14de67) for deployment 'opnfv-rally' (UUID=0c18940f-124f-48f3-ab37-accfbea12a00) by verifier 'opnfv-tempest' (UUID=e38b4ae1-a699-4d1c-85a9-f5fd352746ad). 2018-05-22 22:33:51,907 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 8ea09d88-f2a2-47dc-9186-ee2f5f14de67 2018-05-22 22:33:57,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:33:57.946 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.159s] 2018-05-22 22:33:57,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:33:57.998 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.053s] 2018-05-22 22:34:03,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:34:03.799 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.859s] 2018-05-22 22:34:05,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:34:05.177 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.377s] 2018-05-22 22:34:13,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:34:13.055 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.521s] 2018-05-22 22:34:26,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:34:26.846 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [8.878s] 2018-05-22 22:34:53,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:34:53.103 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.069s] 2018-05-22 22:34:53,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:34:53.104 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-05-22 22:35:19,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:35:19.181 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.066s] 2018-05-22 22:35:19,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:35:19.183 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-22 22:35:44,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:35:44.697 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.076s] 2018-05-22 22:35:44,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:35:44.699 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-22 22:39:15,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:39:15.696 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [187.850s] 2018-05-22 22:39:35,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:39:35.309 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.050s] 2018-05-22 22:39:35,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:39:35.405 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.096s] 2018-05-22 22:39:42,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:39:42.256 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.818s] 2018-05-22 22:39:42,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:39:42.266 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-05-22 22:39:43,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:39:43.719 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-22 22:39:43,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:39:43.720 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-22 22:39:47,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:39:47.461 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.339s] 2018-05-22 22:39:53,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:39:53.076 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.074s] 2018-05-22 22:39:58,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:39:58.871 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.609s] 2018-05-22 22:40:05,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:40:05.402 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.397s] 2018-05-22 22:40:13,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:40:13.723 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.872s] 2018-05-22 22:40:19,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:40:19.180 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.333s] 2018-05-22 22:40:24,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:40:24.188 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.176s] 2018-05-22 22:40:30,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:40:30.438 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.408s] 2018-05-22 22:40:36,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:40:36.571 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.398s] 2018-05-22 22:40:43,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:40:43.778 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.546s] 2018-05-22 22:40:45,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:40:45.811 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-22 22:40:47,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:40:47.704 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.070s] 2018-05-22 22:40:47,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:40:47.772 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.068s] 2018-05-22 22:40:47,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:40:47.840 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.067s] 2018-05-22 22:40:47,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:40:47.847 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-05-22 22:40:51,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:40:51.663 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.398s] 2018-05-22 22:40:52,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:40:52.662 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.998s] 2018-05-22 22:40:53,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:40:53.664 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.002s] 2018-05-22 22:40:59,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:40:59.273 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-05-22 22:41:04,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:41:04.121 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.485s] 2018-05-22 22:41:15,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:41:15.538 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.258s] 2018-05-22 22:41:18,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:41:18.419 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [2.880s] 2018-05-22 22:41:28,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:41:28.531 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.792s] 2018-05-22 22:41:31,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:41:31.885 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.353s] 2018-05-22 22:41:38,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:41:38.468 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.582s] 2018-05-22 22:41:46,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:41:46.833 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.734s] 2018-05-22 22:41:49,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:41:49.674 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.841s] 2018-05-22 22:41:54,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:41:54.217 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.542s] 2018-05-22 22:42:07,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:42:07.403 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.167s] 2018-05-22 22:42:07,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:42:07.661 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.258s] 2018-05-22 22:42:07,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:42:07.903 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.242s] 2018-05-22 22:42:08,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:42:08.105 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.201s] 2018-05-22 22:42:08,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:42:08.214 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.109s] 2018-05-22 22:42:08,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:42:08.274 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.059s] 2018-05-22 22:42:18,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:42:18.574 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [3.456s] 2018-05-22 22:42:18,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:42:18.839 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.266s] 2018-05-22 22:42:18,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:42:18.947 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.107s] 2018-05-22 22:42:19,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:42:19.007 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.060s] 2018-05-22 22:42:19,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:42:19.235 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.228s] 2018-05-22 22:42:19,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:42:19.285 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.049s] 2018-05-22 22:42:29,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:42:29.337 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [3.440s] 2018-05-22 22:42:33,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:42:33.650 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.312s] 2018-05-22 22:42:35,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:42:35.318 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.668s] 2018-05-22 22:42:35,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:42:35.509 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.191s] 2018-05-22 22:42:35,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:42:35.559 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.050s] 2018-05-22 22:42:45,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:42:45.359 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.299s] 2018-05-22 22:42:49,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:42:49.836 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.476s] 2018-05-22 22:42:51,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:42:51.546 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.709s] 2018-05-22 22:42:51,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:42:51.598 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.053s] 2018-05-22 22:42:51,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:42:51.786 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.187s] 2018-05-22 22:43:04,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:43:04.297 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [7.785s] 2018-05-22 22:43:08,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:43:08.685 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [4.388s] 2018-05-22 22:43:12,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:43:12.733 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.047s] 2018-05-22 22:43:16,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:43:16.213 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.479s] 2018-05-22 22:43:33,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:43:33.866 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [7.887s] 2018-05-22 22:43:38,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:43:38.590 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.724s] 2018-05-22 22:43:42,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:43:42.746 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.155s] 2018-05-22 22:43:45,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:43:45.348 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.601s] 2018-05-22 22:43:56,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:43:56.295 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.341s] 2018-05-22 22:43:57,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:43:57.733 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.435s] 2018-05-22 22:43:57,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:43:57.778 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.048s] 2018-05-22 22:44:02,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:44:02.172 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.658s] 2018-05-22 22:44:03,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:44:03.728 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.553s] 2018-05-22 22:44:03,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:44:03.773 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.048s] 2018-05-22 22:44:07,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:44:07.396 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.701s] 2018-05-22 22:44:10,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:44:10.388 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-05-22 22:44:11,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:44:11.733 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-22 22:44:11,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:44:11.735 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-22 22:44:11,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:44:11.736 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-22 22:44:11,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:44:11.737 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-22 22:44:11,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:44:11.738 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-22 22:44:13,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:44:13.481 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2018-05-22 22:44:26,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:44:26.561 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [8.897s] 2018-05-22 22:44:37,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:44:37.712 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.366s] 2018-05-22 22:44:49,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:44:49.308 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.594s] 2018-05-22 22:44:57,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:44:57.591 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.044s] 2018-05-22 22:45:53,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:45:53.122 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [49.756s] 2018-05-22 22:46:21,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:46:21.226 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [19.802s] 2018-05-22 22:46:55,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 22:46:55.906 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [19.090s] 2018-05-22 22:47:07,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '8ea09d88-f2a2-47dc-9186-ee2f5f14de67']'. 2018-05-22 22:47:08,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-22 22:47:08,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-22 22:47:08,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-22 22:47:08,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 8ea09d88-f2a2-47dc-9186-ee2f5f14de67 | 2018-05-22 22:47:08,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-22 22:47:08,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-22 22:33:51 | 2018-05-22 22:47:08,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-22 22:47:07 | 2018-05-22 22:47:08,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:13:16 | 2018-05-22 22:47:08,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-22 22:47:08,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-22 22:47:08,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-22 22:47:08,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: e38b4ae1-a699-4d1c-85a9-f5fd352746ad) | 2018-05-22 22:47:08,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-22 22:47:08,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 0c18940f-124f-48f3-ab37-accfbea12a00) | 2018-05-22 22:47:08,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-22 22:47:08,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 779.864 | 2018-05-22 22:47:08,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-05-22 22:47:08,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-22 22:47:08,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-22 22:47:08,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-22 22:47:08,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-05-22 22:47:08,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-22 22:47:08,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-22 22:47:09,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-05-22 22:47:13,641 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 22:47:13,642 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 13:35 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-05-22 22:47:13,647 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-05-22 22:47:13,647 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-22 22:47:13,740 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-22 22:47:14,179 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-22 22:47:14,179 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-22 22:47:14,567 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-22 22:47:17,102 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-22 22:47:16.682 110 INFO rally.deployment.engine [-] Deployment 0c18940f-124f-48f3-ab37-accfbea12a00 | Starting: Destroy cloud and free allocated resources. 2018-05-22 22:47:16.778 110 INFO rally.deployment.engine [-] Deployment 0c18940f-124f-48f3-ab37-accfbea12a00 | Completed: Destroy cloud and free allocated resources. 2018-05-22 22:47:16.820 110 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=e38b4ae1-a699-4d1c-85a9-f5fd352746ad) for deployment 'opnfv-rally'. 2018-05-22 22:47:16.837 110 INFO rally.api [-] Deleting verification (UUID=8ea09d88-f2a2-47dc-9186-ee2f5f14de67). 2018-05-22 22:47:16.876 110 INFO rally.api [-] Verification has been successfully deleted! 2018-05-22 22:47:16.877 110 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=e38b4ae1-a699-4d1c-85a9-f5fd352746ad). 2018-05-22 22:47:16.889 110 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-22 22:47:19,482 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-22 22:47:19.189 113 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=222739f2-8f21-499c-abce-d4b746c13f45) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 222739f2-8f21-499c-abce-d4b746c13f45 | 2018-05-22T22:47:19 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 222739f2-8f21-499c-abce-d4b746c13f45 ~/.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-22 22:47:22,859 - 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__ | nfv-orchestration | 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-22 22:47:22,859 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-22 22:47:23,654 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-a78a04e4-b498-4c61-b5a5-9a548f04c4f9'... 2018-05-22 22:47:24,803 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-a78a04e4-b498-4c61-b5a5-9a548f04c4f9'... 2018-05-22 22:47:25,805 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-a78a04e4-b498-4c61-b5a5-9a548f04c4f9'... 2018-05-22 22:47:28,488 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-a78a04e4-b498-4c61-b5a5-9a548f04c4f9'... 2018-05-22 22:47:28,553 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-a78a04e4-b498-4c61-b5a5-9a548f04c4f9'... 2018-05-22 22:47:28,612 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-22 22:47:28,612 - 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-22 22:47:28,613 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-22 22:47:28,627 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-22 22:47:28,627 - 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': '7972d7a7-9ac4-4de6-b431-953fdb136e89', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-a78a04e4-b498-4c61-b5a5-9a548f04c4f9', 'flavor_name': 'rally-tiny-a78a04e4-b498-4c61-b5a5-9a548f04c4f9', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-a78a04e4-b498-4c61-b5a5-9a548f04c4f9', '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-22 22:48:28,105 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e4b3b39b-1bb9-4d82-92f9-f57d11780b0d 2018-05-22 22:48:28,106 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-22 22:48:28,106 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e4b3b39b-1bb9-4d82-92f9-f57d11780b0d'] 2018-05-22 22:48:29,105 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e4b3b39b-1bb9-4d82-92f9-f57d11780b0d: 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 e4b3b39b-1bb9-4d82-92f9-f57d11780b0d has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.keystone | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 100.0% | 1 | | total | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 100.0% | 1 | | -> duration | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.457949 Full duration: 6.91361 -------------------------------------------------------------------------------- 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 e4b3b39b-1bb9-4d82-92f9-f57d11780b0d 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.317 | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 100.0% | 1 | | total | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | -> duration | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.741268 Full duration: 6.875356 -------------------------------------------------------------------------------- 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 e4b3b39b-1bb9-4d82-92f9-f57d11780b0d 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.218 | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 100.0% | 1 | | total | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 100.0% | 1 | | -> duration | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.646566 Full duration: 6.71664 -------------------------------------------------------------------------------- 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 e4b3b39b-1bb9-4d82-92f9-f57d11780b0d 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.341 | 0.341 | 0.341 | 0.341 | 0.341 | 0.341 | 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.747336 Full duration: 6.930386 -------------------------------------------------------------------------------- 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 e4b3b39b-1bb9-4d82-92f9-f57d11780b0d 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.357 | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 100.0% | 1 | | total | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 100.0% | 1 | | -> duration | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.83524 Full duration: 7.20447 -------------------------------------------------------------------------------- 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 e4b3b39b-1bb9-4d82-92f9-f57d11780b0d 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.194 | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 100.0% | 1 | | total | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 100.0% | 1 | | -> duration | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.638856 Full duration: 6.762422 HINTS: * To plot HTML graphics with this data, run: rally task report e4b3b39b-1bb9-4d82-92f9-f57d11780b0d --out output.html * To generate a JUnit report, run: rally task export e4b3b39b-1bb9-4d82-92f9-f57d11780b0d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e4b3b39b-1bb9-4d82-92f9-f57d11780b0d --json --out output.json 2018-05-22 22:48:29,106 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e4b3b39b-1bb9-4d82-92f9-f57d11780b0d'] 2018-05-22 22:48:30,192 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-22 22:48:30,192 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e4b3b39b-1bb9-4d82-92f9-f57d11780b0d', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-22 22:48:30,200 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-22 22:48:30,200 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-22 22:48:30,200 - 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-22 22:48:30,200 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-22 22:48:30,218 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-22 22:48:30,218 - 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': '7972d7a7-9ac4-4de6-b431-953fdb136e89', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-a78a04e4-b498-4c61-b5a5-9a548f04c4f9', 'flavor_name': 'rally-tiny-a78a04e4-b498-4c61-b5a5-9a548f04c4f9', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-a78a04e4-b498-4c61-b5a5-9a548f04c4f9', '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-22 22:49:53,186 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2b02edcd-a88f-4035-bc3a-c3bd239d0214 2018-05-22 22:49:53,187 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '2b02edcd-a88f-4035-bc3a-c3bd239d0214'] 2018-05-22 22:49:54,218 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2b02edcd-a88f-4035-bc3a-c3bd239d0214: 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 2b02edcd-a88f-4035-bc3a-c3bd239d0214 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.147 | 3.147 | 3.147 | 3.147 | 3.147 | 3.147 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.053 | 0.053 | 0.053 | 0.053 | 0.053 | 0.053 | 100.0% | 1 | | -> glance_v2.upload_data | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | glance_v2.delete_image | 1.19 | 1.19 | 1.19 | 1.19 | 1.19 | 1.19 | 100.0% | 1 | | total | 4.338 | 4.338 | 4.338 | 4.338 | 4.338 | 4.338 | 100.0% | 1 | | -> duration | 4.338 | 4.338 | 4.338 | 4.338 | 4.338 | 4.338 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.337929 Full duration: 12.454551 -------------------------------------------------------------------------------- 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 2b02edcd-a88f-4035-bc3a-c3bd239d0214 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.916 | 3.916 | 3.916 | 3.916 | 3.916 | 3.916 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.049 | 0.049 | 0.049 | 0.049 | 0.049 | 0.049 | 100.0% | 1 | | -> glance_v2.upload_data | 1.621 | 1.621 | 1.621 | 1.621 | 1.621 | 1.621 | 100.0% | 1 | | glance_v2.list_images | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 100.0% | 1 | | total | 3.957 | 3.957 | 3.957 | 3.957 | 3.957 | 3.957 | 100.0% | 1 | | -> duration | 3.957 | 3.957 | 3.957 | 3.957 | 3.957 | 3.957 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.957166 Full duration: 14.138504 -------------------------------------------------------------------------------- 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 2b02edcd-a88f-4035-bc3a-c3bd239d0214 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.183 | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 100.0% | 1 | | total | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 100.0% | 1 | | -> duration | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.183151 Full duration: 7.152265 -------------------------------------------------------------------------------- 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-a78a04e4-b498-4c61-b5a5-9a548f04c4f9" }, "number_instances": 2, "nics": [ { "net-id": "7972d7a7-9ac4-4de6-b431-953fdb136e89" } ] }, "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 2b02edcd-a88f-4035-bc3a-c3bd239d0214 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.116 | 3.116 | 3.116 | 3.116 | 3.116 | 3.116 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 100.0% | 1 | | -> glance_v2.upload_data | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 100.0% | 1 | | nova.boot_servers | 9.861 | 9.861 | 9.861 | 9.861 | 9.861 | 9.861 | 100.0% | 1 | | total | 12.977 | 12.977 | 12.977 | 12.977 | 12.977 | 12.977 | 100.0% | 1 | | -> duration | 11.977 | 11.977 | 11.977 | 11.977 | 11.977 | 11.977 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.97731 Full duration: 31.334801 HINTS: * To plot HTML graphics with this data, run: rally task report 2b02edcd-a88f-4035-bc3a-c3bd239d0214 --out output.html * To generate a JUnit report, run: rally task export 2b02edcd-a88f-4035-bc3a-c3bd239d0214 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2b02edcd-a88f-4035-bc3a-c3bd239d0214 --json --out output.json 2018-05-22 22:49:54,219 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2b02edcd-a88f-4035-bc3a-c3bd239d0214'] 2018-05-22 22:49:55,201 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-22 22:49:55,201 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2b02edcd-a88f-4035-bc3a-c3bd239d0214', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-22 22:49:55,206 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-22 22:49:55,207 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-22 22:49:55,207 - 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-22 22:49:55,207 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-22 22:49:55,224 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-22 22:49:55,225 - 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': '7972d7a7-9ac4-4de6-b431-953fdb136e89', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-a78a04e4-b498-4c61-b5a5-9a548f04c4f9', 'flavor_name': 'rally-tiny-a78a04e4-b498-4c61-b5a5-9a548f04c4f9', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-a78a04e4-b498-4c61-b5a5-9a548f04c4f9', '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-22 22:52:55,059 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 786f955f-7370-4b7e-a4f3-dc6b3787b1bd 2018-05-22 22:52:55,059 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '786f955f-7370-4b7e-a4f3-dc6b3787b1bd'] 2018-05-22 22:52:56,223 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 786f955f-7370-4b7e-a4f3-dc6b3787b1bd: 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 786f955f-7370-4b7e-a4f3-dc6b3787b1bd 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.031 | 3.031 | 3.031 | 3.031 | 3.031 | 3.031 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.401 | 2.401 | 2.401 | 2.401 | 2.401 | 2.401 | 100.0% | 1 | | total | 5.433 | 5.433 | 5.433 | 5.433 | 5.433 | 5.433 | 100.0% | 1 | | -> duration | 5.433 | 5.433 | 5.433 | 5.433 | 5.433 | 5.433 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.432539 Full duration: 21.62854 -------------------------------------------------------------------------------- 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 786f955f-7370-4b7e-a4f3-dc6b3787b1bd has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 2.941 | 2.941 | 2.941 | 2.941 | 2.941 | 2.941 | 100.0% | 1 | | cinder_v2.delete_volume | 2.43 | 2.43 | 2.43 | 2.43 | 2.43 | 2.43 | 100.0% | 1 | | total | 5.371 | 5.371 | 5.371 | 5.371 | 5.371 | 5.371 | 100.0% | 1 | | -> duration | 5.371 | 5.371 | 5.371 | 5.371 | 5.371 | 5.371 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.371103 Full duration: 14.484427 -------------------------------------------------------------------------------- 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-a78a04e4-b498-4c61-b5a5-9a548f04c4f9" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 786f955f-7370-4b7e-a4f3-dc6b3787b1bd has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 7.617 | 7.617 | 7.617 | 7.617 | 7.617 | 7.617 | 100.0% | 1 | | cinder_v2.delete_volume | 2.293 | 2.293 | 2.293 | 2.293 | 2.293 | 2.293 | 100.0% | 1 | | total | 9.91 | 9.91 | 9.91 | 9.91 | 9.91 | 9.91 | 100.0% | 1 | | -> duration | 9.91 | 9.91 | 9.91 | 9.91 | 9.91 | 9.91 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.910329 Full duration: 19.516543 -------------------------------------------------------------------------------- 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 786f955f-7370-4b7e-a4f3-dc6b3787b1bd has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 2.912 | 2.912 | 2.912 | 2.912 | 2.912 | 2.912 | 100.0% | 1 | | cinder_v2.delete_volume | 2.575 | 2.575 | 2.575 | 2.575 | 2.575 | 2.575 | 100.0% | 1 | | total | 5.487 | 5.487 | 5.487 | 5.487 | 5.487 | 5.487 | 100.0% | 1 | | -> duration | 5.487 | 5.487 | 5.487 | 5.487 | 5.487 | 5.487 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.487489 Full duration: 14.33411 -------------------------------------------------------------------------------- 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 786f955f-7370-4b7e-a4f3-dc6b3787b1bd has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 2.898 | 2.898 | 2.898 | 2.898 | 2.898 | 2.898 | 100.0% | 1 | | cinder_v2.extend_volume | 2.452 | 2.452 | 2.452 | 2.452 | 2.452 | 2.452 | 100.0% | 1 | | cinder_v2.delete_volume | 2.434 | 2.434 | 2.434 | 2.434 | 2.434 | 2.434 | 100.0% | 1 | | total | 7.784 | 7.784 | 7.784 | 7.784 | 7.784 | 7.784 | 100.0% | 1 | | -> duration | 7.784 | 7.784 | 7.784 | 7.784 | 7.784 | 7.784 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.784475 Full duration: 16.676419 -------------------------------------------------------------------------------- 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 786f955f-7370-4b7e-a4f3-dc6b3787b1bd 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.101 | 3.101 | 3.101 | 3.101 | 3.101 | 3.101 | 100.0% | 1 | | cinder_v2.delete_volume | 2.291 | 2.291 | 2.291 | 2.291 | 2.291 | 2.291 | 100.0% | 1 | | total | 5.392 | 5.392 | 5.392 | 5.392 | 5.392 | 5.392 | 100.0% | 1 | | -> duration | 5.392 | 5.392 | 5.392 | 5.392 | 5.392 | 5.392 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.392406 Full duration: 21.263825 -------------------------------------------------------------------------------- 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 786f955f-7370-4b7e-a4f3-dc6b3787b1bd 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.642 | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 100.0% | 1 | | cinder_v2.list_qos | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 100.0% | 1 | | total | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 100.0% | 1 | | -> duration | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.796792 Full duration: 11.197568 -------------------------------------------------------------------------------- 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 786f955f-7370-4b7e-a4f3-dc6b3787b1bd has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.57 | 0.57 | 0.57 | 0.57 | 0.57 | 0.57 | 100.0% | 1 | | cinder_v2.set_qos | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 100.0% | 1 | | total | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 100.0% | 1 | | -> duration | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.73612 Full duration: 11.705824 -------------------------------------------------------------------------------- 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 786f955f-7370-4b7e-a4f3-dc6b3787b1bd 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.566 | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 100.0% | 1 | | cinder_v2.list_types | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 100.0% | 1 | | total | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 100.0% | 1 | | -> duration | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.72193 Full duration: 10.986043 -------------------------------------------------------------------------------- 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 786f955f-7370-4b7e-a4f3-dc6b3787b1bd 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.574 | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 100.0% | 1 | | total | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 100.0% | 1 | | -> duration | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.752073 Full duration: 11.486163 HINTS: * To plot HTML graphics with this data, run: rally task report 786f955f-7370-4b7e-a4f3-dc6b3787b1bd --out output.html * To generate a JUnit report, run: rally task export 786f955f-7370-4b7e-a4f3-dc6b3787b1bd --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 786f955f-7370-4b7e-a4f3-dc6b3787b1bd --json --out output.json 2018-05-22 22:52:56,223 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '786f955f-7370-4b7e-a4f3-dc6b3787b1bd'] 2018-05-22 22:52:57,341 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-22 22:52:57,342 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '786f955f-7370-4b7e-a4f3-dc6b3787b1bd', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-22 22:52:57,348 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-22 22:52:57,348 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-22 22:52:57,349 - 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-22 22:52:57,349 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-22 22:52:57,366 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-22 22:52:57,366 - 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': '7972d7a7-9ac4-4de6-b431-953fdb136e89', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-a78a04e4-b498-4c61-b5a5-9a548f04c4f9', 'flavor_name': 'rally-tiny-a78a04e4-b498-4c61-b5a5-9a548f04c4f9', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-a78a04e4-b498-4c61-b5a5-9a548f04c4f9', '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-22 22:54:13,518 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 945dea79-502e-44ad-9899-0919aa674957 2018-05-22 22:54:13,518 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '945dea79-502e-44ad-9899-0919aa674957'] 2018-05-22 22:54:14,516 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 945dea79-502e-44ad-9899-0919aa674957: 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 945dea79-502e-44ad-9899-0919aa674957 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.434 | 4.434 | 4.434 | 4.434 | 4.434 | 4.434 | 100.0% | 1 | | heat.update_stack | 2.528 | 2.528 | 2.528 | 2.528 | 2.528 | 2.528 | 100.0% | 1 | | heat.delete_stack | 3.552 | 3.552 | 3.552 | 3.552 | 3.552 | 3.552 | 100.0% | 1 | | total | 10.514 | 10.514 | 10.514 | 10.514 | 10.514 | 10.514 | 100.0% | 1 | | -> duration | 6.514 | 6.514 | 6.514 | 6.514 | 6.514 | 6.514 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.514258 Full duration: 18.295916 -------------------------------------------------------------------------------- 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 945dea79-502e-44ad-9899-0919aa674957 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.182 | 4.182 | 4.182 | 4.182 | 4.182 | 4.182 | 100.0% | 1 | | heat.check_stack | 0.321 | 0.321 | 0.321 | 0.321 | 0.321 | 0.321 | 100.0% | 1 | | heat.delete_stack | 1.333 | 1.333 | 1.333 | 1.333 | 1.333 | 1.333 | 100.0% | 1 | | total | 5.836 | 5.836 | 5.836 | 5.836 | 5.836 | 5.836 | 100.0% | 1 | | -> duration | 3.836 | 3.836 | 3.836 | 3.836 | 3.836 | 3.836 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.83639 Full duration: 15.164152 -------------------------------------------------------------------------------- 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 945dea79-502e-44ad-9899-0919aa674957 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.632 | 4.632 | 4.632 | 4.632 | 4.632 | 4.632 | 100.0% | 1 | | heat.suspend_stack | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 100.0% | 1 | | heat.resume_stack | 1.234 | 1.234 | 1.234 | 1.234 | 1.234 | 1.234 | 100.0% | 1 | | heat.delete_stack | 1.316 | 1.316 | 1.316 | 1.316 | 1.316 | 1.316 | 100.0% | 1 | | total | 7.653 | 7.653 | 7.653 | 7.653 | 7.653 | 7.653 | 100.0% | 1 | | -> duration | 5.653 | 5.653 | 5.653 | 5.653 | 5.653 | 5.653 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.65288 Full duration: 16.761104 -------------------------------------------------------------------------------- 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 945dea79-502e-44ad-9899-0919aa674957 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.551 | 0.551 | 0.551 | 0.551 | 0.551 | 0.551 | 100.0% | 1 | | total | 0.551 | 0.551 | 0.551 | 0.551 | 0.551 | 0.551 | 100.0% | 1 | | -> duration | 0.551 | 0.551 | 0.551 | 0.551 | 0.551 | 0.551 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.551363 Full duration: 7.701102 HINTS: * To plot HTML graphics with this data, run: rally task report 945dea79-502e-44ad-9899-0919aa674957 --out output.html * To generate a JUnit report, run: rally task export 945dea79-502e-44ad-9899-0919aa674957 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 945dea79-502e-44ad-9899-0919aa674957 --json --out output.json 2018-05-22 22:54:14,517 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '945dea79-502e-44ad-9899-0919aa674957'] 2018-05-22 22:54:15,539 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-22 22:54:15,539 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '945dea79-502e-44ad-9899-0919aa674957', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-22 22:54:15,546 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-22 22:54:15,546 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-22 22:54:15,546 - 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-22 22:54:15,546 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-22 22:54:15,563 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-22 22:54:15,564 - 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': '7972d7a7-9ac4-4de6-b431-953fdb136e89', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-a78a04e4-b498-4c61-b5a5-9a548f04c4f9', 'flavor_name': 'rally-tiny-a78a04e4-b498-4c61-b5a5-9a548f04c4f9', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-a78a04e4-b498-4c61-b5a5-9a548f04c4f9', '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-22 22:57:13,469 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d45aa969-aeff-4eec-946f-77323accfefd 2018-05-22 22:57:13,469 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'd45aa969-aeff-4eec-946f-77323accfefd'] 2018-05-22 22:57:14,599 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task d45aa969-aeff-4eec-946f-77323accfefd: 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 d45aa969-aeff-4eec-946f-77323accfefd 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.476 | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 100.0% | 1 | | keystone_v3.add_role | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | keystone_v3.revoke_role | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | total | 0.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.694989 Full duration: 13.54502 -------------------------------------------------------------------------------- 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 d45aa969-aeff-4eec-946f-77323accfefd 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.473 | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 100.0% | 1 | | keystone_v3.add_role | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | keystone_v3.list_roles | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | total | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | -> duration | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.679559 Full duration: 13.271336 -------------------------------------------------------------------------------- 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 d45aa969-aeff-4eec-946f-77323accfefd 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.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | keystone_v3.list_projects | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | total | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 100.0% | 1 | | -> duration | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.702309 Full duration: 13.615195 -------------------------------------------------------------------------------- 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 d45aa969-aeff-4eec-946f-77323accfefd has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 100.0% | 1 | | keystone_v3.delete_role | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | total | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 100.0% | 1 | | -> duration | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.560824 Full duration: 11.527599 -------------------------------------------------------------------------------- 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 d45aa969-aeff-4eec-946f-77323accfefd 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.471 | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 100.0% | 1 | | keystone_v3.delete_service | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | total | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 100.0% | 1 | | -> duration | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.569232 Full duration: 11.141529 -------------------------------------------------------------------------------- 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 d45aa969-aeff-4eec-946f-77323accfefd 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.619 | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 100.0% | 1 | | keystone_v3.create_user | 0.447 | 0.447 | 0.447 | 0.447 | 0.447 | 0.447 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | -> keystone_v3.add_role | 0.13 | 0.13 | 0.13 | 0.13 | 0.13 | 0.13 | 100.0% | 1 | | keystone_v3.create_role | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | keystone_v3.get_project | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 100.0% | 1 | | keystone_v3.get_user | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | keystone_v3.get_role | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | keystone_v3.list_services | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | keystone_v3.get_services | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | total | 1.653 | 1.653 | 1.653 | 1.653 | 1.653 | 1.653 | 100.0% | 1 | | -> duration | 1.653 | 1.653 | 1.653 | 1.653 | 1.653 | 1.653 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.65343 Full duration: 18.569024 -------------------------------------------------------------------------------- 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 d45aa969-aeff-4eec-946f-77323accfefd 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.64 | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 100.0% | 1 | | keystone_v3.update_project | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | keystone_v3.delete_project | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | total | 0.857 | 0.857 | 0.857 | 0.857 | 0.857 | 0.857 | 100.0% | 1 | | -> duration | 0.857 | 0.857 | 0.857 | 0.857 | 0.857 | 0.857 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.856795 Full duration: 11.99333 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task d45aa969-aeff-4eec-946f-77323accfefd 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.601 | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 100.0% | 1 | | total | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | -> duration | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.691692 Full duration: 13.919633 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task d45aa969-aeff-4eec-946f-77323accfefd 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.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | total | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | -> duration | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.709798 Full duration: 13.41922 -------------------------------------------------------------------------------- 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 d45aa969-aeff-4eec-946f-77323accfefd 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.623 | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 100.0% | 1 | | keystone_v3.list_users | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | total | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | -> duration | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.810217 Full duration: 13.514711 -------------------------------------------------------------------------------- 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 d45aa969-aeff-4eec-946f-77323accfefd 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.637 | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 100.0% | 1 | | keystone_v3.create_users | 4.408 | 4.408 | 4.408 | 4.408 | 4.408 | 4.408 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.408 | 4.408 | 4.408 | 4.408 | 4.408 | 4.408 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.194 | 1.194 | 1.194 | 1.194 | 1.194 | 1.194 | 100.0% | 1 | | total | 6.014 | 6.014 | 6.014 | 6.014 | 6.014 | 6.014 | 100.0% | 1 | | -> duration | 6.014 | 6.014 | 6.014 | 6.014 | 6.014 | 6.014 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.013927 Full duration: 23.242114 HINTS: * To plot HTML graphics with this data, run: rally task report d45aa969-aeff-4eec-946f-77323accfefd --out output.html * To generate a JUnit report, run: rally task export d45aa969-aeff-4eec-946f-77323accfefd --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d45aa969-aeff-4eec-946f-77323accfefd --json --out output.json 2018-05-22 22:57:14,599 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'd45aa969-aeff-4eec-946f-77323accfefd'] 2018-05-22 22:57:15,708 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-22 22:57:15,708 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'd45aa969-aeff-4eec-946f-77323accfefd', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-22 22:57:15,714 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-22 22:57:15,714 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-22 22:57:15,714 - 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-22 22:57:15,714 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-22 22:57:15,728 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-22 22:57:15,729 - 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': '7972d7a7-9ac4-4de6-b431-953fdb136e89', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-a78a04e4-b498-4c61-b5a5-9a548f04c4f9', 'flavor_name': 'rally-tiny-a78a04e4-b498-4c61-b5a5-9a548f04c4f9', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-a78a04e4-b498-4c61-b5a5-9a548f04c4f9', '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-22 23:01:40,303 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 6d106c58-958c-44ae-8336-62d1b7fb75d6 2018-05-22 23:01:40,304 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '6d106c58-958c-44ae-8336-62d1b7fb75d6'] 2018-05-22 23:01:41,462 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 6d106c58-958c-44ae-8336-62d1b7fb75d6: 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 6d106c58-958c-44ae-8336-62d1b7fb75d6 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.968 | 0.968 | 0.968 | 0.968 | 0.968 | 0.968 | 100.0% | 1 | | neutron.delete_network | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | total | 1.703 | 1.703 | 1.703 | 1.703 | 1.703 | 1.703 | 100.0% | 1 | | -> duration | 1.703 | 1.703 | 1.703 | 1.703 | 1.703 | 1.703 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.703096 Full duration: 13.831999 -------------------------------------------------------------------------------- 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 6d106c58-958c-44ae-8336-62d1b7fb75d6 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.183 | 1.183 | 1.183 | 1.183 | 1.183 | 1.183 | 100.0% | 1 | | neutron.delete_port | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 100.0% | 1 | | total | 1.764 | 1.764 | 1.764 | 1.764 | 1.764 | 1.764 | 100.0% | 1 | | -> duration | 1.764 | 1.764 | 1.764 | 1.764 | 1.764 | 1.764 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.764212 Full duration: 24.579727 -------------------------------------------------------------------------------- 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 6d106c58-958c-44ae-8336-62d1b7fb75d6 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.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | neutron.create_subnet | 0.596 | 0.596 | 0.596 | 0.596 | 0.596 | 0.596 | 100.0% | 1 | | neutron.create_router | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 100.0% | 1 | | neutron.add_interface_router | 1.321 | 1.321 | 1.321 | 1.321 | 1.321 | 1.321 | 100.0% | 1 | | neutron.remove_interface_router | 0.93 | 0.93 | 0.93 | 0.93 | 0.93 | 0.93 | 100.0% | 1 | | neutron.delete_router | 0.44 | 0.44 | 0.44 | 0.44 | 0.44 | 0.44 | 100.0% | 1 | | total | 4.184 | 4.184 | 4.184 | 4.184 | 4.184 | 4.184 | 100.0% | 1 | | -> duration | 4.184 | 4.184 | 4.184 | 4.184 | 4.184 | 4.184 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.184337 Full duration: 30.634094 -------------------------------------------------------------------------------- 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 6d106c58-958c-44ae-8336-62d1b7fb75d6 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 | 0.997 | 0.997 | 0.997 | 0.997 | 0.997 | 0.997 | 100.0% | 1 | | neutron.delete_subnet | 0.378 | 0.378 | 0.378 | 0.378 | 0.378 | 0.378 | 100.0% | 1 | | total | 1.376 | 1.376 | 1.376 | 1.376 | 1.376 | 1.376 | 100.0% | 1 | | -> duration | 1.376 | 1.376 | 1.376 | 1.376 | 1.376 | 1.376 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.376014 Full duration: 23.387213 -------------------------------------------------------------------------------- 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 6d106c58-958c-44ae-8336-62d1b7fb75d6 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.929 | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 100.0% | 1 | | neutron.list_networks | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 100.0% | 1 | | total | 1.089 | 1.089 | 1.089 | 1.089 | 1.089 | 1.089 | 100.0% | 1 | | -> duration | 1.089 | 1.089 | 1.089 | 1.089 | 1.089 | 1.089 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.088793 Full duration: 15.662382 -------------------------------------------------------------------------------- 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 6d106c58-958c-44ae-8336-62d1b7fb75d6 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.437 | 1.437 | 1.437 | 1.437 | 1.437 | 1.437 | 100.0% | 1 | | neutron.list_ports | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 1.538 | 1.538 | 1.538 | 1.538 | 1.538 | 1.538 | 100.0% | 1 | | -> duration | 1.538 | 1.538 | 1.538 | 1.538 | 1.538 | 1.538 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.538466 Full duration: 23.683321 -------------------------------------------------------------------------------- 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 6d106c58-958c-44ae-8336-62d1b7fb75d6 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.736 | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 100.0% | 1 | | neutron.create_subnet | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | neutron.create_router | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | neutron.add_interface_router | 1.306 | 1.306 | 1.306 | 1.306 | 1.306 | 1.306 | 100.0% | 1 | | neutron.list_routers | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | total | 2.884 | 2.884 | 2.884 | 2.884 | 2.884 | 2.884 | 100.0% | 1 | | -> duration | 2.884 | 2.884 | 2.884 | 2.884 | 2.884 | 2.884 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.884246 Full duration: 32.075552 -------------------------------------------------------------------------------- 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 6d106c58-958c-44ae-8336-62d1b7fb75d6 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.851 | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 100.0% | 1 | | neutron.create_subnet | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | neutron.list_subnets | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 100.0% | 1 | | total | 1.66 | 1.66 | 1.66 | 1.66 | 1.66 | 1.66 | 100.0% | 1 | | -> duration | 1.66 | 1.66 | 1.66 | 1.66 | 1.66 | 1.66 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.660412 Full duration: 27.951382 -------------------------------------------------------------------------------- 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 6d106c58-958c-44ae-8336-62d1b7fb75d6 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.97 | 0.97 | 0.97 | 0.97 | 0.97 | 0.97 | 100.0% | 1 | | neutron.delete_security_group | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 100.0% | 1 | | total | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 100.0% | 1 | | -> duration | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.133509 Full duration: 13.535596 -------------------------------------------------------------------------------- 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 6d106c58-958c-44ae-8336-62d1b7fb75d6 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 100.0% | 1 | | neutron.create_security_group_rule | 0.222 | 0.222 | 0.222 | 0.222 | 0.222 | 0.222 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | neutron.delete_security_group | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 100.0% | 1 | | total | 1.589 | 1.589 | 1.589 | 1.589 | 1.589 | 1.589 | 100.0% | 1 | | -> duration | 1.589 | 1.589 | 1.589 | 1.589 | 1.589 | 1.589 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.588745 Full duration: 13.475763 -------------------------------------------------------------------------------- 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 6d106c58-958c-44ae-8336-62d1b7fb75d6 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 100.0% | 1 | | neutron.create_router | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 100.0% | 1 | | neutron.add_gateway_router | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 100.0% | 1 | | neutron.remove_gateway_router | 0.587 | 0.587 | 0.587 | 0.587 | 0.587 | 0.587 | 100.0% | 1 | | total | 2.635 | 2.635 | 2.635 | 2.635 | 2.635 | 2.635 | 100.0% | 1 | | -> duration | 2.635 | 2.635 | 2.635 | 2.635 | 2.635 | 2.635 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.634873 Full duration: 21.817745 HINTS: * To plot HTML graphics with this data, run: rally task report 6d106c58-958c-44ae-8336-62d1b7fb75d6 --out output.html * To generate a JUnit report, run: rally task export 6d106c58-958c-44ae-8336-62d1b7fb75d6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 6d106c58-958c-44ae-8336-62d1b7fb75d6 --json --out output.json 2018-05-22 23:01:41,462 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '6d106c58-958c-44ae-8336-62d1b7fb75d6'] 2018-05-22 23:01:42,521 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-22 23:01:42,521 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '6d106c58-958c-44ae-8336-62d1b7fb75d6', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-22 23:01:42,528 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-22 23:01:42,528 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-22 23:01:42,529 - 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-22 23:01:42,529 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-22 23:01:42,548 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-22 23:01:42,550 - 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': '7972d7a7-9ac4-4de6-b431-953fdb136e89', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-a78a04e4-b498-4c61-b5a5-9a548f04c4f9', 'flavor_name': 'rally-tiny-a78a04e4-b498-4c61-b5a5-9a548f04c4f9', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-a78a04e4-b498-4c61-b5a5-9a548f04c4f9', '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-22 23:07:36,468 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5004507a-7ed5-4b41-8f70-a4cdf6897926 2018-05-22 23:07:36,468 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '5004507a-7ed5-4b41-8f70-a4cdf6897926'] 2018-05-22 23:07:37,582 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 5004507a-7ed5-4b41-8f70-a4cdf6897926: 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-a78a04e4-b498-4c61-b5a5-9a548f04c4f9" }, "image": { "name": "Cirros-0.4.0-a78a04e4-b498-4c61-b5a5-9a548f04c4f9" }, "block_migration": false, "nics": [ { "net-id": "7972d7a7-9ac4-4de6-b431-953fdb136e89" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 5004507a-7ed5-4b41-8f70-a4cdf6897926 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.193 | 8.193 | 8.193 | 8.193 | 8.193 | 8.193 | 100.0% | 1 | | nova.find_host_to_migrate | 1.084 | 1.084 | 1.084 | 1.084 | 1.084 | 1.084 | 100.0% | 1 | | nova.live_migrate | 11.106 | 11.106 | 11.106 | 11.106 | 11.106 | 11.106 | 100.0% | 1 | | nova.delete_server | 2.359 | 2.359 | 2.359 | 2.359 | 2.359 | 2.359 | 100.0% | 1 | | total | 22.742 | 22.742 | 22.742 | 22.742 | 22.742 | 22.742 | 100.0% | 1 | | -> duration | 21.742 | 21.742 | 21.742 | 21.742 | 21.742 | 21.742 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 21.742457 Full duration: 31.062099 -------------------------------------------------------------------------------- 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-a78a04e4-b498-4c61-b5a5-9a548f04c4f9" }, "image": { "name": "Cirros-0.4.0-a78a04e4-b498-4c61-b5a5-9a548f04c4f9" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "7972d7a7-9ac4-4de6-b431-953fdb136e89" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 5004507a-7ed5-4b41-8f70-a4cdf6897926 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.79 | 7.79 | 7.79 | 7.79 | 7.79 | 7.79 | 100.0% | 1 | | cinder_v2.create_volume | 2.677 | 2.677 | 2.677 | 2.677 | 2.677 | 2.677 | 100.0% | 1 | | nova.attach_volume | 4.001 | 4.001 | 4.001 | 4.001 | 4.001 | 4.001 | 100.0% | 1 | | nova.find_host_to_migrate | 0.884 | 0.884 | 0.884 | 0.884 | 0.884 | 0.884 | 100.0% | 1 | | nova.live_migrate | 9.578 | 9.578 | 9.578 | 9.578 | 9.578 | 9.578 | 100.0% | 1 | | nova.detach_volume | 1.31 | 1.31 | 1.31 | 1.31 | 1.31 | 1.31 | 100.0% | 1 | | cinder_v2.delete_volume | 2.156 | 2.156 | 2.156 | 2.156 | 2.156 | 2.156 | 100.0% | 1 | | nova.delete_server | 2.369 | 2.369 | 2.369 | 2.369 | 2.369 | 2.369 | 100.0% | 1 | | total | 30.766 | 30.766 | 30.766 | 30.766 | 30.766 | 30.766 | 100.0% | 1 | | -> duration | 29.766 | 29.766 | 29.766 | 29.766 | 29.766 | 29.766 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 29.766313 Full duration: 41.567643 -------------------------------------------------------------------------------- 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-a78a04e4-b498-4c61-b5a5-9a548f04c4f9" }, "image": { "name": "Cirros-0.4.0-a78a04e4-b498-4c61-b5a5-9a548f04c4f9" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "7972d7a7-9ac4-4de6-b431-953fdb136e89" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 5004507a-7ed5-4b41-8f70-a4cdf6897926 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 7.532 | 7.532 | 7.532 | 7.532 | 7.532 | 7.532 | 100.0% | 1 | | nova.boot_server | 5.926 | 5.926 | 5.926 | 5.926 | 5.926 | 5.926 | 100.0% | 1 | | nova.find_host_to_migrate | 0.887 | 0.887 | 0.887 | 0.887 | 0.887 | 0.887 | 100.0% | 1 | | nova.live_migrate | 12.966 | 12.966 | 12.966 | 12.966 | 12.966 | 12.966 | 100.0% | 1 | | nova.delete_server | 7.152 | 7.152 | 7.152 | 7.152 | 7.152 | 7.152 | 100.0% | 1 | | total | 34.464 | 34.464 | 34.464 | 34.464 | 34.464 | 34.464 | 100.0% | 1 | | -> duration | 33.464 | 33.464 | 33.464 | 33.464 | 33.464 | 33.464 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 33.463793 Full duration: 45.223807 -------------------------------------------------------------------------------- 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-a78a04e4-b498-4c61-b5a5-9a548f04c4f9" }, "image": { "name": "Cirros-0.4.0-a78a04e4-b498-4c61-b5a5-9a548f04c4f9" }, "server_kwargs": { "nics": [ { "net-id": "7972d7a7-9ac4-4de6-b431-953fdb136e89" } ] } }, "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 5004507a-7ed5-4b41-8f70-a4cdf6897926 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.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | nova.boot_server | 7.294 | 7.294 | 7.294 | 7.294 | 7.294 | 7.294 | 100.0% | 1 | | nova.delete_server | 2.637 | 2.637 | 2.637 | 2.637 | 2.637 | 2.637 | 100.0% | 1 | | nova.delete_keypair | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 100.0% | 1 | | total | 10.722 | 10.722 | 10.722 | 10.722 | 10.722 | 10.722 | 100.0% | 1 | | -> duration | 9.722 | 9.722 | 9.722 | 9.722 | 9.722 | 9.722 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.722286 Full duration: 29.034967 -------------------------------------------------------------------------------- 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-a78a04e4-b498-4c61-b5a5-9a548f04c4f9" }, "image": { "name": "Cirros-0.4.0-a78a04e4-b498-4c61-b5a5-9a548f04c4f9" }, "volume_size": 5, "nics": [ { "net-id": "7972d7a7-9ac4-4de6-b431-953fdb136e89" } ] }, "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 5004507a-7ed5-4b41-8f70-a4cdf6897926 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 7.635 | 7.635 | 7.635 | 7.635 | 7.635 | 7.635 | 100.0% | 1 | | nova.boot_server | 7.567 | 7.567 | 7.567 | 7.567 | 7.567 | 7.567 | 100.0% | 1 | | nova.delete_server | 2.612 | 2.612 | 2.612 | 2.612 | 2.612 | 2.612 | 100.0% | 1 | | total | 17.815 | 17.815 | 17.815 | 17.815 | 17.815 | 17.815 | 100.0% | 1 | | -> duration | 16.815 | 16.815 | 16.815 | 16.815 | 16.815 | 16.815 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.814613 Full duration: 39.782969 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-a78a04e4-b498-4c61-b5a5-9a548f04c4f9" }, "image": { "name": "Cirros-0.4.0-a78a04e4-b498-4c61-b5a5-9a548f04c4f9" }, "force_delete": false, "nics": [ { "net-id": "7972d7a7-9ac4-4de6-b431-953fdb136e89" } ] }, "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 5004507a-7ed5-4b41-8f70-a4cdf6897926 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 | 5.461 | 5.461 | 5.461 | 5.461 | 5.461 | 5.461 | 100.0% | 1 | | nova.pause_server | 2.347 | 2.347 | 2.347 | 2.347 | 2.347 | 2.347 | 100.0% | 1 | | nova.unpause_server | 2.489 | 2.489 | 2.489 | 2.489 | 2.489 | 2.489 | 100.0% | 1 | | nova.delete_server | 5.005 | 5.005 | 5.005 | 5.005 | 5.005 | 5.005 | 100.0% | 1 | | total | 15.302 | 15.302 | 15.302 | 15.302 | 15.302 | 15.302 | 100.0% | 1 | | -> duration | 10.302 | 10.302 | 10.302 | 10.302 | 10.302 | 10.302 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.302316 Full duration: 34.225877 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-a78a04e4-b498-4c61-b5a5-9a548f04c4f9" }, "image": { "name": "Cirros-0.4.0-a78a04e4-b498-4c61-b5a5-9a548f04c4f9" }, "nics": [ { "net-id": "7972d7a7-9ac4-4de6-b431-953fdb136e89" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 5004507a-7ed5-4b41-8f70-a4cdf6897926 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.556 | 7.556 | 7.556 | 7.556 | 7.556 | 7.556 | 100.0% | 1 | | nova.migrate | 42.445 | 42.445 | 42.445 | 42.445 | 42.445 | 42.445 | 100.0% | 1 | | nova.resize_confirm | 2.619 | 2.619 | 2.619 | 2.619 | 2.619 | 2.619 | 100.0% | 1 | | nova.delete_server | 4.734 | 4.734 | 4.734 | 4.734 | 4.734 | 4.734 | 100.0% | 1 | | total | 57.355 | 57.355 | 57.355 | 57.355 | 57.355 | 57.355 | 100.0% | 1 | | -> duration | 56.355 | 56.355 | 56.355 | 56.355 | 56.355 | 56.355 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 56.355127 Full duration: 65.712233 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-a78a04e4-b498-4c61-b5a5-9a548f04c4f9" }, "image": { "name": "Cirros-0.4.0-a78a04e4-b498-4c61-b5a5-9a548f04c4f9" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 5004507a-7ed5-4b41-8f70-a4cdf6897926 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 | 5.726 | 5.726 | 5.726 | 5.726 | 5.726 | 5.726 | 100.0% | 1 | | nova.list_interfaces | 0.238 | 0.238 | 0.238 | 0.238 | 0.238 | 0.238 | 100.0% | 1 | | total | 5.964 | 5.964 | 5.964 | 5.964 | 5.964 | 5.964 | 100.0% | 1 | | -> duration | 4.964 | 4.964 | 4.964 | 4.964 | 4.964 | 4.964 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.963576 Full duration: 27.765098 -------------------------------------------------------------------------------- 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 5004507a-7ed5-4b41-8f70-a4cdf6897926 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_server_group | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 100.0% | 1 | | nova.delete_server_group | 0.058 | 0.058 | 0.058 | 0.058 | 0.058 | 0.058 | 100.0% | 1 | | total | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 100.0% | 1 | | -> duration | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.659775 Full duration: 9.09194 HINTS: * To plot HTML graphics with this data, run: rally task report 5004507a-7ed5-4b41-8f70-a4cdf6897926 --out output.html * To generate a JUnit report, run: rally task export 5004507a-7ed5-4b41-8f70-a4cdf6897926 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5004507a-7ed5-4b41-8f70-a4cdf6897926 --json --out output.json 2018-05-22 23:07:37,582 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '5004507a-7ed5-4b41-8f70-a4cdf6897926'] 2018-05-22 23:07:38,689 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-22 23:07:38,690 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '5004507a-7ed5-4b41-8f70-a4cdf6897926', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-22 23:07:38,698 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-22 23:07:38,698 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-22 23:07:38,698 - 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-22 23:07:38,699 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-22 23:07:38,715 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-22 23:07:38,716 - 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': '7972d7a7-9ac4-4de6-b431-953fdb136e89', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-a78a04e4-b498-4c61-b5a5-9a548f04c4f9', 'flavor_name': 'rally-tiny-a78a04e4-b498-4c61-b5a5-9a548f04c4f9', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-a78a04e4-b498-4c61-b5a5-9a548f04c4f9', '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-22 23:08:24,955 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 679a71a8-6f46-41dc-b828-696d856844b6 2018-05-22 23:08:24,955 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '679a71a8-6f46-41dc-b828-696d856844b6'] 2018-05-22 23:08:25,879 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 679a71a8-6f46-41dc-b828-696d856844b6: 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 679a71a8-6f46-41dc-b828-696d856844b6 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.67 | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 100.0% | 1 | | quotas.delete_quotas | 0.161 | 0.161 | 0.161 | 0.161 | 0.161 | 0.161 | 100.0% | 1 | | total | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | -> duration | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.83151 Full duration: 7.750579 -------------------------------------------------------------------------------- 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 679a71a8-6f46-41dc-b828-696d856844b6 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 | 0.668 | 0.668 | 0.668 | 0.668 | 0.668 | 0.668 | 100.0% | 1 | | -> duration | 0.668 | 0.668 | 0.668 | 0.668 | 0.668 | 0.668 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.667521 Full duration: 7.591382 -------------------------------------------------------------------------------- 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 679a71a8-6f46-41dc-b828-696d856844b6 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.236 | 0.236 | 0.236 | 0.236 | 0.236 | 0.236 | 100.0% | 1 | | total | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | -> duration | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.624036 Full duration: 7.437939 -------------------------------------------------------------------------------- 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 679a71a8-6f46-41dc-b828-696d856844b6 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.051 | 1.051 | 1.051 | 1.051 | 1.051 | 1.051 | 100.0% | 1 | | total | 1.051 | 1.051 | 1.051 | 1.051 | 1.051 | 1.051 | 100.0% | 1 | | -> duration | 1.051 | 1.051 | 1.051 | 1.051 | 1.051 | 1.051 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.050924 Full duration: 8.54806 HINTS: * To plot HTML graphics with this data, run: rally task report 679a71a8-6f46-41dc-b828-696d856844b6 --out output.html * To generate a JUnit report, run: rally task export 679a71a8-6f46-41dc-b828-696d856844b6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 679a71a8-6f46-41dc-b828-696d856844b6 --json --out output.json 2018-05-22 23:08:25,879 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '679a71a8-6f46-41dc-b828-696d856844b6'] 2018-05-22 23:08:26,908 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-22 23:08:26,908 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '679a71a8-6f46-41dc-b828-696d856844b6', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-22 23:08:26,914 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-22 23:08:26,918 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:41 | 6 | 100.00% | | glance | 01:05 | 4 | 100.00% | | cinder | 02:33 | 10 | 100.00% | | heat | 00:57 | 4 | 100.00% | | keystone | 02:37 | 11 | 100.00% | | neutron | 04:00 | 11 | 100.00% | | nova | 05:23 | 9 | 100.00% | | quotas | 00:31 | 4 | 100.00% | | | | | | | TOTAL: | 00:17:50 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-22 23:08:26,918 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-22 23:08:33,727 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-22 23:08:33,727 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-22 23:08:34,361 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 23:08:34,362 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 21:19 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-22 23:08:34,366 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-22 23:08:34,458 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-22 23:08:34,459 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-22 23:08:34,459 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-22 23:08:36,878 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-22 23:08:36.572 11189 INFO rally.deployment.engine [-] Deployment 222739f2-8f21-499c-abce-d4b746c13f45 | Starting: Destroy cloud and free allocated resources. 2018-05-22 23:08:36.654 11189 INFO rally.deployment.engine [-] Deployment 222739f2-8f21-499c-abce-d4b746c13f45 | Completed: Destroy cloud and free allocated resources. 2018-05-22 23:08:36.668 11189 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=e38b4ae1-a699-4d1c-85a9-f5fd352746ad). 2018-05-22 23:08:36.671 11189 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-22 23:08:39,209 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-22 23:08:38.888 11192 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=802a369b-68c3-49e9-bff1-5184694cea77) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 802a369b-68c3-49e9-bff1-5184694cea77 | 2018-05-22T23:08:38 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 802a369b-68c3-49e9-bff1-5184694cea77 ~/.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-22 23:08:42,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__ | nfv-orchestration | 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-22 23:08:42,402 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-22 23:08:44,750 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-22 23:08:44.477 11198 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=e38b4ae1-a699-4d1c-85a9-f5fd352746ad). 2018-05-22 23:08:44.606 11198 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-22 23:08:48,282 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-22 23:08:46.830 11201 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-22 23:08:46.996 11201 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-22 23:08:48.061 11201 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=802578d3-1942-4c56-92f5-1ef7d6a41e4e) has been successfully created! Using verifier 'opnfv-tempest' (UUID=802578d3-1942-4c56-92f5-1ef7d6a41e4e) as the default verifier for the future CLI operations. 2018-05-22 23:08:51,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-be04651b-a755-456e-bed2-7b714cb29991' 2018-05-22 23:08:52,100 - 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-22T23:08:51Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'64c0d6bc-6863-4126-b7ef-806fa40e57a3', u'provider:segmentation_id': 58, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-be04651b-a755-456e-bed2-7b714cb29991', u'admin_state_up': True, u'tenant_id': u'8e8e19956d46436a841a68c6a8f01f78', u'created_at': u'2018-05-22T23:08:51Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'8e8e19956d46436a841a68c6a8f01f78'}) 2018-05-22 23:08:52,621 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-22T23:08:52Z', 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'10529cae-b0a4-466a-beae-dce05dc29546', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-be04651b-a755-456e-bed2-7b714cb29991', u'enable_dhcp': True, u'network_id': u'64c0d6bc-6863-4126-b7ef-806fa40e57a3', u'tenant_id': u'8e8e19956d46436a841a68c6a8f01f78', u'created_at': u'2018-05-22T23:08:52Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'8e8e19956d46436a841a68c6a8f01f78'}) 2018-05-22 23:08:52,621 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-22 23:08:52,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-be04651b-a755-456e-bed2-7b714cb29991' 2018-05-22 23:08:53,688 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-be04651b-a755-456e-bed2-7b714cb29991', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-22T23:08:52Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/8894580d-7f38-4a1c-8492-2c3d2855042c/file', u'owner': u'8e8e19956d46436a841a68c6a8f01f78', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'8894580d-7f38-4a1c-8492-2c3d2855042c', u'size': None, u'name': u'Cirros-0.4.0-be04651b-a755-456e-bed2-7b714cb29991', u'checksum': None, u'self': u'/v2/images/8894580d-7f38-4a1c-8492-2c3d2855042c', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-22T23:08:52Z', u'schema': u'/v2/schemas/image'}) 2018-05-22 23:08:53,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-be04651b-a755-456e-bed2-7b714cb29991' 2018-05-22 23:08:54,741 - 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-be04651b-a755-456e-bed2-7b714cb29991', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-22T23:08:53Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/027f0564-1353-4693-9278-44bb28dbc5a5/file', u'owner': u'8e8e19956d46436a841a68c6a8f01f78', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'027f0564-1353-4693-9278-44bb28dbc5a5', u'size': None, u'name': u'Cirros-0.4.0-1-be04651b-a755-456e-bed2-7b714cb29991', u'checksum': None, u'self': u'/v2/images/027f0564-1353-4693-9278-44bb28dbc5a5', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-22T23:08:53Z', u'schema': u'/v2/schemas/image'}) 2018-05-22 23:08:54,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-22 23:08:54,949 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-be04651b-a755-456e-bed2-7b714cb29991', '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'8e8e19956d46436a841a68c6a8f01f78', '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'2c9eae39-d84f-4092-9481-d73309f3e6f3', 'swap': 0}) 2018-05-22 23:08:55,029 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-be04651b-a755-456e-bed2-7b714cb29991', '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'8e8e19956d46436a841a68c6a8f01f78', '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'76380a09-8cda-4028-970d-a5e93d290128', 'swap': 0}) 2018-05-22 23:08:58,066 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-22 23:08:57.190 11220 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=802578d3-1942-4c56-92f5-1ef7d6a41e4e) for deployment 'opnfv-rally' (UUID=802a369b-68c3-49e9-bff1-5184694cea77). 2018-05-22 23:08:57.890 11220 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=802578d3-1942-4c56-92f5-1ef7d6a41e4e) has been successfully configured for deployment 'opnfv-rally' (UUID=802a369b-68c3-49e9-bff1-5184694cea77)! 2018-05-22 23:08:58,066 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-22 23:08:58,066 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-22 23:08:58,069 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-22 23:09:00,217 - 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-22 23:09:02,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:02.357 11232 INFO rally.api [-] Starting verification (UUID=86a7bb42-bc70-4fed-9d14-c42523346c32) for deployment 'opnfv-rally' (UUID=802a369b-68c3-49e9-bff1-5184694cea77) by verifier 'opnfv-tempest' (UUID=802578d3-1942-4c56-92f5-1ef7d6a41e4e). 2018-05-22 23:09:02,358 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 86a7bb42-bc70-4fed-9d14-c42523346c32 2018-05-22 23:09:10,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:10.441 11232 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2018-05-22 23:09:14,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:14.753 11232 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.178s] 2018-05-22 23:09:17,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:17.324 11232 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [2.569s] 2018-05-22 23:09:18,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:18.362 11232 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.038s] 2018-05-22 23:09:19,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:19.102 11232 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.739s] 2018-05-22 23:09:19,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:19.832 11232 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.729s] 2018-05-22 23:09:22,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:22.494 11232 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.660s] 2018-05-22 23:09:23,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:23.287 11232 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.792s] 2018-05-22 23:09:23,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:23.412 11232 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.126s] 2018-05-22 23:09:23,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:23.439 11232 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.026s] 2018-05-22 23:09:23,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:23.460 11232 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.021s] 2018-05-22 23:09:23,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:23.480 11232 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.020s] 2018-05-22 23:09:24,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:24.844 11232 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [14.397s] 2018-05-22 23:09:28,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:28.513 11232 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.382s] 2018-05-22 23:09:28,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:28.772 11232 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.258s] 2018-05-22 23:09:29,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:29.044 11232 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.272s] 2018-05-22 23:09:29,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:29.867 11232 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.822s] 2018-05-22 23:09:30,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:30.083 11232 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.216s] 2018-05-22 23:09:30,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:30.161 11232 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.078s] 2018-05-22 23:09:30,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:30.243 11232 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.082s] 2018-05-22 23:09:30,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:30.313 11232 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.069s] 2018-05-22 23:09:30,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:30.381 11232 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.067s] 2018-05-22 23:09:30,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:30.672 11232 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.290s] 2018-05-22 23:09:30,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:30.878 11232 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.206s] 2018-05-22 23:09:43,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:43.257 11232 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.219s] 2018-05-22 23:09:44,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:44.212 11232 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.954s] 2018-05-22 23:09:45,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:45.219 11232 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.005s] 2018-05-22 23:09:46,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:46.630 11232 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.409s] 2018-05-22 23:09:47,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:47.758 11232 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.127s] 2018-05-22 23:09:48,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:48.744 11232 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.986s] 2018-05-22 23:09:49,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:49.489 11232 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.744s] 2018-05-22 23:09:49,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:49.648 11232 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.146s] 2018-05-22 23:09:49,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:49.733 11232 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.244s] 2018-05-22 23:09:49,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:49.961 11232 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.227s] 2018-05-22 23:09:50,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:50.957 11232 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.995s] 2018-05-22 23:09:51,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:51.188 11232 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.230s] 2018-05-22 23:09:51,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:51.428 11232 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.239s] 2018-05-22 23:09:51,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:51.662 11232 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.233s] 2018-05-22 23:09:52,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:52.639 11232 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.975s] 2018-05-22 23:09:52,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:52.869 11232 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.230s] 2018-05-22 23:09:53,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:53.097 11232 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.228s] 2018-05-22 23:09:53,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:53.497 11232 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.398s] 2018-05-22 23:09:53,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:09:53.722 11232 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.226s] 2018-05-22 23:10:37,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:10:37.994 11232 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [64.736s] 2018-05-22 23:10:55,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:10:55.669 11232 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [78.536s] 2018-05-22 23:10:55,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:10:55.744 11232 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.075s] 2018-05-22 23:10:56,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:10:56.097 11232 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.352s] 2018-05-22 23:10:56,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:10:56.229 11232 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.131s] 2018-05-22 23:10:56,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:10:56.230 11232 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-22 23:11:15,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:11:15.856 11232 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.410s] 2018-05-22 23:11:16,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:11:16.061 11232 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.205s] 2018-05-22 23:11:16,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:11:16.402 11232 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.340s] 2018-05-22 23:11:17,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:11:17.569 11232 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [1.166s] 2018-05-22 23:11:17,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:11:17.946 11232 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.377s] 2018-05-22 23:11:18,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:11:18.333 11232 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.386s] 2018-05-22 23:11:26,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:11:26.283 11232 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.477s] 2018-05-22 23:11:27,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:11:27.205 11232 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.923s] 2018-05-22 23:11:29,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:11:29.822 11232 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.611s] 2018-05-22 23:11:30,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:11:30.416 11232 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.597s] 2018-05-22 23:11:31,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:11:31.853 11232 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.435s] 2018-05-22 23:11:32,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:11:32.726 11232 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.873s] 2018-05-22 23:11:33,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:11:33.824 11232 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.095s] 2018-05-22 23:11:33,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:11:33.874 11232 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.053s] 2018-05-22 23:12:00,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:12:00.875 11232 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [82.881s] 2018-05-22 23:12:26,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:12:26.321 11232 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [25.441s] 2018-05-22 23:12:42,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:12:42.308 11232 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [15.986s] 2018-05-22 23:12:50,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:12:50.045 11232 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [211.327s] 2018-05-22 23:13:01,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:13:01.209 11232 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.408s] 2018-05-22 23:13:12,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:13:12.267 11232 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [11.055s] 2018-05-22 23:13:18,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:13:18.097 11232 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [28.048s] 2018-05-22 23:13:24,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:13:24.461 11232 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.193s] 2018-05-22 23:13:31,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:13:31.251 11232 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.151s] 2018-05-22 23:13:31,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:13:31.276 11232 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.024s] 2018-05-22 23:13:31,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:13:31.459 11232 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.182s] 2018-05-22 23:13:31,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:13:31.614 11232 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.155s] 2018-05-22 23:13:31,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:13:31.762 11232 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.147s] 2018-05-22 23:13:31,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:13:31.775 11232 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.012s] 2018-05-22 23:13:31,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:13:31.825 11232 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.050s] 2018-05-22 23:13:31,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:13:31.865 11232 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.039s] 2018-05-22 23:13:31,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:13:31.877 11232 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.011s] 2018-05-22 23:13:31,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:13:31.911 11232 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.033s] 2018-05-22 23:13:32,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:13:32.055 11232 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.143s] 2018-05-22 23:13:32,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:13:32.235 11232 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.179s] 2018-05-22 23:13:32,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:13:32.280 11232 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.045s] 2018-05-22 23:13:32,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:13:32.317 11232 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.036s] 2018-05-22 23:13:32,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:13:32.352 11232 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.034s] 2018-05-22 23:13:32,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:13:32.637 11232 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.285s] 2018-05-22 23:13:32,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:13:32.672 11232 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.034s] 2018-05-22 23:13:32,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:13:32.703 11232 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.031s] 2018-05-22 23:13:32,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:13:32.711 11232 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.008s] 2018-05-22 23:13:32,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:13:32.741 11232 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.030s] 2018-05-22 23:13:32,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:13:32.772 11232 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.030s] 2018-05-22 23:13:32,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:13:32.804 11232 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.032s] 2018-05-22 23:13:32,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:13:32.838 11232 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.034s] 2018-05-22 23:13:36,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '86a7bb42-bc70-4fed-9d14-c42523346c32']'. 2018-05-22 23:13:37,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-22 23:13:37,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-22 23:13:37,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-22 23:13:37,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 86a7bb42-bc70-4fed-9d14-c42523346c32 | 2018-05-22 23:13:37,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-22 23:13:37,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-22 23:09:02 | 2018-05-22 23:13:37,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-22 23:13:36 | 2018-05-22 23:13:37,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:34 | 2018-05-22 23:13:37,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-22 23:13:37,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-22 23:13:37,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 802578d3-1942-4c56-92f5-1ef7d6a41e4e) | 2018-05-22 23:13:37,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-22 23:13:37,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 802a369b-68c3-49e9-bff1-5184694cea77) | 2018-05-22 23:13:37,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 94 | 2018-05-22 23:13:37,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 264.548 | 2018-05-22 23:13:37,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 93 | 2018-05-22 23:13:37,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-22 23:13:37,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-22 23:13:37,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-22 23:13:37,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-05-22 23:13:37,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-22 23:13:37,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-22 23:13:37,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 98.9361702128% 2018-05-22 23:13:43,078 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 23:13:43,078 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 04:52 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-05-22 23:13:43,082 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-05-22 23:13:43,082 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-22 23:13:43,168 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-22 23:13:43,168 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-22 23:13:43,168 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-22 23:13:45,695 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-22 23:13:45.312 11334 INFO rally.deployment.engine [-] Deployment 802a369b-68c3-49e9-bff1-5184694cea77 | Starting: Destroy cloud and free allocated resources. 2018-05-22 23:13:45.387 11334 INFO rally.deployment.engine [-] Deployment 802a369b-68c3-49e9-bff1-5184694cea77 | Completed: Destroy cloud and free allocated resources. 2018-05-22 23:13:45.413 11334 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=802578d3-1942-4c56-92f5-1ef7d6a41e4e) for deployment 'opnfv-rally'. 2018-05-22 23:13:45.426 11334 INFO rally.api [-] Deleting verification (UUID=86a7bb42-bc70-4fed-9d14-c42523346c32). 2018-05-22 23:13:45.467 11334 INFO rally.api [-] Verification has been successfully deleted! 2018-05-22 23:13:45.467 11334 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=802578d3-1942-4c56-92f5-1ef7d6a41e4e). 2018-05-22 23:13:45.479 11334 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-22 23:13:48,066 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-22 23:13:47.772 11337 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=0d48807a-234a-4dd1-a713-51bf2207b6fb) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 0d48807a-234a-4dd1-a713-51bf2207b6fb | 2018-05-22T23:13:47 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 0d48807a-234a-4dd1-a713-51bf2207b6fb ~/.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-22 23:13:51,424 - 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__ | nfv-orchestration | 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-22 23:13:51,424 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-22 23:13:53,704 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-22 23:13:53.421 11343 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=802578d3-1942-4c56-92f5-1ef7d6a41e4e). 2018-05-22 23:13:53.549 11343 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-22 23:13:57,058 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-22 23:13:55.764 11346 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-22 23:13:55.890 11346 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-22 23:13:56.872 11346 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0ff09c4f-83db-4489-9deb-dc4f6fbdf429) has been successfully created! Using verifier 'opnfv-tempest' (UUID=0ff09c4f-83db-4489-9deb-dc4f6fbdf429) as the default verifier for the future CLI operations. 2018-05-22 23:13:59,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-79b29106-41cf-4c5b-afa4-b3743dcfaab4' 2018-05-22 23:14:00,897 - 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-22T23:14:00Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'61e796d8-7738-4dcf-ab0a-abbdc97e5edc', u'provider:segmentation_id': 84, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-79b29106-41cf-4c5b-afa4-b3743dcfaab4', u'admin_state_up': True, u'tenant_id': u'8e8e19956d46436a841a68c6a8f01f78', u'created_at': u'2018-05-22T23:14:00Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'8e8e19956d46436a841a68c6a8f01f78'}) 2018-05-22 23:14:01,338 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-22T23:14:01Z', 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'5f90fc45-95d1-47da-908c-19311c221bce', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-79b29106-41cf-4c5b-afa4-b3743dcfaab4', u'enable_dhcp': True, u'network_id': u'61e796d8-7738-4dcf-ab0a-abbdc97e5edc', u'tenant_id': u'8e8e19956d46436a841a68c6a8f01f78', u'created_at': u'2018-05-22T23:14:01Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'8e8e19956d46436a841a68c6a8f01f78'}) 2018-05-22 23:14:01,338 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-22 23:14:01,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-79b29106-41cf-4c5b-afa4-b3743dcfaab4' 2018-05-22 23:14:03,394 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-79b29106-41cf-4c5b-afa4-b3743dcfaab4', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-22T23:14:01Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/ff9eabea-b600-45d2-acbf-286e23aa6b55/file', u'owner': u'8e8e19956d46436a841a68c6a8f01f78', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'ff9eabea-b600-45d2-acbf-286e23aa6b55', u'size': None, u'name': u'Cirros-0.4.0-79b29106-41cf-4c5b-afa4-b3743dcfaab4', u'checksum': None, u'self': u'/v2/images/ff9eabea-b600-45d2-acbf-286e23aa6b55', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-22T23:14:01Z', u'schema': u'/v2/schemas/image'}) 2018-05-22 23:14:03,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-79b29106-41cf-4c5b-afa4-b3743dcfaab4' 2018-05-22 23:14:04,489 - 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-79b29106-41cf-4c5b-afa4-b3743dcfaab4', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-22T23:14:03Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/5ac0fc6f-7aee-4c5c-aa6e-072e01565ef8/file', u'owner': u'8e8e19956d46436a841a68c6a8f01f78', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'5ac0fc6f-7aee-4c5c-aa6e-072e01565ef8', u'size': None, u'name': u'Cirros-0.4.0-1-79b29106-41cf-4c5b-afa4-b3743dcfaab4', u'checksum': None, u'self': u'/v2/images/5ac0fc6f-7aee-4c5c-aa6e-072e01565ef8', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-22T23:14:03Z', u'schema': u'/v2/schemas/image'}) 2018-05-22 23:14:04,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-22 23:14:04,717 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-79b29106-41cf-4c5b-afa4-b3743dcfaab4', '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'8e8e19956d46436a841a68c6a8f01f78', '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'f521568f-051a-4cc6-a0af-45f91e98f2f1', 'swap': 0}) 2018-05-22 23:14:04,780 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-79b29106-41cf-4c5b-afa4-b3743dcfaab4', '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'8e8e19956d46436a841a68c6a8f01f78', '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'5233b00d-a256-4504-9bb6-4c7fd9910f40', 'swap': 0}) 2018-05-22 23:14:07,776 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-22 23:14:06.931 11365 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0ff09c4f-83db-4489-9deb-dc4f6fbdf429) for deployment 'opnfv-rally' (UUID=0d48807a-234a-4dd1-a713-51bf2207b6fb). 2018-05-22 23:14:07.610 11365 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0ff09c4f-83db-4489-9deb-dc4f6fbdf429) has been successfully configured for deployment 'opnfv-rally' (UUID=0d48807a-234a-4dd1-a713-51bf2207b6fb)! 2018-05-22 23:14:07,776 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-22 23:14:07,776 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-22 23:14:07,779 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-22 23:14:07,793 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-22 23:14:11,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-0ff09c4f-83db-4489-9deb-dc4f6fbdf429/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-22 23:14:11,221 - 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-22 23:14:13,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 23:14:13.384 11374 INFO rally.api [-] Starting verification (UUID=96b50a28-4ac8-4be0-a883-82dde607b574) for deployment 'opnfv-rally' (UUID=0d48807a-234a-4dd1-a713-51bf2207b6fb) by verifier 'opnfv-tempest' (UUID=0ff09c4f-83db-4489-9deb-dc4f6fbdf429). 2018-05-22 23:14:13,385 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 96b50a28-4ac8-4be0-a883-82dde607b574 2018-05-22 23:16:49,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '96b50a28-4ac8-4be0-a883-82dde607b574']'. 2018-05-22 23:16:50,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-22 23:16:50,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-22 23:16:50,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-22 23:16:50,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 96b50a28-4ac8-4be0-a883-82dde607b574 | 2018-05-22 23:16:50,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-22 23:16:50,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-22 23:14:13 | 2018-05-22 23:16:50,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-22 23:16:48 | 2018-05-22 23:16:50,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:35 | 2018-05-22 23:16:50,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-22 23:16:50,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-22 23:16:50,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 0ff09c4f-83db-4489-9deb-dc4f6fbdf429) | 2018-05-22 23:16:50,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-22 23:16:50,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 0d48807a-234a-4dd1-a713-51bf2207b6fb) | 2018-05-22 23:16:50,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-22 23:16:50,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 146.977 | 2018-05-22 23:16:50,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-05-22 23:16:50,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-05-22 23:16:50,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-22 23:16:50,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-22 23:16:50,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-22 23:16:50,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-22 23:16:50,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-22 23:16:50,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-05-22 23:16:56,040 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 23:16:56,041 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:56 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-22 23:16:56,045 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-05-22 23:17:13,751 - 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-22 23:17:13,751 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-05-22 23:17:13,778 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-05-22 23:17:13,883 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 23:17:13,884 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:17 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-22 23:17:13,887 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-22 23:17:14,774 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-23 00:09:20,491 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-23 00:09:20,491 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 52:05 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-05-23 00:09:20,495 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-05-23 00:09:20,496 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-23 00:09:20,583 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-23 00:09:23,128 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-23 00:09:22.695 11554 INFO rally.deployment.engine [-] Deployment 0d48807a-234a-4dd1-a713-51bf2207b6fb | Starting: Destroy cloud and free allocated resources. 2018-05-23 00:09:22.774 11554 INFO rally.deployment.engine [-] Deployment 0d48807a-234a-4dd1-a713-51bf2207b6fb | Completed: Destroy cloud and free allocated resources. 2018-05-23 00:09:22.834 11554 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=0ff09c4f-83db-4489-9deb-dc4f6fbdf429) for deployment 'opnfv-rally'. 2018-05-23 00:09:22.866 11554 INFO rally.api [-] Deleting verification (UUID=96b50a28-4ac8-4be0-a883-82dde607b574). 2018-05-23 00:09:22.904 11554 INFO rally.api [-] Verification has been successfully deleted! 2018-05-23 00:09:22.904 11554 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=0ff09c4f-83db-4489-9deb-dc4f6fbdf429). 2018-05-23 00:09:22.914 11554 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-23 00:09:25,761 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-23 00:09:25.383 11557 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=e493f411-18e5-4a83-b26c-7cefdad3a87d) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | e493f411-18e5-4a83-b26c-7cefdad3a87d | 2018-05-23T00:09:25 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: e493f411-18e5-4a83-b26c-7cefdad3a87d ~/.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-23 00:09:29,196 - 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__ | nfv-orchestration | 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-23 00:09:29,196 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-23 00:09:31,478 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-23 00:09:31.227 11563 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=0ff09c4f-83db-4489-9deb-dc4f6fbdf429). 2018-05-23 00:09:31.360 11563 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-23 00:09:34,686 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-23 00:09:33.458 11566 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-23 00:09:33.589 11566 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-23 00:09:34.552 11566 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e8b21927-cd27-43e9-8299-5e64124f55bd) has been successfully created! Using verifier 'opnfv-tempest' (UUID=e8b21927-cd27-43e9-8299-5e64124f55bd) as the default verifier for the future CLI operations. 2018-05-23 00:09:37,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-6f866590-7ebc-4bbf-81d6-8cdce2f83f4d' 2018-05-23 00:09:39,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-6f866590-7ebc-4bbf-81d6-8cdce2f83f4d' 2018-05-23 00:09:39,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-6f866590-7ebc-4bbf-81d6-8cdce2f83f4d' 2018-05-23 00:09:41,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-23 00:09:44,245 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-23 00:09:43.414 11585 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e8b21927-cd27-43e9-8299-5e64124f55bd) for deployment 'opnfv-rally' (UUID=e493f411-18e5-4a83-b26c-7cefdad3a87d). 2018-05-23 00:09:44.090 11585 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e8b21927-cd27-43e9-8299-5e64124f55bd) has been successfully configured for deployment 'opnfv-rally' (UUID=e493f411-18e5-4a83-b26c-7cefdad3a87d)! 2018-05-23 00:09:47,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-e8b21927-cd27-43e9-8299-5e64124f55bd/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-23 00:09:47,127 - 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-23 00:09:49,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-23 00:09:49.228 11594 INFO rally.api [-] Starting verification (UUID=4e32bb71-74f9-4337-b2ae-22b9fee6c6f1) for deployment 'opnfv-rally' (UUID=e493f411-18e5-4a83-b26c-7cefdad3a87d) by verifier 'opnfv-tempest' (UUID=e8b21927-cd27-43e9-8299-5e64124f55bd). 2018-05-23 00:13:04,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '4e32bb71-74f9-4337-b2ae-22b9fee6c6f1']'. 2018-05-23 00:13:05,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-23 00:13:05,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-23 00:13:05,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-23 00:13:05,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 4e32bb71-74f9-4337-b2ae-22b9fee6c6f1 | 2018-05-23 00:13:05,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-23 00:13:05,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-23 00:09:49 | 2018-05-23 00:13:05,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-23 00:13:04 | 2018-05-23 00:13:05,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:15 | 2018-05-23 00:13:05,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-23 00:13:05,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-23 00:13:05,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: e8b21927-cd27-43e9-8299-5e64124f55bd) | 2018-05-23 00:13:05,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-23 00:13:05,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: e493f411-18e5-4a83-b26c-7cefdad3a87d) | 2018-05-23 00:13:05,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-23 00:13:05,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 180.968 | 2018-05-23 00:13:05,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-05-23 00:13:05,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-05-23 00:13:05,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-23 00:13:05,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-23 00:13:05,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-05-23 00:13:05,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-23 00:13:05,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-23 00:13:05,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 97.6744186047% 2018-05-23 00:13:09,708 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-23 00:13:09,708 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:32 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-05-23 00:13:09,711 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-05-23 00:13:09,711 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:33 | PASS | | vping_userdata | functest | smoke | 00:29 | PASS | | tempest_smoke_serial | functest | smoke | 13:35 | FAIL | | rally_sanity | functest | smoke | 21:19 | PASS | | refstack_defcore | functest | smoke | 04:52 | FAIL | | patrole | functest | smoke | 02:56 | PASS | | odl | functest | smoke | 00:17 | PASS | | snaps_smoke | functest | smoke | 52:05 | FAIL | | neutron_trunk | functest | smoke | 03:32 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-23 00:13:09,716 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-23 00:13:12,994 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-143 | | 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-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-23 00:13:12,996 - 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=xZXzJM7ynve3C9tBNpdUGEj99 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28: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.10 export OS_REGION_NAME=regionOne 2018-05-23 00:13:12,996 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-23 00:13:12,996 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-23 00:13:12,996 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-05-23 00:13:12,998 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-23 00:13:15,457 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-143 | | 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-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-23 00:13:15,461 - 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=xZXzJM7ynve3C9tBNpdUGEj99 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28: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.10 export OS_REGION_NAME=regionOne 2018-05-23 00:13:15,462 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-23 00:13:15,463 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | vnf | 4 | (daily)|(weekly) | Collection of VNF test cases. | cloudify_ims vyos_vrouter juju_epc | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ 2018-05-23 00:13:15,464 - xtesting.ci.run_tests - INFO - Running tier 'vnf' 2018-05-23 00:13:15,464 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-05-23 00:13:15,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-05-23 00:13:15,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - VNF configuration: {'inputs': {u'vellum_cluster_size': 1, u'agent_user': u'ubuntu', u'image_id': u'ubuntu_14.04', u'external_network_name': u'', u'dime_cluster_size': 1, u'key_pair_name': u'cloudify_ims_kp', u'bono_cluster_size': 1, u'flavor_id': u'm1.small', u'public_domain': u'clearwater.opnfv', u'homer_cluster_size': 1, u'release': u'repo122', u'private_key_path': u'/etc/cloudify/cloudify_ims.pem', u'sprout_cluster_size': 1}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'm1.small'}, u'network_quotas': {u'security_group': 20, u'security_group_rule': 100, u'port': 50}, u'compute_quotas': {u'cores': 50, u'instances': 15}}, 'descriptor': {u'file_name': u'/src/vims/openstack-blueprint.yaml', u'version': u'122', u'name': u'clearwater-opnfv'}} 2018-05-23 00:13:15,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Images needed for vIMS: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'ubuntu_14.04': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-05-23 00:13:16,273 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-23 00:13:16,273 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-23 00:13:16,719 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-23 00:13:16,719 - xtesting.energy.energy - DEBUG - Submitting scenario (cloudify_ims/running) 2018-05-23 00:13:17,117 - functest.core.vnf - INFO - Prepare VNF: cloudify_ims, description: Created by OPNFV Functest: cloudify_ims 2018-05-23 00:13:19,870 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=cloudify_ims-14a8e557-4cc4-4f31-8908-b7824eebcbb7, password=4f5d921c-a8b7-4fea-88fe-3e7b6f00a42a, auth_url=http://172.30.9.28:5000/v3, project_name=cloudify_ims-14a8e557-4cc4-4f31-8908-b7824eebcbb7, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-23 00:13:19,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Additional pre-configuration steps 2018-05-23 00:13:21,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload some OS images if it doesn't exist 2018-05-23 00:13:21,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-05-23 00:14:44,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: ubuntu_14.04, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-05-23 00:14:50,222 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating keypair ... 2018-05-23 00:14:50,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating full network ... 2018-05-23 00:14:59,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating security group for cloudify manager vm 2018-05-23 00:15:01,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for cloudify manager vm ... 2018-05-23 00:15:02,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating cloudify manager VM 2018-05-23 00:17:55,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': '4f5d921c-a8b7-4fea-88fe-3e7b6f00a42a', 'keystone_tenant_name': 'cloudify_ims-14a8e557-4cc4-4f31-8908-b7824eebcbb7', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.28:5000', 'user_domain_name': 'Default', 'keystone_username': 'cloudify_ims-14a8e557-4cc4-4f31-8908-b7824eebcbb7', 'project_domain_name': 'Default'} 2018-05-23 00:17:55,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Attemps running status of the Manager 2018-05-23 00:20:02,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-23 00:22:39,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-23 00:25:16,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-23 00:27:54,224 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-23 00:30:31,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-23 00:33:08,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-23 00:35:46,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-23 00:38:23,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-23 00:41:00,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-23 00:43:37,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-23 00:44:07,998 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 267, in deploy_orchestrator raise Exception("Cloudify Manager isn't up and running") Exception: Cloudify Manager isn't up and running 2018-05-23 00:44:07,999 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-23 00:44:07,999 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-23 00:44:08,491 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-23 00:44:08,491 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 30:51 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-23 00:44:08,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-05-23 00:46:15,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 397, in clean exec_list = cfy_client.executions.list(dep_name) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/executions.py", line 125, in list response = self.api.get(uri, params=params, _include=_include) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 229, in get timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 211, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 141, in _do_request timeout=timeout) File "/usr/lib/python2.7/site-packages/requests/api.py", line 72, in get return request('get', url, params=params, **kwargs) File "/usr/lib/python2.7/site-packages/requests/api.py", line 58, in request return session.request(method=method, url=url, **kwargs) File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 502, in request resp = self.send(prep, **send_kwargs) File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 612, in send r = adapter.send(request, **kwargs) File "/usr/lib/python2.7/site-packages/requests/adapters.py", line 504, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='172.30.9.217', port=80): Max retries exceeded with url: /api/v3/executions?_include_system_workflows=False&deployment_id=clearwater-opnfv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Operation timed out',)) 2018-05-23 00:46:15,819 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-23 00:46:40,131 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-05-23 00:46:40,132 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-05-23 00:46:40,257 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-05-23 00:46:40,664 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-05-23 00:46:40,665 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-05-23 00:46:40,690 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - VNF configuration: {'inputs': {u'region': u'RegionOne', u'external_network_name': u'admin_floating_net'}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'm1.medium'}}, 'descriptor': {u'file_name': u'/src/opnfv-vnf-vyos-blueprint/function-test-openstack-blueprint.yaml', u'version': u'fraser', u'name': u'vrouter-opnfv'}} 2018-05-23 00:46:40,696 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-05-23 00:46:40,718 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Images needed for vrouter: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'vyos1.1.7': u'/home/opnfv/functest/images/vyos-1.1.7.img'} 2018-05-23 00:46:40,718 - functest.core.vnf - INFO - Prepare VNF: vyos_vrouter, description: Created by OPNFV Functest: vyos_vrouter 2018-05-23 00:46:43,341 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=vyos_vrouter-4789b3c6-a0ee-4040-9d06-dadcbd577288, password=ca211b5e-61cc-4597-9246-f5924c19c563, auth_url=http://172.30.9.28:5000/v3, project_name=vyos_vrouter-4789b3c6-a0ee-4040-9d06-dadcbd577288, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-23 00:46:43,342 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Additional pre-configuration steps 2018-05-23 00:46:43,342 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload some OS images if it doesn't exist 2018-05-23 00:46:43,342 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-05-23 00:48:09,608 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: vyos1.1.7, file: /home/opnfv/functest/images/vyos-1.1.7.img 2018-05-23 00:48:19,172 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating keypair ... 2018-05-23 00:48:19,892 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating full network ... 2018-05-23 00:48:27,635 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating security group for cloudify manager vm 2018-05-23 00:48:29,437 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for cloudify manager vm ... 2018-05-23 00:48:30,077 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating cloudify manager VM 2018-05-23 00:51:24,049 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Attemps running status of the Manager 2018-05-23 00:51:31,336 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - The current manager status is running 2018-05-23 00:52:01,363 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager is up and running 2018-05-23 00:52:01,364 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-05-23 00:52:35,937 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo cp ~/cloudify_vrouter.pem /etc/cloudify/ stdout: 2018-05-23 00:52:35,990 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo chmod 444 /etc/cloudify/cloudify_vrouter.pem stdout: 2018-05-23 00:52:56,968 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo yum install -y gcc python-devel stdout: Loaded plugins: fastestmirror Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=genclo error was 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error" 2018-05-23 00:52:56,968 - functest.opnfv_tests.vnf.router.cloudify_vrouter - ERROR - SSH sudo yum install -y gcc python-devel stderr: One of the configured repositories failed (Unknown), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo= ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable or subscription-manager repos --disable= 5. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=.skip_if_unavailable=true Cannot find a valid baseurl for repo: base/7/x86_64 2018-05-23 00:52:56,969 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 289, in deploy_orchestrator ssh, cmd, "Unable to install packages on manager") File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 131, in run_blocking_ssh_command raise Exception(error_msg) Exception: Unable to install packages on manager 2018-05-23 00:52:57,088 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-23 00:52:57,089 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 06:16 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-23 00:52:57,092 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-05-23 00:52:57,235 - functest.opnfv_tests.vnf.router.cloudify_vrouter - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 411, in clean exec_list = cfy_client.executions.list(dep_name) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/executions.py", line 125, in list response = self.api.get(uri, params=params, _include=_include) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 229, in get timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 211, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 154, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 116, in _raise_client_error server_traceback=server_traceback) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 127, in _prepare_and_raise_exception status_code, error_code=error_code) CloudifyClientError: 404: Requested `Deployment` with ID `vrouter-opnfv` was not found 2018-05-23 00:52:57,236 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-23 00:53:17,595 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-05-23 00:53:17,595 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-05-23 00:53:17,687 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - VNF configuration: {'descriptor': {u'file_name': u'/src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml', u'version': u'1', u'name': u'abot-oai-epc'}, 'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium.juju'}}} 2018-05-23 00:53:17,706 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-05-23 00:53:17,706 - functest.core.vnf - INFO - Prepare VNF: juju_epc, description: Created by OPNFV Functest: juju_epc 2018-05-23 00:53:20,347 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=juju_epc-d76431eb-2246-46e0-af97-f4862ecea360, password=539b8e32-d5af-4f40-898c-ec86df95a61e, auth_url=http://172.30.9.28:5000/v3, project_name=juju_epc-d76431eb-2246-46e0-af97-f4862ecea360, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-23 00:53:20,348 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - ENV: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | DEPLOY_SCENARIO | os-odl-nofeature-noha | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-143 | | SDN_CONTROLLER_IP | 192.30.9.10 | | ENERGY_RECORDER_API_PASSWORD | | | INSTALLER_TYPE | apex | | NAMESERVER | 8.8.8.8 | | POD_ARCH | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | NODE_NAME | lf-pod1 | | VOLUME_DEVICE_NAME | vdb | | EXTERNAL_NETWORK | | | ENERGY_RECORDER_API_USER | | +--------------------------------------+----------------------------------------------------------+ 2018-05-23 00:53:20,720 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-05-23 00:53:21,997 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace Since Juju 2 is being run for the first time, downloading latest cloud information. Fetching latest public cloud list... Updated your list of public clouds with 6 cloud regions added: added cloud region: - aws/eu-west-3 - google/asia-south1 - google/europe-west2 - google/europe-west3 - google/southamerica-east1 - google/us-east4 2018-05-23 00:53:21,998 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-05-23 00:53:23,478 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - snaps creds: OSCreds - username=juju_network_discovery_bug, password=cf1c82f9-a7e7-4ddc-b4de-0dc938e2d945, auth_url=http://172.30.9.28:5000/v3, project_name=juju_epc-d76431eb-2246-46e0-af97-f4862ecea360, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-23 00:53:23,577 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-credential abot-epc -f /home/opnfv/functest/results/juju_epc/credentials.yaml --replace Credentials updated for cloud "abot-epc". 2018-05-23 00:53:23,577 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Juju Orchestrator 2018-05-23 00:53:23,577 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating full network with nameserver: 8.8.8.8 2018-05-23 00:53:26,356 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating network Router .... 2018-05-23 00:53:31,195 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Flavor .... 2018-05-23 00:53:31,860 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload some OS images if it doesn't exist 2018-05-23 00:53:31,874 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Images needed for vEPC: {u'trusty': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img', u'xenial': u'/home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img'} 2018-05-23 00:53:31,874 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: trusty, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-05-23 00:53:39,996 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 3cf64634-6e41-4e7d-8041-a6b0421936c6 -s trusty -r regionOne -u http://172.30.9.28:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-05-23 00:53:39,997 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: xenial, file: /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-05-23 00:53:47,293 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i df299549-b0bf-4baf-ab93-bd75bf7c1e34 -s xenial -r regionOne -u http://172.30.9.28:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-05-23 00:53:47,294 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Network ID : 7478f026-8fac-4f85-8aef-c39ecd6ee1b9 2018-05-23 00:53:47,294 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Starting Juju Bootstrap process... 2018-05-23 01:18:06,117 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Exception with Juju Bootstrap: ['timeout', '-t', '3600', 'juju', 'bootstrap', 'abot-epc', 'abot-controller', '--metadata-source', '/root', '--constraints', 'mem=2G', '--bootstrap-series', 'xenial', '--config', 'network=7478f026-8fac-4f85-8aef-c39ecd6ee1b9', '--config', 'ssl-hostname-verification=false', '--config', 'use-floating-ip=true', '--config', 'use-default-secgroup=true', '--debug'] 00:53:47 INFO juju.cmd supercommand.go:63 running juju [2.2.5 gc go1.9.4] 00:53:47 DEBUG juju.cmd supercommand.go:64 args: []string{"juju", "bootstrap", "abot-epc", "abot-controller", "--metadata-source", "/root", "--constraints", "mem=2G", "--bootstrap-series", "xenial", "--config", "network=7478f026-8fac-4f85-8aef-c39ecd6ee1b9", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 00:53:47 DEBUG juju.cmd.juju.commands bootstrap.go:804 authenticating with region "" and credential "abot-epc" () 00:53:47 DEBUG juju.cmd.juju.commands bootstrap.go:932 provider attrs: map[use-floating-ip:true use-default-secgroup:true network:7478f026-8fac-4f85-8aef-c39ecd6ee1b9 external-network:] 00:53:47 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 00:53:47 DEBUG juju.cmd.juju.commands bootstrap.go:988 preparing controller with config: map[ftp-proxy: https-proxy: max-action-results-age:336h http-proxy: ssl-hostname-verification:false enable-os-upgrade:true ignore-machine-addresses:false automatically-retry-hooks:true resource-tags: use-floating-ip:true image-stream:released firewall-mode:instance agent-metadata-url: max-action-results-size:5G apt-https-proxy: image-metadata-url: provisioner-harvest-mode:destroyed logging-config: apt-ftp-proxy: max-status-history-size:5G enable-os-refresh-update:true no-proxy:127.0.0.1,localhost,::1 authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCeX9lnS+/U1DbqVmgW7lY/UQ5VRYKdrcbSgZuB+HFiPootLEKnE3KQJ+kbJdmroXmkzC9WaJMoiR2mTLQzWtpfov4h1vFenj13jFQGAdlM3XCF9FgEsFKWLq36dslI+4iyxzlCADLwVQXKPdTOLFQmwPmUX+oPFmBLE/ULiko6seAvL5rUY+OiDE2sfUNCStjlWrbjd+x0/rb4V+TE3l1Ez2fJviF4bon5BI4hQKukdbVnQW+NhHfxz7AEvz+aoitE8EUVauyBzsCDe2lKP3YL+ACZj4cpoicW3FLAbsKeljf/crCl28adj8c+Ql88UOFhzh80Lu7A7mNSbLAkYCFt juju-client-key disable-network-management:false test-mode:false apt-no-proxy: default-series:xenial agent-stream:released apt-http-proxy: use-default-secgroup:true transmit-vendor-metrics:true apt-mirror: type:openstack logforward-enabled:false max-status-history-age:336h name:controller network:7478f026-8fac-4f85-8aef-c39ecd6ee1b9 external-network: uuid:039074fa-3a2a-43c0-8481-c65f6e2066ba proxy-ssh:false net-bond-reconfigure-delay:17 update-status-hook-interval:5m development:false] 00:53:47 INFO juju.provider.openstack provider.go:144 opening model "controller" 00:53:48 DEBUG goose :1 auth details: &{Token:gAAAAABbBLucHqrl7iBnNO-CMLEYQya6h2BjHoweJ1IWIt_o5XfIW3uFKfj6OANEa7owXkO-Gn286y4MDkrKbtYKXHbMqDvzXo0AWPFnzZqb8PHpeD7lecP7kjZK0QEgkoc_Qg76IxLRHMufY37ReFN86qjKXvlXyDvkYytuNq7iO26oPyGeARc TenantId:ab1d5b5050444267becd00249b1f723a UserId:4af85e0a6fc04b6da66e82e7e7c7a7ac Domain: RegionServiceURLs:map[regionOne:map[cloudformation:http://172.30.9.28:8000/v1 orchestration:http://172.30.9.28:8004/v1/ab1d5b5050444267becd00249b1f723a network:http://172.30.9.28:9696 placement:http://172.30.9.28:8778/placement volumev3:http://172.30.9.28:8776/v3/ab1d5b5050444267becd00249b1f723a volume:http://172.30.9.28:8776/v1/ab1d5b5050444267becd00249b1f723a nfv-orchestration:http://172.30.9.28:9890 compute:http://172.30.9.28:8774/v2.1 volumev2:http://172.30.9.28:8776/v2/ab1d5b5050444267becd00249b1f723a alarming:http://172.30.9.28:8042 policy:http://172.30.9.28:1789 key-manager:http://172.30.9.28:9311 identity:http://172.30.9.28:5000 image:http://172.30.9.28:9292 metric:http://172.30.9.28:8041]]} 00:53:48 INFO cmd bootstrap.go:482 Creating Juju controller "abot-controller" on abot-epc/regionOne 00:53:48 DEBUG goose :1 performing API version discovery for "http://172.30.9.28:8774/" 00:53:48 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.28:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.28:8774/v2.1/ Rel:self}] Status:CURRENT}] 00:53:48 INFO juju.cmd.juju.commands bootstrap.go:540 combined bootstrap constraints: mem=2048M 00:53:48 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 00:53:48 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 00:53:48 DEBUG juju.environs.bootstrap bootstrap.go:685 no agent directory found, using default agent binary metadata source: https://streams.canonical.com/juju/tools 00:53:48 DEBUG juju.environs.bootstrap bootstrap.go:710 setting default image metadata source: /root/images 00:53:48 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 00:53:48 INFO juju.environs.bootstrap bootstrap.go:728 custom image metadata added to search path 00:53:48 INFO cmd bootstrap.go:233 Loading image metadata 00:53:48 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 00:53:48 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 00:53:48 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 00:53:48 DEBUG juju.environs.bootstrap bootstrap.go:576 constraints for image metadata lookup &{{{regionOne http://172.30.9.28:5000/v3} [precise vivid utopic win2016hv win7 saucy trusty wily xenial win2012hv win2012 win81 win10 centos7 opensuseleap yakkety win2016 win2012r2 genericlinux raring win2012hvr2 win2016nano quantal zesty win2008r2 win8] [amd64 i386 armhf arm64 ppc64el s390x] released}} 00:53:48 DEBUG juju.environs.bootstrap bootstrap.go:588 found 2 image metadata in bootstrap metadata 00:53:50 DEBUG juju.environs.bootstrap bootstrap.go:588 found 0 image metadata in default cloud images 00:53:51 DEBUG juju.environs.simplestreams simplestreams.go:457 skipping index "http://cloud-images.ubuntu.com/releases/streams/v1/index.sjson" because of missing information: index file has no data for cloud {regionOne http://172.30.9.28:5000/v3} not found 00:53:51 DEBUG juju.environs.bootstrap bootstrap.go:584 ignoring image metadata in default ubuntu cloud images: index file has no data for cloud {regionOne http://172.30.9.28:5000/v3} not found 00:53:51 DEBUG juju.environs.bootstrap bootstrap.go:592 found 2 image metadata from all image data sources 00:53:51 INFO cmd bootstrap.go:296 Looking for packaged Juju agent version 2.2.5 for amd64 00:53:51 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.2.5 00:53:51 DEBUG juju.environs.tools tools.go:101 finding agent binaries in stream "released" 00:53:51 DEBUG juju.environs.tools tools.go:103 reading agent binaries with major.minor version 2.2 00:53:51 DEBUG juju.environs.tools tools.go:111 filtering agent binaries by version: 2.2.5 00:53:51 DEBUG juju.environs.tools tools.go:114 filtering agent binaries by series: xenial 00:53:51 DEBUG juju.environs.tools tools.go:117 filtering agent binaries by architecture: amd64 00:53:51 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 00:53:53 DEBUG juju.environs.simplestreams simplestreams.go:683 using default candidate for content id "com.ubuntu.juju:released:tools" are {20161007 mirrors:1.0 content-download streams/v1/cpc-mirrors.sjson []} 00:53:55 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 00:53:55 INFO cmd bootstrap.go:357 Starting new instance for initial controller Launching controller instance(s) on abot-epc/regionOne... 00:53:56 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 00:53:56 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:df299549-b0bf-4baf-ab93-bd75bf7c1e34 Arch:amd64 VirtType:}] 00:53:56 INFO juju.environs.instances image.go:106 find instance - using image with id: df299549-b0bf-4baf-ab93-bd75bf7c1e34 00:53:56 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false 00:53:56 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 00:53:56 DEBUG juju.provider.openstack provider.go:1010 openstack user data; 2491 bytes 00:53:56 DEBUG juju.provider.openstack provider.go:1022 using network id "7478f026-8fac-4f85-8aef-c39ecd6ee1b9" 00:53:56 DEBUG goose :1 performing API version discovery for "http://172.30.9.28:9696/" 00:53:56 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.28:9696/v2.0/ Rel:self}] Status:CURRENT}] 00:53:59 INFO juju.provider.openstack provider.go:1146 trying to build instance in availability zone "nova" - instance "7e44f7ee-bd11-43f2-8c45-01a6481087be" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "7e44f7ee-bd11-43f2-8c45-01a6481087be" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "7e44f7ee-bd11-43f2-8c45-01a6481087be" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "7e44f7ee-bd11-43f2-8c45-01a6481087be" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "7e44f7ee-bd11-43f2-8c45-01a6481087be" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "7e44f7ee-bd11-43f2-8c45-01a6481087be" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "7e44f7ee-bd11-43f2-8c45-01a6481087be" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "7e44f7ee-bd11-43f2-8c45-01a6481087be" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "7e44f7ee-bd11-43f2-8c45-01a6481087be" has status BUILD, wait 10 seconds before retry, attempt 9 - instance "7e44f7ee-bd11-43f2-8c45-01a6481087be" has status BUILD, wait 10 seconds before retry, attempt 10 - instance "7e44f7ee-bd11-43f2-8c45-01a6481087be" has status BUILD, wait 10 seconds before retry, attempt 11 00:55:55 INFO juju.provider.openstack provider.go:1189 started instance "7e44f7ee-bd11-43f2-8c45-01a6481087be" 00:55:55 DEBUG juju.provider.openstack provider.go:1193 allocating public IP address for openstack node 00:55:57 DEBUG juju.provider.openstack networking.go:216 allocated new public IP: 172.30.9.217 00:55:57 INFO juju.provider.openstack provider.go:1198 allocated public IP 172.30.9.217 - 7e44f7ee-bd11-43f2-8c45-01a6481087be (arch=amd64 mem=2G cores=1) 00:55:58 INFO juju.environs.bootstrap bootstrap.go:606 newest version: 2.2.5 00:55:58 INFO juju.environs.bootstrap bootstrap.go:621 picked bootstrap agent binary version: 2.2.5 00:55:58 INFO juju.environs.bootstrap bootstrap.go:393 Installing Juju agent on bootstrap instance 00:56:01 INFO cmd bootstrap.go:485 Fetching Juju GUI 2.12.3 00:56:01 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false Waiting for address 00:56:01 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 Attempting to connect to 172.30.9.217:22 Attempting to connect to 172.16.0.6:22 00:56:01 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:56:06 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:56:11 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 00:56:11 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:56:16 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:56:21 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:56:21 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 00:56:26 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:56:31 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:56:31 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 00:56:36 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:56:41 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 00:56:41 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:56:46 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:56:51 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:56:51 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 00:56:56 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:57:01 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 00:57:01 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:57:06 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:57:11 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 00:57:11 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:57:16 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:57:21 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 00:57:21 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:57:26 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:57:31 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 00:57:31 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:57:36 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:57:41 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 00:57:41 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:57:46 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:57:51 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 00:57:51 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:57:56 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:58:01 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 00:58:01 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:58:06 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:58:08 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.217 failed: ssh: connect to host 172.30.9.217 port 22: Operation timed out 00:58:11 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 00:58:11 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:58:16 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:58:21 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 00:58:21 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:58:26 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:58:31 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 00:58:31 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:58:36 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:58:41 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 00:58:41 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:58:46 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:58:51 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 00:58:51 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:58:56 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:59:01 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 00:59:01 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:59:06 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:59:11 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 00:59:11 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:59:16 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:59:21 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 00:59:21 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:59:26 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:59:31 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 00:59:31 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:59:36 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:59:41 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 00:59:41 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:59:46 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:59:51 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 00:59:51 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 00:59:56 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:00:01 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:00:01 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:00:06 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:00:11 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:00:11 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:00:16 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:00:21 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.217 failed: ssh: connect to host 172.30.9.217 port 22: Operation timed out 01:00:21 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:00:22 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:00:27 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:00:31 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:00:32 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:00:37 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:00:41 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:00:42 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:00:47 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:00:51 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:00:52 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:00:57 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:01:01 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:01:02 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:01:07 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:01:11 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:01:12 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:01:17 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:01:21 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:01:22 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:01:27 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:01:31 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:01:32 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:01:37 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:01:41 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:01:42 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:01:47 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:01:51 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:01:52 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:01:57 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:02:01 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:02:02 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:02:07 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:02:11 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:02:12 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:02:17 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:02:21 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:02:22 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:02:27 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:02:31 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:02:32 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:02:33 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.217 failed: ssh: connect to host 172.30.9.217 port 22: Operation timed out 01:02:37 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:02:41 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:02:42 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:02:47 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:02:51 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:02:52 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:02:57 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:03:01 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:03:02 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:03:07 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:03:11 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:03:12 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:03:17 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:03:21 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:03:22 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:03:27 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:03:31 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:03:32 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:03:37 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:03:41 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:03:42 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:03:47 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:03:51 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:03:52 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:03:57 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:04:01 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:04:02 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:04:07 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:04:11 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:04:12 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:04:17 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:04:21 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:04:22 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:04:27 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:04:31 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:04:32 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:04:37 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:04:41 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:04:42 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:04:45 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.217 failed: ssh: connect to host 172.30.9.217 port 22: Operation timed out 01:04:47 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:04:51 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:04:52 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:04:57 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:05:01 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:05:02 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:05:07 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:05:11 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:05:12 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:05:17 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:05:21 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:05:22 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:05:27 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:05:31 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:05:32 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:05:37 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:05:41 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:05:42 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:05:47 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:05:51 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:05:52 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:05:57 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:06:01 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:06:02 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:06:07 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:06:11 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:06:12 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:06:17 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:06:21 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:06:22 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:06:27 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:06:31 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:06:32 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:06:37 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:06:41 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:06:42 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:06:47 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:06:51 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:06:52 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:06:57 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:06:57 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.217 failed: ssh: connect to host 172.30.9.217 port 22: Operation timed out 01:07:01 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:07:02 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:07:07 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:07:11 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:07:12 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:07:17 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:07:21 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:07:22 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:07:27 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:07:31 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:07:32 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:07:37 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:07:41 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:07:42 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:07:47 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:07:51 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:07:52 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:07:57 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:08:01 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:08:02 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:08:07 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:08:11 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:08:12 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:08:17 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:08:21 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:08:22 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:08:27 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:08:31 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:08:32 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:08:37 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:08:41 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:08:42 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:08:47 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:08:51 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:08:52 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:08:57 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:09:01 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:09:02 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:09:07 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:09:09 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.217 failed: ssh: connect to host 172.30.9.217 port 22: Operation timed out 01:09:11 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:09:12 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:09:17 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:09:21 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:09:22 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:09:27 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:09:31 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:09:32 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:09:37 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:09:41 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:09:42 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:09:47 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:09:51 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:09:52 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:09:57 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:10:01 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:10:02 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:10:07 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:10:11 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:10:12 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:10:17 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:10:21 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:10:22 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:10:27 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:10:31 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:10:32 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:10:37 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:10:41 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:10:42 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:10:47 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:10:51 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:10:52 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:10:57 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:11:01 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:11:02 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:11:07 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:11:11 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:11:12 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:11:17 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:11:21 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:11:22 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.217 failed: ssh: connect to host 172.30.9.217 port 22: Operation timed out 01:11:22 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:11:27 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:11:31 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:11:32 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:11:37 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:11:41 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:11:42 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:11:47 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:11:51 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:11:52 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:11:57 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:12:01 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:12:02 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:12:08 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:12:11 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:12:13 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:12:18 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:12:21 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:12:23 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:12:28 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:12:31 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:12:33 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:12:38 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:12:41 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:12:43 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:12:48 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:12:52 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:12:53 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:12:58 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:13:01 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:13:03 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:13:08 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:13:11 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:13:13 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:13:18 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:13:22 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:13:23 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:13:28 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:13:31 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:13:33 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:13:34 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.217 failed: ssh: connect to host 172.30.9.217 port 22: Operation timed out 01:13:38 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:13:41 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:13:43 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:13:48 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:13:51 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:13:53 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:13:58 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:14:01 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:14:03 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:14:08 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:14:11 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:14:13 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:14:18 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:14:21 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:14:23 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:14:28 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:14:31 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:14:33 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:14:38 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:14:41 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:14:43 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:14:48 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:14:51 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:14:53 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:14:58 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:15:01 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:15:03 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:15:08 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:15:11 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:15:13 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:15:18 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:15:21 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:15:23 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:15:28 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:15:31 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:15:33 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:15:38 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:15:41 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:15:43 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:15:46 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.217 failed: ssh: connect to host 172.30.9.217 port 22: Operation timed out 01:15:48 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:15:51 DEBUG juju.provider.openstack provider.go:414 instance 7e44f7ee-bd11-43f2-8c45-01a6481087be has floating IP address: 172.30.9.217 01:15:53 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:15:58 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 01:17:58 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.217 failed: ssh: connect to host 172.30.9.217 port 22: Operation timed out 01:17:58 ERROR juju.cmd.juju.commands bootstrap.go:496 failed to bootstrap model: waited for 20m0s without being able to connect: ssh: connect to host 172.30.9.217 port 22: Operation timed out 01:17:58 DEBUG juju.cmd.juju.commands bootstrap.go:497 (error details: [{github.com/juju/juju/cmd/juju/commands/bootstrap.go:588: failed to bootstrap model} {waited for 20m0s without being able to connect: ssh: connect to host 172.30.9.217 port 22: Operation timed out}]) 01:17:58 DEBUG juju.cmd.juju.commands bootstrap.go:1095 cleaning up after failed bootstrap 01:17:58 INFO juju.provider.common destroy.go:20 destroying model "controller" 01:17:58 INFO juju.provider.common destroy.go:31 destroying instances 01:18:01 DEBUG juju.provider.openstack provider.go:1231 terminating instances [7e44f7ee-bd11-43f2-8c45-01a6481087be] 01:18:02 DEBUG juju.provider.openstack firewaller.go:297 deleting security group "juju-2e17cd2e-d5b2-4225-8a1b-995eb16e001a-039074fa-3a2a-43c0-8481-c65f6e2066ba-0" 01:18:04 INFO juju.provider.common destroy.go:51 destroying storage 01:18:04 DEBUG juju.provider.openstack cinder.go:81 volume URL: http://172.30.9.28:8776/v2/ab1d5b5050444267becd00249b1f723a 01:18:05 DEBUG juju.provider.openstack firewaller.go:297 deleting security group "juju-2e17cd2e-d5b2-4225-8a1b-995eb16e001a-039074fa-3a2a-43c0-8481-c65f6e2066ba" 01:18:06 INFO cmd supercommand.go:465 command finished 2018-05-23 01:18:06,230 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-23 01:18:06,231 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 24:48 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-05-23 01:18:06,331 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Exception with Juju Cleanup: ['juju', 'debug-log', '--replay', '--no-tail'] ERROR No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". 2018-05-23 01:18:06,331 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Remove the Abot_epc OS object .. 2018-05-23 01:18:06,331 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-23 01:18:15,579 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-05-23 01:18:15,580 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 30:51 | FAIL | | vyos_vrouter | functest | vnf | 06:16 | FAIL | | juju_epc | functest | vnf | 24:48 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-05-23 01:18:15,583 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-23 01:18:18,547 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-143 | | 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-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-23 01:18:18,551 - 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=xZXzJM7ynve3C9tBNpdUGEj99 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28: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.10 export OS_REGION_NAME=regionOne 2018-05-23 01:18:18,551 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-23 01:18:18,551 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-23 01:18:18,552 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-23 01:18:18,553 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK