[CRIU] [PATCH] test/crit-recode: skip rule-%d.img

Andrey Vagin avagin at openvz.org
Wed Jun 15 10:44:10 PDT 2016


From: Andrew Vagin <avagin at virtuozzo.com>

These images are generated by the ip tool.

Signed-off-by: Andrew Vagin <avagin at virtuozzo.com>
---
 test/crit-recode.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/crit-recode.py b/test/crit-recode.py
index 3075fea..27cc615 100755
--- a/test/crit-recode.py
+++ b/test/crit-recode.py
@@ -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):
-- 
2.7.4



More information about the CRIU mailing list