mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
Merge pull request #12 from ghuntley/patch-2
added more clarity how to invoke/debug the tests
This commit is contained in:
commit
c4978c8a03
1 changed files with 2 additions and 1 deletions
|
|
@ -21,13 +21,14 @@ nix-build release.nix -A tests-results --show-trace
|
||||||
**Building single e2e test**
|
**Building single e2e test**
|
||||||
|
|
||||||
```
|
```
|
||||||
cd tests
|
nix-build release.nix -A tests.k8s-1_10.testsByName.k8s-crd.test
|
||||||
nix-build release.nix -A tests.k8s-1_10.testsByName.<test-name>.test
|
nix-build release.nix -A tests.k8s-1_10.testsByName.<test-name>.test
|
||||||
```
|
```
|
||||||
|
|
||||||
**Debugging e2e test**
|
**Debugging e2e test**
|
||||||
|
|
||||||
```
|
```
|
||||||
|
nix-build release.nix -A tests.k8s-1_10.testsByName.k8s-crd.test.driver
|
||||||
nix-build release.nix -A tests.k8s-1_10.testsByName.<test-name>.test.driver
|
nix-build release.nix -A tests.k8s-1_10.testsByName.<test-name>.test.driver
|
||||||
resut/bin/nixos-test-driver
|
resut/bin/nixos-test-driver
|
||||||
testScript;
|
testScript;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue