summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2014-01-09 18:40:36 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2014-01-09 19:14:15 +0530
commitc6b11b03e7de26e38a29a5792984170984abd2bf (patch)
tree56eb4b864635067908c930d4e978dc7a7060eaae
parentd6d760ac4ca9fbbd5e278d1c0e268faf98ba9796 (diff)
add test case to verify pythonHEADmaster
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rw-r--r--fetch-mp3.py2
-rw-r--r--receiver3.yaml26
2 files changed, 28 insertions, 0 deletions
diff --git a/fetch-mp3.py b/fetch-mp3.py
new file mode 100644
index 0000000..351bc62
--- /dev/null
+++ b/fetch-mp3.py
@@ -0,0 +1,2 @@
+import urllib
+ urllib.urlretrieve("http://ia600300.us.archive.org/5/items/PachelbelsCanoninD/Canon_in_D_Piano.mp3","x.mp3")
diff --git a/receiver3.yaml b/receiver3.yaml
new file mode 100644
index 0000000..31ea61c
--- /dev/null
+++ b/receiver3.yaml
@@ -0,0 +1,26 @@
+metadata:
+ format: Lava-Test Test Definition 1.0
+ name: multinode-network
+ description: "MultiNode network test commands"
+ maintainer:
+ - neil.williams@linaro.org
+ os:
+ - ubuntu
+ scope:
+ - functional
+ devices:
+ - kvm
+
+install:
+ deps:
+ - curl
+ - realpath
+ - python-software-properties
+ - usbutils
+ - wget
+ - ntpdate
+ - apache2
+
+run:
+ steps:
+ - lava-test-case run-python-bug --shell python fetch-mp3.py