From 87fbf4363631abb513f43ff4c02655828e8b561d Mon Sep 17 00:00:00 2001 From: Giuseppe Di Natale Date: Tue, 7 Nov 2017 15:06:27 -0800 Subject: 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 --- tests/runfiles/perf-regression.run | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/runfiles') 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'] -- cgit v1.2.3