diff options
author | Daniel Manrique <roadmr@ubuntu.com> | 2015-05-21 11:07:18 -0400 |
---|---|---|
committer | Daniel Manrique <roadmr@ubuntu.com> | 2015-05-21 11:07:18 -0400 |
commit | 26ced0bfefba4e8afbe8f2c67be78ae30bd159a6 (patch) | |
tree | 1611b15331982733541b316fea1fcd4630c7aae1 /jobs | |
parent | dcffffb2d083a2cd9baa9bf4645903fb192825c6 (diff) |
providers:checkbox: Fix wrong usage of recovery_info script in some info jobs
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/info.txt.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/jobs/info.txt.in b/jobs/info.txt.in index 93ee01b..cb07111 100644 --- a/jobs/info.txt.in +++ b/jobs/info.txt.in @@ -283,7 +283,7 @@ user: root estimated_duration: 0.2 _summary: Check existence of recovery partition _description: Check existence of recovery partition -command: recovery_info --check-recovery-partition +command: recovery_info plugin: shell id: info/detect_dell_recovery @@ -293,7 +293,7 @@ user: root estimated_duration: 0.2 _summary: Check the recovery type is dell or not _description: Check the recovery type is dell or not -command: recovery_info --check-recovery-type DELL +command: recovery_info checktype DELL plugin: attachment id: recovery_info_attachment @@ -309,7 +309,7 @@ _description: Example: image_version: somerville-trusty-amd64-20140620-0 bto_version: A00_dell-bto-trusty-houston-15-A11-iso-20141203-0.iso -command: recovery_info --show-version +command: recovery_info version plugin: attachment id: dell_bto_xml_attachment @@ -322,7 +322,7 @@ _description: The information include: - fish packages - dell recovery stage 2 boot log -command: recovery_info --readfile bto.xml +command: recovery_info file bto.xml plugin: attachment id: info/kvm_output |