[PATCH 3/4] perf tests kmod-path: Don't fail if compressed modules aren't supported

2017-05-04 Thread Arnaldo Carvalho de Melo
From: Kim Phillips __kmod_path__parse() uses is_supported_compression() to determine and parse out compressed module file extensions. On systems without zlib, this test fails and __kmod_path__parse() continues to strcmp "ko" with "gz". Don't do this on those systems.

[PATCH 3/4] perf tests kmod-path: Don't fail if compressed modules aren't supported

2017-05-04 Thread Arnaldo Carvalho de Melo
From: Kim Phillips __kmod_path__parse() uses is_supported_compression() to determine and parse out compressed module file extensions. On systems without zlib, this test fails and __kmod_path__parse() continues to strcmp "ko" with "gz". Don't do this on those systems. Signed-off-by: Kim