This commit is contained in:
Viktor Szakats 2025-08-19 16:42:02 +02:00
parent 1e359d9c3e
commit 708ba69a5b
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
4 changed files with 12 additions and 0 deletions

View file

@ -54,6 +54,9 @@ lib%TESTNUMBER
<name>
HTTP GET connection cache limit (CURLMOPT_MAXCONNECTS)
</name>
<command>
http://%HOSTIP:%HTTPPORT/path/%TESTNUMBER %HOSTIP %HTTPPORT
</command>
</client>
# Verify data after the test has been "shot"

View file

@ -54,6 +54,9 @@ lib%TESTNUMBER
<name>
HTTP GET connection cache limit (CURLOPT_MAXCONNECTS)
</name>
<command>
http://%HOSTIP:%HTTPPORT/path/%TESTNUMBER %HOSTIP %HTTPPORT
</command>
</client>
# Verify data after the test has been "shot"

View file

@ -53,6 +53,9 @@ lib%TESTNUMBER
<name>
GLOBAL CACHE test over two easy performs
</name>
<command>
http://%HOSTIP:%HTTPPORT/path/%TESTNUMBER %HOSTIP %HTTPPORT
</command>
</client>
# Verify data after the test has been "shot"

View file

@ -46,6 +46,9 @@ lib%TESTNUMBER
<name>
HTTP GET with more than FD_SETSIZE descriptors open
</name>
<command>
http://%HOSTIP:%HTTPPORT/%TESTNUMBER
</command>
</client>
#