Skip to content

Commit

Permalink
Add requirement for kubeconfig for e2e repeat test
Browse files Browse the repository at this point in the history
Signed-off-by: Kennelly, Martin <martin.kennelly@intel.com>
  • Loading branch information
martinkennelly committed Apr 23, 2021
1 parent 009a9bb commit c080956
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/testing-kind.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Note: Test device will remain in KinD worker node until cluster is terminated.
### How to repeat test using existing KinD cluster
Export test PCI device used to set up KinD cluster and export KinD worker network namespace path:
```
$ export KUBECONFIG="${HOME}/.kube/config"
$ export TEST_PCI_DEVICE=0000:02:00.0
$ export TEST_NETNS_PATH=$(docker inspect "$(docker ps --filter 'name=kind-worker' -q)" --format "{{ .NetworkSettings.SandboxKey }}")
$ sudo make test-e2e-k8s
Expand Down

0 comments on commit c080956

Please sign in to comment.