test_parser: Add test case for OFP15 port_desc request

TODO:Open vSwtich (lib/ofp-util) support OF1.5 port_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:40:10 +09:00 committed by FUJITA Tomonori
parent ebb87b4e03
commit b7b8e2fca3
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{
"OFPPortDescStatsRequest": {
"flags": 0,
"port_no": 43981,
"type": 13
}
}