diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2020-10-13 17:30:05 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-10-14 13:38:00 +0000 |
commit | b0ae73af21ae86190ff3ecff1509adb05a62dd77 (patch) | |
tree | 64530612dd392d5a37526e0de4662280d5417530 /templates/tests | |
parent | 36d9df857024a1c254305bf7f06714ee0148f33e (diff) |
SPEC-3631: Add veth test
Add veth test which adds an extra virtual network card for testing.
Change-Id: Iad5499ad653b4511fd7bd21f57d1b42ef4decb22
Bug-AGL: SPEC-3631
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
(cherry picked from commit e52669816edfa0ef48c61a5a7650614a58c02a72)
Diffstat (limited to 'templates/tests')
-rw-r--r-- | templates/tests/veth.jinja2 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/tests/veth.jinja2 b/templates/tests/veth.jinja2 new file mode 100644 index 0000000..4968492 --- /dev/null +++ b/templates/tests/veth.jinja2 @@ -0,0 +1,8 @@ +- test: + timeout: + minutes: 4 + definitions: + - repository: https://git.automotivelinux.org/src/qa-testdefinitions + from: git + path: test-suites/short-smoke/network-veth.yaml + name: network-veth |