diff options
author | duerpei <duep.fnst@fujitsu.com> | 2022-08-25 15:55:42 +0800 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-12-08 05:35:49 +0000 |
commit | 89b12efa0fbb39a4d66e8d9e995cd4ce5c860e09 (patch) | |
tree | 980e7bccf110a48138f66b617980959f89754acc | |
parent | 35ee4e8627f544efa8521fcea9ea5369f6204666 (diff) |
tests: add jinja2 file for extend testoctopus_14.92.0octopus/14.92.014.92.0
Update releng-scripts to call the new testdefinititon
Bug-AGL: SPEC-4345
Signed-off-by: duerpei <duep.fnst@fujitsu.com>
Change-Id: I691de2359b64b5e9934e5b6382b5a044a800ca28
-rw-r--r-- | templates/tests/extend.jinja2 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/tests/extend.jinja2 b/templates/tests/extend.jinja2 new file mode 100644 index 0000000..00a04dc --- /dev/null +++ b/templates/tests/extend.jinja2 @@ -0,0 +1,10 @@ + +- test: + timeout: + hours: 12 + definitions: + - repository: https://git.automotivelinux.org/src/qa-testdefinitions + from: git + history: False + path: test-suites/release/agl-extend-test.yaml + name: extend-tests |