canonical-hw-cert team mailing list archive
-
canonical-hw-cert team
-
Mailing list archive
-
Message #03017
[Merge] ~gavin.lin/hwcert-jenkins-jobs/+git/cert-juju:typo into ~canonical-hw-cert/hwcert-jenkins-jobs/+git/cert-juju:master
Gavin Lin has proposed merging ~gavin.lin/hwcert-jenkins-jobs/+git/cert-juju:typo into ~canonical-hw-cert/hwcert-jenkins-jobs/+git/cert-juju:master.
Commit message:
Fix typo
Requested reviews:
Gavin Lin (gavin.lin)
For more details, see:
https://code.launchpad.net/~gavin.lin/hwcert-jenkins-jobs/+git/cert-juju/+merge/426551
--
Your team hwcert-jenkins is subscribed to branch ~canonical-hw-cert/hwcert-jenkins-jobs/+git/cert-juju:master.
diff --git a/ce-cert/data-tel-l5/rpi3bp005/default.yaml b/ce-cert/data-tel-l5/rpi3bp005/default.yaml
index cd58075..0a0a9a2 100644
--- a/ce-cert/data-tel-l5/rpi3bp005/default.yaml
+++ b/ce-cert/data-tel-l5/rpi3bp005/default.yaml
@@ -10,7 +10,7 @@ serial_port: '3000'
snappy_writable_partition: /dev/sda2
control_switch_local_cmd: sudo sd-mux-ctrl --device-serial=$(sudo sd-mux-ctrl --list|
grep Serial| cut -d "," -f 3| cut -d " " -f 3) --ts
-control_switch_device_cmd: sudo sd-mux-ctrl --device-serial=$(sudo sd-mux-ctrl --listi|
+control_switch_device_cmd: sudo sd-mux-ctrl --device-serial=$(sudo sd-mux-ctrl --list|
grep Serial| cut -d "," -f 3| cut -d " " -f 3) --dut
reboot_script:
- snmpset -c private -v2c 10.102.196.23 .1.3.6.1.4.1.13742.6.4.1.2.1.2.1.6 i 0
diff --git a/ce-cert/data-tel-l5/starfive-visionfive001/default.yaml b/ce-cert/data-tel-l5/starfive-visionfive001/default.yaml
index 81408cb..3b4ec8c 100644
--- a/ce-cert/data-tel-l5/starfive-visionfive001/default.yaml
+++ b/ce-cert/data-tel-l5/starfive-visionfive001/default.yaml
@@ -10,7 +10,7 @@ serial_port: '3000'
snappy_writable_partition: /dev/sda2
control_switch_local_cmd: sudo sd-mux-ctrl --device-serial=$(sudo sd-mux-ctrl --list|
grep Serial| cut -d "," -f 3| cut -d " " -f 3) --ts
-control_switch_device_cmd: sudo sd-mux-ctrl --device-serial=$(sudo sd-mux-ctrl --listi|
+control_switch_device_cmd: sudo sd-mux-ctrl --device-serial=$(sudo sd-mux-ctrl --list|
grep Serial| cut -d "," -f 3| cut -d " " -f 3) --dut
reboot_script:
- snmpset -c private -v2c 10.102.196.26 .1.3.6.1.4.1.13742.6.4.1.2.1.2.1.7 i 0
References