Fixed Mock code issue for Reboot action 77/71577/2
authorBalaji, Ramya (rb111y) <rb111y@att.com>
Wed, 31 Oct 2018 19:41:49 +0000 (15:41 -0400)
committerPatrick Brady <patrick.brady@att.com>
Wed, 31 Oct 2018 20:29:39 +0000 (20:29 +0000)
Removed code that mocked backend
execution for Reboot since backend
implementation is available

Issue-ID: APPC-1226
Change-Id: Ie12603b9c7ffe80628fd0f46fa15fdc86d652d96
Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
appc-provider/appc-provider-bundle/src/main/java/org/onap/appc/provider/lcm/mock/MockRequestExecutor.java

index 26f14fc..6e81531 100644 (file)
@@ -49,9 +49,6 @@ public class MockRequestExecutor {
              case Query:
                 logger.debug("Proceed with mock helper for query VNF");
                 return new MockQueryHelper().query(requestHandlerInput);
-            case Reboot:
-                logger.debug("Proceed with mock helper for reboot VM");
-                return new MockRebootHelper().reboot(requestHandlerInput);
             default:
                 // do nothing
         }