commit | 1a08d236008a4a24777bfba93a789122745933d9 | [log] [tgz] |
---|---|---|
author | Rich Lane <rich.lane@bigswitch.com> | Fri Jan 04 16:03:50 2013 -0800 |
committer | Rich Lane <rich.lane@bigswitch.com> | Fri Jan 04 16:03:50 2013 -0800 |
tree | b4b4af4f8fd8fcbb5800f27bfc0ad9cf8ee4209a | |
parent | 1cc22fd5b7b1414831f83a9d49a171117d32f3ae [diff] |
oft: add test-file option This option reads a file that has one test name or group name per line. Whitespace and comments starting with '#' are ignored. The resulting tests are unioned with those given on the command line. The main usecase for this is freezing a set of tests to be run against a switch. You can use the --list-test-names option to get the current set of tests in a format suitable for use with this option, then manually edit it to add, remove, and comment tests.