Test: Changes to subscriber multitable test to work with latest ONOS.
Use CPQD over OVS with pmc-olt pipeline driver to test igmp/multicast groupid flows.
Change-Id: I83f8b3f378aee7fa3da2c8d99df128b8cd85035b
diff --git a/src/test/setup/of-bridge.sh b/src/test/setup/of-bridge.sh
index 1375fb5..eff43d3 100755
--- a/src/test/setup/of-bridge.sh
+++ b/src/test/setup/of-bridge.sh
@@ -7,12 +7,14 @@
if [ x"$controller" = "x" ]; then
controller=$ONOS_CONTROLLER_IP
fi
+pkill -9 ofdatapath
+pkill -9 ofprotocol
service openvswitch-switch restart
num_ports=200
ports=$(($num_ports-1))
for vports in $(seq 0 2 $ports); do
echo "Deleting veth$vports"
- ip link del veth$vports
+ ip link del veth$vports 2>/dev/null
done
for vports in $(seq 0 2 $ports); do
ip link add type veth