aboutsummaryrefslogtreecommitdiff
path: root/automated
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2020-09-02 21:52:07 +0200
committerGitHub <noreply@github.com>2020-09-02 21:52:07 +0200
commit2fa57646998b070ff9a96f04f9807ae3039ea389 (patch)
tree532e0a98bd31bc34837bc576bc7dac36fe2bcae5 /automated
parentf821bb350eb191c631dccdaafd0d19d4eb5d6f78 (diff)
parent89bf9c0b6f53477e44011503f36dd267d7f065d3 (diff)
Merge pull request #202 from alimon/master
automated/linux: {hci, wlan}-smoke fixes
Diffstat (limited to 'automated')
-rwxr-xr-xautomated/linux/hci-smoke/hci-smoke-test.sh8
-rwxr-xr-xautomated/linux/wlan-smoke/wlan-smoke-test.sh4
2 files changed, 4 insertions, 8 deletions
diff --git a/automated/linux/hci-smoke/hci-smoke-test.sh b/automated/linux/hci-smoke/hci-smoke-test.sh
index 02c56f7..4009245 100755
--- a/automated/linux/hci-smoke/hci-smoke-test.sh
+++ b/automated/linux/hci-smoke/hci-smoke-test.sh
@@ -99,7 +99,7 @@ test_hcitool_scan() {
hcitool -i "${DEVICE}" scan
check_return "hciconfig-scan"
hcitool -i "${DEVICE}" scan | grep $BADDR_PATTERN
- check_return "hciconfig-scan (verify available devices)"
+ check_return "hciconfig-scan-verify-available-devices"
}
# Test HCI device inquiry
@@ -108,7 +108,7 @@ test_hcitool_inq() {
hcitool -i "${DEVICE}" inq
check_return "hciconfig-inq"
hcitool -i "${DEVICE}" inq | grep $BADDR_PATTERN
- check_return "hciconfig-inq (verify available devices)"
+ check_return "hciconfig-inq-verify-available-devices"
}
# Test run.
@@ -126,6 +126,4 @@ test_hciconfig_up
test_hcitool_scan
test_hcitool_inq
-
-
-
+exit 0
diff --git a/automated/linux/wlan-smoke/wlan-smoke-test.sh b/automated/linux/wlan-smoke/wlan-smoke-test.sh
index 8bf028a..57bcdca 100755
--- a/automated/linux/wlan-smoke/wlan-smoke-test.sh
+++ b/automated/linux/wlan-smoke/wlan-smoke-test.sh
@@ -91,6 +91,4 @@ test_wlan_boot
test_wlan_down
test_wlan_up
-
-
-
+exit 0