6.2. Using the Software Test Suite to raise a request

The Software Test Suite client has the ability to raise a new Bugzilla request from the command line.
The command for this functionality requires four options to be included:
  1. The trigger for a new Bugzilla creation: --new-bug.
  2. The architecture that the binary is run on: --arch=<ARCH>. Replace <ARCH> with "i386", "x86_64" or "i686", whichever is appropriate.
  3. The release of the application: --rel-version=<REL_VERSION>.
The complete command would be:
stsclient <PLUGIN_OPTS> --new-bug --arch <i386|x86_64|i686> --rel-version <REL_VERSION>