k3s/test/e2e_node/remote
Dmitry Rozhkov 43fce8d6e4 e2e-node-tests: fix path to system specs
e2e-node tests may use custom system specs for validating nodes to
conform the specs. The functionality is switched on when the tests
are run with this command:

    make SYSTEM_SPEC_NAME=gke test-e2e-node

Currently the command fails with the error:

    F1228 16:12:41.568836   34514 e2e_node_suite_test.go:106] Failed to load system spec: open /home/rojkov/go/src/k8s.io/kubernetes/k8s.io/kubernetes/cmd/kubeadm/app/util/system/specs/gke.yaml: no such file or directory

Move the spec file under `test/e2e_node/system/specs` and introduce a single
public constant referring the file to use instead of multiple private constants.
2019-01-10 10:37:55 +02:00
..
BUILD e2e-node-tests: fix path to system specs 2019-01-10 10:37:55 +02:00
cadvisor_e2e.go Move from glog to klog 2018-11-10 07:50:31 -05:00
node_conformance.go Move from glog to klog 2018-11-10 07:50:31 -05:00
node_e2e.go e2e-node-tests: fix path to system specs 2019-01-10 10:37:55 +02:00
remote.go Move from glog to klog 2018-11-10 07:50:31 -05:00
ssh.go Move from glog to klog 2018-11-10 07:50:31 -05:00
types.go use node-e2e framework for testing cadvisor 2018-01-31 10:14:54 -08:00
utils.go Move from glog to klog 2018-11-10 07:50:31 -05:00