Re: [openstack-dev] [neutron][lbaas][tempest] Data-driven testing (DDT) samples

2015-05-04 Thread Salvatore Orlando
Among the OpenStack project of which I have some knowledge, none of them uses any DDT library. If you think there might be a library from which lbaas, neutron, or any other openstack project might take advantage, we should consider it. Salvatore On 14 April 2015 at 20:33, Madhusudhan Kandadai

Re: [openstack-dev] [neutron][lbaas][tempest] Data-driven testing (DDT) samples

2015-05-04 Thread Tom Barron
On 5/4/15 3:05 AM, Salvatore Orlando wrote: Among the OpenStack project of which I have some knowledge, none of them uses any DDT library. FYI, manila uses DDT for unit tests. If you think there might be a library from which lbaas, neutron, or any other openstack project might take

Re: [openstack-dev] [neutron][lbaas][tempest] Data-driven testing (DDT) samples

2015-05-04 Thread Madhusudhan Kandadai
Thanks Salvatore and Tom for your response. Yes, we were able to write data driven tests in two ways: (1) using ddt package - needs to be installed separately and invoke the module when writing the tests (2) using testscenarios package - this package is already installed and being used in

[openstack-dev] [neutron][lbaas][tempest] Data-driven testing (DDT) samples

2015-04-14 Thread Madhusudhan Kandadai
Hi, I would like to start a thread for the tempest DDT in neutron-lbaas tree. The problem comes in when we have testcases for both admin/non-admin user. (For example, there is an ongoing patch activity: https://review.openstack.org/#/c/171832/). Ofcourse it has duplication and want to adhere as