diff options
author | Loys Ollivier <lollivier@baylibre.com> | 2017-09-26 08:57:22 +0200 |
---|---|---|
committer | Loys Ollivier <lollivier@baylibre.com> | 2017-09-26 08:57:22 +0200 |
commit | 2fda23339e56d986da130781bc1d63fdd21ef211 (patch) | |
tree | bf7b92418e7b22c77f1848f64812c4d35b1786b7 /README.md | |
parent | 62b345a3079f9e71eb2a83d47c93b47bcb613858 (diff) |
Add test documentation and example
Added:
- README to point to releng-scripts
- test documentation
- a test example skeleton
Change-Id: I75e7be55eb836adf4c8c6816689ffe5a65b76145
Signed-off-by: Loys Ollivier <lollivier@baylibre.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..c463ecd --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# qa-testdefinitions + +This folder contains the test definitions used by [https://git.automotivelinux.org/AGL/releng-scripts/](releng-scripts) +tools. + +## Add test definition +A test definition skeleton is provided in the doc repository. For more information +on how to generate tests using this repo please visit: +[https://git.automotivelinux.org/AGL/releng-scripts/tree/doc/test-documentation.md](releng-scripts/doc/test-documentation.md)
\ No newline at end of file |