commit | a689779d17eb8b298ea4b1fda2fabab069772501 | [log] [tgz] |
---|---|---|
author | tom <tom@onlab.us> | Wed Oct 08 22:21:05 2014 -0700 |
committer | tom <tom@onlab.us> | Wed Oct 08 22:21:05 2014 -0700 |
tree | 8f1069cc992237e9e04c05b3f5d76fc905079571 | |
parent | 05be0eed7d5d10881da66bcb9ad7d6a3a226b5b3 [diff] [blame] |
Added output of appId to the flow list command. Fixed defect in CoreManager - we forgot to put registered ids in our map.
diff --git a/tools/test/bin/onos-watch b/tools/test/bin/onos-watch index d210bc9..a9eb0e3 100755 --- a/tools/test/bin/onos-watch +++ b/tools/test/bin/onos-watch
@@ -11,7 +11,7 @@ commands="${2:-summary,intents,flows,hosts}" aux=/tmp/onos-watch.$$ -trap "rm -f $aux'" EXIT +trap "rm -f $aux" EXIT echo "$commands" | tr ',' '\n' > $aux watch $3 "onos $node -b <$aux 2>/dev/null"