Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Remove the TBI tag from theVHOST test field
  • Loading branch information
cano-devel authored Jun 15, 2021
1 parent 79908a7 commit 6766c7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/functional/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ This can be executed in bg to check the zproxy stats
| CMD | It is the command to execute. *wrk* executes the wrk tool in order to get a stable number of concurrent connections | True
| CL | It is the client ID that will execute the command | True
| URL | It is the HTTP URL used for the request (/, /svc...) | True
| VHOST | **TBI** It is the virtual hostname, it will be put in the URL. If it is not defined the virtual IP and virtual port will be used instead. This vhost is added to the curl command in order to be resolved. |
| VHOST | It is the virtual hostname, it will be put in the URL. If it is not defined the virtual IP and virtual port will be used instead. This vhost is added to the curl command in order to be resolved. |
| CONNS | Number of concurrent connections that are managed by the client | True
| TIMEOUT | Time for the test | True
| THREADS | If this flag is set with **1** the request will use the HTTPS protocol | True
Expand Down Expand Up @@ -239,7 +239,7 @@ After the test is approved if the value is not dispersed mor than an error range
| CMD | It is the command to execute. *benchmark* executes the wrk tool in order to get the number of request/sec that zproxy can manage | True
| CL | It is the client ID that will execute the command | True
| URL | It is the HTTP URL used for the request (/, /svc...) | True
| VHOST | **TBI**. It is the virtual hostname, it will be put in the URL. If it is not defined the virtual IP and virtual port will be used instead. This vhost is added to the curl command in order to be resolved. |
| VHOST | It is the virtual hostname, it will be put in the URL. If it is not defined the virtual IP and virtual port will be used instead. This vhost is added to the curl command in order to be resolved. |
| SSL | If this flag is set with **1** the request will use the HTTPS protocol |

```
Expand Down

0 comments on commit 6766c7b

Please sign in to comment.