Sergiusz Urbaniak
1495c9f2cd
test/e2e/*: default existing tests to privileged pod security policy
...
This is to ensure that all existing tests don't break when defaulting
the pod security policy to restricted in the e2e test framework.
2022-04-05 08:41:12 +02:00
Ciprian Hacman
a0abe5aa33
Clean up dockershim in tests
...
Signed-off-by: Ciprian Hacman <ciprian@hakman.dev>
2021-12-22 13:05:34 +02:00
Elana Hashman
6ddf86d422
Set startTimeout back to 3m, restore wait loop at end of test
2021-11-19 11:30:43 -08:00
Elana Hashman
b4a8861af3
Tweak resource requests for Kubelet restart test
2021-11-18 14:57:22 -08:00
Elana Hashman
303b05cded
Fix timeout flake in restart kubelet e2e
2021-11-15 13:42:58 -08:00
Antonio Ojea
5eb584d1cb
Node tests fixes ( #106371 )
...
* capture loop variable
* capture the loop variable and don't fail on not found errors
* capture loop variable
* Revert "Mark restart_test as flaky"
This reverts commit 990e9506de
.
* skip e2e node restart test with dockershim
* Update test/e2e_node/restart_test.go
Co-authored-by: Mike Miranda <mikemp96@gmail.com>
* capture loop using index
Co-authored-by: Mike Miranda <mikemp96@gmail.com>
2021-11-14 19:54:47 -08:00
Mike Miranda
990e9506de
Mark restart_test as flaky
2021-11-11 17:25:27 +00:00
KeZhang
257efda87a
Fix:Flaky test] [sig-node] Kubelet should correctly account for terminated pods after restart
2021-10-28 08:31:14 +08:00
Ryan Phillips
3982fcae64
go fmt
2021-10-07 20:13:43 -05:00
Elana Hashman
c771698de3
Add e2e test to verify kubelet restart behaviour
...
Succeeded pods should not be counted as running on restart.
2021-10-07 18:30:17 -05:00
Stephen Augustus
481cf6fbe7
generated: Run hack/update-gofmt.sh
...
Signed-off-by: Stephen Augustus <foo@auggie.dev>
2021-08-24 15:47:49 -04:00
Davanum Srinivas
9351b57def
Skip node e2e test for recovering from ip leak with docker
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2021-08-05 07:11:07 -04:00
Odin Ugedal
2787e8c18c
Kill container runtime with SIGKILL
...
Make sure to use SIGKILL so that the service is killed in a dirty way.
In case container runtime use "Restart=on-abnormal" in systemd, killing
with SIGTERM will not restart the service, as the kill looks intentional
and clean. This is used by cri-o by default.
2021-05-28 10:16:23 +02:00
wojtekt
a74737eb03
Mark remaining e2e_node tests with [sig-*] label
2021-02-23 20:11:09 +01:00
Mike Danese
3aa59f7f30
generated: run refactor
2020-02-07 18:16:47 -08:00
SataQiu
d2bdf89a8b
fix golint issues in test/e2e_node
2019-11-26 16:26:55 +08:00
carlory
d1290ffdef
clean up test code
2019-09-05 23:44:19 +08:00
SataQiu
641d330f89
e2e_node: clean up non-recommended import
2019-07-28 12:49:36 +08:00
SataQiu
332be4b1e3
refactor: replace framework.Failf with e2elog.Failf
2019-06-19 17:52:35 +08:00
SataQiu
d3a902ff5b
e2e refactor: cleanup Logf form framework/util
2019-05-24 16:39:46 +08:00
Yu-Ju Hong
90750c77c3
test/e2e_node: Add NodeFeature tags to non-conformance tests
...
Serial tests are not considered for conformance tests.
2018-05-21 17:52:36 -07:00
Manjunath A Kumatagi
1bb810e749
Use pause manifest image
2018-04-06 11:00:50 +05:30
jianglingxia
76e90061a2
reopen #58913 Fix TODO move GetPauseImageNameForHostArch func
2018-01-31 15:06:32 +08:00
Lantao Liu
e05a5b9f7a
Remove unnecessary docker specific logic in node e2e test.
2018-01-09 22:59:17 +00:00
Chao Xu
f4989a45a5
run root-rewrite-v1-..., compile
2017-06-22 10:25:57 -07:00
David Ashpole
ad73b325f3
changed density test to use volumes, and include deletion before logging
2017-02-02 08:51:01 -08:00
Clayton Coleman
469df12038
refactor: move ListOptions references to metav1
2017-01-23 17:52:46 -05:00
Chao Xu
29400ac195
test/e2e_node
2016-11-23 15:53:09 -08:00
Klaus Ma
0e6dbaad67
Fixed failed build on Mac.
2016-10-31 21:14:21 +08:00
bprashanth
37bc34c567
periodically GC pod ips
2016-10-27 22:15:35 -07:00