diff options
| author | Damien George | 2019-10-31 16:38:20 +1100 |
|---|---|---|
| committer | Damien George | 2019-10-31 16:38:20 +1100 |
| commit | 43f53a2bbd4668dc196ebda5d0ccc1aa37312418 (patch) | |
| tree | 28f4496a375e991ada3a160ee1367c6bd2d6ff36 /tests/extmod/ussl_keycert.py.exp | |
| parent | 9dd9f9ff06c15b06b4b35959196610d5cb952cf0 (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.exp | 3 |
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',) |
