added pm-qa templates

Templates for pm-qa daily jobs.

Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
diff --git a/pm-qa/pm-qa-panda.json b/pm-qa/pm-qa-panda.json
new file mode 100644
index 0000000..b32fc7b
--- /dev/null
+++ b/pm-qa/pm-qa-panda.json
@@ -0,0 +1,113 @@
+{
+    "actions": [
+    {
+        "command": "deploy_linaro_image",
+        "metadata": {
+            "distribution": "ubuntu",
+            "hwpack.build": "%%HWPACK_BUILD%%",
+            "hwpack.type": "panda",
+            "rootfs.build": "681",
+            "rootfs.type": "developer"
+        },
+        "parameters":
+        {
+            "hwpack": "%%HWPACK%%",
+            "rootfs": "http://releases.linaro.org/14.08/ubuntu/trusty-images/developer/linaro-trusty-developer-20140821-681.tar.gz"
+        }
+    },
+    {
+        "command": "lava_test_shell",
+        "parameters":
+        {
+            "testdef_repos": [
+            {
+                "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+                "parameters":
+                {
+                    "RELEASE": "master",
+                    "PWR_TESTARG": "cpufreq"
+                },
+                "testdef": "ubuntu/pwrmgmt-dev.yaml"
+            }],
+            "timeout": 800
+        }
+    },
+    {
+        "command": "lava_test_shell",
+        "parameters":
+        {
+            "testdef_repos": [
+            {
+                "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+                "parameters":
+                {
+                    "RELEASE": "master",
+                    "PWR_TESTARG": "cpuidle"
+                },
+                "testdef": "ubuntu/pwrmgmt-dev.yaml"
+            }],
+            "timeout": 800
+        }
+    },
+    {
+        "command": "lava_test_shell",
+        "parameters":
+        {
+            "testdef_repos": [
+            {
+                "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+                "parameters":
+                {
+                    "RELEASE": "master",
+                    "PWR_TESTARG": "cpuhotplug"
+                },
+                "testdef": "ubuntu/pwrmgmt-dev.yaml"
+            }],
+            "timeout": 800
+        }
+    },
+    {
+        "command": "lava_test_shell",
+        "parameters":
+        {
+            "testdef_repos": [
+            {
+                "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+                "parameters":
+                {
+                    "RELEASE": "master",
+                    "PWR_TESTARG": "cputopology"
+                },
+                "testdef": "ubuntu/pwrmgmt-dev.yaml"
+            }],
+            "timeout": 800
+        }
+    },
+    {
+        "command": "lava_test_shell",
+        "parameters":
+        {
+            "testdef_repos": [
+            {
+                "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+                "parameters":
+                {
+                    "RELEASE": "master",
+                    "PWR_TESTARG": "thermal"
+                },
+                "testdef": "ubuntu/pwrmgmt-dev.yaml"
+            }],
+            "timeout": 800
+        }
+    },
+    {
+        "command": "submit_results",
+        "parameters": {
+        "server": "http://validation.linaro.org/RPC2/",
+        "stream": "%%BUNDLE_STREAM%%"
+        }
+    }],
+    "device_type": "panda",
+    "job_name": "%%JOB_NAME%%",
+    "timeout": 7200
+}