cloudstack/plugins/hypervisors
Koushik Das ab85d00d7c Some fixes in the simulator
1. Fixed JSON response deserialization. While creating a mock a JSON can be passed which will be deserialized into a response object and returned from agent layer.
For e.g. for a mock corresponding to StopCommand, a response like "{"com.cloud.agent.api.StopAnswer":{"result":false,"wait":0}}" can be passed.
2. Ability to mock PingCommand (returned as part of getCurrentStatus() agent method). As a part of this a mocked VM state report can be returned.
For e.g. {"com.cloud.agent.api.PingRoutingWithNwGroupsCommand":{"newGroupStates":{},"newStates":{},"_hostVmStateReport":{"v-2-VM":{"state":"PowerOn","host":"SimulatedAgent.e6df7732-69b2-429b-9b6a-3e24dddfa2e0"},"i-2-5-VM":{"state":"PowerOff","host":"SimulatedAgent.e6df7732-69b2-429b-9b6a-3e24dddfa2e0"}},"_gatewayAccessible":true,"_vnetAccessible":true,"hostType":"Routing","hostId":3,"contextMap":{},"wait":0}}

(cherry picked from commit 285557fb5f)
2014-07-28 16:02:49 +02:00
..
baremetal Updating pom.xml version numbers for release 4.4.1-SNAPSHOT 2014-07-23 16:55:31 +02:00
hyperv CLOUDSTACK-6620: Fixed null pointer exception in hyperv agent in getting vmstats, when all vms are deleted from outside 2014-07-28 16:02:08 +02:00
kvm CLOUDSTACK-6893: fix enum ValueOf issue which causes systemvm fail to start 2014-07-28 16:02:31 +02:00
ovm Updating pom.xml version numbers for release 4.4.1-SNAPSHOT 2014-07-23 16:55:31 +02:00
simulator Some fixes in the simulator 2014-07-28 16:02:49 +02:00
ucs Updating pom.xml version numbers for release 4.4.1-SNAPSHOT 2014-07-23 16:55:31 +02:00
vmware CLOUDSTACK-6170 (VMware root-disk support for managed storage) 2014-07-28 14:00:35 +02:00
xen Cs tries to destroy vlan object on XS host when destroying VM, if the VLAN object is being used, CS expects the exception, lower the log level here 2014-07-28 16:02:48 +02:00