Add test license for ec2 import to make jerkins happy.

This commit is contained in:
Chris Church 2014-06-26 18:02:02 -04:00
parent 3bfd29a631
commit fcf41d74cf

View File

@ -1434,6 +1434,7 @@ class InventoryUpdatesTest(BaseTransactionTest):
source_regions = getattr(settings, 'TEST_AWS_REGIONS', 'all')
if not all([source_username, source_password]):
self.skipTest('no test ec2 credentials defined!')
self.create_test_license_file()
credential = Credential.objects.create(kind='aws',
user=self.super_django_user,
username=source_username,