CIME.XML.testlist

Interface to the config_files.xml file. This class inherits from generic_xml.py It supports version 2.0 of the testlist.xml file

In version 2 of the file options can be specified to further refine a test or set of tests. They can be specified either at the top level, in which case they apply to all machines/compilers for this test:

<test …>
<options>

<option name=”wallclock”>00:20</option>

</options> …

</test>

or at the level of a particular machine/compiler:

<test …>
<machines>
<machine …>
<options>

<option name=”wallclock”>00:20</option>

</options>

</machine>

</machines>

</test>

Currently supported options are:

  • walltime: sets the wallclock limit in the queuing system

  • memleak_tolerance: specifies the relative memory growth expected for this test

  • comment: has no effect, but is written out when printing the test list

  • workflow: adds a workflow to the test

Classes

Testlist