Yuanbin.Chen
|
f2eee3fe2a
|
Fix kubeadm checks import error
kubeadm checks package import path exist "kubernetes/test",
So change the import path.
* move "k8s.io/kubernetes/test/e2e_node/system" directory file
to "k8s.io/kubernetes/cmd/kubeadm/app/util/system"
* change system package import path
* remove "k8s.io/kubernetes/test/e2e_node/system" directory
Issues report link:
https://github.com/kubernetes/kubeadm/issues/976
Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
|
2018-07-13 14:27:46 +08:00 |
liz
|
1ec02b1cd5
|
Move path management from e2e_node to common test/utils directory
enables reuse of these methods for other e2e tests
|
2018-04-27 11:12:10 -04:00 |
Lantao Liu
|
55dc6f67d3
|
Let local node e2e return error.
Signed-off-by: Lantao Liu <lantaol@google.com>
|
2017-09-29 17:46:22 +00:00 |
Yang Guo
|
78f04e2abf
|
Add node e2e tests for GKE environment
|
2017-07-23 20:59:11 -07:00 |
Yang Guo
|
22c9e23202
|
Supports customized system spec in the node conformance test and creates the GKE system spec
|
2017-07-14 09:39:19 -07:00 |
Random-Liu
|
919935beec
|
Remove sudo in test suite and run test with sudo.
|
2016-11-07 15:27:53 -08:00 |
Mike Danese
|
0ea5904c23
|
rename test/e2e_node/build/ to builder/
|
2016-10-24 14:47:26 -07:00 |
Paul Morie
|
3539993ee0
|
Make node E2E tests more transparent
|
2016-09-20 21:55:41 -04:00 |
Random-Liu
|
afb780d4ee
|
Move utilities into different packages. Add local and remove runner.
|
2016-08-24 20:18:45 -07:00 |