multus-cni/e2e
2022-04-26 16:46:16 +09:00
..
templates Merge pull request from s1061123/dev/chroot 2022-04-13 15:38:56 -04:00
generate_yamls.sh Support CNI 1.0.0 2022-04-06 00:34:53 +09:00
get_tools.sh update e2e tools version for kind and cni-plugins () 2022-04-11 14:08:22 +09:00
README.md Refine multus-daemon config 2022-04-06 00:34:53 +09:00
setup_cluster.sh Merge remote-tracking branch 'origin/master' into feature/multus-4.0 2022-04-26 16:46:16 +09:00
simple-static-pod.yml Added a static pod e2e test. () 2022-04-22 00:35:39 +09:00
static-pod-nad.yml Added a static pod e2e test. () 2022-04-22 00:35:39 +09:00
teardown.sh Update e2e 2020-09-04 02:20:35 +09:00
test-default-route1.sh Support CNI 1.0.0 2022-04-06 00:34:53 +09:00
test-simple-macvlan1.sh Support CNI 1.0.0 2022-04-06 00:34:53 +09:00
test-simple-pod.sh Support CNI 1.0.0 2022-04-06 00:34:53 +09:00
test-static-pod.sh Added a static pod e2e test. () 2022-04-22 00:35:39 +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
$ ./generate_yamls.sh
$ ./setup_cluster.sh
$ ./test-simple-macvlan1.sh

How to teardown cluster

$ ./teardown.sh