mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2026-07-17 02:06:30 +00:00
19 lines
267 B
Markdown
19 lines
267 B
Markdown
## 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
|
|
```
|