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/ofproto/json/of13/ovs-ofctl-of13-action_sample2.packet.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/ofproto/json/of13/ovs-ofctl-of13-action_sample2.packet.json')
-rw-r--r-- | tests/unit/ofproto/json/of13/ovs-ofctl-of13-action_sample2.packet.json | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/tests/unit/ofproto/json/of13/ovs-ofctl-of13-action_sample2.packet.json b/tests/unit/ofproto/json/of13/ovs-ofctl-of13-action_sample2.packet.json deleted file mode 100644 index c767bff3..00000000 --- a/tests/unit/ofproto/json/of13/ovs-ofctl-of13-action_sample2.packet.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "OFPFlowMod": { - "buffer_id": 4294967295, - "command": 0, - "cookie": 0, - "cookie_mask": 0, - "flags": 0, - "hard_timeout": 0, - "idle_timeout": 0, - "instructions": [ - { - "OFPInstructionActions": { - "actions": [ - { - "NXActionSample2": { - "collector_set_id": 1, - "experimenter": 8992, - "len": 32, - "obs_domain_id": 2, - "obs_point_id": 3, - "probability": 3, - "sampling_port": 8080, - "subtype": 38, - "type": 65535 - } - } - ], - "len": 40, - "type": 4 - } - } - ], - "match": { - "OFPMatch": { - "length": 4, - "oxm_fields": [], - "type": 1 - } - }, - "out_group": 4294967295, - "out_port": 4294967295, - "priority": 100, - "table_id": 0 - } -}
\ No newline at end of file |