mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Add test license for ec2 import to make jerkins happy.
This commit is contained in:
parent
3bfd29a631
commit
fcf41d74cf
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user