SataQiu
332be4b1e3
refactor: replace framework.Failf with e2elog.Failf
2019-06-19 17:52:35 +08: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
hui luo
4d4e4f4056
Modify apimachinery,apps,instrumentation tests to import 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-08 16:46:39 -07:00
toyoda
2c098b37e3
use framework.ExpectNoError() for e2e/apps
2019-04-26 19:23:12 +09:00
Kubernetes Prow Robot
4098347433
Merge pull request #76488 from atoato88/fix-golint-e2e-framework-util-go-part2
...
Fix golint failures of e2e/framework/util.go - part2
2019-04-23 14:02:12 -07:00
SataQiu
03180ec2b2
fix golint failures of test/e2e/apps
2019-04-17 19:04:51 +08:00
Akihito INOH
85f21c16ac
Fix golint failures of e2e/framework/util.go - part2
...
This is a part of a series for fixing golint failures for util.go.
- fixes golint failures from line 1395 to line 2353 at original util.go
This fixes golint failures of the following file:
- test/e2e/framework/util.go
This changes following files because of change function name
in above file.
- test/e2e/apps/rc.go
- test/e2e/apps/replica_set.go
2019-04-17 19:00:12 +09:00
draveness
dee97a4e5c
refactor: cleanup e2e replicaset utils
2019-04-12 01:48:10 +08:00
Steve Sloka
6dc5494ec9
Refactor to allow for a way to get list of e2e images
...
Signed-off-by: Steve Sloka <slokas@vmware.com >
2019-03-01 17:15:19 -05:00
Claudiu Belu
626cbe9001
tests: Fixes wrong Pod Container Image usage in test/e2e/apps
...
Some tests are not using the configured registry image names, causing
some tests to fail on Windows, since those images are Linux only.
2018-11-20 11:21:55 +02:00
pontiyaraja
b81936320b
Promote Replication Controller and Replica Set e2e tests to Conformance
2018-11-01 00:20:04 +05:30
Anthony Yeh
436db71751
Set explicit labels/selector for apps/v1 Deployment/RS.
2018-05-22 13:43:07 -07:00
Anthony Yeh
a6a5190494
test/e2e: Use apps/v1 Deployment/ReplicaSet.
...
This must be done at the same time as the controller update,
since they share code.
2018-05-22 13:43:06 -07:00
Srini Brahmaroutu
84a7e280a9
Adding details to Conformance Tests using RFC 2119 standards.
2018-05-14 21:25:12 -07:00
Anthony Yeh
b27836032a
ReplicaSet: Use apps/v1 RS in e2e test.
2018-03-20 09:10:40 -07:00
supereagle
b694d51842
use versiond group clients from client-go
2017-11-07 14:47:22 +08:00
Matt Liggett
a5967cbaf1
Add framework.ConformanceIt as the new way to declare conformance tests.
...
Also rewrite all existing conformance tests to use this.
2017-10-27 15:29:59 -07:00
Kevin
4c8539cece
use core client with explicit version globally
2017-10-27 15:48:32 +08:00
Jun Xiang Tee
a3fb380eec
revamp replicaset e2e tests
2017-10-06 18:28:45 -07:00
Manjunath A Kumatagi
ee4d54c70c
Port e2e tests for multi architecture
2017-09-01 05:40:52 +05:30
Michail Kargakis
5e93ed27bd
Rename test dir to allude sig-apps ownership
...
Signed-off-by: Michail Kargakis <mkargaki@redhat.com >
2017-07-22 12:43:36 +02:00