summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2013-08-06 12:30:18 +0530
committerViresh Kumar <viresh.kumar@linaro.org>2013-08-07 11:42:44 +0530
commit39fa926c79b859a8b1678c6426f6aca7c58378ca (patch)
tree86c6d453004cb63bd37b165c0843f6cb2e8cc1ab
Initial ovs jobs
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
-rw-r--r--ovs.json41
-rw-r--r--ovs.yaml8
2 files changed, 49 insertions, 0 deletions
diff --git a/ovs.json b/ovs.json
new file mode 100644
index 0000000..f7fec14
--- /dev/null
+++ b/ovs.json
@@ -0,0 +1,41 @@
+{
+ "device_type": "arndale",
+ "actions": [
+ {
+ "command": "deploy_linaro_image",
+ "parameters": {
+ "hwpack": "http://snapshots.linaro.org/kernel-hwpack/linux-preempt-rt-arndale/latest/hwpack_linaro-arndale_20130805-2111_b39_armhf_supported.tar.gz",
+ "rootfs": "http://snapshots.linaro.org/ubuntu/images/nano-lava/latest/linaro-raring-nano-lava-20130807-455.tar.gz"
+ },
+ "metadata": {
+ "distribution": "ubuntu",
+ "hwpack.type": "arndale",
+ "rootfs.type": "nano-lava"
+ }
+ }, {
+ "command": "boot_linaro_image"
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/people/vireshk/lava.git",
+ "testdef": "ovs.yaml"
+ }
+ ],
+ "timeout": 18000
+ }
+ },
+ {
+ "command": "submit_results",
+ "parameters": {
+ "stream": "/anonymous/viresh.kumar/",
+ "server": "http://validation.linaro.org/lava-server/RPC2/"
+ }
+ }
+ ],
+ "timeout": 18000,
+ "job_name": "Arndale OVS"
+}
+
diff --git a/ovs.yaml b/ovs.yaml
new file mode 100644
index 0000000..fdb859a
--- /dev/null
+++ b/ovs.yaml
@@ -0,0 +1,8 @@
+metadata:
+ name: OVS
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Test OVS on ubuntu."
+
+run:
+ steps:
+ - 'cat /sys/devices/system/cpu/cpu0/cpufreq/*'