Merge ~liaou3/checkbox-iiotg/+git/checkbox-provider-intliotg:fix_summary_field_to_stay_under_80_character into ~checkbox-dev/checkbox-iiotg/+git/checkbox-provider-intliotg:master

Proposed by Vincent Liao
Status: Merged
Approved by: Vincent Liao
Approved revision: 672b9cae262bf8cf36e1ec6893cb3b74ab6885a3
Merged at revision: 629889d01de98911b968746181403e3d0498bf3d
Proposed branch: ~liaou3/checkbox-iiotg/+git/checkbox-provider-intliotg:fix_summary_field_to_stay_under_80_character
Merge into: ~checkbox-dev/checkbox-iiotg/+git/checkbox-provider-intliotg:master
Diff against target: 44 lines (+8/-4)
1 file modified
units/tsn/jobs.pxu (+8/-4)
Reviewer Review Type Date Requested Status
Vincent Liao Approve
Vic Liu Pending
Patrick Liu Pending
Rick Wu Pending
StanleyHuang Pending
PeiYao Chang Pending
Review via email: mp+452083@code.launchpad.net

Commit message

Fix summary field to stay under 80 characters

Description of the change

This is the quick fix for checkbox-provider-iiotg that some of the summary field exceed 80 characters, we have to make it stay under 80.

To post a comment you must log in.
Revision history for this message
Vincent Liao (liaou3) wrote :

Since it's just a correction for typo, I'll just mark it approved.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/units/tsn/jobs.pxu b/units/tsn/jobs.pxu
2index 96b1a4f..c8db1dc 100644
3--- a/units/tsn/jobs.pxu
4+++ b/units/tsn/jobs.pxu
5@@ -121,7 +121,8 @@ template-resource: tsn/tsn-devices
6 template-unit: job
7 id: tsn/ieee802.1as-2011/time-sync-between-two-system-as-client-{eth-interface}
8 category_id: tsn
9-_summary: Verify SUT can use {eth-interface} to establish time-sync with another machine as client (IEEE 802.1AS-2011)
10+_summary:
11+ Check establish time-sync with another machine as client via {eth-interface}
12 _purpose:
13 Use {eth-interface} on the SUT to achieve time sync with the second machine as client
14 depends:
15@@ -144,7 +145,8 @@ template-resource: tsn/tsn-devices
16 template-unit: job
17 id: tsn/ieee802.1as-2011/time-sync-between-two-system-as-master-{eth-interface}
18 category_id: tsn
19-_summary: Verify SUT can use {eth-interface} to establish time-sync with another machine as master (IEEE 802.1AS-2011)
20+_summary:
21+ Check establish time-sync with another machine as master via {eth-interface}
22 _purpose:
23 Use {eth-interface} on the SUT to achieve time sync with the second machine as master
24 depends:
25@@ -167,7 +169,8 @@ template-resource: tsn/tsn-devices
26 template-unit: job
27 id: tsn/ieee802.1as-2011/time-sync-system-clock-with-PHC-as-client-{eth-interface}
28 category_id: tsn
29-_summary: Verify if the system can sync time between system clock and PTP hardware clock as client(IEEE 802.1AS-2011)
30+_summary:
31+ Check system time sync with PTP hardware clock as client
32 depends:
33 tsn/tsn-detected
34 tsn/ieee802.1as-2011/time-sync-between-two-system-as-client-{eth-interface}
35@@ -199,7 +202,8 @@ template-resource: tsn/tsn-devices
36 template-unit: job
37 id: tsn/ieee802.1as-2011/time-sync-system-clock-with-PHC-as-master-{eth-interface}
38 category_id: tsn
39-_summary: Verify if the system can sync time between system clock and PTP hardware clock as master(IEEE 802.1AS-2011)
40+_summary:
41+ Check system time sync with PTP hardware clock as client
42 depends:
43 tsn/tsn-detected
44 tsn/ieee802.1as-2011/time-sync-between-two-system-as-master-{eth-interface}

Subscribers

People subscribed via source and target branches