aboutsummaryrefslogtreecommitdiffstats
path: root/test/afb-test/etc/aft-4a-alsacore-config.json
diff options
context:
space:
mode:
authorFrederic Marec <frederic.marec@iot.bzh>2018-11-09 11:10:27 +0100
committerFrédéric Marec <frederic.marec@iot.bzh>2018-11-22 09:21:22 +0000
commit838192ff99d9d476876e71671c928c4ff6df99cf (patch)
treed60ac7393978f6ed3f8322d5c231b8259bdb867c /test/afb-test/etc/aft-4a-alsacore-config.json
parent2a9a1b685124b22c222b3c8005665795b8c989c0 (diff)
Add test for 4a-alsa-coreguppy_6.99.1guppy/6.99.16.99.1
Add test tree Set API_NAME in conf.d/cmake/config.cmake Bug-AGL: SPEC-1796 Change-Id: I0065260549f3fc95b7e2c3c47036e775382139be Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
Diffstat (limited to 'test/afb-test/etc/aft-4a-alsacore-config.json')
-rw-r--r--test/afb-test/etc/aft-4a-alsacore-config.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/afb-test/etc/aft-4a-alsacore-config.json b/test/afb-test/etc/aft-4a-alsacore-config.json
new file mode 100644
index 0000000..32de328
--- /dev/null
+++ b/test/afb-test/etc/aft-4a-alsacore-config.json
@@ -0,0 +1,22 @@
+{
+ "id": "http://iot.bzh/download/public/schema/json/ctl-schema.json#",
+ "$schema": "http://iot.bzh/download/public/schema/json/ctl-schema.json#",
+ "metadata": {
+ "uid": "Test",
+ "version": "1.0",
+ "api": "aft-alsacore",
+ "info": "AFB-test binding configuration file to test alsacore api.",
+ "require": [
+ "alsacore"
+ ]
+ },
+ "testVerb": {
+ "uid": "launch_all_tests",
+ "info": "Launch all the tests",
+ "action": "lua://AFT#_launch_test",
+ "args": {
+ "trace": "alsacore",
+ "files": ["alsacore_BasicAPITest.lua"]
+ }
+ }
+} \ No newline at end of file