mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 23:16:01 -03:30
Add ability to prompt for several variable types on launch
This commit is contained in:
@@ -167,6 +167,10 @@ def organization_factory(instance):
|
||||
def credential():
|
||||
return Credential.objects.create(kind='aws', name='test-cred')
|
||||
|
||||
@pytest.fixture
|
||||
def machine_credential():
|
||||
return Credential.objects.create(name='machine-cred', kind='ssh', username='test_user', password='pas4word')
|
||||
|
||||
@pytest.fixture
|
||||
def inventory(organization):
|
||||
return organization.inventories.create(name="test-inv")
|
||||
|
||||
Reference in New Issue
Block a user