Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.
Closed
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
5928803
remove duplicate tests from openshift-tests-kubernetes
sallyom Feb 14, 2020
5ad13b7
Add CSI resizer to e2e tests
bertinatto Jan 16, 2020
5e4f6f9
Loosen help tests for oc rsh
soltysh Jan 20, 2020
d7d0353
test: Allow imagetags resource to be added to group RBAC
smarterclayton Jan 20, 2020
e5de901
move off more nodejs:8 references
gabemontero Jan 21, 2020
bdf65b6
test/extended/prometheus: Re-enable telemetry test
brancz Jan 22, 2020
6306ec6
UPSTREAM: 87432: fix flaky test "should create a ResourceQuota and ca…
deads2k Jan 22, 2020
0d4d118
test for excessive etcd leadership changes
sanchezl Dec 12, 2019
f8560df
UPSTREAM: <carry>: simplify the authorizer patch to allow the flags t…
deads2k Jan 21, 2020
2088dd6
test: Remove regexes in the wildcard selection, they are expensive
smarterclayton Jan 22, 2020
9e027c9
test: Generate test annotations rather than doing them dynamically
smarterclayton Jan 22, 2020
ced3022
test: Remove dependency on e2e in cloud config lookup
smarterclayton Jan 23, 2020
cc640ab
test/cmd: build.sh can't reach old openshift/origin:v1.1 image
smarterclayton Jan 23, 2020
ab7118c
Enable CSI snapshot tests
jsafrane Jan 25, 2020
d2d5f9e
image: add ImageTag to etcd test
mfojtik Jan 27, 2020
551414b
test: Test internal port connectivity internally for 9000-9999
smarterclayton Jan 24, 2020
60c6bad
test: Set appropriate cloud defaults even when not specified on tests
smarterclayton Jan 27, 2020
2524c8d
UPSTREAM: 85898: Fix multinode storage e2e tests for multizone clusters
tsmetana Jan 22, 2020
c51535a
Use --kubeconfig flag for Jenkins Tests
waveywaves Jan 23, 2020
37e9c5f
Move the oc explain tests for networking CRDs to a new test
abhat Jan 29, 2020
b84c27d
UPSTREAM: 82027: Enabled reading config files for vsphere e2e tests
huffmanca Jan 29, 2020
e25cc96
Update generated bindata
abhat Jan 29, 2020
ad67aeb
test/extended/prometheus: test if AlertmanagerReceiversNotConfigured …
paulfantom Dec 10, 2019
764c395
test/extended/util/annotate/generated: regenerate
paulfantom Jan 30, 2020
acc942f
test: Remove duplicate gingko recover from disruption tests
smarterclayton Jan 30, 2020
67c9e95
Bug 1796895: Don't use annotation in openshift/csi test suite
bertinatto Jan 31, 2020
33a7509
Revert Disable flaky tests on OpenStack b390f42a42
pierreprinetti Feb 3, 2020
b398cc1
test: Allow disruption tests to report partial failure
smarterclayton Feb 3, 2020
0f28911
UPSTREAM: <carry>: bootstrap user - make tokens have implicit audiences
stlaz Feb 5, 2020
9fd6f0d
Test if oc tag can work without imagestreamtags
Feb 5, 2020
c48ec09
UPSTREAM: 84614: kubelet: add certificate rotation error metric
rphillips Feb 6, 2020
2682a07
Bug 1789266: replace deprecated commands with current secrets commands
soltysh Jan 28, 2020
b642d03
pkg/test/ginkgo/cmd_runsuite.go: Add set of tests to run after all other
lilic Feb 3, 2020
9016cd4
test/extended/prometheus/prometheus.go: Run alerts tests after all tests
lilic Feb 3, 2020
8231aa0
test/extended/operators/operators.go: Renamed Smoke to Early
lilic Feb 5, 2020
ec683ef
test/extended/../generated/zz_generated.annotations.go: Regenerate
lilic Feb 3, 2020
2db9e51
test/extended/prometheus/prometheus.go: Fail tests if Prometheus cannot
lilic Feb 5, 2020
2b19a90
disable etcd metrics check to land operator
deads2k Feb 13, 2020
5c22097
UPSTREAM: 87673: blank out value for unbounded client label
sttts Feb 14, 2020
bad951b
test/extended/prometheus: temporarily disable etcdInsufficientMembers
hexfusion Feb 14, 2020
647c5f5
origin/test -> openshift-tests/test
sallyom Feb 16, 2020
bd0f865
generated
sallyom Feb 16, 2020
88a43bd
bump(*): go mod tidy|vendor
sallyom Feb 16, 2020
8a9e90d
remove initCSITests
sallyom Feb 16, 2020
d3a24de
update Dockerfile
sallyom Feb 16, 2020
1cfa27b
add origin/examples
sallyom Feb 17, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
image: add ImageTag to etcd test
  • Loading branch information
mfojtik authored and sallyom committed Feb 16, 2020
commit d2d5f9e8ed4eebd289c57dfa3cf2bc2b2da4ab7f
1 change: 1 addition & 0 deletions test/extended/etcd/etcd_storage_path.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ var openshiftEtcdStorageData = map[schema.GroupVersionResource]etcddata.StorageD
// TODO fix for real GVK.
var kindWhiteList = sets.NewString(
"ImageStreamTag",
"ImageTag",
"UserIdentityMapping",
// these are now served using CRDs
"ClusterResourceQuota",
Expand Down