Re: [Netstack] quantum unit-test rampup

2011-08-01 Thread Dan Moore (danielmo)
.orla...@eu.citrix.com] Sent: Monday, August 01, 2011 12:09 PM To: Dan Moore (danielmo); netstack@lists.launchpad.net Subject: RE: [Netstack] quantum unit-test rampup Hi again Dan, Sorry about my previous reply. I did not realize you sent another message in the meanwhile. Several tests in lp:~net

Re: [Netstack] quantum unit-test rampup

2011-08-01 Thread Salvatore Orlando
] On Behalf Of Dan Moore (danielmo) Sent: 01 August 2011 16:54 To: netstack@lists.launchpad.net Subject: Re: [Netstack] quantum unit-test rampup I installed python-dev and added greenlet, sqlalchemy to the pip-requires, and ./run_tests.sh -f again. And it ran the tests again. Should they all PASS

Re: [Netstack] quantum unit-test rampup

2011-08-01 Thread Salvatore Orlando
Hi Dan, >From what you report it seems you are trying to run tests with venv enabled. I have never experienced the failure you report with greenlet, but it seems due to the fact that python development libraries are missing. The package should be python-dev in debian-based distros, python-devel i

Re: [Netstack] quantum unit-test rampup

2011-08-01 Thread Dan Moore (danielmo)
I installed python-dev and added greenlet, sqlalchemy to the pip-requires, and ./run_tests.sh -f again. And it ran the tests again. Should they all PASS with OK? Here's a snip of the results, APITest test_create_network_badrequest_json OK test_create_network_bad