summaryrefslogtreecommitdiffstats
path: root/framework/src/onos/core/common/src/test/resources/org/onosproject/codec/impl/HostToHostIntent.json
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/core/common/src/test/resources/org/onosproject/codec/impl/HostToHostIntent.json')
-rw-r--r--framework/src/onos/core/common/src/test/resources/org/onosproject/codec/impl/HostToHostIntent.json19
1 files changed, 0 insertions, 19 deletions
diff --git a/framework/src/onos/core/common/src/test/resources/org/onosproject/codec/impl/HostToHostIntent.json b/framework/src/onos/core/common/src/test/resources/org/onosproject/codec/impl/HostToHostIntent.json
deleted file mode 100644
index fedea251..00000000
--- a/framework/src/onos/core/common/src/test/resources/org/onosproject/codec/impl/HostToHostIntent.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "type": "HostToHostIntent",
- "appId": "test",
- "selector": {"criteria": []},
- "treatment": {
- "instructions": [],
- "deferred": []
- },
- "priority": 7,
- "constraints": [
- {
- "inclusive": false,
- "types": ["OPTICAL"],
- "type": "LinkTypeConstraint"
- }
- ],
- "one": "00:00:00:00:00:02/-1",
- "two": "00:00:00:00:00:05/-1"
-}