2020-04-01 15:55:37,796 - xtesting.ci.run_tests - INFO - Deployment description: +-------------------------+----------------------------------------------------------------------------------------------------------------------+ | ENV VAR | VALUE | +-------------------------+----------------------------------------------------------------------------------------------------------------------+ | CI_LOOP | daily | | DEBUG | true | | DEPLOY_SCENARIO | os-nosdn-nofeature-noha | | INSTALLER_TYPE | unknown | | BUILD_TAG | 0PUXLLA7LQ1K | | NODE_NAME | lf-pod4 | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | TEST_DB_EXT_URL | | | S3_ENDPOINT_URL | https://storage.googleapis.com | | S3_DST_URL | s3://artifacts.opnfv.org/functest/0PUXLLA7LQ1K/functest-opnfv-functest-healthcheck-jerma-singlevm1-run-246 | | HTTP_DST_URL | http://artifacts.opnfv.org/functest/0PUXLLA7LQ1K/functest-opnfv-functest-healthcheck-jerma-singlevm1-run-246 | +-------------------------+----------------------------------------------------------------------------------------------------------------------+ 2020-04-01 15:55:37,801 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file export OS_AUTH_URL=http://172.30.12.83/identity/v3 export OS_PROJECT_NAME="demo" export OS_USER_DOMAIN_NAME="Default" export OS_PROJECT_DOMAIN_NAME="Default" export OS_USERNAME="admin" export OS_PASSWORD="secret" export OS_REGION_NAME="RegionOne" export OS_INTERFACE=public export OS_IDENTITY_API_VERSION=3 2020-04-01 15:55:37,801 - xtesting.ci.run_tests - DEBUG - Test args: singlevm1 2020-04-01 15:55:37,835 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2020-04-01 15:55:38,515 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2020-04-01 15:55:38,819 - functest.core.tenantnetwork - DEBUG - network: Munch({'provider:physical_network': None, 'ipv6_address_scope': None, 'dns_domain': '', 'revision_number': 1, 'port_security_enabled': True, 'provider:network_type': 'vxlan', 'id': 'db81da70-06b5-4fc5-bb7f-3e1fdfb772a1', 'router:external': False, 'availability_zone_hints': [], 'availability_zones': [], 'qos_policy_id': None, 'ipv4_address_scope': None, 'shared': False, 'project_id': '85cbf52c66cb47e494aa874c37e195dc', 'l2_adjacency': True, 'status': 'ACTIVE', 'subnets': [], 'description': '', 'tags': [], 'updated_at': '2020-04-01T15:55:38Z', 'is_default': False, 'provider:segmentation_id': 40, 'name': 'singlevm1-net_aa52c880-58cb-4ffa-aa68-032854792497', 'admin_state_up': True, 'tenant_id': '85cbf52c66cb47e494aa874c37e195dc', 'created_at': '2020-04-01T15:55:38Z', 'mtu': 1400}) 2020-04-01 15:55:39,422 - functest.core.tenantnetwork - DEBUG - subnet: Munch({'updated_at': '2020-04-01T15:55:39Z', 'ipv6_ra_mode': None, 'allocation_pools': [{'start': '192.168.120.2', 'end': '192.168.120.254'}], 'host_routes': [], 'revision_number': 0, 'ipv6_address_mode': None, 'id': 'd7ea62e6-aeec-4f46-9d3d-3789297c282c', 'dns_nameservers': ['8.8.8.8'], 'gateway_ip': '192.168.120.1', 'project_id': '85cbf52c66cb47e494aa874c37e195dc', 'description': '', 'tags': [], 'cidr': '192.168.120.0/24', 'subnetpool_id': None, 'service_types': [], 'name': 'singlevm1-subnet_aa52c880-58cb-4ffa-aa68-032854792497', 'enable_dhcp': True, 'segment_id': None, 'network_id': 'db81da70-06b5-4fc5-bb7f-3e1fdfb772a1', 'tenant_id': '85cbf52c66cb47e494aa874c37e195dc', 'created_at': '2020-04-01T15:55:39Z', 'ip_version': 4}) 2020-04-01 15:55:40,847 - functest.core.tenantnetwork - DEBUG - router: Munch({'status': 'ACTIVE', 'external_gateway_info': {'network_id': 'de9730ea-a868-4d8a-a320-6c69336d2a09', 'enable_snat': True, 'external_fixed_ips': [{'subnet_id': '44b8474b-b63b-4029-912f-2389958efa07', 'ip_address': '172.24.4.130'}, {'subnet_id': '537e2d61-5287-45d8-b068-e3376e67fdf7', 'ip_address': '2001:db8::1ce'}]}, 'availability_zone_hints': [], 'availability_zones': [], 'description': '', 'tags': [], 'tenant_id': '85cbf52c66cb47e494aa874c37e195dc', 'created_at': '2020-04-01T15:55:39Z', 'admin_state_up': True, 'distributed': False, 'updated_at': '2020-04-01T15:55:40Z', 'project_id': '85cbf52c66cb47e494aa874c37e195dc', 'flavor_id': None, 'revision_number': 3, 'routes': [], 'ha': False, 'id': 'cb058e08-4665-4fcf-ae10-bffffbd28bec', 'name': 'singlevm1-router_aa52c880-58cb-4ffa-aa68-032854792497'}) 2020-04-01 16:00:43,865 - functest.core.singlevm - ERROR - Cannot run singlevm1 Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/xtesting/ci/run_tests.py", line 171, in run_test kwargs = run_dict['args'] KeyError: 'args' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/functest/core/singlevm.py", line 292, in run self.image = self.publish_image() File "/usr/lib/python3.7/site-packages/functest/core/singlevm.py", line 97, in publish_image wait=True) File "/usr/lib/python3.7/site-packages/shade/openstackcloud.py", line 4823, in create_image **image_kwargs) File "/usr/lib/python3.7/site-packages/shade/openstackcloud.py", line 4948, in _upload_image_put name, image_data, meta, **image_kwargs) File "/usr/lib/python3.7/site-packages/shade/openstackcloud.py", line 4887, in _upload_image_put_v2 data=image_data) File "/usr/lib/python3.7/site-packages/keystoneauth1/adapter.py", line 395, in put return self.request(url, 'PUT', **kwargs) File "/usr/lib/python3.7/site-packages/shade/_adapter.py", line 158, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python3.7/site-packages/shade/_adapter.py", line 114, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python3.7/site-packages/shade/exc.py", line 173, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) shade.exc.OpenStackCloudHTTPError: (504) Server Error for url: http://172.30.12.83/image/v2/images/9671945b-6a49-4304-8454-3c9f9caf53e1/file Gateway Timeout 2020-04-01 16:00:43,867 - functest.core.singlevm - ERROR - Cannot run singlevm1 Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/xtesting/ci/run_tests.py", line 171, in run_test kwargs = run_dict['args'] KeyError: 'args' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/functest/core/singlevm.py", line 480, in run **kwargs) == testcase.TestCase.EX_OK AssertionError 2020-04-01 16:00:43,868 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 05:05 | FAIL | +-------------------+------------------+------------------+----------------+ 2020-04-01 16:00:52,856 - xtesting.core.testcase - DEBUG - Publishing /home/opnfv/functest/results/functest.log ('text/plain', None)