summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2015-02-26 11:31:46 +0000
committerAndrew McDermott <andrew.mcdermott@linaro.org>2015-02-26 11:31:46 +0000
commit598399c243db2fc36604c5c4da8bdb0f9c5c9b3f (patch)
tree43481cb1fb3b96609af40fc39c4fa816a50129d9
LAVA test case that runs 'resolvconf -u'HEADmaster
-rw-r--r--lavatest.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/lavatest.yaml b/lavatest.yaml
new file mode 100644
index 0000000..9f24c08
--- /dev/null
+++ b/lavatest.yaml
@@ -0,0 +1,15 @@
+metadata:
+ name: resolvconf-update
+ maintainer:
+ - Andrew McDermott <andrew.mcdermott@linaro.org>
+ version: 1.0
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: Runs resolvconf -u
+ devices:
+ - mustang
+ environment:
+ - lava-test-shell
+run:
+ steps:
+ - 'resolvconf -u'
+ - 'cat /etc/resolv.conf'