list_e3sm_tests

list_e3sm_tests is a script in CIMEROOT/CIME/Tools.

$ ./list_e3sm_tests --help
usage: 
list_e3sm_tests <thing-to-list> [<test category> <test category> ...] [--verbose]
OR
list_e3sm_tests --help

EXAMPLES:
    # List all tested compsets 
    > list_e3sm_tests compsets
    # List all compsets tested by e3sm_developer 
    > list_e3sm_tests compsets e3sm_developer
    # List all grids tested by e3sm_developer 
    > list_e3sm_tests grid e3sm_developer

List e3sm test suites. Can be used to show what's being tested. Can just list
tested grids, compsets, etc.

positional arguments:
  suites                The tests suites to list. Test suites: cime_tiny,
                        cime_test_only_pass, cime_test_only_slow_pass,
                        cime_test_only, cime_test_all, cime_test_share,
                        cime_test_share2, cime_test_perf, cime_test_timing,
                        cime_test_repeat, cime_test_time,
                        cime_test_multi_inherit, cime_developer

options:
  -h, --help            show this help message and exit
  -t {compsets,grids,testcases,tests}, --thing-to-list {compsets,grids,testcases,tests}
                        The thing you want to list (default: tests)

Logging options:
  -d, --debug           Print debug information (very verbose) to file /home/r
                        unner/work/cime/cime/CIME/Tools/list_e3sm_tests.log
                        (default: False)
  -v, --verbose         Add additional context (time and file) to log messages
                        (default: False)
  -s, --silent          Print only warnings and error messages (default:
                        False)