test_parser: Add test case for OFP15 group_desc request

TODO:Open vSwtich (lib/ofp-util) support OF1.5 group_desc_request, but it has a bug[1].
So, re-generate the packet data by using packet_data_generator2 when Open vSwitch fix the bug.

ref: 1) http://openvswitch.org/pipermail/discuss/2015-July/018253.html

Signed-off-by: Minoru TAKAHASHI <takahashi.minoru7@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
Minoru TAKAHASHI 2015-07-30 13:39:14 +09:00 committed by FUJITA Tomonori
parent 69ef757e4a
commit d0733220f3
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{
"OFPGroupDescStatsRequest": {
"flags": 0,
"group_id": 43981,
"type": 7
}
}