mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 21:07:39 -02:30
AAP-35227 Extend role_check.py to delete orphaned InstanceLink objects as well (#7105)
This commit is contained in:
@@ -521,7 +521,7 @@ class TestInventorySourceCredential:
|
||||
patch(url=inv_src.get_absolute_url(), data={'credential': aws_cred.pk}, expect=200, user=admin_user)
|
||||
assert list(inv_src.credentials.values_list('id', flat=True)) == [aws_cred.pk]
|
||||
|
||||
@pytest.skip(reason="Delay until AAP-53978 completed")
|
||||
@pytest.mark.skip(reason="Delay until AAP-53978 completed")
|
||||
def test_vmware_cred_create_esxi_source(self, inventory, admin_user, organization, post, get):
|
||||
"""Test that a vmware esxi source can be added with a vmware credential"""
|
||||
from awx.main.models.credential import Credential, CredentialType
|
||||
|
||||
Reference in New Issue
Block a user