Skip to content

Commit

Permalink
Fix SRIOV tests
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Popov <vladimir.popov@xored.com>
  • Loading branch information
Vladimir Popov committed Feb 17, 2021
1 parent d025d98 commit 27e145d
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 27e145d

Please sign in to comment.