pm-qa: added more boards
added TC2, Panda-ES and Juno templates
Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
diff --git a/pm-qa/pm-qa-wg.json b/pm-qa/pm-qa-wg.json
new file mode 100644
index 0000000..9f9fc3e
--- /dev/null
+++ b/pm-qa/pm-qa-wg.json
@@ -0,0 +1,68 @@
+{
+ "actions": [
+ {
+ "command": "deploy_linaro_image",
+ "metadata": {
+ "distribution": "openembedded",
+ "hwpack.build": "%%HWPACK_BUILD%%",
+ "hwpack.type": "vexpress64",
+ "rootfs.build": "710",
+ "rootfs.type": "lamp-armv8-gcc-4.9"
+ },
+ "parameters": {
+ "bootloadertype": "uefi",
+ "customize": {
+ "%%STARTUP_NSH%%": [
+ "boot:/EFI/BOOT/startup.nsh"
+ ]
+ },
+ "hwpack": "%%HWPACK%%",
+ "rootfs": "http://releases.linaro.org/14.08/openembedded/images/lamp-armv8/linaro-image-lamp-genericarmv8-20140823-710.rootfs.tar.gz"
+ }
+ },
+ {
+ "command": "boot_linaro_image",
+ "parameters": {
+ "boot_cmds": [
+ "sendline 3",
+ "expect Choice:",
+ "sendline 1",
+ "expect Select the Boot Device:",
+ "sendcontrol [",
+ "sendcontrol M",
+ "expect Choice:",
+ "sendline 5",
+ "expect Start:",
+ "sendline 2",
+ "expect or any other key to continue.",
+ "sendline "
+ ]
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "parameters": {
+ "RELEASE": "master"
+ },
+ "testdef": "ubuntu/pwrmgmt.yaml"
+ }
+ ],
+ "timeout": 7200
+ }
+ },
+ {
+ "command": "submit_results",
+ "parameters": {
+ "server": "http://validation.linaro.org/RPC2/",
+ "stream": "%%BUNDLE_STREAM%%"
+ }
+ }
+ ],
+ "device_type": "wg",
+ "job_name": "%%JOB_NAME%%",
+ "timeout": 7200
+}