bkr machine-test: Generate Beaker job to test a system¶
Description¶
Generates a Beaker job to test the system identified by <fqdn>.
Options¶
- --inventory¶
Include the /distribution/inventory task in the generated job, in order to update the system’s details in Beaker.
Common workflow options are described in the Workflow options section of bkr(1).
Common bkr options are described in the Options section of bkr(1).
Exit status¶
Non-zero on error, otherwise zero.
Examples¶
Test a particular system on RHEL5 and RHEL6, including running the inventory task:
bkr machine-test --machine=system1.example.invalid --inventory \
--family RedHatEnterpriseLinuxServer5 \
--family RedHatEnterpriseLinux6
Attempt to run the inventory task on faultysystem.example.invalid even though it is marked as Broken:
bkr machine-test --ignore-system-status --inventory \
--machine=faultysystem.example.invalid
See also¶
bkr(1)