kubernetes/test/e2e/apps
John Schnake 2683b1065c Update the conformance list and doc generation logic
The existing walk.go and conformance.txt have a few shortcomings
which we'd like to resolve:
 - difficult to get the full test name due to test context nesting
 - complicated AST logic and understanding necessary due to the
different ways a test can be invoked and written

This changes the AST parsing logic to be much more simple and simply
looks for the comments at/around a specific line. This file/line
information (and the full test name) is gathered by a custom ginkgo
reporter which dumps the SpecSummary data to a file.

Also, the SpecSummary dump can, itself, be potentially useful for
other post-processing and debugging tasks.

Signed-off-by: John Schnake <jschnake@vmware.com>
2020-02-24 14:00:44 -08:00
..
BUILD Add more E2E tests for the ../poddisruptionbudgets endpoint 2020-02-18 11:19:30 -08:00
cronjob.go generated: run refactor 2020-02-08 12:30:21 -05:00
daemon_restart.go generated: run refactor 2020-02-07 18:16:47 -08:00
daemon_set.go generated: run refactor 2020-02-08 12:30:21 -05:00
deployment.go generated: run refactor 2020-02-08 12:30:21 -05:00
disruption.go Add more E2E tests for the ../poddisruptionbudgets endpoint 2020-02-18 11:19:30 -08:00
framework.go fix golint failures of test/e2e/apps 2019-04-17 19:04:51 +08:00
job.go generated: run refactor 2020-02-07 18:16:47 -08:00
network_partition.go generated: run refactor 2020-02-08 12:30:21 -05:00
OWNERS Update Sig-Apps OWNERS in places that were missed in #76669 2019-06-19 15:36:16 +02:00
rc.go Update the conformance list and doc generation logic 2020-02-24 14:00:44 -08:00
replica_set.go generated: run refactor 2020-02-08 12:30:21 -05:00
statefulset.go generated: run refactor 2020-02-08 12:30:21 -05:00
types.go tests: Replaces Redis image with Agnhost 2019-09-09 00:25:18 -07:00
wait.go e2e: move funs of framework/statefulset to e2e/apps & e2e/upgrades 2019-12-14 02:17:00 +08:00