integration-cli: swarm.RestartNode(); don't load busybox again
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 <github@gone.nl>
(cherry picked from commit 8fc23588f1
)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
eba485a3c6
commit
55aadb3a8f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue