aboutsummaryrefslogtreecommitdiff
path: root/tests/extmod/ussl_keycert.py.exp
diff options
context:
space:
mode:
authorDamien George2019-10-31 16:38:20 +1100
committerDamien George2019-10-31 16:38:20 +1100
commit43f53a2bbd4668dc196ebda5d0ccc1aa37312418 (patch)
tree28f4496a375e991ada3a160ee1367c6bd2d6ff36 /tests/extmod/ussl_keycert.py.exp
parent9dd9f9ff06c15b06b4b35959196610d5cb952cf0 (diff)
tests/extmod: Add test for ussl when passing in key/cert params.
Diffstat (limited to 'tests/extmod/ussl_keycert.py.exp')
-rw-r--r--tests/extmod/ussl_keycert.py.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/extmod/ussl_keycert.py.exp b/tests/extmod/ussl_keycert.py.exp
new file mode 100644
index 000000000..b72d319c6
--- /dev/null
+++ b/tests/extmod/ussl_keycert.py.exp
@@ -0,0 +1,3 @@
+ValueError('invalid key',)
+TypeError("can't convert 'NoneType' object to str implicitly",)
+ValueError('invalid cert',)