diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-06-19 13:09:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2019-06-19 13:09:30 +0000 |
commit | ba1880a6cf8c750a5b73a3d3003a54622e1f480c (patch) | |
tree | c7c3df829fcb9a485bd70b5004735d2bcc57e63d /test/afb-test/etc/aft-agl-mediaplayer.json | |
parent | dc7ace58b77c628006fd0c7540b2ca047f67716a (diff) | |
parent | e457cf8cd7def62ac97e2b05b6d78726fc7ee96c (diff) |
Merge "Adding tests for agl-service-mediaplayer"halibut_7.99.2halibut/7.99.27.99.2
Diffstat (limited to 'test/afb-test/etc/aft-agl-mediaplayer.json')
-rw-r--r-- | test/afb-test/etc/aft-agl-mediaplayer.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/test/afb-test/etc/aft-agl-mediaplayer.json b/test/afb-test/etc/aft-agl-mediaplayer.json new file mode 100644 index 0000000..de78d18 --- /dev/null +++ b/test/afb-test/etc/aft-agl-mediaplayer.json @@ -0,0 +1,22 @@ +{ + "id": "http://iot.bzh/download/public/schema/json/ctl-schema.json#", + "": "http://iot.bzh/download/public/schema/json/ctl-schema.json#", + "metadata": { + "uid": "Test", + "version": "1.0", + "api": "aft-mediaplayer", + "info": "AFB-test binding configuration file to test mediaplayer api.", + "require": [ + "mediaplayer" + ] + }, + "testVerb": { + "uid": "launch_all_tests", + "info": "Launch all the tests", + "action": "lua://AFT#_launch_test", + "args": { + "trace": "mediaplayer", + "files": ["mediaplayer.lua"] + } + } +} |