Kubernetes Prow Robot
518ff2a405
Merge pull request #81811 from oomichi/replace-e2elog-framework-deployment-ingress
...
Use log functions of core framework on [d-i]
2019-08-23 06:54:17 -07:00
Kubernetes Prow Robot
da470c6c5f
Merge pull request #81767 from schrodit/fix-e2e-node-lease
...
Do not cleanup node lease namespace in e2e setup suite
2019-08-23 04:55:44 -07:00
Kubernetes Prow Robot
66d3572853
Merge pull request #79828 from akremsa/remove_eq_cache_tests
...
Removed equivalence cache tests
2019-08-23 04:55:18 -07:00
Kubernetes Prow Robot
15812bc1c7
Merge pull request #81755 from wongma7/skip-ssh-volumes
...
Skip spec.volumes mount/map test if no SSH
2019-08-23 03:27:43 -07:00
Kubernetes Prow Robot
81c0febcd0
Merge pull request #81715 from SataQiu/fix-test-e2e-framework
...
Fix static check for test/e2e/framework
2019-08-22 23:27:55 -07:00
Kubernetes Prow Robot
8bf4bdc7f3
Merge pull request #79910 from k-toyoda-pi/replace_KubeDescribe_e2e_kubectl
...
Replace KubeDescribe with ginkgo.Describe in e2e/kubectl
2019-08-22 23:27:16 -07:00
Kubernetes Prow Robot
4a4d5f47d5
Merge pull request #81695 from oomichi/ExpectEqual-node
...
Use framework functions under test/e2e/node/
2019-08-22 22:03:58 -07:00
Joe Betz
a5bf6e6797
Replace time.Sleep with poll.wait in admission e2e tests
2019-08-22 19:24:44 -07:00
knight42
92c4c2ec72
test(scale): fix tests
2019-08-23 10:19:09 +08:00
Kubernetes Prow Robot
09a4b7e257
Merge pull request #81488 from oomichi/move-HandleFlags
...
Move HandleFlags to e2e package
2019-08-22 17:33:33 -07:00
Kenichi Omichi
acc0c0c980
Use log functions of core framework on sub [j-l]
...
This makes sub packages of e2e test framework to use log functions
of core framework instead for avoiding circular dependencies.
NOTE: test/e2e/framework/kubelet, test/e2e/framework/metrics and
test/e2e/framework/node will make circular dependencies if
updating them. It is necessary to solve them in advance before
this work.
2019-08-23 00:11:36 +00:00
Matthew Wong
b125bdda20
Don't overwrite PVC with nil/empty object returned by failed Update
2019-08-22 17:03:06 -07:00
Joe Betz
363d1fec08
Switch to v1 for admission and CRDs for all api-machinery e2e tests
2019-08-22 16:01:07 -07:00
Kenichi Omichi
20f507fc6a
Use log functions of core framework on [d-i]
...
This makes sub packages of e2e test framework to use log functions
of core framework instead for avoiding circular dependencies.
2019-08-22 22:12:47 +00:00
Kubernetes Prow Robot
f14e88ad6e
Merge pull request #81414 from wojtek-t/lease_e2e_test
...
Add e2e test for Lease API
2019-08-22 15:09:59 -07:00
Kenichi Omichi
0adcf14477
Use log functions of core framework on p*
...
This makes sub packages of e2e test framework to use log functions
of core framework instead for avoiding circular dependencies.
2019-08-22 20:55:25 +00:00
Kubernetes Prow Robot
6b47754740
Merge pull request #81627 from tallclair/copy
...
Delete duplicate resource.Quantity.Copy()
2019-08-22 11:13:13 -07:00
j-griffith
280b3313a0
Promote VolumePVCDataSource to beta for 1.16
...
Promotes the VolumePVCDataSource feature (cloning) to beta for the 1.16
release.
Since alpha release in 1.15 there have been a number of minor bug fixes
in the CSI Hospath Provisioner and the CSI provisioner sidecar. We've
also added e2e tests using the Hostpath provisioner.
2019-08-22 10:22:58 -06:00
Alexey Kremsa
ff7b07c43c
removed equivalence cache tests
...
fix build
2019-08-22 14:55:30 +03:00
wojtekt
4be5ebd4dc
Add e2e test for Lease API
2019-08-22 12:19:43 +02:00
Joe Betz
d4958c0bee
Remove all skips from admission and CRD e2e tests that will be promoted to conformance
2019-08-22 02:04:35 -07:00
Kubernetes Prow Robot
c008cf95a9
Merge pull request #77865 from mgdevstack/promote-service-types-updates
...
Promote e2e verifying different types of services and their behaviours
2019-08-22 00:50:32 -07:00
Patrick Ohly
8270fe81e4
bazel update
2019-08-22 08:57:53 +02:00
Tim Schrodi
e88b6310ce
Do not cleanup node lease namespace in e2e setup suite
2019-08-22 08:44:31 +02:00
Matthew Wong
a81ca7ec5f
Skip spec.volumes mount/map test if no SSH
2019-08-21 16:39:49 -07:00
Zihong Zheng
0a7c085b14
Check service finalizer on upgrade test and fix-up test cases
2019-08-21 15:19:56 -07:00
Jiatong Wang
9a2ccc2c4f
Dump the stacktrace while an error occurs
...
Signed-off-by: Jiatong Wang <wangjiatong@vmware.com >
2019-08-21 11:28:59 -07:00
Kubernetes Prow Robot
dd0fb73a61
Merge pull request #81393 from oomichi/cleanup-ReadOrDie
...
Remove fail argument from ReadOrDie()
2019-08-21 10:36:31 -07:00
SataQiu
c60377c682
fix static check for test/e2e/framework
2019-08-21 17:28:36 +08:00
Kubernetes Prow Robot
fd724dbed4
Merge pull request #81541 from jpbetz/alternate-port
...
Use non-default container port and scoped port vars in webhook e2e tests
2019-08-21 00:29:46 -07:00
Kubernetes Prow Robot
0dfb87dfa5
Merge pull request #81537 from spiffxp/mv-hpa-tests-out-of-release-blocking
...
Demote HPA tests from release-blocking
2019-08-20 23:06:09 -07:00
Kubernetes Prow Robot
11abd6dca0
Merge pull request #81389 from oomichi/remove-invalid-dependency-node
...
Move ProxyRequest to kubelet e2e fw
2019-08-20 23:05:42 -07:00
Kubernetes Prow Robot
9c7c9916e3
Merge pull request #81363 from bclau/tests/fixes-dns-tests-for-windows
...
tests: Fixes DNS tests for Windows
2019-08-20 23:05:29 -07:00
Kubernetes Prow Robot
efcb62abff
Merge pull request #81196 from mkimuram/issue/71748
...
Speed up block volume e2e test by checking events
2019-08-20 20:40:16 -07:00
Kubernetes Prow Robot
d935e06dd4
Merge pull request #80682 from mgdevstack/dns-google-cloud
...
Remove cloud specific DNS check to make e2e Conformance eligible
2019-08-20 20:39:43 -07:00
Kubernetes Prow Robot
7a81ecd191
Merge pull request #77794 from saiyan86/fixAzureE2ETest
...
Use TCP instead of ICMP to check outbound connectivity
2019-08-20 19:13:18 -07:00
Kenichi Omichi
0d2e5866d4
Use framework functions under test/e2e/node/
...
There are some functions of e2e test framework and it is useful to
read the test code by using these functions.
This replaces gomega calls with these functions under test/e2e/node/
2019-08-21 02:01:49 +00:00
Kenichi Omichi
f3f14f9698
Use log functions of core framework on [c-n]
...
This makes sub packages of e2e test framework to use log functions
of core framework instead for avoiding circular dependencies.
2019-08-21 00:55:32 +00:00
Claudiu Belu
8812720148
tests: Skips Windows-unrelated tests on Windows
...
Skips IPv6 tests on Windows.
Skips sysctl tests on Windows.
Skips network policy tests on Windows.
Skips RunAsUser / FSGroup / file permissions related tests, as those are
not supported on Windows.
Skips the test "should preserve source pod IP for traffic thru service cluster IP"
on Windows, as it creates a Pod with HostNetwork=true, which is unsupported.
What works and what doesn't work on Windows has been documented here:
https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md#windows--linux-considerations
2019-08-20 14:19:14 -07:00
Joe Betz
a3e187d86a
Use non-default container port and scoped port vars in webhook e2e tests
2019-08-20 13:13:55 -07:00
Kubernetes Prow Robot
5c68a231ab
Merge pull request #81620 from wongma7/nfs-alpha
...
Bump nfs-provisioner to include GetReference fix
2019-08-20 10:47:15 -07:00
Kubernetes Prow Robot
cda22916c5
Merge pull request #81611 from gnufied/fix-block-volume-e2e-csi
...
Fix e2e for block volume expansion
2019-08-20 02:00:17 -07:00
Kubernetes Prow Robot
77ee754b4c
Merge pull request #81540 from roycaihw/webhook-e2e-dial-timeout
...
Handle tcp dial timeout in webhook e2e test
2019-08-20 02:00:01 -07:00
Kubernetes Prow Robot
8f887cad45
Merge pull request #81497 from jpbetz/crd-e2e-v1
...
Upgrade e2e tests to use CRD v1 APIs
2019-08-20 01:59:33 -07:00
Kubernetes Prow Robot
461a628101
Merge pull request #81558 from liggitt/admissionregistration-v1-e2e
...
Use v1 admissionregistration APIs in e2e
2019-08-19 20:44:18 -07:00
Kubernetes Prow Robot
081db915d3
Merge pull request #81426 from oomichi/make-e2elog-back
...
Add log.go back to core of e2e test framework
2019-08-19 20:43:47 -07:00
Joe Betz
5abf6b5d3e
Bump agnhost image version to 2.5
2019-08-19 18:31:23 -07:00
Joe Betz
1d429a615c
Update e2e tests to use CRD v1 API
2019-08-19 18:31:14 -07:00
Tim Allclair
49f50484b8
Delete duplicate resource.Quantity.Copy()
2019-08-19 17:23:14 -07:00
Haowei Cai
c8cd0bcd0e
accept dial timeout in webhook e2e
2019-08-19 15:39:42 -07:00