@@ -28,8 +28,8 @@ func TestWithIronicOverrides(t *testing.T) {
2828
2929 Expected : VersionInfo {
3030 // NOTE(dtantsur): this value will change on stable branches
31- InstalledVersion : metal3api .VersionLatest ,
32- IronicImage : "quay.io/metal3-io/ironic:latest " ,
31+ InstalledVersion : metal3api .Version330 ,
32+ IronicImage : "quay.io/metal3-io/ironic:release-33.0 " ,
3333 KeepalivedImage : "quay.io/metal3-io/keepalived:latest" ,
3434 RamdiskDownloaderImage : "quay.io/metal3-io/ironic-ipa-downloader:latest" ,
3535 MariaDBImage : "quay.io/metal3-io/mariadb:latest" ,
@@ -52,7 +52,7 @@ func TestWithIronicOverrides(t *testing.T) {
5252 Expected : VersionInfo {
5353 AgentBranch : "stable/x.y" ,
5454 // NOTE(dtantsur): this value will change on stable branches
55- InstalledVersion : metal3api .VersionLatest ,
55+ InstalledVersion : metal3api .Version330 ,
5656 IronicImage : "myorg/ironic:tag" ,
5757 KeepalivedImage : "myorg/keepalived:tag" ,
5858 RamdiskDownloaderImage : "myorg/ramdisk-downloader:tag" ,
@@ -146,12 +146,6 @@ func TestPrometheusExporterVersionCheck(t *testing.T) {
146146 enabled : true ,
147147 expectedError : "" ,
148148 },
149- {
150- name : "PrometheusExporter with latest version" ,
151- version : metal3api .VersionLatest ,
152- enabled : true ,
153- expectedError : "" ,
154- },
155149 }
156150
157151 for _ , tc := range testCases {
@@ -204,11 +198,6 @@ func TestBMCCAVersionCheck(t *testing.T) {
204198 version : metal3api .Version320 ,
205199 expectedError : "" ,
206200 },
207- {
208- name : "BMCCA with latest version" ,
209- version : metal3api .VersionLatest ,
210- expectedError : "" ,
211- },
212201 {
213202 name : "BMCCA with version 31.0 (too old)" ,
214203 version : metal3api .Version310 ,
0 commit comments