commit | 0a4c27015a6401ea7f921d028ed69d854a8834bc | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@onlab.us> | Mon Jul 06 08:43:41 2015 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Mon Jul 06 20:27:01 2015 +0000 |
tree | c16f645d4ca7dd929d5c6df8d87e329886a0f0f6 | |
parent | b82c42b0fefde745e0ded7b92d12e6cca10c4576 [diff] [blame] |
Adding a basic mininet-based test to STC scenarios. Change-Id: I193013608e8fcdaede8987536e754da6d1a185bf
diff --git a/tools/test/topos/att-onos b/tools/test/topos/att-onos new file mode 100755 index 0000000..e473359 --- /dev/null +++ b/tools/test/topos/att-onos
@@ -0,0 +1,6 @@ +cd $(dirname $0) +if [ -n "$1" ]; then + sudo python att-onos.py "$@" +else + sudo python att-onos.py 10.128.11.1 10.128.11.2 10.128.11.3 +fi