canonical-hw-cert team mailing list archive
-
canonical-hw-cert team
-
Mailing list archive
-
Message #24624
[Merge] ~pgentili/hwcert-jenkins-jobs/+git/cert-juju:zapper-enabled-agent into ~canonical-hw-cert/hwcert-jenkins-jobs/+git/cert-juju:master
Paolo Gentili has proposed merging ~pgentili/hwcert-jenkins-jobs/+git/cert-juju:zapper-enabled-agent into ~canonical-hw-cert/hwcert-jenkins-jobs/+git/cert-juju:master.
Commit message:
Add: new DUT equipped with Zapper
Requested reviews:
Canonical Hardware Certification (canonical-hw-cert)
For more details, see:
https://code.launchpad.net/~pgentili/hwcert-jenkins-jobs/+git/cert-juju/+merge/430544
https://warthogs.atlassian.net/browse/ZAP-217
Setup 202203-30003 as a Testflinger agent with `noprovision` flag. This laptop will be tested by Zapper using companion mode.
--
Your team hwcert-jenkins is subscribed to branch ~canonical-hw-cert/hwcert-jenkins-jobs/+git/cert-juju:master.
diff --git a/ce-cert/data/20220330003-zapper/default.yaml b/ce-cert/data/20220330003-zapper/default.yaml
new file mode 100644
index 0000000..9a07489
--- /dev/null
+++ b/ce-cert/data/20220330003-zapper/default.yaml
@@ -0,0 +1,20 @@
+device_ip: 10.102.158.105
+secure_id: 2AyZUb4uP9UoFVyEMury9K
+# node_id:
+# maas_user: sru-pool
+logstash_host: 10.101.51.50
+agent_name: 20220330003-zapper
+# node_name:
+reset_efi: true
+env:
+ HEXR_DEVICE_SECURE_ID: 2AyZUb4uP9UoFVyEMury9K
+ WPA_BG_SSID: ubuntu-cert-bg-wpa-tpelab
+ WPA_BG_PSK: insecure
+ WPA_N_SSID: ubuntu-cert-n-wpa-tpelab
+ WPA_N_PSK: insecure
+ WPA_AC_SSID: ubuntu-cert-ac-wpa-tpelab
+ WPA_AC_PSK: insecure
+ OPEN_BG_SSID: ubuntu-cert-bg-open-tpelab
+ OPEN_N_SSID: ubuntu-cert-n-open-tpelab
+ OPEN_AC_SSID: ubuntu-cert-ac-open-tpelab
+ DEVICE_IP: 10.102.158.105
diff --git a/ce-cert/data/20220330003-zapper/testflinger-agent.conf b/ce-cert/data/20220330003-zapper/testflinger-agent.conf
new file mode 100644
index 0000000..1f9b335
--- /dev/null
+++ b/ce-cert/data/20220330003-zapper/testflinger-agent.conf
@@ -0,0 +1,17 @@
+agent_id: 20220330003-zapper
+server_address: https://testflinger.canonical.com
+global_timeout: 43200
+output_timeout: 3600
+execution_basedir: /home/ubuntu/testflinger/20220330003-zapper/run
+logging_basedir: /home/ubuntu/testflinger/20220330003-zapper/logs
+results_basedir: /home/ubuntu/testflinger/20220330003-zapper/results
+logging_level: INFO
+job_queues:
+- 202203-30003
+- zapper-202203-30003
+setup_command: tf-setup
+provision_command: tf-provision
+test_command: tf-test
+reserve_command: tf-reserve
+cleanup_command: tf-cleanup
+provision_type: noprovision
Follow ups