multus-cni/e2e
Bjorn Svensson 9e3ad2ea1e Correcting Dockerfile path for manual e2e tests
Signed-off-by: Björn Svensson <bjorn.a.svensson@est.tech>
2021-04-19 17:34:30 +09:00
..
cni-install.yml Add e2e test with kind in CI pipeline 2020-02-13 17:02:22 +09:00
default-route1.yml Add e2e tests for default-route annotation 2020-09-14 12:56:12 +09:00
get_tools.sh Update e2e 2020-09-04 02:20:35 +09:00
multus-daemonset.yml Add e2e test with kind in CI pipeline 2020-02-13 17:02:22 +09:00
README.md Update organization name due to ownership change 2021-03-16 16:24:49 +09:00
setup_cluster.sh Correcting Dockerfile path for manual e2e tests 2021-04-19 17:34:30 +09:00
simple-macvlan1.yml Add e2e tests for default-route annotation 2020-09-14 12:56:12 +09:00
simple-pod.yml Change nil instead of error in case of no network annotation 2021-03-31 23:06:55 +09:00
teardown.sh Update e2e 2020-09-04 02:20:35 +09:00
test-default-route1.sh Add e2e tests for default-route annotation 2020-09-14 12:56:12 +09:00
test-simple-macvlan1.sh Add e2e tests for default-route annotation 2020-09-14 12:56:12 +09:00
test-simple-pod.sh Change nil instead of error in case of no network annotation 2021-03-31 23:06:55 +09:00

Multus e2e test with kind

How to test e2e

$ git clone https://github.com/k8snetworkplumbingwg/multus-cni.git
$ cd multus-cni/e2e
$ ./get_tools.sh
$ ./setup_cluster.sh
$ ./test-simple-macvlan1.sh

How to teardown cluster

$ ./teardown.sh