k3s/test/e2e_node/system
Kubernetes Submit Queue cab07f3af0 Merge pull request #46893 from yguo0905/image-spec
Automatic merge from submit-queue (batch tested with PRs 48890, 46893, 48872, 48896)

Support customized system spec in the node conformance test and create the GKE system spec

ref: https://github.com/kubernetes/kubernetes/issues/46891

- System specs are located in `test/e2e_node/system/specs`. Created one for validating GKE images in `test/e2e_node/system/specs/gke.yaml`.
- `--image-spec-name` can be used to specify a system spec in node e2e and conformance tests. This option maps to `SYSTEM_SPEC_NAME` in a test properties file, which is the user facing configuration. So, users can specify `SYSTEM_SPEC_NAME=gke` to run the image validation using the GKE system spec.
- If `SYSTEM_SPEC_NAME` is unspecified, the default spec (`system.DefaultSysSpec`) will be used.
- We can also use `make test-e2e-node SYSTEM_SPEC_NAME=gke` to run tests using GKE image spec.

**Release note**:
`None`
2017-07-14 16:49:52 -07:00
..
specs Supports customized system spec in the node conformance test and creates the GKE system spec 2017-07-14 09:39:19 -07:00
BUILD Updates Docker Engine API 2017-07-13 12:55:07 -07:00
cgroup_validator.go kubeadm: validators pass warnings and errors 2017-03-08 14:35:26 -08:00
cgroup_validator_test.go Add a reporter to the system verification check 2016-11-12 16:36:40 +02:00
docker_validator.go Updates Docker Engine API 2017-07-13 12:55:07 -07:00
docker_validator_test.go Updates Docker Engine API 2017-07-13 12:55:07 -07:00
kernel_validator.go kubeadm: validators pass warnings and errors 2017-03-08 14:35:26 -08:00
kernel_validator_test.go Add a reporter to the system verification check 2016-11-12 16:36:40 +02:00
os_validator.go kubeadm: validators pass warnings and errors 2017-03-08 14:35:26 -08:00
os_validator_test.go Add a reporter to the system verification check 2016-11-12 16:36:40 +02:00
package_validator.go Support validating package versions in node conformance test 2017-05-30 17:44:40 -07:00
package_validator_test.go Support validating package versions in node conformance test 2017-05-30 17:44:40 -07:00
report.go Add a reporter to the system verification check 2016-11-12 16:36:40 +02:00
types.go Supports customized system spec in the node conformance test and creates the GKE system spec 2017-07-14 09:39:19 -07:00
validators.go Supports customized system spec in the node conformance test and creates the GKE system spec 2017-07-14 09:39:19 -07:00