test/e2e | |
test/e2e/api | |
test/e2e/autoscaling | |
test/e2e/chaosmonkey | |
test/e2e/cluster-logging | |
test/e2e/common | |
test/e2e/extension | |
test/e2e_federation | |
test/e2e_federation/framework | |
test/e2e_federation/upgrades | Package upgrades provides a framework for testing Kubernetes federation features before, during, and after different types of upgrades. |
test/e2e/framework | |
test/e2e/framework/ginkgowrapper | Package ginkgowrapper wraps Ginkgo Fail and Skip functions to panic with structured data instead of a constant string. |
test/e2e/generated | |
test/e2e_node | e2e_node contains e2e tests specific to the node TODO: rename this package e2e-node |
test/e2e_node/builder | |
test/e2e_node/environment | Build the binary with `go build conformance.go`, then run the conformance binary on a node candidate. |
test/e2e_node/perftype | |
test/e2e_node/remote | |
test/e2e_node/runner | |
test/e2e_node/runner/local | |
test/e2e_node/runner/remote | To run the node e2e tests remotely against one or more hosts on gce: $ go run run_remote.go --logtostderr --v 2 --ssh-env gce --hosts <comma separated hosts> To run the node e2e tests remotely against one or more images on gce and provision them: $ go run run_remote.go --logtostderr --v 2 --project <project> --zone <zone> --ssh-env gce --images <comma separated images> |
test/e2e_node/services | |
test/e2e_node/system | |
test/e2e/perf | |
test/e2e/perftype | |
test/e2e/scheduling | |
test/e2e/storage | |
test/e2e/upgrades | Package upgrades provides a framework for testing Kubernetes features before, during, and after different types of upgrades. |
test/images | |
test/images/clusterapi-tester | A simple pod that first lists all nodes/services through the Kubernetes api, then serves a 200 on /healthz. |
test/images/entrypoint-tester | |
test/images/fakegitserver | |
test/images/goproxy | |
test/images/logs-generator | |
test/images/mount-tester | |
test/images/net | |
test/images/net/common | |
test/images/netexec | |
test/images/net/nat | |
test/images/network-tester | A tiny web server for checking networking connectivity. |
test/images/no-snat-test | |
test/images/no-snat-test-proxy | |
test/images/n-way-http | A webserver that runs n http handlers. |
test/images/porter | A tiny binary for testing ports. |
test/images/port-forward-tester | A tiny binary for testing port forwarding. |
test/images/resource-consumer | |
test/images/resource-consumer/common | |
test/images/resource-consumer/consume-cpu | |
test/images/resource-consumer/controller | |
test/images/serve_hostname | A small utility to just serve the hostname on TCP and/or UDP. |
test/integration | Package integration provides integration tests for Kubernetes.Some tests require a running etcd or Docker installation on the system. |
test/integration/apiserver | |
test/integration/auth | |
test/integration/client | |
test/integration/configmap | |
test/integration/defaulttolerationseconds | |
test/integration/deployment | |
test/integration/etcd | |
test/integration/evictions | |
test/integration/examples | |
test/integration/federation | |
test/integration/federation/framework | |
test/integration/framework | |
test/integration/garbagecollector | |
test/integration/kubectl | |
test/integration/master | |
test/integration/metrics | |
test/integration/objectmeta | |
test/integration/openshift | |
test/integration/pods | |
test/integration/quota | |
test/integration/replicaset | |
test/integration/replicationcontroller | |
test/integration/scheduler | |
test/integration/scheduler_perf | |
test/integration/secrets | |
test/integration/serviceaccount | |
test/integration/storageclasses | |
test/integration/thirdparty | |
test/integration/ttlcontroller | |
test/integration/volume | |
test/list | list all unit and ginkgo test names that will be run |
test/soak | |
test/soak/cauldron | |
test/soak/serve_hostnames | |
test/utils | |
test/utils/junit | Package junit provides data structures to allow easy XML encoding and decoding of JUnit test results. |