|
pymtt
|
Tools for fetching tests. More...
Collaboration diagram for Fetch:Tools for fetching tests.
No-op plugin for using existing middleware installation
| exec | Executable that should be in path |
| modules_unload | Modules to unload |
| modules | Modules to load |
| modules_swap | Modules to swap |
Plugin for fetching and locally installing rpms from the Web
| rpm | rpm name (can be local file) |
| url | URL to where the rpm can be found if other than repository |
| query | Command to use to query pre-existing installation |
| install | Command to use to install the package |
| sudo | Superuser authority required |
Plugin for fetching and unpacking tarballs from the Web
| url | URL for the tarball |
| cmd | Command line to use to fetch the tarball (e.g., "curl -o") |
| subdir | Subdirectory of interest in package |
Plugin for getting software via Git
| url | URL to access the repository |
| username | Username required for accessing the repository |
| password | Password required for that user to access the repository |
| pwfile | File where password can be found |
| branch | Branch (if not master) to be downloaded |
| pr | Pull request to be downloaded |
| subdir | Subdirectory of interest in repository |
| modules_unload | Modules to unload |
| modules | Modules to load |
| modules_swap | Modules to swap |
| retry | Number of times to retry on failure. Default is 0. |
Plugin for getting software via OMPI Nightly tarballs
| url | URL to access the OMPI nightly tarball (e.g. https://www.open-mpi.org/nightly/v2.x) |
| version_file | optional file containing name of most recent tarball version tested |
| mpi_name | optional name for the OMPI snapshot tarball |
Plugin for fetching and locally installing pkgs from the Web
| pkg | Package to be installed |
| sudo | Superuser authority required |
| userloc | Install locally for the user instead of in system locations |
| pip | Command to use for pip (e.g., "pip3") |
1.8.6