summaryrefslogtreecommitdiff
path: root/kvm-multinode.yaml
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2013-06-25 11:53:03 +0100
committerNeil Williams <codehelp@debian.org>2013-06-25 11:53:03 +0100
commit72a97fc519aafd70426924bfefa94cddc6b3e20c (patch)
tree526642c9ded306561dd5c07c320be4214f15a8ed /kvm-multinode.yaml
parentdc00a19b9c837ab0309fc42a5a91a08672e1ef38 (diff)
add a kvm test
Diffstat (limited to 'kvm-multinode.yaml')
-rw-r--r--kvm-multinode.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/kvm-multinode.yaml b/kvm-multinode.yaml
new file mode 100644
index 0000000..5412810
--- /dev/null
+++ b/kvm-multinode.yaml
@@ -0,0 +1,24 @@
+metadata:
+ format: Lava-Test Test Definition 1.0
+ name: kvm-multinode
+ description: "Basic MultiNode test commands for KVM"
+
+run:
+ steps:
+ - lava-test-case role-output --shell lava-role
+ - lava-test-case sync --shell lava-sync running
+ - lava-test-case linux-kvm-uname --shell uname -a
+ - lava-test-case group-role -- shell $(lava-group)
+ - lava-test-case send --shell lava-send sending source=$(lava-self) role=$(lava-role)
+ - lava-test-case linux-kvm-netstat --shell netstat -an
+ - lava-test-case linux-kvm-ifconfig-dump --shell ifconfig -a
+ - lava-test-case linux-kvm-route-dump-a --shell route
+ - lava-test-case linux-kvm-route-ifconfig-up-lo --shell ifconfig lo up
+ - lava-test-case linux-kvm-route-dump-b --shell route
+ - lava-test-case linux-kvm-route-ifconfig-up --shell ifconfig eth0 up
+ - lava-test-case linux-kvm-route-ifconfig-down --shell ifconfig eth0 down
+ - lava-test-case linux-kvm-route-dhclient --shell dhclient -v eth0
+ - lava-test-case linux-kvm-route-dump-c --shell route
+ - lava-test-case check-wait --shell lava-wait sending
+ - lava-test-case wait-all --shell lava-wait-all kvm-wait
+ - lava-test-case linux-linaro-ubuntu-lsb_release --shell lsb_release -a