Skip to content

Commit 5d21465

Browse files
committed
Remove duplicate Expects from openstackversion_controller_test.go
Signed-off-by: Brendan Shephard <[email protected]>
1 parent b102a94 commit 5d21465

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

bindata/crds/crds.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8954,8 +8954,6 @@ spec:
89548954
type: boolean
89558955
template:
89568956
properties:
8957-
apiContainerImageURL:
8958-
type: string
89598957
apiDatabaseAccount:
89608958
default: nova-api
89618959
type: string
@@ -9525,18 +9523,12 @@ spec:
95259523
cellMessageBusInstance: rabbitmq-cell1
95269524
hasAPIAccess: true
95279525
type: object
9528-
computeContainerImageURL:
9529-
type: string
9530-
conductorContainerImageURL:
9531-
type: string
95329526
keystoneInstance:
95339527
default: keystone
95349528
type: string
95359529
memcachedInstance:
95369530
default: memcached
95379531
type: string
9538-
metadataContainerImageURL:
9539-
type: string
95409532
metadataServiceTemplate:
95419533
default:
95429534
enabled: true
@@ -9661,8 +9653,6 @@ spec:
96619653
additionalProperties:
96629654
type: string
96639655
type: object
9664-
novncproxyContainerImageURL:
9665-
type: string
96669656
passwordSelectors:
96679657
default:
96689658
service: NovaPassword
@@ -9680,8 +9670,6 @@ spec:
96809670
preserveJobs:
96819671
default: false
96829672
type: boolean
9683-
schedulerContainerImageURL:
9684-
type: string
96859673
schedulerServiceTemplate:
96869674
default:
96879675
replicas: 1
@@ -9754,12 +9742,6 @@ spec:
97549742
type: string
97559743
type: object
97569744
required:
9757-
- apiContainerImageURL
9758-
- computeContainerImageURL
9759-
- conductorContainerImageURL
9760-
- metadataContainerImageURL
9761-
- novncproxyContainerImageURL
9762-
- schedulerContainerImageURL
97639745
- secret
97649746
type: object
97659747
type: object

tests/functional/ctlplane/openstackversion_controller_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,6 @@ var _ = Describe("OpenStackOperator controller", func() {
183183
g.Expect(version.Status.ContainerImages.SwiftContainerImage).ShouldNot(BeNil())
184184
g.Expect(version.Status.ContainerImages.SwiftObjectImage).ShouldNot(BeNil())
185185
g.Expect(version.Status.ContainerImages.SwiftProxyImage).ShouldNot(BeNil())
186-
g.Expect(version.Status.ContainerImages.EdpmNodeExporterImage).ShouldNot(BeNil())
187-
g.Expect(version.Status.ContainerImages.EdpmKeplerImage).ShouldNot(BeNil())
188-
g.Expect(version.Status.ContainerImages.EdpmPodmanExporterImage).ShouldNot(BeNil())
189186

190187
}, timeout, interval).Should(Succeed())
191188
})

0 commit comments

Comments
 (0)