diff options
Diffstat (limited to 'tests/topotests/pbr_topo1/test_pbr_topo1.py')
| -rw-r--r-- | tests/topotests/pbr_topo1/test_pbr_topo1.py | 6 | 
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/topotests/pbr_topo1/test_pbr_topo1.py b/tests/topotests/pbr_topo1/test_pbr_topo1.py index 2b437170ff..a70f2cc8da 100644 --- a/tests/topotests/pbr_topo1/test_pbr_topo1.py +++ b/tests/topotests/pbr_topo1/test_pbr_topo1.py @@ -215,6 +215,8 @@ ftest = [      {"c": "no match dst-port 119", "tN": r"DST Port Match: 119$"},      {"c": "match dscp cs3", "tm": r"DSCP Match: 24$"},      {"c": "no match dscp cs3", "tN": r"DSCP Match: 24$"}, +    {"c": "match dscp 5", "tm": r"DSCP Match: 5$"}, +    {"c": "no match dscp 5", "tN": r"DSCP Match: 5$"},      {"c": "match ecn 2", "tm": r"ECN Match: 2$"},      {"c": "no match ecn 2", "tN": r"ECN Match: 2$"},      {"c": "match mark 337", "tm": r"MARK Match: 337$"}, @@ -229,8 +231,8 @@ ftest = [      {"c": "no set dst-port 43", "tN": r"Set DST PORT: 43$"},      {"c": "set dscp 24", "tm": r"Set DSCP: 24$"},      {"c": "no set dscp 24", "tN": r"Set DSCP: 24$"}, -    {"c": "set dscp cs7", "tm": r"Set DSCP: 14$"}, -    {"c": "no set dscp cs7", "tN": r"Set DSCP: 14$"}, +    {"c": "set dscp cs7", "tm": r"Set DSCP: 56$"}, +    {"c": "no set dscp cs7", "tN": r"Set DSCP: 56$"},      {"c": "set ecn 1", "tm": r"Set ECN: 1$"},      {"c": "no set ecn 1", "tN": r"Set ECN: 1$"},  ]  | 
