Re: [openstack-dev] [tempest] Small doubt in Tempest setup

2018-08-06 Thread Goutham Pratapa
stestr worked thanks but im getting the same error for ostestr -l any idea on what to do ?? On Mon, Aug 6, 2018 at 7:27 PM, Attila Fazekas wrote: > I was tried to be quick and become wrong. ;-) > > Here are the working ways: > > On Mon, Aug 6, 2018 at 3:49 PM, Attila Fazekas > wrote: > >> Pl

Re: [openstack-dev] [tempest] Small doubt in Tempest setup

2018-08-06 Thread Goutham Pratapa
Done thanks afazekas Thanks Goutham On Mon, 6 Aug 2018 at 7:27 PM, Attila Fazekas wrote: > I was tried to be quick and become wrong. ;-) > > Here are the working ways: > > On Mon, Aug 6, 2018 at 3:49 PM, Attila Fazekas > wrote: > >> Please use ostestr or stestr instead of testr. >> >> $ git cl

Re: [openstack-dev] [tempest] Small doubt in Tempest setup

2018-08-06 Thread Attila Fazekas
I was tried to be quick and become wrong. ;-) Here are the working ways: On Mon, Aug 6, 2018 at 3:49 PM, Attila Fazekas wrote: > Please use ostestr or stestr instead of testr. > > $ git clone https://github.com/openstack/tempest > $ cd tempest/ > $ stestr init > $ stestr list > > $ git clone ht

Re: [openstack-dev] [tempest] Small doubt in Tempest setup

2018-08-06 Thread Attila Fazekas
Please use ostestr or stestr instead of testr. $ git clone https://github.com/openstack/tempest $ cd tempest/ $ stestr --list $ ostestr -l #old way, also worked These tools handling the config creation implicitly. __ OpenSta

[openstack-dev] [tempest] Small doubt in Tempest setup

2018-08-06 Thread Goutham Pratapa
Hi all, This is regarding Tempest setup I have cloned and setup my tempest i could run my tests with '*nosetests*' also but when i try to run with *testr* im getting *$ testr list-tests * *No .testr.conf config file* any idea why it is occurring and any idea how to fix it will really help..