Pearl1594 opened a new pull request #103:
URL: https://github.com/apache/cloudstack-cloudmonkey/pull/103


   Fixes #100 / https://github.com/apache/cloudstack-cloudmonkey/issues/102
   
   ```
   (test) 🐱 > set timeout 
   Error caught while setting timeout: strconv.Atoi: parsing "": invalid syntax
   (test) 🐱 > 
   (test) 🐱 > create project name=dummy1 displaytext=dummy1
   {
     "project": {
       "cpuavailable": "40",
       "cpulimit": "40",
       "cputotal": 0,
       "created": "2021-09-30T16:13:24+0000",
       "displaytext": "dummy1",
     }
   }
   
   (test) 🐱 > set timeout test
   Error caught while setting timeout: strconv.Atoi: parsing "test": invalid 
syntax
   (test) 🐱 > 
   (test) 🐱 > create project name=dummy2 displaytext=dummy2
   {
     "project": {
       "cpuavailable": "40",
       "cpulimit": "40",
       "cputotal": 0,
       "created": "2021-09-30T16:14:07+0000",
       "displaytext": "dummy2",
       "domain": "ROOT",
   ...
     }
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to