Re: [openstack-dev] Is there some way to run specific unittest in neutron?

2017-03-23 Thread Sam
Thank you all 2017-03-23 13:41 GMT+08:00 Kevin Benton : > tox -epy27 test_ovs_neutron_agent > > On Mar 22, 2017 22:25, "Sam" wrote: > >> Hi all, >> >> I'm working on neutron, I add some code into ovs_neutron_agent.py, and I >> extend

Re: [openstack-dev] Is there some way to run specific unittest in neutron?

2017-03-22 Thread Armando M.
On 22 March 2017 at 22:19, Sam wrote: > Hi all, > > I'm working on neutron, I add some code into ovs_neutron_agent.py, and I > extend test_ovs_neutron_agent.py. > > Is there some way to run test_ovs_neutron_agent.py or run related module > only? > > Thank you. > You should

Re: [openstack-dev] Is there some way to run specific unittest in neutron?

2017-03-22 Thread Kevin Benton
tox -epy27 test_ovs_neutron_agent On Mar 22, 2017 22:25, "Sam" wrote: > Hi all, > > I'm working on neutron, I add some code into ovs_neutron_agent.py, and I > extend test_ovs_neutron_agent.py. > > Is there some way to run test_ovs_neutron_agent.py or run related module >