Skip to content

Commit

Permalink
Add "EOF" to the Cat command, otherwise the operation will fail (#932) (
Browse files Browse the repository at this point in the history
#934)

Add EOF to the Cat command, otherwise the operation will fail
  • Loading branch information
yulng authored Oct 24, 2022
1 parent e9bb5e5 commit f52aa69
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion e2e/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f52aa69

Please sign in to comment.