summaryrefslogtreecommitdiffstats
path: root/framework/src/onos/incubator/net/src/test/resources
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/incubator/net/src/test/resources')
-rw-r--r--framework/src/onos/incubator/net/src/test/resources/domain-config.json36
-rw-r--r--framework/src/onos/incubator/net/src/test/resources/fractal-domain-config.json28
2 files changed, 0 insertions, 64 deletions
diff --git a/framework/src/onos/incubator/net/src/test/resources/domain-config.json b/framework/src/onos/incubator/net/src/test/resources/domain-config.json
deleted file mode 100644
index beda11aa..00000000
--- a/framework/src/onos/incubator/net/src/test/resources/domain-config.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "domains" : {
- "cord" : {
- "basic" : {
- "name" : "Core Fabric",
- "applicationName" : "org.onosproject.testdomain",
- "internalDevices" : [ "of:1" ],
- "edgePorts" : [ "of:12/1", "of:14/1" ]
- }
- },
- "mpls" : {
- "basic" : {
- "name" : "MPLS Core",
- "applicationName" : "org.onosproject.testdomain",
- "internalDevices" : [ "of:2" ],
- "edgePorts" : [ "of:12/2", "of:23/2" ]
- }
- },
- "dc" : {
- "basic" : {
- "name" : "Data Center Fabric",
- "applicationName" : "org.onosproject.testdomain",
- "internalDevices" : [ "of:3" ],
- "edgePorts" : [ "of:23/3", "of:34/3" ]
- }
- },
- "optical" : {
- "basic" : {
- "name" : "Optical Core",
- "applicationName" : "org.onosproject.testdomain",
- "internalDevices" : [ "of:4" ],
- "edgePorts" : [ "of:14/4", "of:34/4" ]
- }
- }
- }
-} \ No newline at end of file
diff --git a/framework/src/onos/incubator/net/src/test/resources/fractal-domain-config.json b/framework/src/onos/incubator/net/src/test/resources/fractal-domain-config.json
deleted file mode 100644
index 521c840b..00000000
--- a/framework/src/onos/incubator/net/src/test/resources/fractal-domain-config.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "domains" : {
- "domain1" : {
- "basic" : {
- "name" : "Domain 1",
- "applicationName" : "org.onosproject.meshdomain",
- "internalDevices" : [ "of:0000000000001001", "of:0000000000001002", "of:0000000000001003" ],
- "edgePorts" : [ "of:0000000000010000/1", "of:0000000003010000/2", "of:0000000002010000/1" ]
- }
- },
- "domain2" : {
- "basic" : {
- "name" : "Domain 2",
- "applicationName" : "org.onosproject.meshdomain",
- "internalDevices" : [ "of:0000000000002001", "of:0000000000002002", "of:0000000000002003" ],
- "edgePorts" : [ "of:0000000000020000/1", "of:0000000003020000/1", "of:0000000002010000/2" ]
- }
- },
- "domain3" : {
- "basic" : {
- "name" : "Domain 3",
- "applicationName" : "org.onosproject.meshdomain",
- "internalDevices" : [ "of:0000000000003001", "of:0000000000003002", "of:0000000000003003" ],
- "edgePorts" : [ "of:0000000000030000/1", "of:0000000003010000/1", "of:0000000003020000/2" ]
- }
- }
- }
-} \ No newline at end of file