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:
IWASE Yusuke
2016-01-18 10:56:16 +09:00
committed by FUJITA Tomonori
parent aa3a2d5949
commit de2602bac7
4 changed files with 24 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
{
"OFPSwitchFeatures": {
"auxiliary_id": 0,
"capabilities": 79,
"datapath_id": 1,
"n_buffers": 255,
"n_tables": 255
}
}

View File

@@ -0,0 +1,6 @@
{
"OFPGetConfigReply": {
"flags": 0,
"miss_send_len": 128
}
}

View File

@@ -0,0 +1,6 @@
{
"OFPSetConfig": {
"flags": 0,
"miss_send_len": 128
}
}

View File

@@ -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
}
}