Re: [openstack-dev] Tempest basic

2014-11-19 Thread Vineet Menon
Hi Anna, Sorry not to be more verbose. Your suggestion works fine in a non-cell devstack installation. But as soon as I have 'ENABLED_SERVICE+=n-cell' in local.conf of devstack, things start to fail. Where as I'm able to boot a server on my own with nova boot command, tempest fails miserably with

Re: [openstack-dev] Tempest basic

2014-11-19 Thread Anna Kamyshnikova
Hi! Try "nosetests -sv tempest.scenario.test_minimum_basic" Regards, Ann On Wed, Nov 19, 2014 at 12:16 PM, Vineet Menon wrote: > Hi, > > I'm trying to run a single tempest test on openstack but things aren't > working as expected. > > My pwd is tempest root. > > This is what I'm trying to do,

[openstack-dev] Tempest basic

2014-11-19 Thread Vineet Menon
Hi, I'm trying to run a single tempest test on openstack but things aren't working as expected. My pwd is tempest root. This is what I'm trying to do, 'nosetests -v tempest.scenario.test_minimum_basic.py', but it throws error. I tried 'nosetests -v tempest/scenario/test_minimum_basic.py' as well