On Sun, Jan 13, 2013 at 05:34:28PM -0500, Sebastien Goasguen wrote: > > On Jan 12, 2013, at 10:55 AM, Rohit Yadav <rohit.ya...@citrix.com> wrote: > > > On master branch devcloud in basic zone should work, at my end I > > make sure at the end of the day to run integration tests once > > using DevCloud :) > Can you describe how you run the tests with devcloud ? > thx > Once you have the mgmt server and hosts up and running you can run the tests with marvin as belows:
$ nosetests --with-marvin --marvin-config=tools/devcloud/devcloud.cfg --load -a tags='devcloud' -w test/integration/smoke/ You'll need marvin and it's nose plugin registered for this. That will pick up all the tests marked as 'devcloud' runnable. http://jenkins.cloudstack.org/view/debug/job/testcloud-master-basic/ The scripts for the CI are coming from here: https://github.com/vogxn/devcloud-ci I'm setting this up via jenkins CI so we don't have to run it by hand. but it's got some weird issue with xcp-xapi not coming up during devcloud2 bootup. After that it should be rolling. -- Prasanna.,