Commit e22e68a
committed
test: fix HTTP address reload check
Connecting to 0.0.0.0 is environment-dependent. On Linux it may reach
a listener on 127.0.0.1, so the test can fail even when the server is
recreated with the expected address.
This patch verifies the host and port kept by roles.httpd after reload.
The existing HTTP request checks that the recreated server is running.
Closes #2281 parent 9b73cab commit e22e68a
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
174 | 183 | | |
175 | 184 | | |
176 | 185 | | |
| |||
0 commit comments