summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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