diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-07-04 09:58:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-07-04 09:58:42 +0000 |
commit | 477f82fe9dfc6c7413a41a62a54efe29f7379c1e (patch) | |
tree | 82467144d2ff803b6ec9fe0f438029e078c7d08b /templates | |
parent | e9d8adba986cfc2efb2d05208e188c51a40d8737 (diff) | |
parent | d2b3ced3623ded24ff22378ae14fd28defc7116e (diff) |
Merge "Test template for CAN interfaces"
Diffstat (limited to 'templates')
-rw-r--r-- | templates/tests/can.jinja2 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/tests/can.jinja2 b/templates/tests/can.jinja2 new file mode 100644 index 0000000..ab70ef0 --- /dev/null +++ b/templates/tests/can.jinja2 @@ -0,0 +1,9 @@ + +- test: + timeout: + minutes: 3 + definitions: + - repository: https://git.automotivelinux.org/src/qa-testdefinitions + from: git + path: test-suites/short-smoke/test_can.yaml + name: can |