aa16b8b891
This change adds an experimental AWS driver. It lacks some of the deeper features of the openstack driver, such as quota management and image building, but is highly functional for running tests on a static AMI. Note that the test base had to be refactored to allow fixtures to be customized in a more flexible way. Change-Id: I313f9da435dfeb35591e37ad0bec921c8b5bc2b5 Co-Authored-By: Tristan Cacqueray <tdecacqu@redhat.com> Co-Authored-By: David Moreau-Simard <dmsimard@redhat.com> Co-AUthored-By: Clint Byrum <clint@fewbar.com>
11 lines
182 B
Plaintext
11 lines
182 B
Plaintext
# Nodepool uses hacking for its dependencies
|
|
hacking>=0.10.2,<0.11
|
|
coverage
|
|
fixtures>=0.3.12
|
|
mock>=1.0
|
|
python-subunit
|
|
stestr>=1.0.0 # Apache-2.0
|
|
testscenarios
|
|
testtools>=0.9.27
|
|
moto
|