diff options
Diffstat (limited to 'test/afb-test/tests/4a-softmixer_BasicAPITest.lua')
-rw-r--r-- | test/afb-test/tests/4a-softmixer_BasicAPITest.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/afb-test/tests/4a-softmixer_BasicAPITest.lua b/test/afb-test/tests/4a-softmixer_BasicAPITest.lua index f16b239..ace17d5 100644 --- a/test/afb-test/tests/4a-softmixer_BasicAPITest.lua +++ b/test/afb-test/tests/4a-softmixer_BasicAPITest.lua @@ -31,3 +31,15 @@ local testPrefix ="4a-smixer_BasicAPITest_" -- This tests the ping verb of the audio High level API _AFT.testVerbStatusSuccess(testPrefix.."ping","smixer","ping",{}, nil, nil) + +-- This tests the attach verb of the audio High level API +_AFT.testVerbStatusSuccess(testPrefix.."attach","smixer","attach",{}, nil, nil) + +-- This tests the remove verb of the audio High level API +_AFT.testVerbStatusSuccess(testPrefix.."remove","smixer","remove",{}, nil, nil) + +-- This tests the info verb of the audio High level API +_AFT.testVerbStatusSuccess(testPrefix.."info","smixer","info",{verbose = true}, nil, nil) + +-- This tests the bluezalsa_dev verb of the audio High level API +_AFT.testVerbStatusSuccess(testPrefix.."bluezalsa_dev","smixer","bluezalsa_dev",{}, nil, nil)
\ No newline at end of file |