[CRIU] [PATCH] zdtm: remove the noauto flags for tests which can be executed

Pavel Emelyanov xemul at virtuozzo.com
Wed Jun 15 04:34:52 PDT 2016


Applied, but dropped the latest hunk:

> diff --git a/test/zdtm/static/inotify02.desc b/test/zdtm/static/inotify02.desc
> index 95c58b4..92b2cf5 100644
> --- a/test/zdtm/static/inotify02.desc
> +++ b/test/zdtm/static/inotify02.desc
> @@ -1 +1 @@
> -{'flags': 'noauto'}
> +{'flags' : (lambda a: int(a[0]) * 100 + int(a[1]))(os.uname()[2].split('.')) < 400 and "noauto" or ""}

Please, introduce the needed feature or new "kernel" field
in .desc files for such cases.

-- Pavel



More information about the CRIU mailing list