Results

By type

          2021-08-14 08:49:33,111 - xtesting.ci.run_tests - INFO - Deployment description:

+-------------------------+----------------------------------------------------------+
|         ENV VAR         |                          VALUE                           |
+-------------------------+----------------------------------------------------------+
|         CI_LOOP         |                          daily                           |
|          DEBUG          |                          false                           |
|     DEPLOY_SCENARIO     |                   onap-nofeature-noha                    |
|      INSTALLER_TYPE     |                           oom                            |
|        BUILD_TAG        |      gitlab_ci-functest-kubespray-baremetal-daily-       |
|                         |                   master-2047025-onap                    |
|        NODE_NAME        |           onap-master-daily-dell-ONAPatDT-oom            |
|       TEST_DB_URL       |     http://testresults.opnfv.org/onap/api/v1/results     |
|     TEST_DB_EXT_URL     |                                                          |
|     S3_ENDPOINT_URL     |                                                          |
|        S3_DST_URL       |                                                          |
|       HTTP_DST_URL      |                                                          |
+-------------------------+----------------------------------------------------------+

2021-08-14 08:49:33,147 - xtesting.ci.run_tests - INFO - Loading test case 'dcaemod'...
2021-08-14 08:49:33,355 - xtesting.ci.run_tests - INFO - Running test case 'dcaemod'...
2021-08-14 09:04:12,501 - xtesting.core.robotframework - INFO - 
==============================================================================
Dcaemod                                                                       
==============================================================================
Deploy DCAE Simple Application Without Config Map In Config Spec J... | PASS |
------------------------------------------------------------------------------
Deploy DCAE Simple Application With Config Map In Config Spec Json... | PASS |
------------------------------------------------------------------------------
Deploy DCAE Simple Application With Config Map In Config Spec Json... | PASS |
------------------------------------------------------------------------------
Dcaemod                                                               | PASS |
3 critical tests, 3 passed, 0 failed
3 tests total, 3 passed, 0 failed
==============================================================================
Output:  /var/lib/xtesting/results/dcaemod/output.xml

2021-08-14 09:04:12,679 - xtesting.core.robotframework - INFO - Results were successfully parsed
2021-08-14 09:04:13,151 - xtesting.core.robotframework - INFO - Results were successfully generated
2021-08-14 09:04:13,152 - xtesting.ci.run_tests - INFO - Test result:

+-------------------+---------------------+------------------+----------------+
|     TEST CASE     |       PROJECT       |     DURATION     |     RESULT     |
+-------------------+---------------------+------------------+----------------+
|      dcaemod      |     integration     |      14:39       |      PASS      |
+-------------------+---------------------+------------------+----------------+

2021-08-14 09:04:18,270 - xtesting.core.testcase - ERROR - The results cannot be pushed to DB
Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/urllib3/connection.py", line 160, in _new_conn
    (self._dns_host, self.port), self.timeout, **extra_kw)
  File "/usr/lib/python3.7/site-packages/urllib3/util/connection.py", line 57, in create_connection
    for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  File "/usr/lib/python3.7/socket.py", line 752, in getaddrinfo
    for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -3] Try again

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/urllib3/connectionpool.py", line 603, in urlopen
    chunked=chunked)
  File "/usr/lib/python3.7/site-packages/urllib3/connectionpool.py", line 355, in _make_request
    conn.request(method, url, **httplib_request_kw)
  File "/usr/lib/python3.7/http/client.py", line 1277, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "/usr/lib/python3.7/http/client.py", line 1323, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.7/http/client.py", line 1272, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.7/http/client.py", line 1032, in _send_output
    self.send(msg)
  File "/usr/lib/python3.7/http/client.py", line 972, in send
    self.connect()
  File "/usr/lib/python3.7/site-packages/urllib3/connection.py", line 183, in connect
    conn = self._new_conn()
  File "/usr/lib/python3.7/site-packages/urllib3/connection.py", line 169, in _new_conn
    self, "Failed to establish a new connection: %s" % e)
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Try again

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/requests/adapters.py", line 449, in send
    timeout=timeout
  File "/usr/lib/python3.7/site-packages/urllib3/connectionpool.py", line 641, in urlopen
    _stacktrace=sys.exc_info()[2])
  File "/usr/lib/python3.7/site-packages/urllib3/util/retry.py", line 399, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='testresults.opnfv.org', port=80): Max retries exceeded with url: /onap/api/v1/results (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Try again'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/xtesting/core/testcase.py", line 238, in push_to_db
    headers=self.headers)
  File "/usr/lib/python3.7/site-packages/requests/api.py", line 117, in post
    return request('post', url, data=data, json=json, **kwargs)
  File "/usr/lib/python3.7/site-packages/mock/mock.py", line 1092, in __call__
    return _mock_self._mock_call(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/mock/mock.py", line 1149, in _mock_call
    result = effect(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/xtesting/utils/decorators.py", line 50, in patch_request
    return session.request(method=method, url=url, **kwargs)
  File "/usr/lib/python3.7/site-packages/requests/sessions.py", line 542, in request
    resp = self.send(prep, **send_kwargs)
  File "/usr/lib/python3.7/site-packages/requests/sessions.py", line 655, in send
    r = adapter.send(request, **kwargs)
  File "/usr/lib/python3.7/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host='testresults.opnfv.org', port=80): Max retries exceeded with url: /onap/api/v1/results (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Try again'))
2021-08-14 09:04:18,277 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK