[openstack-dev] [qa] Issue in Tempest API's tests when running with nosetest command?

2014-05-22 Thread GHANSHYAM MANN
Tempest API’s XML test will run with 1 test failure when run with Nosetest. When we run the tempest with nosetest command (ex -nosetest –v ./tempest/api/compute/test_xyz.py), it run *BaseComputeTest ::create_test_server create_test_server_group *functions also as test with any of the API tests.

Re: [openstack-dev] [qa] Issue in Tempest API's tests when running with nosetest command?

2014-05-22 Thread GHANSHYAM MANN
Yes, Issue is in nose. I do not like nose due to these kind of assumption for test running :). There is no reason of using nose, I just ran that and counter this issue. I totally agree on your point not to spent time to fix these kind of issue. As you mentioned. may be blocking nose would be good