Add Stratum-bmv2 to Trellis SRBridging
TODO:
- Refactor so that we can use with other SR Tests
- Add creating docker image
Change-Id: Ib44418579e6f0eb4a862c36077459ed4dd389f8e
(cherry picked from commit 9bc3fb67167255b8962f4c1e4dc05d7fac10656b)
diff --git a/TestON/bin/cleanup.sh b/TestON/bin/cleanup.sh
index 23b288a..4810002 100755
--- a/TestON/bin/cleanup.sh
+++ b/TestON/bin/cleanup.sh
@@ -58,4 +58,6 @@
ssh sdn@$i "sudo ip6tables -F"
ssh sdn@$i "sudo ip6tables-restore < /etc/iptables/rules.v6"
done
+elif [ "$1" = "-d" ]; then
+ docker stop $(docker ps -aq)
fi