diff options
author | Loys Ollivier <lollivier@baylibre.com> | 2017-10-05 16:02:19 +0200 |
---|---|---|
committer | Loys Ollivier <lollivier@baylibre.com> | 2017-10-05 16:02:19 +0200 |
commit | 0c7d5b17c5431b77fcc6ab7ec4c040620397bfae (patch) | |
tree | f98c7b744ab53df3e282f251a358915e6fbe0d99 /doc/test_remote_scripts.jinja2 | |
parent | 52dde34b4c54acabfe0a9a3f77b6869bc144f003 (diff) |
Provide a short test documentation
Add a test documentation to point to the skeleton test.
Explain how to add new tests and generate new build jobs
including them.
Change-Id: Iec11c053850136a373b1da97fa0ce8445fe114f7
Signed-off-by: Loys Ollivier <lollivier@baylibre.com>
Diffstat (limited to 'doc/test_remote_scripts.jinja2')
-rw-r--r-- | doc/test_remote_scripts.jinja2 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/test_remote_scripts.jinja2 b/doc/test_remote_scripts.jinja2 new file mode 100644 index 0000000..327b580 --- /dev/null +++ b/doc/test_remote_scripts.jinja2 @@ -0,0 +1,7 @@ +- test: + definitions: + - repository: https://git.automotivelinux.org/src/qa-testdefinitions + from: git + path: doc/skeleton.yaml + name: skeleton + |