Ronelle Landy created DTACLOUD-240:
--------------------------------------

             Summary: Return code for vsphere instance reboot has changed from 
202 to 200
                 Key: DTACLOUD-240
                 URL: https://issues.apache.org/jira/browse/DTACLOUD-240
             Project: DeltaCloud
          Issue Type: Bug
          Components: Server
         Environment: deltacloud git commit: 
59960151dac052cfdec63387bce58c14963c849 
rhel 6.2
            Reporter: Ronelle Landy
            Assignee: Marios Andreou


The following test code now fails when checking the return code for vsphere 
instance reboot:

// Reboot the instance
>> respXML = restClient.post( path: '/api/instances/' + 
>> [email protected]() + '/reboot', contentType: 
>> ContentType.XML,headers: [Accept: 'application/xml'])

>> assert respXML.status == 202

assert respXML.status == 202

       |       |      |

       |       200    false

ie; the return code used to be 202 and now it's 200. 


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to