diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2018-10-10 12:00:39 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2018-10-10 12:00:39 +0200 |
commit | 89d822a493bdab6d04d4046237ddddc183078850 (patch) | |
tree | f6f3ab68a70fa4db04d4a1c6ccdd6ae44c3f906a /units | |
parent | b1b18fd8dba06ef71a64da2a75d19ab48d4c8a9a (diff) |
units:bluetooth: Fail the eddystone scan test if one of the commands failed
Diffstat (limited to 'units')
-rw-r--r-- | units/bluetooth/jobs.pxu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/bluetooth/jobs.pxu b/units/bluetooth/jobs.pxu index 55b1d0a..fe8554a 100644 --- a/units/bluetooth/jobs.pxu +++ b/units/bluetooth/jobs.pxu @@ -222,6 +222,7 @@ template-unit: job id: bluetooth4/beacon_eddystone_url_{interface} _summary: Test system can get beacon EddyStone URL advertisements on the {interface} adapter command: + set -e hciconfig {interface} up hciconfig checkbox-support-eddystone_scanner -D {interface} |