1BKR-MACHINE-TEST(1)                 Beaker                 BKR-MACHINE-TEST(1)
2
3
4

NAME

6       bkr-machine-test - Generate Beaker job to test a system
7

SYNOPSIS

9       bkr  machine-test  --machine  <fqdn>  [--inventory]  [workflow options]
10       [options]
11

DESCRIPTION

13       Generates a Beaker job to test the system identified by <fqdn>.
14

OPTIONS

16       --inventory
17              Include the /distribution/inventory task in the  generated  job,
18              in order to update the system's details in Beaker.
19
20       Common  workflow  options are described in the Workflow options section
21       of bkr(1).
22
23       Common bkr options are described in the Options section of bkr(1).
24

EXIT STATUS

26       Non-zero on error, otherwise zero.
27

EXAMPLES

29       Test a particular system on RHEL5  and  RHEL6,  including  running  the
30       inventory task:
31
32          bkr machine-test --machine=system1.example.invalid --inventory \
33                  --family RedHatEnterpriseLinuxServer5 \
34                  --family RedHatEnterpriseLinux6
35
36       Attempt  to run the inventory task on faultysystem.example.invalid even
37       though it is marked as Broken:
38
39          bkr machine-test --ignore-system-status --inventory \
40                   --machine=faultysystem.example.invalid
41

SEE ALSO

43       bkr(1)
44

AUTHOR

46       The Beaker team <beaker-devel@lists.fedorahosted.org>
47
49       2013, Red Hat, Inc
50
51
52
53
5426.3                             Jan 31, 2019              BKR-MACHINE-TEST(1)
Impressum