mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-01 16:18:55 +00:00
Fix tests after repo merge.
This commit is contained in:
parent
14833f1c7a
commit
bd7ce0696e
10 changed files with 28 additions and 36 deletions
|
|
@ -2,7 +2,7 @@ import collections
|
|||
import os
|
||||
import unittest
|
||||
|
||||
from ansible.modules.core.cloud.docker._docker import get_split_image_tag
|
||||
from ansible.modules.cloud.docker._docker import get_split_image_tag
|
||||
|
||||
class DockerSplitImageTagTestCase(unittest.TestCase):
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import yaml
|
|||
import inspect
|
||||
import collections
|
||||
|
||||
from ansible.modules.core.cloud.openstack import os_server
|
||||
from ansible.modules.cloud.openstack import os_server
|
||||
|
||||
|
||||
class AnsibleFail(Exception):
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ from ansible.compat.tests import mock
|
|||
from ansible.compat.tests import unittest
|
||||
|
||||
try:
|
||||
from ansible.modules.core.packaging.os.apt import (
|
||||
from ansible.modules.packaging.os.apt import (
|
||||
expand_pkgspec_from_fnmatches,
|
||||
)
|
||||
except:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ from ansible.inventory import Inventory
|
|||
from ansible.playbook.play import Play
|
||||
from ansible.executor.task_queue_manager import TaskQueueManager
|
||||
|
||||
import ansible.modules.extras.cloud.amazon.ec2_vpc_nat_gateway as ng
|
||||
import ansible.modules.cloud.amazon.ec2_vpc_nat_gateway as ng
|
||||
|
||||
Options = (
|
||||
namedtuple(
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ if not HAS_BOTO3:
|
|||
|
||||
import unittest
|
||||
|
||||
import ansible.modules.extras.cloud.amazon.kinesis_stream as kinesis_stream
|
||||
import ansible.modules.cloud.amazon.kinesis_stream as kinesis_stream
|
||||
|
||||
aws_region = 'us-west-2'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue