diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-09-16 15:30:26 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-10 10:53:48 +0200 |
commit | c541040fb5fa1b5333edb3755914428aa0af36ff (patch) | |
tree | d2ab1bc5eb318651d3dfb10d48d542900b66f102 /test/afb-test/etc | |
parent | 79bb6f3be1303025a2ed3914c5012ab2c9c08f73 (diff) |
Rename test service api to be more discriminant.
Using aftest and aft-aftest api name to self test was
difficult because of searching file using the binder process
name which could be the same although api name were diffirent.
Change-Id: Id14e30024f0b98c29feed5b707ab9dc8b74d3552
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'test/afb-test/etc')
-rw-r--r-- | test/afb-test/etc/aft-selftest.json (renamed from test/afb-test/etc/aft-aftest-self.json) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/afb-test/etc/aft-aftest-self.json b/test/afb-test/etc/aft-selftest.json index f8ebbcd..5a3f1dd 100644 --- a/test/afb-test/etc/aft-aftest-self.json +++ b/test/afb-test/etc/aft-selftest.json @@ -4,7 +4,7 @@ "metadata": { "uid": "Test", "version": "1.0", - "api": "aft-aftest", + "api": "aft-selftest", "info": "Binding made to test other bindings", "require": [ "low-can" |