mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Add Azure support to ansible-test. (#28092)
* Initial Azure cloud testing support. * Add missing Azure requirements. * Fix test handling of setup and requirements. * Update Azure cloud plugin. * Add setup_azure role for integration tests. * Update minimal Azure integration test sample.
This commit is contained in:
@@ -15,10 +15,10 @@ except ImportError:
|
||||
|
||||
try:
|
||||
# noinspection PyCompatibility
|
||||
from urlparse import urlparse
|
||||
from urlparse import urlparse, urlunparse, parse_qs
|
||||
except ImportError:
|
||||
# noinspection PyCompatibility, PyUnresolvedReferences
|
||||
from urllib.parse import urlparse # pylint: disable=locally-disabled, ungrouped-imports
|
||||
from urllib.parse import urlparse, urlunparse, parse_qs # pylint: disable=locally-disabled, ungrouped-imports
|
||||
|
||||
from lib.util import (
|
||||
CommonConfig,
|
||||
|
||||
Reference in New Issue
Block a user