kilo/e2e
Lucas Servén Marín 941eabb605
e2e: correctly retry failed adjacency checks
The recent test refactor wrapped the adjacency check in a `retry`,
however, the `check_adjacent` function had an `assert` in it, which
meant that the test would fail immediately and not be retried. This
commit moves the assertion out of the check, which also allows for
improved code reuse.

Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
2021-06-16 10:37:17 +02:00
..
helper-curl.yaml Makefile, e2e/*: Add end to end tests 2021-05-20 17:34:17 +02:00
kilo-kind-userspace.yaml e2e: test VPN in e2e tests 2021-06-15 20:41:25 +02:00
kind-config.yaml e2e: test VPN in e2e tests 2021-06-15 20:41:25 +02:00
kind.sh e2e: correctly retry failed adjacency checks 2021-06-16 10:37:17 +02:00