LIAO, YU-SIANG has proposed merging ~flyjerry0415/hwcert-jenkins-jobs:add-tillery-iot-device-28363 into hwcert-jenkins-jobs:master.
Commit message: Add:: add tillery iot device 28363 to jenkins snap pool. Requested reviews: hwcert-jenkins (hwcert-jenkins) For more details, see: https://code.launchpad.net/~flyjerry0415/hwcert-jenkins-jobs/+git/hwcert-jenkins-jobs/+merge/441545 -- Your team hwcert-jenkins is requested to review the proposed merge of ~flyjerry0415/hwcert-jenkins-jobs:add-tillery-iot-device-28363 into hwcert-jenkins-jobs:master.
diff --git a/jobs/snap-testing/configs/checkbox.conf.tillery b/jobs/snap-testing/configs/checkbox.conf.tillery new file mode 100644 index 0000000..61cb9e7 --- /dev/null +++ b/jobs/snap-testing/configs/checkbox.conf.tillery @@ -0,0 +1,31 @@ +# Please keep the indents below, for yaml formatting/templating + [environment] + WIFI_INTERFACE=wlan0 + OPEN_N_SSID=cert-n-open-tel-l3-01 + OPEN_BG_SSID=cert-bg-open-tel-l3-01 + OPEN_AC_SSID=cert-ac-open-tel-l3-01 + WPA_N_SSID=cert-n-wpa-tel-l3-01 + WPA_BG_SSID=cert-bg-wpa-tel-l3-01 + WPA_AC_SSID=cert-ac-wpa-tel-l3-01 + WPA_N_PSK=insecure + WPA_BG_PSK=insecure + WPA_AC_PSK=insecure + OBEX_TARGET=00:02:72:C5:F9:1F + WWAN_APN=internet.iot + WWAN_NET_IF=wwan0 + WWAN_CONTROL_IF=cdc-wdm0 + STRESS_BOOT_ITERATIONS=30 + STRESS_S3_ITERATIONS=100 + STRESS_S4_ITERATIONS=100 + TEST_TARGET_IPERF=10.101.51.151 + STRESS_S4_WAIT_DELAY=120 + STRESS_S4_SLEEP_DELAY=60 + STRESS_S3_SLEEP_DELAY=60 + STRESS_BOOT_WAKEUP_DELAY=60 + STRESS_S3_WAIT_DELAY=120 + STRESS_BOOT_WAIT_DELAY=120 + WIFI_AP_SETUPTIME=30 + WWAN_SETUPTIME=30 + TPM2TOOLS_TCTI_NAME=device + TPM2TOOLS_DEVICE_FILE=/dev/tpm0 + STORE_ID=Jmzh1dswg3Uop8LSD3zC diff --git a/jobs/snap-testing/launchers/tillery-automated b/jobs/snap-testing/launchers/tillery-automated new file mode 100644 index 0000000..75864cf --- /dev/null +++ b/jobs/snap-testing/launchers/tillery-automated @@ -0,0 +1,19 @@ +# Please keep the indents below, for yaml formatting/templating + [launcher] + app_id = com.canonical.qa.tillery:checkbox + launcher_version = 1 + stock_reports = text, submission_files, certification + + [test plan] + unit = com.canonical.qa.tillery::tillery-automated + forced = yes + + [test selection] + forced = yes + exclude = .*cold-reboot + + [ui] + type = silent + auto_retry = yes + max_attempts = 4 + delay_before_retry = 30 diff --git a/jobs/snap-testing/manifests/tillery_manifest.conf b/jobs/snap-testing/manifests/tillery_manifest.conf new file mode 100644 index 0000000..e59319f --- /dev/null +++ b/jobs/snap-testing/manifests/tillery_manifest.conf @@ -0,0 +1,15 @@ +# keep formatting + [manifest] + com.canonical.certification::has_audio_playback = false + com.canonical.certification::has_audio_capture = false + com.canonical.certification::has_bt_adapter = false + 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 = false + com.canonical.certification::has_wlan_adapter = true + com.canonical.certification::has_wwan_module = false + com.canonical.certification::has_tpm2_chip = false diff --git a/jobs/snap-testing/projects/tillery.yaml b/jobs/snap-testing/projects/tillery.yaml new file mode 100644 index 0000000..9d4eae9 --- /dev/null +++ b/jobs/snap-testing/projects/tillery.yaml @@ -0,0 +1,44 @@ +- project: + name: tillery + queue: tillery + email: [email protected] + arch: amd64 + store: Jmzh1dswg3Uop8LSD3zC + checkbox_snap: checkbox-tillery + launcher: '' + provision_data: | + provision_data: + distro: core20-latest-stable + custom_launcher: + !include-raw-escape: jobs/snap-testing/launchers/tillery-automated + extra_setup_cmds: | + declare -A snap_track_map + snap_track_map=( ["pc-kernel"]="20" ) + has-serial-assertion: False + snap_reset_needed: True + track: latest + user: ubuntu + test_data: | + # user and password for clould-init + test_username: ubuntu + test_password: ubuntu + checkbox_track: latest + checkbox_channel: edge + checkbox_conf: + !include-raw-escape: jobs/snap-testing/configs/checkbox.conf.tillery + manifest: + !include-raw-escape: jobs/snap-testing/manifests/tillery_manifest.conf + jobs: + - '{prefix}-{name}-{snap}-{channel}': + snap: core20 + - '{prefix}-{name}-{snap}-{channel}': + snap: snapd + - '{prefix}-{name}-{snap}-{channel}': + snap: pc-kernel + track: 20 + - '{prefix}-{name}-{snap}-{track}-{channel}': + snap: degw-iot-core-client-snap + - '{prefix}-{name}-{snap}-{channel}': + snap: checkbox-tillery + channel: edge + extra_args: --devmode
-- Mailing list: https://launchpad.net/~canonical-hw-cert Post to : [email protected] Unsubscribe : https://launchpad.net/~canonical-hw-cert More help : https://help.launchpad.net/ListHelp

