Step 2: Move test folder to root
[integration/test.git] / test / tools / odl-mdsal-clustering-tests / clustering-performance-test / ovs-scripts / OVS-dump-tables.sh.13
diff --git a/test/tools/odl-mdsal-clustering-tests/clustering-performance-test/ovs-scripts/OVS-dump-tables.sh.13 b/test/tools/odl-mdsal-clustering-tests/clustering-performance-test/ovs-scripts/OVS-dump-tables.sh.13
deleted file mode 100755 (executable)
index ce9c494..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-# author__ = "Michal Rehak"
-# copyright__ = "Copyright(c) 2014, Cisco Systems, Inc."
-# license__ = "New-style BSD"
-# email__ = "jmedved@cisco.com"
-
-if [ -z "$1" ]; then
-    echo "usage:: $0 <switch name, e.g.: s1>"
-    exit 1
-fi
-
-key="${0##*.}"
-#echo "${key}"
-
-sudo ovs-ofctl -O OpenFlow${key} dump-tables $1