From 13d05bc8458758ee39cb829098241e89616717ee Mon Sep 17 00:00:00 2001 From: Ashlee Young Date: Wed, 9 Sep 2015 22:15:21 -0700 Subject: ONOS checkin based on commit tag e796610b1f721d02f9b0e213cf6f7790c10ecd60 Change-Id: Ife8810491034fe7becdba75dda20de4267bd15cd --- .../onos/tools/test/configs/override-basic.json | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 framework/src/onos/tools/test/configs/override-basic.json (limited to 'framework/src/onos/tools/test/configs/override-basic.json') diff --git a/framework/src/onos/tools/test/configs/override-basic.json b/framework/src/onos/tools/test/configs/override-basic.json new file mode 100644 index 00000000..c1f23ce6 --- /dev/null +++ b/framework/src/onos/tools/test/configs/override-basic.json @@ -0,0 +1,38 @@ +{ + "devices": { + "of:0000000000000009": { + "basic": { + "allowed": true, + "owner": "Luigi" + } + }, + "of:0000000000000008": { + "basic": { + "name": "NameChangeAgain", + "allowed": true, + "owner": "Mario" + } + }, + "of:0000000000000007": { + "basic": { + "allowed": true, + "owner": "Peach", + "latitude": "25" + } + } + }, + "links": { + "of:0000000000000006/2-of:0000000000000007/2": { + "basic": { + "allowed": true + } + } + }, + "hosts": { + "00:00:00:00:00:03/-1": { + "basic": { + "allowed": true + } + } + } +} \ No newline at end of file -- cgit 1.2.3-korg