Skip to content

Commit

Permalink
integration-cli: swarm.RestartNode(); don't load busybox again
Browse files Browse the repository at this point in the history
The daemon was already created and started with the busybox
image loaded, so there's no need to load the image again.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Sep 10, 2019
1 parent 6754976 commit 8fc2358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/test/daemon/swarm.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func (d *Daemon) RestartNode(t testingT) {
}
// avoid networking conflicts
d.Stop(t)
d.StartWithBusybox(t, startArgs...)
d.Start(t, startArgs...)
}

// StartAndSwarmInit starts the daemon (with busybox) and init the swarm
Expand Down

0 comments on commit 8fc2358

Please sign in to comment.