test_parser: expected json representations for OFPMP_EXPERIMENTER

Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
YAMAMOTO Takashi 2013-11-12 18:05:33 +09:00 committed by FUJITA Tomonori
parent ff35e71019
commit 690c2ad6b3
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{
"OFPExperimenterStatsRequest": {
"body": {
"OFPExperimenterMultipart": {
"data": "aG9nZWhvZ2U=",
"exp_type": 3405678728,
"experimenter": 3735928495
}
},
"flags": 0,
"type": 65535
}
}

View File

@ -0,0 +1,13 @@
{
"OFPExperimenterStatsReply": {
"body": {
"OFPExperimenterMultipart": {
"data": "dGVzdGRhdGE5OTk5OTk5OQ==",
"exp_type": 3405674359,
"experimenter": 3735928495
}
},
"flags": 0,
"type": 65535
}
}