|
"list[str]" | GetNames (self) |
| Return a list of suite names that can be fed into the kratos test runner. More...
|
|
"_SuiteFlags" | Copy (self) |
|
◆ Copy()
"_SuiteFlags" Copy |
( |
|
self | ) |
|
◆ FromSuiteName()
"_SuiteFlags" FromSuiteName |
( |
str |
suite_name | ) |
|
|
static |
◆ GetNames()
"list[str]" GetNames |
( |
|
self | ) |
|
Return a list of suite names that can be fed into the kratos test runner.
Kratos distinguishes the following basic suites:
- small
- nightly
- all
- validation Furthermore, it prepends them with "mpi_" if they're meant to be run with MPI. By default, SuiteFlags casts SMALL, NIGHTLY, ALL, VALIDATION to lower case and returns versions both with- and without "mpi</em>", unless MPI_ONLY, or NO_MPI is set (MPI_ONLY only returns suites "mpi_*" while NO_MPI only returns those without the prefix).
The documentation for this class was generated from the following file: