Commit Graph

45 Commits

Author SHA1 Message Date
Odin Ugedal
35cb87f9cf Fix file permissions for non executable files
Normal files should have permissions 644 by default,
and does not require the last bit to be
executable

Signed-off-by: Odin Ugedal <odin@ugedal.com>
2019-06-14 21:04:50 +02:00
Jorge Alarcon Ochoa
4969a05327 Refactored pod-related functions from framework/util.go
This a refactoring of framework/utils.go into framework/pod.

Signed-off-by: Jorge Alarcon Ochoa <alarcj137@gmail.com>
2019-05-30 09:30:26 -04:00
Jean Rouge
b39d8f4777 Kubelet & implementation changes for Windows GMSA support
This patch comprises the kubelet changes outlined in the Windows GMSA KEP
(https://github.com/kubernetes/enhancements/blob/master/keps/sig-windows/20181221-windows-group-managed-service-accounts-for-container-identity.md)
to add GMSA support to Windows workloads.

Updated tests.

Signed-off-by: Jean Rouge <rougej+github@gmail.com>
2019-05-16 22:07:03 -04:00
draveness
c045046e5b feat: use framework.ExpectNoError instead in e2e test 2019-05-10 09:53:10 +08:00
John Schnake
2ede81c2a6 Move node, windows, and autoscaling tests to framework/log
This is part of the transition to using framework/log instead
of the Logf inside the framework package. This will help with
import size/cycles when importing the framework or subpackages.
2019-05-03 13:23:57 -05:00
draveness
04bb797ff6 refactor: use framework.ExpectNoError instead in e2e tests 2019-04-27 15:49:15 +08:00
Kenichi Omichi
78a93f8ced Fix golint failures of e2e/framework/n*.go 2019-03-29 02:17:43 +00:00
Adelina Tuvenie
90b8c877ed Update gmsa test
Wait for the container to be in Running state before running any command.
2019-03-07 17:04:25 +02:00
Kubernetes Prow Robot
dcbe588f76 Merge pull request #74938 from brusMX/win-e2e-nodeport
Creating NodePort test for Windows
2019-03-07 06:35:05 -08:00
Jean Rouge
b721f8e339 Adding an e2e test on Windows GMSA support
This patch is adding an e2e on the Windows GMSA support added in
https://github.com/kubernetes/kubernetes/pull/73726 and
https://github.com/kubernetes/kubernetes/pull/74737.

Signed-off-by: Jean Rouge <rougej+github@gmail.com>
2019-03-06 17:58:18 -08:00
Jean Rouge
1d1a765e79 Updating Windows' e2e tests' README to the official repo list
Signed-off-by: Jean Rouge <rougej+github@gmail.com>
2019-03-06 17:58:18 -08:00
Bruno Medina
7cbbfcc9ef Creating NodePort test for Windows
Co-authored-by: Muzz Imam <muzzz.imam@gmail.com>
2019-03-06 12:29:38 -08:00
Kubernetes Prow Robot
8060c94503 Merge pull request #74743 from lee0c/lecattar/win-mem-limits
Windows nodeAllocatable test
2019-03-06 00:44:17 -08:00
Lee Cattarin
0251a2493a Remove dot imports 2019-03-05 11:58:28 -08:00
Lee Cattarin
b9c0d10ce7 Run hack/update-bazel 2019-03-01 09:33:28 -08:00
Lee Cattarin
e18a2ce2ea Update copyright year 2019-02-28 15:13:44 -08:00
Lee Cattarin
b1e5d7c342 Replace agent role selector with windows OS selector 2019-02-28 12:26:21 -08:00
Lee Cattarin
fe6057456e Test to check that allocatable memory limit is respected on windows & small edit to density test
Co-authored-by: Bruno Medina <bmedinab@gmail.com>
2019-02-28 11:32:34 -08:00
danielqsj
a60365e67b Fix golint in test/e2e/windows/hybrid_network.go 2019-02-28 15:55:14 +08:00
danielqsj
1187936c18 Fix golint in test/e2e/windows/volumes.go 2019-02-28 15:48:48 +08:00
danielqsj
cee02e62b7 Fix golint failures for e2e/windows 2019-02-28 15:48:48 +08:00
Kubernetes Prow Robot
48def74e64 Merge pull request #74550 from vyta/e2e-tests/hybrid-test
Add cross-OS test for service connectivity
2019-02-27 15:54:47 -08:00
Vy Ta
a7a1f5871b poll_interval to pollInterval 2019-02-27 10:01:46 -08:00
Vy Ta
25d0352029 remove key from toleration 2019-02-27 09:47:33 -08:00
Vy Ta
f150874ed2 Requested changes and refactor 2019-02-26 12:10:43 -08:00
Vy Ta
2869c67076 Windows-linux connectivity 2019-02-25 14:42:02 -08:00
Kubernetes Prow Robot
86a3caee35 Merge pull request #74085 from vyta/e2e-tests/win-volumes
Add readonly volume tests for windows
2019-02-25 13:54:00 -08:00
Vy Ta
59987e7410 update bazel 2019-02-25 10:22:03 -08:00
Vy Ta
585426f85f External connectivity test 2019-02-25 09:49:40 -08:00
Xiang Dai
36065c6dd7 delete all duplicate empty blanks
Signed-off-by: Xiang Dai <764524258@qq.com>
2019-02-23 10:28:04 +08:00
Vy Ta
5e06b93e0b Add readonly volume tests for windows 2019-02-21 15:54:07 -08:00
Claudiu Belu
00e2582c67 Adds Windows-related Networking tests
Creating pods with HostNetwork is not currently supported on
Windows Kubelet, and thus, ones without HostNetwork are created instead.
2019-02-06 15:58:18 -08:00
Roy Lenferink
b43c04452f Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00
Patrick Lang
9468ca420d Updating README.md with fixed repo-list and --node-os-distro 2019-01-09 08:51:47 -08:00
Vy Ta
ec8151d7bb Ran ./hack/update-gofmt.sh 2019-01-08 22:40:38 +00:00
Vy Ta
5fe8825530 Adding newlines 2019-01-08 13:21:19 -08:00
Vy Ta
4bf6b670a2 fix bazel test 2019-01-08 10:45:53 -08:00
Vy Ta
765057765c golint failure updates, and added skip check for non-windows 2019-01-08 10:11:35 -08:00
Patrick Lang
8f858afe69 Ran hack/update-bazel.sh 2019-01-08 08:49:54 -08:00
Patrick Lang
210bf624ea Adding OWNERS 2019-01-07 14:47:40 -08:00
Vy Ta
ecee40158c Adding Feature tag 2018-12-27 15:55:10 -07:00
Vy Ta
8d3ea6590d Adding diff summary 2018-12-27 15:51:44 -07:00
Vy Ta
906aceb89a Making requested changes 2018-12-27 15:46:26 -07:00
Vy Ta
0a09b1d2a7 Adding README.md 2018-12-10 16:09:10 -08:00
Vy Ta
28ed7875e7 Adding density test 2018-12-10 23:48:39 +00:00