Signed-off-by: maxwell <csuhp007@gmail.com>
This commit is contained in:
maxwell 2018-11-11 23:07:43 +08:00
parent 279452fedd
commit 317f5e0edc
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ func TestRunContainerWithBridgeNone(t *testing.T) {
result, err = container.Exec(ctx, client, id3, []string{"sh", "-c", nsCommand})
assert.NilError(t, err)
assert.Check(t, is.Equal(stdout.String(), result.Combined()), "The network namspace of container should be the same with host when --net=host and bridge network is disabled")
assert.Check(t, is.Equal(stdout.String(), result.Combined()), "The network namespace of container should be the same with host when --net=host and bridge network is disabled")
}
func TestNetworkInvalidJSON(t *testing.T) {