Re: [openstack-dev] [Neutron][ML2] Unit test coverage

2013-12-18 Thread Amir Sadoughi
I’ve run the tests again with `coverage report -m` to show the line-by-line numbers of statements that weren’t executed. (.venv)amir@dev:~/neutron$ git log HEAD --pretty=oneline | head -n 1 51bef83fecfd6ccf7bf1f9ba3d14bbab0c205949 Merge "Midonet plugin: Fix source NAT” fox -e cover neutron.test

Re: [openstack-dev] [Neutron][ML2] Unit test coverage

2013-12-12 Thread Amir Sadoughi
Mathieu, Here are my results for running the unit tests for the agents. I ran `tox -e cover neutron.tests.unit.openvswitch.test_ovs_neutron_agent` at 3b4233873539bad62d202025529678a5b0add412 with the following result: Name Stmts Miss

Re: [openstack-dev] [Neutron][ML2] Unit test coverage

2013-12-11 Thread Mathieu Rohon
the coverage is quite good on the ML2 plugin. it looks like the biggest effort should be done on the ovs and lb agents, no? On Wed, Dec 11, 2013 at 9:00 PM, Amir Sadoughi wrote: > From today’s ML2 meeting, I had an action item to produce coverage report > for ML2 unit tests. > > Here is the comma

[openstack-dev] [Neutron][ML2] Unit test coverage

2013-12-11 Thread Amir Sadoughi
>From today’s ML2 meeting, I had an action item to produce coverage report for >ML2 unit tests. Here is the command line output of the tests and report I produced: http://paste.openstack.org/show/54845/ Amir Sadoughi ___ OpenStack-dev mailing list Ope