[ 
https://issues.apache.org/jira/browse/DTACLOUD-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13129755#comment-13129755
 ] 

Hudson commented on DTACLOUD-94:
--------------------------------

Integrated in apache-deltacloud-core #344 (See 
[https://builds.apache.org/job/apache-deltacloud-core/344/])
    Mock: Fixed wrong float value for m1-large profile (DTACLOUD-94)

mfojtik : http://svn.apache.org/viewvc/?view=rev&rev=1185671
Files : 
* /incubator/deltacloud/trunk/server/lib/deltacloud/drivers/mock/mock_driver.rb

                
> Mock HW profile returns float value in range
> --------------------------------------------
>
>                 Key: DTACLOUD-94
>                 URL: https://issues.apache.org/jira/browse/DTACLOUD-94
>             Project: DeltaCloud
>          Issue Type: Bug
>            Reporter: Jan Provaznik
>            Assignee: Michal Fojtik
>
> m1-large mock hw profile defines float memory range, only integers are 
> allowed for ranges:
> /usr/share/deltacloud-core/lib/deltacloud/drivers/mock/mock_driver.rb:
>     define_hardware_profile('m1-large') do
>       cpu                (1..6)
>       memory           (7.5*1024 .. 15*1024), :default => 10 * 1024
>       storage          [ 850, 1024 ]
>       architecture     'x86_64'
>     end

--
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