]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Refactor test_server functional tests
authorElena Ezhova <eezhova@mirantis.com>
Fri, 13 Nov 2015 11:26:45 +0000 (14:26 +0300)
committerElena Ezhova <eezhova@mirantis.com>
Fri, 13 Nov 2015 11:44:33 +0000 (14:44 +0300)
commitdab4acd15dc23f7585f4cfde0138bcfc5c684137
tree486d2248c9bb656852639a416124c80b1bba85d4
parentb0054aa7bb999f133ade3c258ee0bef531073d2c
Refactor test_server functional tests

* Launching services with 0 workers makes no sense and would soon
  be prohibited in oslo.service. Passing workers=1 means that a
  service will be run in a current process.
* Extract the dummy _check_active method to the base class.

Change-Id: Ib687bf1b321845098e0564ada46e68a7850b01c6
neutron/tests/functional/test_server.py