mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-04 20:06:09 +02:00
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:
parent
ff35e71019
commit
690c2ad6b3
@ -0,0 +1,13 @@
|
||||
{
|
||||
"OFPExperimenterStatsRequest": {
|
||||
"body": {
|
||||
"OFPExperimenterMultipart": {
|
||||
"data": "aG9nZWhvZ2U=",
|
||||
"exp_type": 3405678728,
|
||||
"experimenter": 3735928495
|
||||
}
|
||||
},
|
||||
"flags": 0,
|
||||
"type": 65535
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,13 @@
|
||||
{
|
||||
"OFPExperimenterStatsReply": {
|
||||
"body": {
|
||||
"OFPExperimenterMultipart": {
|
||||
"data": "dGVzdGRhdGE5OTk5OTk5OQ==",
|
||||
"exp_type": 3405674359,
|
||||
"experimenter": 3735928495
|
||||
}
|
||||
},
|
||||
"flags": 0,
|
||||
"type": 65535
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user