X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=test%2Fetc%2Faft-persistence-test.json;fp=test%2Fetc%2Faft-persistence-test.json;h=9e5839c20d98c953a1af049a1ee38f28c1300d10;hb=5663caee2540dbc769d39c1e255c35493169b037;hp=0000000000000000000000000000000000000000;hpb=d0a4331afd096d89325c213d7e933e96bee5b722;p=apps%2Fagl-service-data-persistence.git diff --git a/test/etc/aft-persistence-test.json b/test/etc/aft-persistence-test.json new file mode 100644 index 0000000..9e5839c --- /dev/null +++ b/test/etc/aft-persistence-test.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-persistence", + "info": "AFB-test binding configuration file to test persistence api.", + "require": [ + "persistence" + ] + }, + "testVerb": { + "uid": "launch_all_tests", + "info": "Launch all the tests", + "action": "lua://AFT#_launch_test", + "args": { + "trace": "persistence", + "files": ["persistence_BasicAPITest.lua"] + } + } +} \ No newline at end of file