aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Pigott <dave.pigott@linaro.org>2017-09-21 16:20:42 +0100
committerDave Pigott <dave.pigott@linaro.org>2017-09-21 15:21:42 +0000
commite1fa4ebff087f2e7a611d1715edddeb81c15ff3a (patch)
tree86baae0b7cc4314d66dcdbd687db136c9866b256
parent059f99d4a9ef6960f5fe8a92928212f39c4e6335 (diff)
Add Juno-R2 V2 ssupport
Change-Id: Idc80774ca92defe4a3bfe35a9640c5fd7345804f Reviewed-on: https://review.linaro.org/21534 Reviewed-by: Dave Pigott <dave.pigott@linaro.org>
-rw-r--r--pmwg.validation.linaro.org/lava/pipeline/devices/juno-r2-01.jinja213
1 files changed, 13 insertions, 0 deletions
diff --git a/pmwg.validation.linaro.org/lava/pipeline/devices/juno-r2-01.jinja2 b/pmwg.validation.linaro.org/lava/pipeline/devices/juno-r2-01.jinja2
new file mode 100644
index 000000000..e6e2b38fc
--- /dev/null
+++ b/pmwg.validation.linaro.org/lava/pipeline/devices/juno-r2-01.jinja2
@@ -0,0 +1,13 @@
+{% extends 'juno.jinja2' %}
+{% set exclusive = 'True' %}
+{% set hard_reset_command = '/usr/local/lab-scripts/snmp_pdu_control --hostname pdu01 --command reboot --port 6' %}
+{% set usb_device_id = 0 %}
+{% set usb_label = 'SanDiskCruzerBlade' %}
+{% set usb_uuid = 'usb-SanDisk_Cruzer_Blade_4C530001280522103032-0:0' %}
+{% set power_off_command = '/usr/local/lab-scripts/snmp_pdu_control --hostname pdu01 --command off --port 6' %}
+{% set power_on_command = '/usr/local/lab-scripts/snmp_pdu_control --hostname pdu01 --command on --port 6' %}
+{% set connection_command = 'telnet localhost 7108' %}
+{% set usb_filesystem_label = 'JUNOR201' %}
+{% set device_ip = '10.99.0.247' %}
+{% set device_mac = '00:02:f7:00:68:15' %}
+{% set vexpress_sky2_mac = '0x00,0x02,0xF7,0x00,0x68,0x15' %}