Tempest Plugin for ec2-api project
Go to file
hayderimran7 4c8efa97d1 Fix botoclient for non-ssl based functional tests
Botocore by default sets Verify = True however,
if user wants to skip it,by not providing ca file
then the code doesnt set Verify=False in order to
make boto skip verification of ssl cert.
This was revealed when performing local testing
of ec2api functional tests against a https based
openstack deployment. We kept getting ssl cert
failed error until i applied this patch and it
worked .

Change-Id: Ia6adc92a5ec6a76db6079d8b289e073901974cd8
2016-02-08 10:03:24 +00:00
api fix functional tests 2015-12-25 09:58:40 +03:00
obsolete add old tests to temporary folder 2015-11-13 11:35:50 +03:00
scenario fix VPC and VPN tests due to Amazon changes 2015-12-21 15:05:22 +03:00
__init__.py add first functional test with infrastructure 2015-02-08 10:16:48 +03:00
base.py fix races 2015-12-15 09:22:50 +03:00
botocoreclient.py Fix botoclient for non-ssl based functional tests 2016-02-08 10:03:24 +00:00
config.py Adopt functional tests to be a tempest plugin 2015-11-16 22:00:28 +03:00
config_opts.py Adopt functional tests to be a tempest plugin 2015-11-16 22:00:28 +03:00
plugin.py Adopt functional tests to be a tempest plugin 2015-11-16 22:00:28 +03:00