Commit 877558fc authored by Andrew Vagin's avatar Andrew Vagin Committed by Pavel Emelyanov

test/crit-recode: skip rule-%d.img

These images are generated by the ip tool.
Signed-off-by: 's avatarAndrew Vagin <avagin@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent c91c8a5e
......@@ -55,6 +55,8 @@ for imgf in find.stdout.readlines():
continue
if imgf_b.startswith('netns-exp-'):
continue
if imgf_b.startswith('rule-'):
continue
o_img = open(imgf).read()
if not recode_and_check(imgf, o_img, False):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment