File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
variables :
7
7
serverPort : 5000
8
+ dockerServerPort : 8080
8
9
9
10
jobs :
10
11
httpSysServer :
@@ -42,10 +43,11 @@ jobs:
42
43
dockerFile : dockerKestrel/src/BenchmarksApps/TLS/Kestrel/Dockerfile
43
44
dockerImageName : kestrel
44
45
dockerContextDirectory : dockerKestrel/src/BenchmarksApps/TLS/Kestrel
45
- port : 8080
46
+ port : {{dockerServerPort}}
46
47
readyStateText : Application started.
48
+ beforeScript : " openssl version"
47
49
environmentVariables :
48
- urls : https://*:8080 # any ip, port 8080
50
+ urls : https://*:{{dockerServerPort}} # any ip, port 8080
49
51
mTLS : false
50
52
tlsRenegotiation : false
51
53
certValidationConsoleEnabled : false
@@ -158,7 +160,7 @@ scenarios:
158
160
job : httpclient
159
161
variables :
160
162
path : /hello-world
161
- # serverPort: 5000
163
+ serverPort : {{dockerServerPort}}
162
164
presetHeaders : connectionclose
163
165
connections : 32
164
166
serverScheme : https
You can’t perform that action at this time.
0 commit comments