Add new error message. (#688)
parent
73dbb84fc6
commit
033b456b7a
|
@ -71,7 +71,11 @@
|
||||||
- result is not changed
|
- result is not changed
|
||||||
- result is failed
|
- result is failed
|
||||||
# We got the expected error message
|
# We got the expected error message
|
||||||
- "'The handshake operation timed out' in result.msg or 'unknown protocol' in result.msg or 'wrong version number' in result.msg"
|
- >-
|
||||||
|
'The handshake operation timed out' in result.msg
|
||||||
|
or 'unknown protocol' in result.msg
|
||||||
|
or 'wrong version number' in result.msg
|
||||||
|
or 'record layer failure' in result.msg
|
||||||
|
|
||||||
- name: Test timeout option
|
- name: Test timeout option
|
||||||
get_certificate:
|
get_certificate:
|
||||||
|
|
Loading…
Reference in New Issue