metadata: format: Lava-Test Test Definition 1.0 name: singlenode-intermediate description: "Intermediate (level 2): single node test commands for Linux Linaro ubuntu Images" maintainer: - neil.williams@linaro.org os: - ubuntu scope: - functional devices: - kvm - arndale - panda - beaglebone-black - beagle-xm install: deps: - net-tools - iputils-ping - lsb-release run: steps: - lava-test-case linux-linaro-ubuntu-netstat --shell netstat -an - lava-test-case linux-linaro-ubuntu-ifconfig-dump --shell ifconfig -a - lava-test-case linux-linaro-ubuntu-route-dump-a --shell route - lava-test-case linux-linaro-ubuntu-route-ifconfig-up-lo --shell ifconfig lo up - lava-test-case linux-linaro-ubuntu-route-dump-b --shell route - lava-test-case linux-linaro-ubuntu-route-ifconfig-up --shell ifconfig eth0 up - cat /etc/resolv.conf - lava-test-case ping-test --shell ping -W1 -c1 www.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-http --shell curl -o img.tar.gz http://images.validation.linaro.org/lava-masters/dynamic/cubietruck/cbtruck_img.tar.gz - lava-test-case tar-tgz --shell tar -tzf img.tar.gz - lava-test-case remove-tgz --shell rm img.tar.gz