2020-04-01 15:50:16,485 - 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-vmready1-run-246 | | HTTP_DST_URL | http://artifacts.opnfv.org/functest/0PUXLLA7LQ1K/functest-opnfv-functest-healthcheck-jerma-vmready1-run-246 | +-------------------------+---------------------------------------------------------------------------------------------------------------------+ 2020-04-01 15:50:16,490 - 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:50:16,490 - xtesting.ci.run_tests - DEBUG - Test args: vmready1 2020-04-01 15:50:16,529 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2020-04-01 15:50:17,220 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2020-04-01 15:50:17,567 - 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': '824ab2a0-510b-40cb-ae42-687b9c9a00c4', '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:50:17Z', 'is_default': False, 'provider:segmentation_id': 70, 'name': 'vmready1-net_3028d751-1c61-4fce-95b3-282782baa76b', 'admin_state_up': True, 'tenant_id': '85cbf52c66cb47e494aa874c37e195dc', 'created_at': '2020-04-01T15:50:17Z', 'mtu': 1400}) 2020-04-01 15:50:18,387 - functest.core.tenantnetwork - DEBUG - subnet: Munch({'updated_at': '2020-04-01T15:50:17Z', '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': '595fc498-2779-47d1-9485-f2ed7c76c390', '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': 'vmready1-subnet_3028d751-1c61-4fce-95b3-282782baa76b', 'enable_dhcp': True, 'segment_id': None, 'network_id': '824ab2a0-510b-40cb-ae42-687b9c9a00c4', 'tenant_id': '85cbf52c66cb47e494aa874c37e195dc', 'created_at': '2020-04-01T15:50:17Z', 'ip_version': 4}) 2020-04-01 15:50:19,808 - 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.140'}, {'subnet_id': '537e2d61-5287-45d8-b068-e3376e67fdf7', 'ip_address': '2001:db8::3ce'}]}, 'availability_zone_hints': [], 'availability_zones': [], 'description': '', 'tags': [], 'tenant_id': '85cbf52c66cb47e494aa874c37e195dc', 'created_at': '2020-04-01T15:50:18Z', 'admin_state_up': True, 'distributed': False, 'updated_at': '2020-04-01T15:50:19Z', 'project_id': '85cbf52c66cb47e494aa874c37e195dc', 'flavor_id': None, 'revision_number': 3, 'routes': [], 'ha': False, 'id': '43bc9a92-05b0-496a-87f5-79e3c9d4fa63', 'name': 'vmready1-router_3028d751-1c61-4fce-95b3-282782baa76b'}) 2020-04-01 15:55:22,573 - functest.core.singlevm - ERROR - Cannot run vmready1 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/0267c8fa-9f9e-416e-933c-352242b9724e/file Gateway Timeout 2020-04-01 15:55:22,575 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 05:05 | FAIL | +-------------------+------------------+------------------+----------------+ 2020-04-01 15:55:31,269 - xtesting.core.testcase - DEBUG - Publishing /home/opnfv/functest/results/functest.log ('text/plain', None)