Adding tofino port tool to repo to have unique location and source of truth
Change-Id: I8ad0cd951b805f1ccc627afee2c4487d46b4b7e1
diff --git a/tools/test/tofino-port-auto-setup-tool/push-all-port-configs.sh b/tools/test/tofino-port-auto-setup-tool/push-all-port-configs.sh
new file mode 100755
index 0000000..782b885
--- /dev/null
+++ b/tools/test/tofino-port-auto-setup-tool/push-all-port-configs.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+./pm.py 10.254.1.37 37-port-config.txt &
+./pm.py 10.254.1.38 38-port-config.txt &
+./pm.py 10.254.1.39 39-port-config.txt &
+./pm.py 10.254.1.40 40-port-config.txt &