Files
Muhammad Adil Ghaffar f18d96b648 update to go 1.23 and latest k8s version (1.32.5)
Signed-off-by: Muhammad Adil Ghaffar <muhammad.adil.ghaffar@est.tech>
2025-06-24 15:11:16 +03:00
..
2022-04-06 00:34:53 +09:00
2024-02-16 02:30:17 +09:00
2022-04-06 00:34:53 +09:00

Multus e2e test with kind

Prerequisite

To run the e2e test, you need the following components:

  • curl
  • jinjanator (optional)
  • docker

How to test e2e

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

If you have jinjanator you can generate the YAML with:

$ ./generate_yamls.sh

Alternatively, if you have trouble with it, use the sed script.

$ ./e2e/sed_generate_yaml.sh

Then, setup the cluster

$ ./setup_cluster.sh
$ ./test-simple-macvlan1.sh

How to teardown cluster

$ ./teardown.sh