1BKR-MACHINE-TEST(1) Beaker BKR-MACHINE-TEST(1)
2
3
4
6 bkr-machine-test - Generate Beaker job to test a system
7
9 bkr machine-test --machine <fqdn> [--inventory] [workflow options]
10 [options]
11
13 Generates a Beaker job to test the system identified by <fqdn>.
14
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
26 Non-zero on error, otherwise zero.
27
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
43 bkr(1)
44
46 The Beaker team <beaker-devel@lists.fedorahosted.org>
47
49 2013-2020 Red Hat, Inc.
50
51
52
53
5427.4 Mar 30, 2020 BKR-MACHINE-TEST(1)