summaryrefslogtreecommitdiff
path: root/tests/extmod/ussl_basic.py.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extmod/ussl_basic.py.exp')
-rw-r--r--tests/extmod/ussl_basic.py.exp8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/extmod/ussl_basic.py.exp b/tests/extmod/ussl_basic.py.exp
new file mode 100644
index 000000000..b4dd03860
--- /dev/null
+++ b/tests/extmod/ussl_basic.py.exp
@@ -0,0 +1,8 @@
+ssl_handshake_status: -256
+wrap_socket: OSError(5,)
+<_SSLSocket
+setblocking: NotImplementedError
+4
+b''
+read: OSError(-261,)
+write: OSError(-256,)