test_parser: Add expected json representations
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
committed by
FUJITA Tomonori
parent
aa3a2d5949
commit
de2602bac7
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"OFPSwitchFeatures": {
|
||||
"auxiliary_id": 0,
|
||||
"capabilities": 79,
|
||||
"datapath_id": 1,
|
||||
"n_buffers": 255,
|
||||
"n_tables": 255
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"OFPGetConfigReply": {
|
||||
"flags": 0,
|
||||
"miss_send_len": 128
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"OFPSetConfig": {
|
||||
"flags": 0,
|
||||
"miss_send_len": 128
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"OFPSwitchFeatures": {
|
||||
"auxiliary_id": 99,
|
||||
"auxiliary_id": 0,
|
||||
"capabilities": 79,
|
||||
"datapath_id": 9210263729383,
|
||||
"n_buffers": 0,
|
||||
"datapath_id": 1,
|
||||
"n_buffers": 255,
|
||||
"n_tables": 255
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user