File tree Expand file tree Collapse file tree
plugin/src/test/java/jenkins/plugins/openstack/compute Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -284,8 +284,7 @@ public void configRoundtripNullZone() throws Exception {
284284 assertNull (JCloudsCloud .getByName ("openstack" ).getZone ());
285285 }
286286
287- /*
288- @Test
287+ // @Test
289288 @ LocalData
290289 public void globalConfigMigrationFromV1 () throws Exception {
291290 JCloudsCloud cloud = (JCloudsCloud ) j .jenkins .getCloud ("OSCloud" );
@@ -360,7 +359,6 @@ public void globalConfigMigrationFromV1() throws Exception {
360359 HtmlPage newForm = j .submit (configForm );
361360 j .submit (newForm .getForms ().get (1 ));
362361 }
363- */
364362
365363 private HtmlPage clickAction (HtmlPage configfiles , String action ) throws IOException {
366364 List <HtmlElement > edits =
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ public void doNotPendingDeleteBeforeItIsUsedIfRetentionTimeZeroAndMinInstancesZe
241241 .instancesMin (0 )
242242 .build (),
243243 "label" )));
244- cloud .setCleanfreq (2 );
244+ cloud .setCleanfreq (2 );
245245 JCloudsSlave slave = j .provision (cloud , "label" );
246246 JCloudsComputer computer = slave .getComputer ();
247247
You can’t perform that action at this time.
0 commit comments