mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fix 2 integration tests on lxc
Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <jess@docker.com> (github: jfrazelle)
This commit is contained in:
parent
7dce902494
commit
c959d26d2f
2 changed files with 2 additions and 0 deletions
|
@ -1959,6 +1959,7 @@ func TestBuildCancelationKillsSleep(t *testing.T) {
|
|||
|
||||
name := "testbuildcancelation"
|
||||
defer deleteImages(name)
|
||||
defer deleteAllContainers()
|
||||
|
||||
// (Note: one year, will never finish)
|
||||
ctx, err := fakeContext("FROM busybox\nRUN sleep 31536000", nil)
|
||||
|
|
|
@ -413,6 +413,7 @@ func TestRunLinkToContainerNetMode(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestRunModeNetContainerHostname(t *testing.T) {
|
||||
testRequires(t, ExecSupport)
|
||||
defer deleteAllContainers()
|
||||
cmd := exec.Command(dockerBinary, "run", "-i", "-d", "--name", "parent", "busybox", "top")
|
||||
out, _, err := runCommandWithOutput(cmd)
|
||||
|
|
Loading…
Reference in a new issue