aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/web/api/src/test/resources/org/onosproject/rest/post-intent.json
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/web/api/src/test/resources/org/onosproject/rest/post-intent.json')
-rw-r--r--framework/src/onos/web/api/src/test/resources/org/onosproject/rest/post-intent.json38
1 files changed, 0 insertions, 38 deletions
diff --git a/framework/src/onos/web/api/src/test/resources/org/onosproject/rest/post-intent.json b/framework/src/onos/web/api/src/test/resources/org/onosproject/rest/post-intent.json
deleted file mode 100644
index b01ef877..00000000
--- a/framework/src/onos/web/api/src/test/resources/org/onosproject/rest/post-intent.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "type": "PointToPointIntent",
- "appId": "myApp",
- "selector": {
- "criteria": [
- {
- "type": "ETH_DST",
- "mac": "11:22:33:44:55:66"
- }
- ]
- },
- "treatment": {
- "instructions": [
- {
- "type": "L2MODIFICATION",
- "subtype": "ETH_SRC",
- "mac": "22:33:44:55:66:77"
- }
- ],
- "deferred": []
- },
- "priority": 55,
- "constraints": [
- {
- "inclusive": false,
- "types": ["OPTICAL"],
- "type": "LinkTypeConstraint"
- }
- ],
- "ingressPoint": {
- "port": "1",
- "device": "of:0000000000000001"
- },
- "egressPoint": {
- "port": "2",
- "device": "of:0000000000000007"
- }
-}