canonical-hw-cert team mailing list archive
-
canonical-hw-cert team
-
Mailing list archive
-
Message #88523
[Merge] ~kevinyeh/hwcert-jenkins-jobs:add-murcia-suv into hwcert-jenkins-jobs:master
Kevin Yeh has proposed merging ~kevinyeh/hwcert-jenkins-jobs:add-murcia-suv into hwcert-jenkins-jobs:master.
Commit message:
Add: add dell edge gateway 3200 and 5200 for SUV testing for project murcia
add wpa3 ssid for wpa3 test
Requested reviews:
hwcert-jenkins (hwcert-jenkins)
For more details, see:
https://code.launchpad.net/~kevinyeh/hwcert-jenkins-jobs/+git/hwcert-jenkins-jobs/+merge/439987
--
Your team hwcert-jenkins is requested to review the proposed merge of ~kevinyeh/hwcert-jenkins-jobs:add-murcia-suv into hwcert-jenkins-jobs:master.
diff --git a/jobs/snap-testing/configs/checkbox.conf b/jobs/snap-testing/configs/checkbox.conf
index 76e1167..f474658 100644
--- a/jobs/snap-testing/configs/checkbox.conf
+++ b/jobs/snap-testing/configs/checkbox.conf
@@ -11,6 +11,8 @@
WPA_AC_PSK = insecure
WPA_AX_SSID = cert-ax-wpa-tel-l3-01
WPA_AX_PSK = insecure
+ WPA3_AX_SSID = cert-ax-wpa3-tel-l3-01
+ WPA3_AX_PSK = insecure
OPEN_BG_SSID = cert-bg-open-tel-l3-01
OPEN_N_SSID = cert-n-open-tel-l3-01
OPEN_AC_SSID = cert-ac-open-tel-l3-01
diff --git a/jobs/snap-testing/manifests/murcia-3200_manifest.conf b/jobs/snap-testing/manifests/murcia-3200_manifest.conf
new file mode 100644
index 0000000..48cbd5a
--- /dev/null
+++ b/jobs/snap-testing/manifests/murcia-3200_manifest.conf
@@ -0,0 +1,16 @@
+# keep formatting
+ [manifest]
+ com.canonical.certification::has_audio_playback = true
+ com.canonical.certification::has_audio_capture = true
+ com.canonical.certification::has_audio_loopback_connector = true
+ com.canonical.certification::has_bt_adapter = true
+ com.canonical.certification::has_ethernet_adapter = true
+ com.canonical.certification::has_i2c = true
+ com.canonical.certification::has_card_reader = false
+ com.canonical.certification::has_thunderbolt3 = false
+ com.canonical.certification::has_usb_type_c = false
+ com.canonical.certification::has_usb_storage = true
+ com.canonical.certification::has_hardware_watchdog = true
+ com.canonical.certification::has_wlan_adapter = true
+ com.canonical.certification::has_wwan_module = true
+ com.canonical.certification::has_tpm2_chip = true
diff --git a/jobs/snap-testing/manifests/murcia-5200_manifest.conf b/jobs/snap-testing/manifests/murcia-5200_manifest.conf
new file mode 100644
index 0000000..48cbd5a
--- /dev/null
+++ b/jobs/snap-testing/manifests/murcia-5200_manifest.conf
@@ -0,0 +1,16 @@
+# keep formatting
+ [manifest]
+ com.canonical.certification::has_audio_playback = true
+ com.canonical.certification::has_audio_capture = true
+ com.canonical.certification::has_audio_loopback_connector = true
+ com.canonical.certification::has_bt_adapter = true
+ com.canonical.certification::has_ethernet_adapter = true
+ com.canonical.certification::has_i2c = true
+ com.canonical.certification::has_card_reader = false
+ com.canonical.certification::has_thunderbolt3 = false
+ com.canonical.certification::has_usb_type_c = false
+ com.canonical.certification::has_usb_storage = true
+ com.canonical.certification::has_hardware_watchdog = true
+ com.canonical.certification::has_wlan_adapter = true
+ com.canonical.certification::has_wwan_module = true
+ com.canonical.certification::has_tpm2_chip = true
diff --git a/jobs/snap-testing/projects/murcia-3200.yaml b/jobs/snap-testing/projects/murcia-3200.yaml
new file mode 100644
index 0000000..fd17bcc
--- /dev/null
+++ b/jobs/snap-testing/projects/murcia-3200.yaml
@@ -0,0 +1,32 @@
+- project:
+ name: murcia-3200
+ queue: murcia-3200
+ arch: amd64
+ has-serial-assertion: False
+ checkbox_snap: checkbox
+ checkbox_track: 'uc20'
+ launcher: ''
+ provision_data: |
+ provision_data:
+ distro: core20-latest-stable
+ checkbox_conf:
+ !include-raw-escape: jobs/snap-testing/configs/checkbox.conf
+ manifest:
+ !include-raw-escape: jobs/snap-testing/manifests/murcia-3200_manifest.conf
+ custom_launcher:
+ !include-raw-escape: jobs/snap-testing/launchers/client-cert-iot-ubuntucore-20-no-tpm2
+ extra_snaps: bluez
+ extra_setup_cmds: |
+ declare -A snap_track_map
+ snap_track_map=( ["intel-iotg-kernel"]="20" ["pc"]="20" )
+ jobs:
+ - '{prefix}-{name}-{snap}-{track}-{channel}':
+ snap: pc
+ track: 20
+ - '{prefix}-{name}-{snap}-{track}-{channel}':
+ snap: intel-iotg-kernel
+ track: 20
+ - '{prefix}-{name}-{snap}-{channel}':
+ snap: snapd
+ - '{prefix}-{name}-{snap}-{channel}':
+ snap: core20
diff --git a/jobs/snap-testing/projects/murcia-5200.yaml b/jobs/snap-testing/projects/murcia-5200.yaml
new file mode 100644
index 0000000..ea2eae1
--- /dev/null
+++ b/jobs/snap-testing/projects/murcia-5200.yaml
@@ -0,0 +1,32 @@
+- project:
+ name: murcia-5200
+ queue: murcia-5200
+ arch: amd64
+ has-serial-assertion: False
+ checkbox_snap: checkbox
+ checkbox_track: 'uc20'
+ launcher: ''
+ provision_data: |
+ provision_data:
+ distro: core20-latest-stable
+ checkbox_conf:
+ !include-raw-escape: jobs/snap-testing/configs/checkbox.conf
+ manifest:
+ !include-raw-escape: jobs/snap-testing/manifests/murcia-5200_manifest.conf
+ custom_launcher:
+ !include-raw-escape: jobs/snap-testing/launchers/client-cert-iot-ubuntucore-20-no-tpm2
+ extra_snaps: bluez
+ extra_setup_cmds: |
+ declare -A snap_track_map
+ snap_track_map=( ["intel-kernel"]="20" ["pc"]="20" )
+ jobs:
+ - '{prefix}-{name}-{snap}-{track}-{channel}':
+ snap: pc
+ track: 20
+ - '{prefix}-{name}-{snap}-{track}-{channel}':
+ snap: intel-iotg-kernel
+ track: 20
+ - '{prefix}-{name}-{snap}-{channel}':
+ snap: snapd
+ - '{prefix}-{name}-{snap}-{channel}':
+ snap: core20
Follow ups