Merge ~baconyao/checkbox-limerick/+git/checkbox-limerick-classic:add-vck190-launcher into ~checkbox-dev/checkbox-limerick/+git/checkbox-limerick-classic:master

Proposed by PeiYao Chang
Status: Merged
Approved by: Vic Liu
Approved revision: a2fe10e3ba4cb4c75173efd782e0a34574013c28
Merged at revision: 84a539c06382c8103d3c627695f728a032a63c47
Proposed branch: ~baconyao/checkbox-limerick/+git/checkbox-limerick-classic:add-vck190-launcher
Merge into: ~checkbox-dev/checkbox-limerick/+git/checkbox-limerick-classic:master
Diff against target: 60 lines (+35/-1)
2 files modified
launchers/test-runner-vck190 (+31/-0)
snap/snapcraft.yaml (+4/-1)
Reviewer Review Type Date Requested Status
Vic Liu Approve
Review via email: mp+439064@code.launchpad.net

Commit message

Add: Launcher for VCK190 platform

To post a comment you must log in.
Revision history for this message
Vic Liu (zongminl) wrote :

Please fix as my in-line comment

review: Needs Fixing
Revision history for this message
PeiYao Chang (baconyao) wrote :

> Please fix as my in-line comment

Modify the has_wlan_adapter as false

Revision history for this message
Vic Liu (zongminl) wrote :

Thank you

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/launchers/test-runner-vck190 b/launchers/test-runner-vck190
2new file mode 100755
3index 0000000..ca94dbb
4--- /dev/null
5+++ b/launchers/test-runner-vck190
6@@ -0,0 +1,31 @@
7+#!/usr/bin/env checkbox-cli-wrapper
8+[launcher]
9+app_id = com.canonical.qa.limerick:checkbox
10+launcher_version = 1
11+stock_reports = text, submission_files, certification
12+
13+[test plan]
14+unit = com.canonical.qa.limerick::vck190-limerick-classic-22-04
15+filter = com.canonical.qa.limerick::vck190-limerick-classic-22-04
16+ com.canonical.qa.limerick::vck190-limerick-manual-classic-22-04
17+ com.canonical.qa.limerick::vck190-limerick-automated-classic-22-04
18+ com.canonical.qa.limerick::vck190-limerick-stress-classic-22-04
19+
20+[manifest]
21+com.canonical.certification::has_ethernet_adapter = true
22+com.canonical.certification::has_usb_storage = true
23+com.canonical.certification::has_i2c = true
24+com.canonical.certification::has_audio_capture = false
25+com.canonical.certification::has_audio_loopback_connector = false
26+com.canonical.certification::has_audio_playback = false
27+com.canonical.certification::has_bt_adapter = false
28+com.canonical.certification::has_bt_smart = false
29+com.canonical.certification::has_camera = false
30+com.canonical.certification::has_card_reader = false
31+com.canonical.certification::has_hardware_watchdog = false
32+com.canonical.certification::has_thunderbolt3 = false
33+com.canonical.certification::has_tpm2_chip = false
34+com.canonical.certification::has_usb_type_c = false
35+com.canonical.certification::has_usbc_data = false
36+com.canonical.certification::has_wwan_module = false
37+com.canonical.certification::has_wlan_adapter = false
38diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
39index f4d45bc..ba04f59 100644
40--- a/snap/snapcraft.yaml
41+++ b/snap/snapcraft.yaml
42@@ -2,7 +2,7 @@ name: checkbox-limerick-classic
43 summary: Checkbox tests for the limerick classic project
44 description: |
45 Collection of tests to be run on devices that are part of the limerick project
46-version: '0.1dev-jammy'
47+version: '0.2dev-jammy'
48 confinement: classic
49 grade: stable
50
51@@ -32,6 +32,9 @@ apps:
52 test-runner-kr260:
53 command-chain: [bin/wrapper_local]
54 command: bin/test-runner-kr260
55+ test-runner-vck190:
56+ command-chain: [bin/wrapper_local]
57+ command: bin/test-runner-vck190
58
59 passthrough:
60 hooks:

Subscribers

People subscribed via source and target branches