From: Giuseppe Di Natale Date: Tue, 7 Nov 2017 23:06:27 +0000 (-0800) Subject: Provide tags in perf-regression.run X-Git-Tag: zfs-0.8.0-rc1~473 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87fbf4363631abb513f43ff4c02655828e8b561d;p=zfs Provide tags in perf-regression.run A prior commit changed test-runner to enable tagging of testgroups within a test suite runfile. They must be specified in each runfile. Update the runfile for performance regressions so it is properly tagged. Reviewed-by: George Melikov Reviewed-by: Brian Behlendorf Signed-off-by: Giuseppe Di Natale Closes #6830 --- diff --git a/tests/runfiles/perf-regression.run b/tests/runfiles/perf-regression.run index 95df3f2a6..3b571dddd 100644 --- a/tests/runfiles/perf-regression.run +++ b/tests/runfiles/perf-regression.run @@ -22,9 +22,11 @@ timeout = 0 post_user = root post = cleanup outputdir = /var/tmp/test_results +tags = ['perf'] [tests/perf/regression] tests = ['sequential_writes', 'sequential_reads', 'sequential_reads_cached', 'sequential_reads_cached_clone', 'random_reads', 'random_writes', 'random_readwrite'] post = +tags = ['perf', 'regression']