tests/integrated: Enable MPLS set-field and push MPLS tests
Enable disabled MPLS tests, they appear to be supported by Open vSwitch. I noticed this when using Open vSwitch's "make ryu-check" as Open vSwitch enforces action consistency for the set NW TTL action. Signed-off-by: Simon Horman <horms@verge.net.au> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
55ec423e25
commit
a6f5109f07
@ -486,10 +486,7 @@ class RunTest(tester.TestFlowBase):
|
||||
'test_action_set_field_ipv6_nd_target',
|
||||
'test_action_set_field_ipv6_nd_tll',
|
||||
'test_action_copy_ttl_in',
|
||||
'test_action_copy_ttl_out',
|
||||
'test_action_push_mpls',
|
||||
'test_action_set_field_mpls_label',
|
||||
'test_action_set_field_mpls_tc'
|
||||
'test_action_copy_ttl_out'
|
||||
]
|
||||
for u in unsupported:
|
||||
if t.find(u) != -1:
|
||||
|
Loading…
Reference in New Issue
Block a user