Skip to content

Commit

Permalink
Merge pull request #325 from Bolodya1997/fix-sriov-kernel
Browse files Browse the repository at this point in the history
Fix SRIOV tests
  • Loading branch information
denis-tingaikin authored Feb 17, 2021
2 parents d025d98 + 27e145d commit 9770a00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This example shows that NSC and NSE can work with each other over the SR-IOV ker

Create test namespace:
```bash
NAMESPACE=($(kubectl create -f namespace.yaml)[0])
NAMESPACE=($(kubectl create -f ../namespace.yaml)[0])
NAMESPACE=${NAMESPACE:10}
```

Expand Down
File renamed without changes.

0 comments on commit 9770a00

Please sign in to comment.