onos/tools/test/topos/regionabc-onos.py
Simon Hunt 0ee20bf530 ONOS-6259: Topo2 - Implement server-side highlighting model (WIP)
- added locType parameter to region-add command
- created RegionABC sample topology
- fixed possible NPE in Topo2Jsonifier.jsonClosedRegion()
- added "plain" sprite layout
- check for undefined sprite layout and log a warning
- updated logger.sh script
- fixed Topo2Model to have a reference to colleciton before initialization

Change-Id: Ie6af28516338f5d64576bf465373cb5df3dff52c
2017-05-11 18:24:02 +00:00

7 lines
95 B
Python

#!/usr/bin/python
from onosnet import run
from regionabc import RegionABC
run( RegionABC() )