Bug 1721572

Summary: Kube-scheduler-operator: backport a test to ensure no regression
Product: OpenShift Container Platform Reporter: ravig <rgudimet>
Component: MasterAssignee: ravig <rgudimet>
Status: CLOSED NOTABUG QA Contact: Xingxing Xia <xxia>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 4.1.zCC: aos-bugs, jokerman, mmccomas, rgudimet, wsun
Target Milestone: ---   
Target Release: 4.1.z   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-06-19 10:49:11 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description ravig 2019-06-18 15:03:15 UTC
Description of problem:

Backport test framework to ensure there is no regression to 4.1.z branch

Comment 1 ravig 2019-06-18 15:06:42 UTC
We need this patch to go in to close the bz:

https://github.com/openshift/cluster-kube-scheduler-operator/pull/146

Comment 4 Xingxing Xia 2019-06-19 10:49:11 UTC
Tested it in 4.1.0-0.nightly-2019-06-18-235904 env BTW:
$ git clone git:openshift/cluster-kube-scheduler-operator.git
$ export KUBECONFIG=/home/xxia/all/env/my-0619.cfg
$ git checkout -b release-4.1 upstream/release-4.1
$ go test                                                                                                        
found operator deployment                                                                                                                                            
PASS                                                                                                                                                                  
ok      github.com/openshift/cluster-kube-scheduler-operator/test/e2e   5.972s

Because it is not a functional bug. I'd like to close as NOTA.