RE: simulator run

2014-09-04 Thread Santhosh Edukulla
, 2014 8:19 AM To: CloudStack Dev Subject: Re: simulator run Koushik, Any chance of getting a list of tests that are valid for execution against the simulator for 4.3, 4.4 and master? Thanks, Ian On 4 September 2014 13:03, Koushik Das wrote: > Ok, in that case the tests under /misc won&#x

Re: simulator run

2014-09-04 Thread Ian Duffy
Koushik, Just to confirm the following should be OK for simulator usage then. $ grep -R "tags" ~/projects/cloudstack/test/integration/component | grep "simulator" | grep -o -e "test_.*.py" | sort -u test_accounts.py test_affinity_groups.py test_allocation_states.py test_cpu_domain_limits.py test_

Re: simulator run

2014-09-04 Thread Sebastien Goasguen
d not tags=advanced ? > -Original Message- > From: Ian Duffy [mailto:i...@ianduffy.ie] > Sent: Thursday, 4 September 2014 5:50 PM > To: CloudStack Dev > Subject: Re: simulator run > > Koushik, > > Any chance of getting a list of tests that are valid for execution ag

RE: simulator run

2014-09-04 Thread Koushik Das
For master/4.4 the command/filter specified by Hugo should work. For 4.3 check for tests tagged with "simulator". -Original Message- From: Ian Duffy [mailto:i...@ianduffy.ie] Sent: Thursday, 4 September 2014 5:50 PM To: CloudStack Dev Subject: Re: simulator run Koushik, Any

Re: simulator run

2014-09-04 Thread Ian Duffy
anced'], > required_hardware="simulator only") > > -Original Message- > From: Trippie [mailto:trip...@gmail.com] On Behalf Of Hugo Trippaers > Sent: Thursday, 4 September 2014 5:23 PM > To: dev@cloudstack.apache.org > Subject: Re: simulator run > > Hey

RE: simulator run

2014-09-04 Thread Koushik Das
t/integration/smoke/misc/test_vm_sync.py:@attr(tags = ['advanced'], required_hardware="simulator only") -Original Message- From: Trippie [mailto:trip...@gmail.com] On Behalf Of Hugo Trippaers Sent: Thursday, 4 September 2014 5:23 PM To: dev@cloudstack.apache.org Subjec

Re: simulator run

2014-09-04 Thread Hugo Trippaers
Hey, This is what i’m executing to run the tests: /usr/local/bin/nosetests-2.7 -v --with-marvin --marvin-config=setup/dev/advanced.cfg --with-xunit --xunit-file=xunit.xml -a tags=advanced,required_hardware=false --zone=Sandbox-simulator --hypervisor=simulator -w test/integration/smoke Cheer

RE: simulator run

2014-09-04 Thread Koushik Das
Are the tests present under test/integration/smoke/misc also getting executed? If so please exclude them for now. The tests under /misc folder is based on the new simulator changes to test failures from agent layer. These tests can cause interference in other tests. There are 2 options to make t