summaryrefslogtreecommitdiffstats
path: root/test/afb-test/etc
diff options
context:
space:
mode:
author8000ff <clementmallejac@gmail.com>2018-07-20 10:47:28 +0200
committer8000ff <clementmallejac@gmail.com>2018-07-20 11:26:52 +0200
commite8eba1c53e1bbccc8c3ae21958e885586bb3c260 (patch)
tree0a4a0077f7fe716a01de3cb4eb23174b9ed8bb19 /test/afb-test/etc
parent2b11138a150dd2e27cbf49231157f4560d536196 (diff)
Improved testing procedures
- Deleted deprecated low-can-tests.lua - Renamed low-can-coverage.lua as it does not describe its purpose - Added 2 new canreplay files - Added new test file for testing subscription filters - Edited the test configuration to play the new test file Change-Id: I11315581a5fac7428ed17d3ef299a9f0e96ce7f4 Signed-off-by: 8000ff <clementmallejac@gmail.com>
Diffstat (limited to 'test/afb-test/etc')
-rw-r--r--test/afb-test/etc/aft-low-can_config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/afb-test/etc/aft-low-can_config.json b/test/afb-test/etc/aft-low-can_config.json
index 7bf85dbf..3fd06d4c 100644
--- a/test/afb-test/etc/aft-low-can_config.json
+++ b/test/afb-test/etc/aft-low-can_config.json
@@ -16,7 +16,7 @@
"action": "lua://AFT#_launch_test",
"args": {
"trace": "low-can",
- "files": "low-can-coverage.lua"
+ "files": ["low-can_BasicAPITest.lua", "low-can_FilterTest01.lua"]
}
}
}