pymtt
|
Build tools for test content. More...
Build tools for test content.
Run typical autotools commands to configure and build a software package
middleware | Middleware stage that these tests are to be built against |
parent | Section that precedes this one in the dependency tree |
autogen_cmd | Command to be executed to setup the configure script, usually called autogen.sh or autogen.pl |
configure_options | Options to be passed to configure. Note that the prefix will be automatically set and need not be provided here |
make_options | Options to be passed to the make command |
build_in_place | Build tests in current location (no prefix or install) |
merge_stdout_stderr | Merge stdout and stderr into one output stream |
stdout_save_lines | Number of lines of stdout to save |
stderr_save_lines | Number of lines of stderr to save |
modules_unload | Modules to unload |
modules | Modules to load |
modules_swap | Modules to swap |
dependencies | List of dependencies specified as the build stage name |
make_envars | Environmental variables to set prior to executing make |
subdir | Subdirectory that is to be built |
Builds a hostfile based on a nodelist
parent | Section that precedes this one in the dependency tree |
nodelist | list of nodes to create hostfile from |
hostfile | name of hostfile to generate |
Run shell commands to configure and build a software package
middleware | Middleware stage that these tests are to be built against |
command | Command to execute |
parent | Section that precedes this one in the dependency tree |
merge_stdout_stderr | Merge stdout and stderr into one output stream |
stdout_save_lines | Number of lines of stdout to save |
stderr_save_lines | Number of lines of stderr to save |
modules_unload | Modules to unload |
modules | Modules to load |
modules_swap | Modules to swap |
fail_test | Specifies whether this test is expected to fail (value=None means test is expected to succeed) |
fail_returncode | Specifies the expected failure returncode of this test |
allocate_cmd | Command to use for allocating nodes from the resource manager |
deallocate_cmd | Command to use for deallocating nodes from the resource manager |
asis_target | Specifies name of asis_target being built. This is used with "ASIS" keyword to determine whether to do anything. |