From 190e1638c2c0b577a9edc58d07d343982c7b68fe Mon Sep 17 00:00:00 2001 From: Lukáš Růžička Date: Jul 12 2019 09:52:33 +0000 Subject: Update README --- diff --git a/README.md b/README.md index 2978724..bf55353 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ There are several options that can be used to control the functionality: * `-s, --stream` defines the stream that will be used to work with. * `-u, --upgrade` defines the newer stream to be used for some of the functionality, for example switching streams. * `-a, --action` is a comma-separated list of actions that will be tested with the module. +* `-w, --whitelist` accepts a text file with whitelisted modules (one module on a line) that can be used not to report modules without default streams and profiles set, if that is what the author of the module wanted. Otherwise, you would have a lot of false positives. The script will, when running, print out useful information about single tests and when it finishes, it will print out the overall results of the actions to the console. So, it will be easy to see in the OpenQA video, for example, how the test went and debugging will be easier. @@ -23,7 +24,9 @@ The script exits with exit code 0 when all tests pass. If some of the tests will * `disable` tests if a module:stream can be disabled * `install` tests if a module:stream can be installed * `remove` tests if a module:stream can be removed +* `reset` tests if a module:stream can be reset +* `checkdefaults` tests if a module has default stream and profile set * `switch` tests if a module:stream can be switched to a different stream (currently outdated) -**Note:** If you test more functions at once, *always* disable the module:stream after you have removed it. +**Note:** If you test more functions at once, *always* reset the module:stream after you have removed it.