summaryrefslogtreecommitdiff
path: root/singlenode02.yaml
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2013-08-14 16:28:10 +0100
committerNeil Williams <codehelp@debian.org>2013-08-14 16:28:10 +0100
commit909693d92060e9a351c6167da4adf032240564c1 (patch)
treeee90ec8fbf84ba5654d169c2aedf2afcd633c1cb /singlenode02.yaml
parentde00de33059b7c59140845e8250fdeafcb1b4f14 (diff)
do an apt update prior to trying to install
Diffstat (limited to 'singlenode02.yaml')
-rw-r--r--singlenode02.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/singlenode02.yaml b/singlenode02.yaml
index 818e455..503e591 100644
--- a/singlenode02.yaml
+++ b/singlenode02.yaml
@@ -25,6 +25,7 @@ run:
- lava-test-case linux-linaro-ubuntu-route-dump-b --shell route
- lava-test-case linux-linaro-ubuntu-route-ifconfig-up --shell ifconfig eth0 up
- lava-test-case ping-test --shell ping -W1 -c1 multinode.validation.linaro.org
+ - lava-test-case direct-update --shell apt-get -q -y update
- lava-test-case direct-install --shell apt-get -q -y install curl
- lava-test-case curl-ftp --shell curl -o netperf-2.6.0.tar.gz ftp://ftp.netperf.org/netperf/netperf-2.6.0.tar.gz
- lava-test-case tar-tgz --shell tar -tzf netperf-2.6.0.tar.gz