diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-06-30 14:23:03 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-06-30 14:23:03 +0900 |
commit | a991fed7e4faa485dc67daf50ba64fe01f83415d (patch) | |
tree | a600daa350a36c1fdc7776c111575bef56f78627 /tests/unit/app/ofctl_rest_json/of15.json | |
parent | a67ed2858417b9d795460f05126c01fb0cd344f9 (diff) |
Revert "tests: Separate test files from Ryu module"
This reverts commit a67ed2858417b9d795460f05126c01fb0cd344f9.
The commit breaks OpenStack neutron dynamic routing.
Diffstat (limited to 'tests/unit/app/ofctl_rest_json/of15.json')
-rw-r--r-- | tests/unit/app/ofctl_rest_json/of15.json | 203 |
1 files changed, 0 insertions, 203 deletions
diff --git a/tests/unit/app/ofctl_rest_json/of15.json b/tests/unit/app/ofctl_rest_json/of15.json deleted file mode 100644 index a7569223..00000000 --- a/tests/unit/app/ofctl_rest_json/of15.json +++ /dev/null @@ -1,203 +0,0 @@ -[ - { - "method": "GET", - "path": "/stats/switches" - }, - { - "method": "GET", - "path": "/stats/desc/1" - }, - { - "method": "GET", - "path": "/stats/flow/1" - }, - { - "method": "POST", - "path": "/stats/flow/1" - }, - { - "method": "GET", - "path": "/stats/aggregateflow/1" - }, - { - "method": "POST", - "path": "/stats/aggregateflow/1" - }, - { - "method": "GET", - "path": "/stats/port/1" - }, - { - "method": "GET", - "path": "/stats/port/1/1" - }, - { - "method": "GET", - "path": "/stats/portdesc/1" - }, - { - "method": "GET", - "path": "/stats/portdesc/1/1" - }, - { - "method": "GET", - "path": "/stats/queue/1" - }, - { - "method": "GET", - "path": "/stats/queue/1/1" - }, - { - "method": "GET", - "path": "/stats/queue/1/1/1" - }, - { - "method": "GET", - "path": "/stats/queuedesc/1" - }, - { - "method": "GET", - "path": "/stats/queuedesc/1/1" - }, - { - "method": "GET", - "path": "/stats/queuedesc/1/1/1" - }, - { - "method": "GET", - "path": "/stats/group/1" - }, - { - "method": "GET", - "path": "/stats/group/1/1" - }, - { - "method": "GET", - "path": "/stats/groupdesc/1" - }, - { - "method": "GET", - "path": "/stats/groupdesc/1/1" - }, - { - "method": "GET", - "path": "/stats/groupfeatures/1" - }, - { - "method": "GET", - "path": "/stats/meter/1" - }, - { - "method": "GET", - "path": "/stats/meter/1/1" - }, - { - "method": "GET", - "path": "/stats/meterdesc/1" - }, - { - "method": "GET", - "path": "/stats/meterdesc/1/1" - }, - { - "method": "GET", - "path": "/stats/meterfeatures/1" - }, - { - "method": "GET", - "path": "/stats/table/1" - }, - { - "method": "POST", - "path": "/stats/flowentry/add", - "body": { - "dpid": 1 - } - }, - { - "method": "POST", - "path": "/stats/flowentry/modify", - "body": { - "dpid": 1 - } - }, - { - "method": "POST", - "path": "/stats/flowentry/modify_strict", - "body": { - "dpid": 1 - } - }, - { - "method": "POST", - "path": "/stats/flowentry/delete", - "body": { - "dpid": 1 - } - }, - { - "method": "POST", - "path": "/stats/flowentry/delete_strict", - "body": { - "dpid": 1 - } - }, - { - "method": "DELETE", - "path": "/stats/flowentry/clear/1" - }, - { - "method": "POST", - "path": "/stats/groupentry/add", - "body": { - "dpid": 1 - } - }, - { - "method": "POST", - "path": "/stats/groupentry/modify", - "body": { - "dpid": 1 - } - }, - { - "method": "POST", - "path": "/stats/groupentry/delete", - "body": { - "dpid": 1 - } - }, - { - "method": "POST", - "path": "/stats/portdesc/modify", - "body": { - "dpid": 1, - "port_no": 1 - } - }, - { - "method": "POST", - "path": "/stats/meterentry/add", - "body": { - "dpid": 1 - } - }, - { - "method": "POST", - "path": "/stats/meterentry/modify", - "body": { - "dpid": 1 - } - }, - { - "method": "POST", - "path": "/stats/meterentry/delete", - "body": { - "dpid": 1 - } - }, - { - "method": "POST", - "path": "/stats/experimenter/1" - } -] |