(hostPort string)
| 17 | ) |
| 18 | |
| 19 | func wgetFlagsCmd(hostPort string) e2e.Command { |
| 20 | return e2e.NewCommandWithoutEntrypoint("/bin/sh", "-c", "wget http://"+hostPort+"/api/v1/status/flags -O /tmp/flags && cat /tmp/flags") |
| 21 | } |
| 22 | |
| 23 | func TestDockerEnvironment(t *testing.T) { |
| 24 | t.Parallel() |
no test coverage detected
searching dependent graphs…