Ignore:
Timestamp:
Dec 7, 2019, 11:41:40 AM (3 years ago)
Author:
Fiona Klute <fiona.klute@…>
Branches:
asyncio, main, master, proxy-ticket
Children:
3fbe087
Parents:
0e069b6
Message:

TestConnection?: Add optional "description" attribute for logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/tests/21_TLS_reverse_proxy_wrong_cert/test.yml

    r0e069b6 reb84747  
    1 # The reverse proxy can't access the backend (certificate validation
    2 # fails)
    31- !connection
     2  description: >-
     3    The reverse proxy can't access the backend (certificate validation
     4    fails)
    45  gnutls_params:
    56    - x509cafile=authority/x509.pem
     
    1415            - 'Error reading from remote server'
    1516
    16 # Check if the proxy itself works correctly and presents the expected
    17 # bad certificate
    1817- !connection
     18  description: >-
     19    Check if the proxy itself works correctly and presents the
     20    expected bad certificate
    1921  host: '${BACKEND_HOST}'
    2022  port: '${BACKEND_PORT}'
Note: See TracChangeset for help on using the changeset viewer.