← Back to team overview

canonical-hw-cert team mailing list archive

[Merge] ~pieq/hwcert-jenkins-jobs/+git/cert-juju:add-zapper-002-agent into ~canonical-hw-cert/hwcert-jenkins-jobs/+git/cert-juju:master

 

Pierre Equoy has proposed merging ~pieq/hwcert-jenkins-jobs/+git/cert-juju:add-zapper-002-agent into ~canonical-hw-cert/hwcert-jenkins-jobs/+git/cert-juju:master.

Requested reviews:
  Canonical Hardware Certification (canonical-hw-cert)

For more details, see:
https://code.launchpad.net/~pieq/hwcert-jenkins-jobs/+git/cert-juju/+merge/434218
-- 
Your team Canonical Hardware Certification is requested to review the proposed merge of ~pieq/hwcert-jenkins-jobs/+git/cert-juju:add-zapper-002-agent into ~canonical-hw-cert/hwcert-jenkins-jobs/+git/cert-juju:master.
diff --git a/ce-cert/data-tel-l5/zapper002/default.yaml b/ce-cert/data-tel-l5/zapper002/default.yaml
new file mode 100644
index 0000000..0825037
--- /dev/null
+++ b/ce-cert/data-tel-l5/zapper002/default.yaml
@@ -0,0 +1,13 @@
+device_ip: 10.102.162.130
+agent_name: zapper_002
+env:
+    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.162.130
diff --git a/ce-cert/data-tel-l5/zapper002/testflinger-agent.conf b/ce-cert/data-tel-l5/zapper002/testflinger-agent.conf
new file mode 100644
index 0000000..06be94d
--- /dev/null
+++ b/ce-cert/data-tel-l5/zapper002/testflinger-agent.conf
@@ -0,0 +1,16 @@
+agent_id: zapper002
+server_address: https://testflinger.canonical.com
+global_timeout: 43200
+output_timeout: 3600
+execution_basedir: /home/ubuntu/testflinger/zapper002/run
+logging_basedir: /home/ubuntu/testflinger/zapper002/logs
+results_basedir: /home/ubuntu/testflinger/zapper002/results
+logging_level: INFO
+job_queues:
+- zapper-002
+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