metadata: | |
format: Lava-Test Test Definition 1.0 | |
name: hci-smoke | |
description: "Basic HCI smoke tests" | |
maintainer: | |
- nicolas.dechesne@linaro.org | |
os: | |
- debian | |
- ubuntu | |
- centos | |
- fedora | |
scope: | |
- functional | |
devices: | |
- dragonboard410c | |
params: | |
DEVICE: hci0 | |
# expected state on first boot: <enabled> or <disabled> or <auto> | |
BOOT: enabled | |
run: | |
steps: | |
- cd ./automated/linux/hci-smoke | |
- ./hci-smoke-test.sh -d "${DEVICE}" -b "${BOOT}" | |
- ../../utils/send-to-lava.sh ./output/result.txt |