mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
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 <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Giuseppe Di Natale <dinatale2@llnl.gov> Closes #6830
This commit is contained in:
parent
271955da3e
commit
87fbf43636
1 changed files with 2 additions and 0 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Reference in a new issue