Files
kubernetes/hack/lib
Patrick Ohly 798bdab3d0 kubectl: add integration test for result reporting
This currently covers two cases:
- "kubectl list" (the regression from https://github.com/kubernetes/kubernetes/issues/107012)
- "kubectl get pods/no-such-pod" (no particular reason except that the output
should be deterministic)

In contrast to some other tests that check for strings inside the
output (run_deprecated_api_tests) or compare after
sorting (run_kubectl_version_tests), stdout, stderr and the return code must
match exactly.

This ensures that there is no extra, unexpected output and that the right
output stream is used.
2022-01-11 09:04:56 +01:00
..
2021-11-09 10:34:54 +08:00
2020-08-02 01:22:59 -04:00
2020-08-02 10:56:46 -04:00
2021-08-14 11:20:26 -04:00