summaryrefslogtreecommitdiffstats
path: root/framework/src/onos/incubator/net/src/test/resources/domain-config.json
diff options
context:
space:
mode:
authorCNlucius <lukai1@huawei.com>2016-09-13 11:40:12 +0800
committerCNlucius <lukai1@huawei.com>2016-09-13 11:41:53 +0800
commitb731e2f1dd0972409b136aebc7b463dd72c9cfad (patch)
tree5107d7d80c19ad8076c2c97c2b5ef8d1cf3ab903 /framework/src/onos/incubator/net/src/test/resources/domain-config.json
parentee93993458266114c29271a481ef9ce7ce621b2a (diff)
ONOSFW-171
O/S-SFC-ONOS scenario documentation Change-Id: I51ae1cf736ea24ab6680f8edca1b2bf5dd598365 Signed-off-by: CNlucius <lukai1@huawei.com>
Diffstat (limited to 'framework/src/onos/incubator/net/src/test/resources/domain-config.json')
-rw-r--r--framework/src/onos/incubator/net/src/test/resources/domain-config.json36
1 files changed, 0 insertions, 36 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