tests: added missing HTTP NTLM auth keywords
Also, removed an unneeded strippart
This commit is contained in:
@@ -1,4 +1,11 @@
|
|||||||
<testcase>
|
<testcase>
|
||||||
|
<info>
|
||||||
|
<keywords>
|
||||||
|
HTTP
|
||||||
|
HTTP GET
|
||||||
|
HTTP NTLM auth
|
||||||
|
</keywords>
|
||||||
|
</info>
|
||||||
|
|
||||||
<!-- Server-side -->
|
<!-- Server-side -->
|
||||||
<reply>
|
<reply>
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
<keywords>
|
<keywords>
|
||||||
HTTP
|
HTTP
|
||||||
HTTP PUT
|
HTTP PUT
|
||||||
|
HTTP NTLM auth
|
||||||
</keywords>
|
</keywords>
|
||||||
</info>
|
</info>
|
||||||
|
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
<keywords>
|
<keywords>
|
||||||
HTTP
|
HTTP
|
||||||
HTTP GET
|
HTTP GET
|
||||||
|
HTTP NTLM auth
|
||||||
</keywords>
|
</keywords>
|
||||||
</info>
|
</info>
|
||||||
|
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
<keywords>
|
<keywords>
|
||||||
HTTP
|
HTTP
|
||||||
HTTP POST
|
HTTP POST
|
||||||
|
HTTP NTLM auth
|
||||||
</keywords>
|
</keywords>
|
||||||
</info>
|
</info>
|
||||||
|
|
||||||
|
Binary file not shown.
@@ -44,8 +44,6 @@ http://%HOSTIP:%HTTPPORT/path/553
|
|||||||
<strip>
|
<strip>
|
||||||
^User-Agent: curl/.*
|
^User-Agent: curl/.*
|
||||||
</strip>
|
</strip>
|
||||||
# We strip off a large chunk of the type-2 NTLM message since it depends on
|
|
||||||
# the local host name and thus differs on different machines!
|
|
||||||
<protocol nonewline="yes">
|
<protocol nonewline="yes">
|
||||||
POST /path/553 HTTP/1.1
|
POST /path/553 HTTP/1.1
|
||||||
Host: %HOSTIP:%HTTPPORT
|
Host: %HOSTIP:%HTTPPORT
|
||||||
|
Reference in New Issue
Block a user