Re: [CI] marvin tests on jenkins

2013-03-19 Thread Prasanna Santhanam
Smoke tests are now running on our test infrastructure for xenserver. KVM is blocked by a packaging bug (CLOUDSTACK-1469), so right now it's been disabled. The tests are being picked from the bvt branch where I've made some fixes in the last few days. http://jenkins.cloudstack.org/view/cloudstack-

Re: [CI] marvin tests on jenkins

2013-03-19 Thread Prasanna Santhanam
On Tue, Mar 12, 2013 at 02:43:03PM +0530, Prasanna Santhanam wrote: > The new form of marvin test after marvin-refactor should be like this: > > class MyFeatureSuite(cloudstackTestCase): > > @attr('tags=simulator,xenserver..') > def TestMyFeatureScenario(self): > af = UserAccountF

Re: [CI] marvin tests on jenkins

2013-03-12 Thread Prasanna Santhanam
On Tue, Mar 12, 2013 at 12:09:20AM +0530, Edison Su wrote: > Thanks!!! It's a big step forward to get CI work. Thanks! It is indeed. Hope we can keep it up and running without downtime. > I have few questions regarding to marvin test though: > Where do we put the marvin unit test cases? I can't f

RE: [CI] marvin tests on jenkins

2013-03-11 Thread Edison Su
> -Original Message- > From: prasanna [mailto:srivatsav.prasa...@gmail.com] On Behalf Of > Prasanna Santhanam > Sent: Sunday, March 10, 2013 8:49 AM > To: CloudStack Dev > Subject: Re: [CI] marvin tests on jenkins > > Update: > > The setup is now reliab

Re: [CI] marvin tests on jenkins

2013-03-10 Thread Rohit Yadav
Kudos Prasanna, finally! Sad people won't know what took it make it happen, you should blog about it :) Regards. On Sun, Mar 10, 2013 at 9:18 PM, Prasanna Santhanam wrote: > Update: > > The setup is now reliably functional with xen and kvm hosts coming up > successfully, mgmt servers spinning up

Re: [CI] marvin tests on jenkins

2013-03-10 Thread Ahmad Emneina
Awesome work Prasanna! Kudos for the tremendous effort!!! Ahmad On Mar 10, 2013, at 8:48 AM, Prasanna Santhanam wrote: > Update: > > The setup is now reliably functional with xen and kvm hosts coming up > successfully, mgmt servers spinning up fine, server health is also > good with systemvms

Re: [CI] marvin tests on jenkins

2013-03-10 Thread Prasanna Santhanam
Update: The setup is now reliably functional with xen and kvm hosts coming up successfully, mgmt servers spinning up fine, server health is also good with systemvms up and functional. A misbehaving network issue prevented us from turning on the infra. This is now worked around: All the sequence o

Re: [CI] marvin tests on jenkins

2013-02-24 Thread Prasanna Santhanam
On Fri, Feb 22, 2013 at 10:55:33AM -0500, Mice Xia wrote: > > > That's really awesome, some questions: > > Is the hypervisor installed on physical machine or VM? Correct, physical machines are used. We are experimenting the same solution on a nested virtualization environment using vmware. So f

Re: [CI] marvin tests on jenkins

2013-02-22 Thread Ahmad Emneina
Awesome work Prasanna! Hopefully we can attribute qualities like stable, testable, supportable to cloudstack in no time. Ahmad On Feb 22, 2013, at 6:47 AM, Prasanna Santhanam wrote: > The build pipeline for running marvin tests on physical hardware is > now finally shaping up. The test-matrix

Re: [CI] marvin tests on jenkins

2013-02-22 Thread Mice Xia
That's really awesome, some questions: Is the hypervisor installed on physical machine or VM? is it possible to test VMware? Any guideline to setup this env? Thanks Mice > The build pipeline for running marvin tests on physical hardware is > now finally shaping up. The test-matrix [1] runs thr

Re: [CI] marvin tests on jenkins

2013-02-22 Thread Chip Childers
On Fri, Feb 22, 2013 at 08:17:49PM +0530, Prasanna Santhanam wrote: > The build pipeline for running marvin tests on physical hardware is > now finally shaping up. The test-matrix [1] runs through a few valid > configurations across hypervisors and distributions. Please have a > look. > > Currentl

[CI] marvin tests on jenkins

2013-02-22 Thread Prasanna Santhanam
The build pipeline for running marvin tests on physical hardware is now finally shaping up. The test-matrix [1] runs through a few valid configurations across hypervisors and distributions. Please have a look. Currently the RPM package is tested with a centos63 distro. I'll add ubuntu as well when