Description of problem: Response body for hotPlug nic actions is empty. part of rest api flow is to validate the response code and response body for every action which in this case can't be done. Steps to Reproduce: 1. add nic to VM 2. POST /api/vms/id/nics/id/<activate/deactivate> <action> <async>false</async> <grace_period> <expiry>10</expiry> </grace_period> </action> 3. response code should be 200 Actual results: response code 200 but body is empty Expected results: should contain the vm nic object after action is done
http://gerrit.ovirt.org/#/c/6813/
http://gerrit.ovirt.org/gitweb?p=ovirt-engine.git;a=commit;h=1dbcd75d5f344dddad591561ae74d3c479a2ea49
Verify on si13 - PASS POST (to both deactivate and activate) <action> <async>false</async> <grace_period> <expiry>10</expiry> </grace_period> </action> Response body: <action> <async>false</async> <grace_period> <expiry>10</expiry> </grace_period> <status> <state>complete</state> </status> </action>