aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/tools/test/configs/sample-basic.json
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/tools/test/configs/sample-basic.json')
-rw-r--r--framework/src/onos/tools/test/configs/sample-basic.json54
1 files changed, 54 insertions, 0 deletions
diff --git a/framework/src/onos/tools/test/configs/sample-basic.json b/framework/src/onos/tools/test/configs/sample-basic.json
new file mode 100644
index 00000000..73cbd305
--- /dev/null
+++ b/framework/src/onos/tools/test/configs/sample-basic.json
@@ -0,0 +1,54 @@
+{
+ "devices": {
+ "of:0000000000000009": {
+ "basic": {
+ "allowed": true,
+ "owner": "Luigi"
+ }
+ },
+ "of:0000000000000008": {
+ "basic": {
+ "name": "NameChange",
+ "allowed": true,
+ "owner": "Mario"
+ }
+ },
+ "of:0000000000000007": {
+ "basic": {
+ "allowed": true,
+ "owner": "Peach",
+ "latitude": "25"
+ }
+ },
+ "of:0000000000000003": {
+ "basic": {
+ "allowed": true,
+ "owner": "Wario"
+ }
+ }
+ },
+ "links": {
+ "of:0000000000000006/2-of:0000000000000007/2": {
+ "basic": {
+ "allowed": true
+ }
+ }
+ },
+ "hosts": {
+ "00:00:00:00:00:03/-1": {
+ "basic": {
+ "allowed": false
+ }
+ },
+ "00:00:00:00:00:02/-1": {
+ "basic": {
+ "allowed": false
+ }
+ },
+ "00:00:00:00:00:01/-1": {
+ "basic": {
+ "allowed": false
+ }
+ }
+ }
+} \ No newline at end of file