diff options
author | Li, Xiaoming <lixm.fnst@cn.fujitsu.com> | 2020-06-28 19:33:12 +0800 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-07-20 15:24:53 +0000 |
commit | aac4579ebb54e00178daf45fc255f0fb9f8e220b (patch) | |
tree | 2213d72e0d0d4073efdbe29f9131b6bcf327a8f4 /test/afb-test | |
parent | c5db00e8e44b58384e117aa872e32f57231c00e1 (diff) |
fix(bluetooth.lua): remove test of a noexist verb
Coz agl-service-bluetooth has no version verb, this will report a fail
case in bluetooth service test wgt.
Bug-AGL: SPEC-3458
Change-Id: Ia737f58a7c34e2ccfa92ca02db9a523faa85840c
Signed-off-by: Li, Xiaoming <lixm.fnst@cn.fujitsu.com>
Diffstat (limited to 'test/afb-test')
-rw-r--r-- | test/afb-test/tests/bluetooth.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/afb-test/tests/bluetooth.lua b/test/afb-test/tests/bluetooth.lua index 7130018..6ba2b0f 100644 --- a/test/afb-test/tests/bluetooth.lua +++ b/test/afb-test/tests/bluetooth.lua @@ -17,10 +17,6 @@ --]] - --- Version Verb test -_AFT.testVerbStatusSuccess('testBtVersionSuccess','Bluetooth-Manager','version', {}) - -- Default Adapter test _AFT.testVerbStatusSuccess('testBtDefaultAdapterSuccess','Bluetooth-Manager','default_adapter', {}) |