Kenichi Omichi
2c8955fd4a
Use e2epod.WaitForPodNameRunningInNamespace directly
...
WaitForPod*() are just wrapper functions for e2epod package, and they
made an invalid dependency to sub e2e framework from the core framework.
So this replaces WaitForPodRunning() with the e2epod function.
2020-03-17 00:13:14 +00:00
Mike Danese
25651408ae
generated: run refactor
2020-02-08 12:30:21 -05:00
Mike Danese
3aa59f7f30
generated: run refactor
2020-02-07 18:16:47 -08:00
s-ito-ts
4789e51d8e
Use e2eskipper package in e2e/scheduling and e2e/servicecatalog
2020-01-14 01:54:25 +00:00
danielqsj
6596a14d39
add missing alias of api errors under test
2019-12-26 17:29:38 +08:00
carlory
3c70201d1b
remove blank lines
2019-08-28 01:27:31 +08:00
carlory
2301a3b15b
cleanup test code in lifecycle, servicecatalog and ui package
2019-08-27 09:51:23 +08:00
draveness
36167cffd6
feat: use framework.ExpectEqual in servicecatalog e2e test
2019-07-04 09:07:27 +08:00
Kubernetes Prow Robot
dc8b928136
Merge pull request #79162 from SataQiu/fix-test-20190619
...
Refactor: replace framework.Failf with e2elog.Failf
2019-06-21 12:17:04 -07:00
Aaron Crickenberger
35cef7369e
add import-alias for k8s.io/api/settings/v1alpha1
2019-06-20 11:40:54 -07:00
SataQiu
332be4b1e3
refactor: replace framework.Failf with e2elog.Failf
2019-06-19 17:52:35 +08:00
draveness
c045046e5b
feat: use framework.ExpectNoError instead in e2e test
2019-05-10 09:53:10 +08:00
draveness
04bb797ff6
refactor: use framework.ExpectNoError instead in e2e tests
2019-04-27 15:49:15 +08:00
Davanum Srinivas
7b8c9acc09
remove unused code
...
Change-Id: If821920ec8872e326b7d85437ad8d2620807799d
2019-04-19 08:36:31 -04:00
Kubernetes Prow Robot
55a65763c0
Merge pull request #71479 from soggiest/podpreset-initcontainers
...
PodPreset: Add same functionality for init containers as standard containers
2019-02-28 20:35:45 -08:00
danielqsj
9ea1b3d86d
fix golint failures for test/e2e/servicecatalog
2019-02-26 18:25:23 +08:00
soggiest
c7c119752c
Removed erroneous spaces in PodPreset E2E tests
2018-12-04 10:55:46 -08:00
soggiest
d80bbb9d57
PodPreset: Added tests to verify initcontainers modified as expected
2018-11-28 15:09:37 -08:00
Manjunath A Kumatagi
1f7f33aaa4
Update the nginx image from hub.docker.com
2018-08-04 05:19:53 +05:30
Jeff Grafton
23ceebac22
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
supereagle
b694d51842
use versiond group clients from client-go
2017-11-07 14:47:22 +08:00
Jeff Grafton
aee5f457db
update BUILD files
2017-10-15 18:18:13 -07:00
jennybuckley
653fbac87b
Bazel fmt
2017-09-29 11:06:12 -07:00
jennybuckley
475194d6e7
Go fmt
2017-09-29 10:50:20 -07:00
jennybuckley
3c96d64288
Skip podpreset test if the alpha feature setttings/v1alpha1 is disabled
2017-09-29 10:00:52 -07:00
jennybuckley
b70d1c51e1
Skip podpreset test if the alpha feature setttings/v1alpha1 is disabled
2017-09-26 13:57:15 -07:00
Kubernetes Submit Queue
dc9859754a
Merge pull request #51839 from jennybuckley/master
...
Automatic merge from submit-queue (batch tested with PRs 51839, 51987)
Disable rbac/v1alpha1, settings/v1alpha1, and scheduling/v1alpha1 by default
**What this PR does / why we need it**: Disables alpha features which were previously enabled by default. Also changes tests which relied on these alpha features being enabled by default.
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #47691
**Special notes for your reviewer**:
**Release note**:
```release-note
Fixed a bug where some alpha features were enabled by default.
2017-09-06 14:42:58 -07:00
jennybuckley
3ebd68abf6
Disable rbac/v1alpha1 settings/v1alpha1 scheduling/v1alpha1
2017-09-05 14:10:24 -07:00
Manjunath A Kumatagi
ee4d54c70c
Port e2e tests for multi architecture
2017-09-01 05:40:52 +05:30
Manjunath A Kumatagi
22c3a590d1
Fix bazel
2017-09-01 05:39:00 +05:30
Gavin
fc453826c7
move some e2e tests to SIG respectively
...
fix typo
include the servicecatalog package
add framework file
update golint failures
2017-08-16 14:34:50 +08:00