Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 9419e62

Browse files
committed
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 8fc23588f1aa14054f1134e60dd996220c595363) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 55aadb3a8f5f66b526a67744159c286d4221e88f Component: engine
1 parent 3310fa7 commit 9419e62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • components/engine/internal/test/daemon

components/engine/internal/test/daemon/swarm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func (d *Daemon) RestartNode(t testingT) {
3636
}
3737
// avoid networking conflicts
3838
d.Stop(t)
39-
d.StartWithBusybox(t, startArgs...)
39+
d.Start(t, startArgs...)
4040
}
4141

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

0 commit comments

Comments
 (0)