From 838192ff99d9d476876e71671c928c4ff6df99cf Mon Sep 17 00:00:00 2001 From: Frederic Marec Date: Fri, 9 Nov 2018 11:10:27 +0100 Subject: Add test for 4a-alsa-core Add test tree Set API_NAME in conf.d/cmake/config.cmake Bug-AGL: SPEC-1796 Change-Id: I0065260549f3fc95b7e2c3c47036e775382139be Signed-off-by: Frederic Marec --- test/afb-test/etc/aft-4a-alsacore-config.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 test/afb-test/etc/aft-4a-alsacore-config.json (limited to 'test/afb-test/etc/aft-4a-alsacore-config.json') 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 -- cgit 1.2.3-korg