kubernetes/test/e2e/framework/pod
Claudiu Belu 72a26aed7d tests: Fixes variable expansion false positive test
Some of the tests are negative test cases which are supposed to ensure that those
invalid usecases are handled properly.

However, some of the tests are false positives, they can pass due to various reasons.
One such example is: "should fail substituting values in a volume subpath with absolute path".
This test can pass if:

- the Pod cannot start due to various reasons (e.g.: the container image cannot be pulled or does
  not exist).
- the Pod ran to completion, even though the container was not supposed to start in the first place.
2020-07-31 01:23:09 -07:00
..
BUILD Run hack/update-vendor.sh 2020-05-16 07:54:33 -04:00
create.go Update e2e storage tests for Windows cluster 2020-07-31 10:09:28 -07:00
delete.go Revert "e2epod: use foreground deletion" 2020-07-21 22:40:31 +03:00
node_selection.go e2e: avoid setting NodeName for CSI driver deployments 2020-02-26 10:33:29 +01:00
resource_test.go Fix a bug in e2epod function 2020-02-13 16:45:16 -08:00
resource.go tests: Fixes variable expansion false positive test 2020-07-31 01:23:09 -07:00
wait.go tests: Fixes variable expansion false positive test 2020-07-31 01:23:09 -07:00