53c386af68
Rationale: when deploying the proxy, operators should be the only ones that have access to the administrative functionality - primarily, the management of partitions. This split makes it possible to deploy the forwarding portion of the proxy independently of the administrative portion. The appropriate changes in tests, setup.cfg, and configuration files (see: I7cf25e47ecff47934b50c21000b31308e1a4c8a9) were made. Certain helpers that are reused for wsgi transport implementations were extracted to a common location to aid reuse. Unit tests were also simplified for the proxy, with the intent to make them more thorough in coming patches. New test requirement: httpretty - used to perform request mocking during proxy transport unit tests Change-Id: Ia26981a78c477a896370c48768e71f45c364c769 Implements: blueprint placement-service
23 lines
283 B
Plaintext
23 lines
283 B
Plaintext
# Metrics and style
|
|
hacking>=0.5.6,<0.8
|
|
|
|
# Packaging
|
|
mock>=1.0
|
|
|
|
# Unit testing
|
|
ddt>=0.4.0
|
|
discover
|
|
fixtures>=0.3.14
|
|
httpretty>=0.6.3
|
|
python-subunit
|
|
testrepository>=0.0.17
|
|
testtools>=0.9.32
|
|
|
|
# Functional Tests
|
|
requests>=1.1
|
|
|
|
# Test runner
|
|
nose
|
|
nose-exclude
|
|
openstack.nose_plugin>=0.7
|