Add waitForReady to TestCorrectLicense
This commit is contained in:
@@ -637,6 +637,7 @@ func TestCorrectLicense(t *testing.T) {
|
|||||||
}
|
}
|
||||||
id := runContainer(t, cli, &containerConfig)
|
id := runContainer(t, cli, &containerConfig)
|
||||||
defer cleanContainer(t, cli, id)
|
defer cleanContainer(t, cli, id)
|
||||||
|
waitForReady(t, cli, id)
|
||||||
|
|
||||||
rc, license := execContainer(t, cli, id, "mqm", []string{"dspmqver", "-f", "8192", "-b"})
|
rc, license := execContainer(t, cli, id, "mqm", []string{"dspmqver", "-f", "8192", "-b"})
|
||||||
if rc != 0 {
|
if rc != 0 {
|
||||||
|
|||||||
Reference in New Issue
Block a user