mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-05-09 16:57:40 +00:00
|
||
---|---|---|
.. | ||
templates | ||
generate_yamls.sh | ||
get_tools.sh | ||
README.md | ||
setup_cluster.sh | ||
simple-static-pod.yml | ||
static-pod-nad.yml | ||
teardown.sh | ||
test-default-route1.sh | ||
test-dra-integration.sh | ||
test-simple-macvlan1.sh | ||
test-simple-pod.sh | ||
test-static-pod.sh |
Multus e2e test with kind
Prerequisite
To run the e2e test, you need the following components:
- curl
- jinjanator
- docker
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