diff options
Diffstat (limited to 'tests/data/test322')
-rw-r--r-- | tests/data/test322 | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/tests/data/test322 b/tests/data/test322 new file mode 100644 index 000000000..f44deb54b --- /dev/null +++ b/tests/data/test322 @@ -0,0 +1,33 @@ +<testcase> +<info> +<keywords> +HTTPS +TLS-SRP +FAILURE +</keywords> +</info> + +# Client-side +<client> +<server> +http+tls-srp +</server> +<features> +TLS-SRP +</features> + <name> +TLS-SRP with bad password + </name> +<command> +--insecure --tlsauthtype SRP --tlsuser jsmith --tlspassword badpass https://%HOSTIP:%HTTPTLSSRPPORT +</command> +</client> + +# Verify data after the test has been "shot" +<verify> +<errorcode> +35 +</errorcode> +</verify> + +</testcase> |