Amazon EC2 driver

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>
This commit is contained in:
Tristan Cacqueray
2017-12-19 06:10:26 +00:00
committed by Clint Byrum
parent 1edeb2fe3b
commit aa16b8b891
11 changed files with 788 additions and 13 deletions

View File

@@ -7,3 +7,4 @@ python-subunit
stestr>=1.0.0 # Apache-2.0
testscenarios
testtools>=0.9.27
moto