summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2013-08-12 12:08:52 +0100
committerNeil Williams <codehelp@debian.org>2013-08-12 12:08:52 +0100
commitf34a30c573e98dc2723487795f93642a435c1f01 (patch)
tree1ed4cf916c0cc849f9c726c7508f1377ffbe6ca9
parent827a370098a7481a2e9d40b48dfc155d9c968742 (diff)
ensure that the receiver gets a chance to download before the forwarder removes the file...
-rw-r--r--forwarder.yaml1
-rw-r--r--receiver.yaml1
2 files changed, 2 insertions, 0 deletions
diff --git a/forwarder.yaml b/forwarder.yaml
index 1dd7c8c..3f6deb5 100644
--- a/forwarder.yaml
+++ b/forwarder.yaml
@@ -44,4 +44,5 @@ run:
- lava-test-case ntpdate-check --shell ntpdate-debian
- lava-test-case wget-file --shell wget -O /var/www/testfile http://releases.linaro.org/latest/android/arndale/userdata.tar.bz2
- lava-test-case file-sync --shell lava-sync download
+ - lava-test-case file-sync --shell lava-sync received
- lava-test-case remove-tgz --shell rm /var/www/testfile
diff --git a/receiver.yaml b/receiver.yaml
index eaf75a2..68c25de 100644
--- a/receiver.yaml
+++ b/receiver.yaml
@@ -44,4 +44,5 @@ run:
- lava-test-case ntpdate-check --shell ntpdate-debian
- lava-test-case file-sync --shell lava-sync download
- lava-test-case wget-from-group --shell ./kvm-get.sh
+ - lava-test-case file-sync --shell lava-sync received
- lava-test-case remove-file --shell rm testfile