From f52aa691d6ece9300dcf79b0990d7c700bb124de Mon Sep 17 00:00:00 2001 From: yulng Date: Mon, 24 Oct 2022 23:57:09 +0800 Subject: [PATCH] Add "EOF" to the Cat command, otherwise the operation will fail (#932) (#934) Add EOF to the Cat command, otherwise the operation will fail --- e2e/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/e2e/README.md b/e2e/README.md index de6634acf..fbd648d8f 100644 --- a/e2e/README.md +++ b/e2e/README.md @@ -1,7 +1,14 @@ ## Multus e2e test with kind -### How to test e2e +### Prerequisite + +To run the e2e test, you need the following components: +- curl +- j2cli +- docker + +### How to test e2e ``` $ git clone https://github.com/k8snetworkplumbingwg/multus-cni.git