nitin-maharana commented on a change in pull request #2031: CLOUDSTACK-8672 :
NCC Integration with CloudStack
URL: https://github.com/apache/cloudstack/pull/2031#discussion_r122589646
##########
File path: server/test/com/cloud/vpc/dao/MockNetworkDaoImpl.java
##########
@@ -381,4 +381,10 @@ public boolean updateState(final Network.State
currentState, final Network.Event
public int getNonSystemNetworkCountByVpcId(final long vpcId) {
return 0;
}
+
+ @Override
+ public List<NetworkVO> listNetworkVO(List<Long> idset) {
+ // TODO Auto-generated method stub
Review comment:
DONE.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services