LLNL / ATS

ATS - Automated Testing System - is an open-source, Python-based tool for automating the running of tests of an application across a broad range of high performance computers.
BSD 3-Clause "New" or "Revised" License
6 stars 5 forks source link

Expanding documentation of an option #119

Closed MishaZakharchanka closed 1 year ago

MishaZakharchanka commented 1 year ago

This PR simply adds documentation (on the --help level) about the behavior of one of our existing options, --nosrun. Also adds the --nosrun option and the test class attribute nosrun to the documentation (ast.rst).

This PR will close: https://github.com/LLNL/ATS/issues/62 as using the option, as described in the updated documentation, will allow a user to bypass the login node check on blueos, so that tests can be run on either the login node or custom (external to ATS) allocations.