1
0
mirror of https://github.com/k8snetworkplumbingwg/multus-cni.git synced 2025-05-09 16:57:40 +00:00
multus-cni/e2e
Vasilis Remmas 04fb8190fe
Update DRA integration info and e2e test
Signed-off-by: Vasilis Remmas <vremmas@nvidia.com>
2024-07-24 09:34:53 +02:00
..
templates Add DRA Integration E2E test 2024-04-11 19:53:00 +02:00
generate_yamls.sh Support CNI 1.0.0 2022-04-06 00:34:53 +09:00
get_tools.sh Add DRA Integration E2E test 2024-04-11 19:53:00 +02:00
README.md fix e2e test ModuleNotFoundError: No module named 'pkg_resources' () 2023-12-07 20:51:02 +09:00
setup_cluster.sh Add DRA Integration E2E test 2024-04-11 19:53:00 +02: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 kind e2e 2024-02-16 02:30:17 +09:00
test-default-route1.sh add check test result for interface net1 () 2022-12-13 17:01:14 +09:00
test-dra-integration.sh Update DRA integration info and e2e test 2024-07-24 09:34:53 +02:00
test-simple-macvlan1.sh Modify the judgment of test results () 2022-10-31 22:34:10 +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

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