summaryrefslogtreecommitdiffstats
path: root/framework/src/onos/tools/test/configs
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/tools/test/configs')
-rw-r--r--framework/src/onos/tools/test/configs/l2-flow.json28
-rw-r--r--framework/src/onos/tools/test/configs/netconf-cfg.json19
-rw-r--r--framework/src/onos/tools/test/configs/network-cfg-2x2-leaf-spine.json108
-rw-r--r--framework/src/onos/tools/test/configs/network-cfg-4x4-leaf-spine.json208
-rw-r--r--framework/src/onos/tools/test/configs/office-dhcp.json22
-rw-r--r--framework/src/onos/tools/test/configs/override-basic.json38
-rw-r--r--framework/src/onos/tools/test/configs/sample-basic.json54
7 files changed, 0 insertions, 477 deletions
diff --git a/framework/src/onos/tools/test/configs/l2-flow.json b/framework/src/onos/tools/test/configs/l2-flow.json
deleted file mode 100644
index 64bb5297..00000000
--- a/framework/src/onos/tools/test/configs/l2-flow.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "isPermanent": true,
- "priority": 100,
- "selector": {
- "criteria": [
- {
- "port": 2,
- "type": "IN_PORT"
- },
- {
- "mac": "00:00:00:00:11:22",
- "type": "ETH_SRC"
- },
- {
- "mac": "00:00:00:00:33:44",
- "type": "ETH_DST"
- }
- ]
- },
- "treatment": {
- "instructions": [
- {
- "port": 1,
- "type": "OUTPUT"
- }
- ]
- }
-} \ No newline at end of file
diff --git a/framework/src/onos/tools/test/configs/netconf-cfg.json b/framework/src/onos/tools/test/configs/netconf-cfg.json
deleted file mode 100644
index 42778aaf..00000000
--- a/framework/src/onos/tools/test/configs/netconf-cfg.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "devices":{
- "netconf:mininet@10.1.9.24:1830":{
- "basic":{
- "driver":"ovs-netconf"
- }
- }
- },
- "apps":{
- "org.onosproject.netconf":{
- "devices":[{
- "name":"mininet",
- "password":"mininet",
- "ip":"10.1.9.24",
- "port":1830
- }]
- }
- }
-} \ No newline at end of file
diff --git a/framework/src/onos/tools/test/configs/network-cfg-2x2-leaf-spine.json b/framework/src/onos/tools/test/configs/network-cfg-2x2-leaf-spine.json
deleted file mode 100644
index 828d2735..00000000
--- a/framework/src/onos/tools/test/configs/network-cfg-2x2-leaf-spine.json
+++ /dev/null
@@ -1,108 +0,0 @@
-{
- "ports" : {
- "of:0000000000000001/3" : {
- "interfaces" : [
- {
- "ips" : [ "10.0.1.254/24" ],
- "mac" : "08:9e:01:82:38:68",
- "vlan" : "100"
- }
- ]
- },
- "of:0000000000000001/4" : {
- "interfaces" : [
- {
- "ips" : [ "10.0.1.254/24" ],
- "mac" : "08:9e:01:82:38:68",
- "vlan" : "100"
- }
- ]
- },
- "of:0000000000000002/3" : {
- "interfaces" : [
- {
- "ips" : [ "10.0.2.254/24" ],
- "mac" : "08:9e:01:82:38:68",
- "vlan" : "100"
- }
- ]
- },
- "of:0000000000000002/4" : {
- "interfaces" : [
- {
- "ips" : [ "10.0.2.254/24" ],
- "mac" : "08:9e:01:82:38:68",
- "vlan" : "100"
- }
- ]
- }
- },
- "devices" : {
- "of:0000000000000001" : {
- "segmentrouting" : {
- "name" : "Leaf-R1",
- "nodeSid" : 101,
- "routerIp" : "10.0.1.254",
- "routerMac" : "00:00:00:00:01:80",
- "isEdgeRouter" : true,
- "adjacencySids" : []
- }
- },
- "of:0000000000000002" : {
- "segmentrouting" : {
- "name" : "Leaf-R2",
- "nodeSid" : 102,
- "routerIp" : "10.0.2.254",
- "routerMac" : "00:00:00:00:02:80",
- "isEdgeRouter" : true,
- "adjacencySids" : []
- }
- },
- "of:0000000000000191" : {
- "segmentrouting" : {
- "name" : "Spine-R1",
- "nodeSid" : 103,
- "routerIp" : "192.168.0.11",
- "routerMac" : "00:00:01:00:11:80",
- "isEdgeRouter" : false,
- "adjacencySids" : []
- }
- },
- "of:0000000000000192" : {
- "segmentrouting" : {
- "name" : "Spine-R2",
- "nodeSid" : 104,
- "routerIp" : "192.168.0.22",
- "routerMac" : "00:00:01:00:22:80",
- "isEdgeRouter" : false,
- "adjacencySids" : []
- }
- }
- },
- "hosts" : {
- "00:00:00:00:00:01/4093" : {
- "basic": {
- "ips": ["10.0.1.1"],
- "location": "of:0000000000000001/3"
- }
- },
- "00:00:00:00:00:02/4093" : {
- "basic": {
- "ips": ["10.0.1.2"],
- "location": "of:0000000000000001/4"
- }
- },
- "00:00:00:00:00:03/4093" : {
- "basic": {
- "ips": ["10.0.2.1"],
- "location": "of:0000000000000002/3"
- }
- },
- "00:00:00:00:00:04/4093" : {
- "basic": {
- "ips": ["10.0.2.2"],
- "location": "of:0000000000000002/4"
- }
- }
- }
-}
diff --git a/framework/src/onos/tools/test/configs/network-cfg-4x4-leaf-spine.json b/framework/src/onos/tools/test/configs/network-cfg-4x4-leaf-spine.json
deleted file mode 100644
index 4efcf97d..00000000
--- a/framework/src/onos/tools/test/configs/network-cfg-4x4-leaf-spine.json
+++ /dev/null
@@ -1,208 +0,0 @@
-{
- "ports" : {
- "of:0000000000000001/5" : {
- "interfaces" : [
- {
- "ips" : [ "10.0.1.254/24" ],
- "mac" : "08:9e:01:82:38:68",
- "vlan" : "100"
- }
- ]
- },
- "of:0000000000000001/6" : {
- "interfaces" : [
- {
- "ips" : [ "10.0.1.254/24" ],
- "mac" : "08:9e:01:82:38:68",
- "vlan" : "100"
- }
- ]
- },
- "of:0000000000000002/5" : {
- "interfaces" : [
- {
- "ips" : [ "10.0.2.254/24" ],
- "mac" : "08:9e:01:82:38:68",
- "vlan" : "100"
- }
- ]
- },
- "of:0000000000000002/6" : {
- "interfaces" : [
- {
- "ips" : [ "10.0.2.254/24" ],
- "mac" : "08:9e:01:82:38:68",
- "vlan" : "100"
- }
- ]
- },
- "of:0000000000000003/5" : {
- "interfaces" : [
- {
- "ips" : [ "10.0.3.254/24" ],
- "mac" : "08:9e:01:82:38:68",
- "vlan" : "100"
- }
- ]
- },
- "of:0000000000000003/6" : {
- "interfaces" : [
- {
- "ips" : [ "10.0.3.254/24" ],
- "mac" : "08:9e:01:82:38:68",
- "vlan" : "100"
- }
- ]
- },
- "of:0000000000000004/5" : {
- "interfaces" : [
- {
- "ips" : [ "10.0.4.254/24" ],
- "mac" : "08:9e:01:82:38:68",
- "vlan" : "100"
- }
- ]
- },
- "of:0000000000000004/6" : {
- "interfaces" : [
- {
- "ips" : [ "10.0.4.254/24" ],
- "mac" : "08:9e:01:82:38:68",
- "vlan" : "100"
- }
- ]
- }
- },
- "devices" : {
- "of:0000000000000001" : {
- "segmentrouting" : {
- "name" : "Leaf-R1",
- "nodeSid" : 101,
- "routerIp" : "10.0.1.254",
- "routerMac" : "00:00:00:00:01:80",
- "isEdgeRouter" : true,
- "adjacencySids" : []
- }
- },
- "of:0000000000000002" : {
- "segmentrouting" : {
- "name" : "Leaf-R2",
- "nodeSid" : 102,
- "routerIp" : "10.0.2.254",
- "routerMac" : "00:00:00:00:02:80",
- "isEdgeRouter" : true,
- "adjacencySids" : []
- }
- },
- "of:0000000000000003" : {
- "segmentrouting" : {
- "name" : "Leaf-R3",
- "nodeSid" : 103,
- "routerIp" : "10.0.3.254",
- "routerMac" : "00:00:00:00:03:80",
- "isEdgeRouter" : true,
- "adjacencySids" : []
- }
- },
- "of:0000000000000004" : {
- "segmentrouting" : {
- "name" : "Leaf-R4",
- "nodeSid" : 104,
- "routerIp" : "10.0.4.254",
- "routerMac" : "00:00:00:00:04:80",
- "isEdgeRouter" : true,
- "adjacencySids" : []
- }
- },
- "of:0000000000000191" : {
- "segmentrouting" : {
- "name" : "Spine-R1",
- "nodeSid" : 105,
- "routerIp" : "192.168.0.11",
- "routerMac" : "00:00:01:00:11:80",
- "isEdgeRouter" : false,
- "adjacencySids" : []
- }
- },
- "of:0000000000000192" : {
- "segmentrouting" : {
- "name" : "Spine-R2",
- "nodeSid" : 106,
- "routerIp" : "192.168.0.22",
- "routerMac" : "00:00:01:00:22:80",
- "isEdgeRouter" : false,
- "adjacencySids" : []
- }
- },
- "of:0000000000000193" : {
- "segmentrouting" : {
- "name" : "Spine-R3",
- "nodeSid" : 107,
- "routerIp" : "192.168.0.33",
- "routerMac" : "00:00:03:00:33:80",
- "isEdgeRouter" : false,
- "adjacencySids" : []
- }
- },
- "of:0000000000000194" : {
- "segmentrouting" : {
- "name" : "Spine-R4",
- "nodeSid" : 108,
- "routerIp" : "192.168.0.44",
- "routerMac" : "00:00:04:00:44:80",
- "isEdgeRouter" : false,
- "adjacencySids" : []
- }
- }
- },
- "hosts" : {
- "00:00:00:00:00:01/4093" : {
- "basic": {
- "ips": ["10.0.1.1"],
- "location": "of:0000000000000001/5"
- }
- },
- "00:00:00:00:00:02/4093" : {
- "basic": {
- "ips": ["10.0.1.2"],
- "location": "of:0000000000000001/6"
- }
- },
- "00:00:00:00:00:03/4093" : {
- "basic": {
- "ips": ["10.0.2.1"],
- "location": "of:0000000000000002/5"
- }
- },
- "00:00:00:00:00:04/4093" : {
- "basic": {
- "ips": ["10.0.2.2"],
- "location": "of:0000000000000002/6"
- }
- },
- "00:00:00:00:00:05/4093" : {
- "basic": {
- "ips": ["10.0.3.1"],
- "location": "of:0000000000000003/5"
- }
- },
- "00:00:00:00:00:06/4093" : {
- "basic": {
- "ips": ["10.0.3.2"],
- "location": "of:0000000000000003/6"
- }
- },
- "00:00:00:00:00:07/4093" : {
- "basic": {
- "ips": ["10.0.4.1"],
- "location": "of:0000000000000004/5"
- }
- },
- "00:00:00:00:00:08/4093" : {
- "basic": {
- "ips": ["10.0.4.2"],
- "location": "of:0000000000000004/6"
- }
- }
- }
-}
diff --git a/framework/src/onos/tools/test/configs/office-dhcp.json b/framework/src/onos/tools/test/configs/office-dhcp.json
deleted file mode 100644
index f0cf3fb0..00000000
--- a/framework/src/onos/tools/test/configs/office-dhcp.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "apps": {
- "org.onosproject.dhcp" : {
- "dhcp" : {
- "ip": "10.1.11.50",
- "mac": "ca:fe:ca:fe:ca:fe",
- "subnet": "255.255.252.0",
- "broadcast": "10.1.11.255",
- "router": "10.1.8.1",
- "domain": "8.8.8.8",
- "ttl": "63",
- "lease": "300",
- "renew": "150",
- "rebind": "200",
- "delay": "2",
- "timeout": "150",
- "startip": "10.1.11.51",
- "endip": "10.1.11.100"
- }
- }
- }
-}
diff --git a/framework/src/onos/tools/test/configs/override-basic.json b/framework/src/onos/tools/test/configs/override-basic.json
deleted file mode 100644
index c1f23ce6..00000000
--- a/framework/src/onos/tools/test/configs/override-basic.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "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
diff --git a/framework/src/onos/tools/test/configs/sample-basic.json b/framework/src/onos/tools/test/configs/sample-basic.json
deleted file mode 100644
index 73cbd305..00000000
--- a/framework/src/onos/tools/test/configs/sample-basic.json
+++ /dev/null
@@ -1,54 +0,0 @@
-{
- "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