Pravin D Silva

Results 2 issues of Pravin D Silva

The test fails with ``` java.lang.AssertionError: expected: but was: at org.testng.Assert.fail(Assert.java:89) at org.testng.Assert.failNotEquals(Assert.java:489) at org.testng.Assert.assertEquals(Assert.java:118) at org.testng.Assert.assertEquals(Assert.java:160) at org.apache.falcon.notification.service.SchedulerServiceTest.testDeRegistration(SchedulerServiceTest.java:274) ``` The test passed by increasing the timeout.

**What happened**: PowerVS service instances are now called as Workspaces. power-iaas plugin also has this updated naming in 1.0.0 release. It might make sense to update instance-id and instance-name to...

kind/bug