aboutsummaryrefslogtreecommitdiffstats
path: root/test/afb-test/tests/alsacore_BasicAPITest.lua
diff options
context:
space:
mode:
authorFrederic Marec <frederic.marec@iot.bzh>2019-01-16 17:07:21 +0100
committerFrédéric Marec <frederic.marec@iot.bzh>2019-03-27 08:48:25 +0000
commit9b71be04ea600189e390bb111624ad5c2d248a4c (patch)
tree0a88dcf46318c4fad723e543ad649a26a56c7186 /test/afb-test/tests/alsacore_BasicAPITest.lua
parentb8af262e1377072e4091a1a3196e1a739d671975 (diff)
Change-Id: Ief879bd4856b3aa906c3b256c432e2a5ddf78fcd Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
Diffstat (limited to 'test/afb-test/tests/alsacore_BasicAPITest.lua')
-rw-r--r--test/afb-test/tests/alsacore_BasicAPITest.lua6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/afb-test/tests/alsacore_BasicAPITest.lua b/test/afb-test/tests/alsacore_BasicAPITest.lua
index be8e1a7..835208b 100644
--- a/test/afb-test/tests/alsacore_BasicAPITest.lua
+++ b/test/afb-test/tests/alsacore_BasicAPITest.lua
@@ -1,5 +1,5 @@
--[[
- Copyright (C) 2018 "IoT.bzh"
+ Copyright (C) 2018 - 2019 "IoT.bzh"
Author Frédéric Marec <frederic.marec@iot.bzh>
Licensed under the Apache License, Version 2.0 (the "License");
@@ -73,6 +73,4 @@ _AFT.testVerbStatusError(testPrefix.."ucmreset", "alsacore","ucmreset", {devid =
_AFT.testVerbStatusError(testPrefix.."ucmclose", "alsacore","ucmclose", {devid = "hw:0", name = "sysdefault"}, nil, nil)
-- This tests the 'addcustomctl' verb of the alsacore API
-_AFT.testVerbStatusError(testPrefix.."addcustomctl", "alsacore","addcustomctl", {devid = "hw:0", ctl = "test-addcustomctl", mode = 3}, nil, nil)
-
-_AFT.exitAtEnd() \ No newline at end of file
+_AFT.testVerbStatusError(testPrefix.."addcustomctl", "alsacore","addcustomctl", {devid = "hw:0", ctl = "test-addcustomctl", mode = 3}, nil, nil) \ No newline at end of file