test_parser: Update expected json representations

Update after tun_ipv4_src/tun_ipv4_dst changes.

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 2014-10-14 12:28:44 +09:00 committed by FUJITA Tomonori
parent c93cafbd2c
commit f473308b37
3 changed files with 46 additions and 4 deletions

View File

@ -5,7 +5,7 @@
"data": "",
"match": {
"OFPMatch": {
"length": 335,
"length": 351,
"oxm_fields": [
{
"OXMTlv": {
@ -286,6 +286,20 @@
"mask": null,
"value": 1
}
},
{
"OXMTlv": {
"field": "tun_ipv4_src",
"mask": null,
"value": "1.2.3.4"
}
},
{
"OXMTlv": {
"field": "tun_ipv4_dst",
"mask": null,
"value": "1.2.3.4"
}
}
],
"type": 1

View File

@ -10,7 +10,7 @@
"instructions": [],
"match": {
"OFPMatch": {
"length": 335,
"length": 351,
"oxm_fields": [
{
"OXMTlv": {
@ -291,6 +291,20 @@
"mask": null,
"value": 1
}
},
{
"OXMTlv": {
"field": "tun_ipv4_src",
"mask": null,
"value": "1.2.3.4"
}
},
{
"OXMTlv": {
"field": "tun_ipv4_dst",
"mask": null,
"value": "1.2.3.4"
}
}
],
"type": 1

View File

@ -23,7 +23,7 @@
"id": 999,
"match": {
"OFPMatch": {
"length": 335,
"length": 351,
"oxm_fields": [
{
"OXMTlv": {
@ -304,12 +304,26 @@
"mask": null,
"value": 1
}
},
{
"OXMTlv": {
"field": "tun_ipv4_src",
"mask": null,
"value": "1.2.3.4"
}
},
{
"OXMTlv": {
"field": "tun_ipv4_dst",
"mask": null,
"value": "1.2.3.4"
}
}
],
"type": 1
}
},
"match_len": 331,
"match_len": 347,
"out_port": 4294967295,
"table_id": 255
}