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:
- The trigger for a new Bugzilla creation:
--new-bug. - The architecture that the binary is run on:
--arch=. Replace<ARCH><ARCH>with "i386", "x86_64" or "i686", whichever is appropriate. - 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>