Skip to content

Commit 1f84155

Browse files
committed
Descriptions are summary, fixed most issues in PR review
1 parent ed43dbd commit 1f84155

5 files changed

Lines changed: 7 additions & 8 deletions

File tree

checkbox-ng/plainbox/impl/providers/manifest/units/manifest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ unit: job
22
id: collect-manifest
33
category_id: com.canonical.plainbox::info
44
summary: Collect the hardware manifest (interactively)
5-
description: |
5+
purpose: |
66
This job interactively asks the user about each manifest entry and stores the
77
result. This job can be omitted but the manifest may be incomplete unless it
88
was cached on an earlier run or provided externally.
@@ -17,7 +17,7 @@ unit: job
1717
id: manifest
1818
category_id: com.canonical.plainbox::info
1919
summary: Hardware Manifest
20-
description: This job loads the hardware manifest and exposes it as a resource.
20+
purpose: This job loads the hardware manifest and exposes it as a resource.
2121
plugin: resource
2222
command: plainbox-manifest-resource
2323
estimated_duration: '1'

metabox/metabox/metabox-provider/units/ordering.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ command: 'true'
204204
id: ordering_groups
205205
name: ordering_groups
206206
unit: test plan
207-
summary: Group order test
207+
description: Group order test
208208
include:
209209
- groups_1_C
210210
- groups_1_g2
@@ -243,7 +243,7 @@ command: 'true'
243243
id: ordering_groups_cycle
244244
name: ordering_groups_cycle
245245
unit: test plan
246-
summary: Group cycle test
246+
description: Group cycle test
247247
include:
248248
- groups_2_A1
249249
- groups_2_A2
@@ -311,7 +311,7 @@ command: 'True'
311311
id: ordering_groups_template
312312
name: ordering_groups_template
313313
unit: test plan
314-
summary: Templated group order test
314+
description: Templated group order test
315315
include:
316316
- teardown_order_id
317317
- test_feature_order_B.*

metabox/metabox/metabox-provider/units/resume.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ include:
3838
unit: test plan
3939
id: pass-only-rerun
4040
name: Pass only on rerun
41-
summary: Test that passes only at the secont try
41+
description: Test that passes only at the secont try
4242
include:
4343
- pass-rerun
4444
- basic-shell-failing

metabox/metabox/metabox-provider/units/setup_include.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ command: |
1717
id: verify_simple_guards
1818
flags:
1919
- simple
20-
name: Verify that the simple guards were created
20+
summary: Verify that the simple guards were created
2121
command: |
2222
if ! test -f $PLAINBOX_SESSION_SHARE/setup_include_guard; then
2323
echo "setup_guard didn't run"

providers/base/units/smoke/jobs.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ summary: Verify job result status when requirements are not met.
4444
---
4545
plugin: manual
4646
id: smoke/manual
47-
description: ''
4847
purpose: This test checks that the manual plugin works fine
4948
steps: |
5049
1. Add a comment

0 commit comments

Comments
 (0)