|
35 | 35 | import org.junit.jupiter.api.AfterEach; |
36 | 36 | import org.junit.jupiter.api.BeforeAll; |
37 | 37 | import org.junit.jupiter.api.BeforeEach; |
| 38 | +import org.junit.jupiter.api.Disabled; |
38 | 39 | import org.junit.jupiter.api.DisplayName; |
39 | 40 | import org.junit.jupiter.api.MethodOrderer; |
40 | 41 | import org.junit.jupiter.api.Tag; |
@@ -172,111 +173,106 @@ static void init() { |
172 | 173 | logger = getLogger(); |
173 | 174 | } |
174 | 175 |
|
175 | | - /** |
176 | | - * Operator upgrade from 4.0.9 to current with Mii domain in V8 schema. |
177 | | - */ |
178 | | - @Test |
179 | | - @DisplayName("Upgrade Operator from 4.0.9 to current") |
180 | | - void testOperatorUpgradeMiiDomainV8From409ToCurrent() { |
181 | | - logger.info("Starting test testOperatorUpgradeMiiDomainV8From409ToCurrent with Mii domain v8 schema"); |
182 | | - installOperatorCreateMiiDomainAndUpgrade("4.0.9", OLD_DOMAIN_VERSION, DEFAULT_EXTERNAL_SERVICE_NAME_SUFFIX); |
183 | | - } |
184 | 176 |
|
185 | 177 | /** |
186 | | - * Upgrade Operator from 4.0.10 to current with Auxiliary image domain, V9 schema. |
| 178 | + * Operator upgrade from 4.1.8 to current with Auxiliary Image Domain, V9 schema. |
187 | 179 | */ |
188 | 180 | @Test |
189 | | - @DisplayName("Upgrade Operator from 4.0.10 to current") |
190 | | - void testOperatorUpgradeAuxDomainV9From4010ToCurrent() { |
191 | | - logger.info("Starting test testOperatorUpgradeAuxDomainV9From4010ToCurrent with Auxiliary domain v9 schema"); |
192 | | - installOperatorCreateAuxDomainAndUpgrade("4.0.10", DOMAIN_VERSION); |
| 181 | + @DisplayName("Upgrade Operator from 4.1.8 to current") |
| 182 | + void testOperatorUpgradeAuxDomainV9From418ToCurrent() { |
| 183 | + logger.info("Starting test testOperatorUpgradeAuxDomainV9From418ToCurrent to upgrade Auxiliary Domain " |
| 184 | + + "with V9 schema to current"); |
| 185 | + installOperatorCreateAuxDomainAndUpgrade("4.1.8", DOMAIN_VERSION); |
193 | 186 | } |
194 | 187 |
|
195 | 188 | /** |
196 | | - * Upgrade Operator from 4.1.7 to current with Mii domain in V8 schema. |
| 189 | + * Operator upgrade from 4.2.20 to current with Auxiliary Image Domain, V9 schema. |
197 | 190 | */ |
198 | 191 | @Test |
199 | | - @DisplayName("Upgrade Operator from 4.1.7 to current") |
200 | | - void testOperatorUpgradeMiiDomainV8From417ToCurrent() { |
201 | | - logger.info("Starting test testOperatorUpgradeMiiDomainV8From417ToCurrent with Mii domain v8 schema"); |
202 | | - installOperatorCreateMiiDomainAndUpgrade("4.1.7", OLD_DOMAIN_VERSION, DEFAULT_EXTERNAL_SERVICE_NAME_SUFFIX); |
| 192 | + @DisplayName("Upgrade Operator from 4.2.20 to current") |
| 193 | + void testOperatorUpgradeAuxDomainV9From4220ToCurrent() { |
| 194 | + logger.info("Starting test testOperatorUpgradeAuxDomainV9From4220ToCurrent to upgrade Domain with " |
| 195 | + + "Auxiliary Image with v9 schema to current"); |
| 196 | + installOperatorCreateAuxDomainAndUpgrade("4.2.20", DOMAIN_VERSION); |
203 | 197 | } |
204 | 198 |
|
205 | 199 | /** |
206 | | - * Operator upgrade from 4.1.8 to current with Auxiliary Image Domain, V9 schema. |
| 200 | + * Operator upgrade from 4.3.4 to current with Auxiliary Image Domain, V9 schema. |
207 | 201 | */ |
208 | 202 | @Test |
209 | | - @DisplayName("Upgrade Operator from 4.1.8 to current") |
210 | | - void testOperatorUpgradeAuxDomainV9From418ToCurrent() { |
211 | | - logger.info("Starting test testOperatorUpgradeAuxDomainV9From418ToCurrent to upgrade Auxiliary Domain " |
212 | | - + "with V9 schema to current"); |
213 | | - installOperatorCreateAuxDomainAndUpgrade("4.1.8", DOMAIN_VERSION); |
| 203 | + @DisplayName("Upgrade Operator from 4.3.4 to current") |
| 204 | + void testOperatorUpgradeAuxDomainV9From434ToCurrent() { |
| 205 | + logger.info("Starting test testOperatorUpgradeAuxDomainV9From434ToCurrent to upgrade Domain with " |
| 206 | + + "Auxiliary Image with v9 schema to current"); |
| 207 | + installOperatorCreateAuxDomainAndUpgrade("4.3.4", DOMAIN_VERSION); |
214 | 208 | } |
215 | 209 |
|
| 210 | + |
216 | 211 |
|
217 | 212 | /** |
218 | | - * Operator upgrade from 4.2.15 to current with DPV domain in V9 schema. |
| 213 | + * Operator upgrade from 4.1.8 to current with DPV domain in V9 schema. |
219 | 214 | */ |
220 | 215 | @Test |
221 | | - @DisplayName("Upgrade Operator from 4.2.15 to current") |
222 | | - void testOperatorUpgradeDomainOnPVV9From4215ToCurrent() { |
223 | | - logger.info("Starting test testOperatorUpgradeDomainOnPVV9From4215ToCurrent, domain v9 schema"); |
224 | | - installOperatorCreatesPvPvcWlsDomainAndUpgrade("4.2.15"); |
| 216 | + @DisplayName("Upgrade Operator from 4.1.8 to current") |
| 217 | + void testOperatorUpgradeDomainOnPVV9From418ToCurrent() { |
| 218 | + logger.info("Starting test testOperatorUpgradeDomainOnPVV9From418ToCurrent, domain v9 schema"); |
| 219 | + installOperatorCreatesPvPvcWlsDomainAndUpgrade("4.1.8"); |
225 | 220 | } |
226 | 221 |
|
227 | 222 | /** |
228 | | - * Operator upgrade from 4.2.14 to current with DPV domain in V9 schema. |
| 223 | + * Operator upgrade from 4.2.20 to current with DPV domain in V9 schema. |
229 | 224 | */ |
230 | 225 | @Test |
231 | | - @DisplayName("Upgrade Operator from 4.2.14 to current") |
232 | | - void testOperatorUpgradeDomainOnPVV9From4214ToCurrent() { |
233 | | - logger.info("Starting test testOperatorUpgradeDomainOnPVV9From4214ToCurrent, domain v9 schema"); |
234 | | - installOperatorCreatesPvPvcWlsDomainAndUpgrade("4.2.14"); |
| 226 | + @DisplayName("Upgrade Operator from 4.2.20 to current") |
| 227 | + void testOperatorUpgradeDomainOnPVV9From4220ToCurrent() { |
| 228 | + logger.info("Starting test testOperatorUpgradeDomainOnPVV9From4220ToCurrent, domain v9 schema"); |
| 229 | + installOperatorCreatesPvPvcWlsDomainAndUpgrade("4.2.20"); |
235 | 230 | } |
236 | 231 |
|
237 | 232 | /** |
238 | | - * Operator upgrade from 4.2.14 to current with Auxiliary Image Domain, V9 schema. |
| 233 | + * Operator upgrade from 4.3.4 to current with DPV domain in V9 schema. |
239 | 234 | */ |
240 | 235 | @Test |
241 | | - @DisplayName("Upgrade Operator from 4.2.14 to current") |
242 | | - void testOperatorUpgradeAuxDomainV9From4214ToCurrent() { |
243 | | - logger.info("Starting test testOperatorUpgradeAuxDomainV9From4214ToCurrent to upgrade Domain with " |
244 | | - + "Auxiliary Image with v9 schema to current"); |
245 | | - installOperatorCreateAuxDomainAndUpgrade("4.2.14", DOMAIN_VERSION); |
| 236 | + @DisplayName("Upgrade Operator from 4.3.4 to current") |
| 237 | + void testOperatorUpgradeDomainOnPVV9From434ToCurrent() { |
| 238 | + logger.info("Starting test testOperatorUpgradeDomainOnPVV9From434ToCurrent, domain v9 schema"); |
| 239 | + installOperatorCreatesPvPvcWlsDomainAndUpgrade("4.3.4"); |
246 | 240 | } |
247 | 241 |
|
248 | 242 | /** |
249 | | - * Operator upgrade from 4.2.12 to current with Model in Image Domain, V8 schema. |
| 243 | + * Operator upgrade from 4.0.9 to current with Mii domain in V8 schema. |
250 | 244 | */ |
251 | 245 | @Test |
252 | | - @DisplayName("Upgrade Operator from 4.2.12 to current") |
253 | | - void testOperatorUpgradeMiiDomainV8From4212ToCurrent() { |
254 | | - logger.info("Starting test testOperatorUpgradeMiiDomainV8From4212ToCurrent to upgrade Domain with " |
255 | | - + "Auxiliary Image with v8 schema to current"); |
256 | | - installOperatorCreateMiiDomainAndUpgrade("4.2.12", OLD_DOMAIN_VERSION, DEFAULT_EXTERNAL_SERVICE_NAME_SUFFIX); |
| 246 | + @DisplayName("Upgrade Operator from 4.0.9 to current") |
| 247 | + @Disabled |
| 248 | + void testOperatorUpgradeMiiDomainV8From409ToCurrent() { |
| 249 | + logger.info("Starting test testOperatorUpgradeMiiDomainV8From409ToCurrent with Mii domain v8 schema"); |
| 250 | + installOperatorCreateMiiDomainAndUpgrade("4.0.9", OLD_DOMAIN_VERSION, DEFAULT_EXTERNAL_SERVICE_NAME_SUFFIX); |
257 | 251 | } |
258 | 252 |
|
259 | 253 | /** |
260 | | - * Operator upgrade from 4.1.8 to current with DPV domain in V9 schema. |
| 254 | + * Upgrade Operator from 4.1.7 to current with Mii domain in V8 schema. |
261 | 255 | */ |
262 | 256 | @Test |
263 | | - @DisplayName("Upgrade Operator from 4.1.8 to current") |
264 | | - void testOperatorUpgradeDomainOnPVV9From418ToCurrent() { |
265 | | - logger.info("Starting test testOperatorUpgradeDomainOnPVV9From418ToCurrent, domain v9 schema"); |
266 | | - installOperatorCreatesPvPvcWlsDomainAndUpgrade("4.1.8"); |
| 257 | + @DisplayName("Upgrade Operator from 4.1.7 to current") |
| 258 | + @Disabled |
| 259 | + void testOperatorUpgradeMiiDomainV8From417ToCurrent() { |
| 260 | + logger.info("Starting test testOperatorUpgradeMiiDomainV8From417ToCurrent with Mii domain v8 schema"); |
| 261 | + installOperatorCreateMiiDomainAndUpgrade("4.1.7", OLD_DOMAIN_VERSION, DEFAULT_EXTERNAL_SERVICE_NAME_SUFFIX); |
267 | 262 | } |
268 | 263 |
|
269 | 264 | /** |
270 | | - * Operator upgrade from 4.1.7 to current with DPV domain in V9 schema. |
| 265 | + * Operator upgrade from 4.2.12 to current with Model in Image Domain, V8 schema. |
271 | 266 | */ |
272 | 267 | @Test |
273 | | - @DisplayName("Upgrade Operator from 4.1.7 to current") |
274 | | - void testOperatorUpgradeDomainOnPVV9From417ToCurrent() { |
275 | | - logger.info("Starting test testOperatorUpgradeDomainOnPVV9From417ToCurrent, domain v9 schema"); |
276 | | - installOperatorCreatesPvPvcWlsDomainAndUpgrade("4.1.7"); |
| 268 | + @DisplayName("Upgrade Operator from 4.2.12 to current") |
| 269 | + @Disabled |
| 270 | + void testOperatorUpgradeMiiDomainV8From4212ToCurrent() { |
| 271 | + logger.info("Starting test testOperatorUpgradeMiiDomainV8From4212ToCurrent to upgrade Domain with " |
| 272 | + + "Auxiliary Image with v8 schema to current"); |
| 273 | + installOperatorCreateMiiDomainAndUpgrade("4.2.12", OLD_DOMAIN_VERSION, DEFAULT_EXTERNAL_SERVICE_NAME_SUFFIX); |
277 | 274 | } |
278 | 275 |
|
279 | | - |
280 | 276 | /** |
281 | 277 | * Cleanup Kubernetes artifacts in the namespaces used by the test and |
282 | 278 | * delete CRD. |
|
0 commit comments