You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by "Michal Fojtik (JIRA)" <ji...@apache.org> on 2012/07/16 13:44:33 UTC

[jira] [Assigned] (DTACLOUD-240) Return code for vsphere instance reboot has changed from 202 to 200

     [ https://issues.apache.org/jira/browse/DTACLOUD-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michal Fojtik reassigned DTACLOUD-240:
--------------------------------------

    Assignee: Michal Fojtik  (was: Marios Andreou)
    
> 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: Michal Fojtik
>
> The following test code now fails when checking the return code for vsphere instance reboot:
> // Reboot the instance
> >> respXML = restClient.post( path: '/api/instances/' + respInstance.data.@id.text() + '/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