diff options
author | Giuseppe Di Natale <[email protected]> | 2017-11-07 15:06:27 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-11-07 15:06:27 -0800 |
commit | 87fbf4363631abb513f43ff4c02655828e8b561d (patch) | |
tree | c5afa517378e040fe0a1f8e0b88bd9f56ffc6c78 /tests | |
parent | 271955da3eec30da42f0e67b63cd9ef5f003c55b (diff) |
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 <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Giuseppe Di Natale <[email protected]>
Closes #6830
Diffstat (limited to 'tests')
-rw-r--r-- | tests/runfiles/perf-regression.run | 2 |
1 files changed, 2 insertions, 0 deletions
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'] |