Skip to content

Commit 732df31

Browse files
committed
TESTrun: Add missing NO_PROTOCHAIN skips. [skip ci]
Discovered by Francois-Xavier.
1 parent ca63110 commit 732df31

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

testprogs/TESTrun

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10491,16 +10491,19 @@ my %reject_tests = (
1049110491
errstr => 'protochain not supported',
1049210492
},
1049310493
protochain_invalid => {
10494+
skip => skip_config_def1 ('NO_PROTOCHAIN'),
1049410495
DLT => 'RAW',
1049510496
expr => 'protochain nosuchprotocol',
1049610497
errstr => 'unknown ip proto',
1049710498
},
1049810499
ip_protochain_invalid => {
10500+
skip => skip_config_def1 ('NO_PROTOCHAIN'),
1049910501
DLT => 'RAW',
1050010502
expr => 'ip protochain nosuchprotocol',
1050110503
errstr => 'unknown ip proto',
1050210504
},
1050310505
ip6_protochain_invalid => {
10506+
skip => skip_config_def1 ('NO_PROTOCHAIN'),
1050410507
DLT => 'RAW',
1050510508
expr => 'ip6 protochain nosuchprotocol',
1050610509
errstr => 'unknown ip proto',

0 commit comments

Comments
 (0)