We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec69645 commit 8928904Copy full SHA for 8928904
systemtests/node_test.go
@@ -89,7 +89,7 @@ func (n *node) startNetmaster() error {
89
90
func (n *node) cleanupDockerNetwork() error {
91
logrus.Infof("Cleaning up networks on %s", n.Name())
92
- return n.tbnode.RunCommand("docker network ls | grep netplugin | awk '{print $2}'")
+ return n.tbnode.RunCommand("docker network rm $(docker network ls | grep netplugin | awk '{print $2}')")
93
}
94
95
func (n *node) cleanupContainers() error {
0 commit comments