mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-30 14:21:26 -07:00
Fix ansible-test default image. (#31966)
* Add openssh-client to default docker container. * Include Azure requirements in default container. To do so, handling of pip requirements was updated to install each set of requirements separately and then run a verification pass to make sure there are no conflicts between requirements. * Add missing --docker-no-pull option. * Add documentation for the azure-requirements test.
This commit is contained in:
parent
93288ba9b6
commit
36b13e3e3d
10 changed files with 159 additions and 21 deletions
|
@ -255,6 +255,8 @@ def parse_args():
|
|||
targets=walk_network_integration_targets,
|
||||
config=NetworkIntegrationConfig)
|
||||
|
||||
add_extra_docker_options(network_integration, integration=False)
|
||||
|
||||
network_integration.add_argument('--platform',
|
||||
metavar='PLATFORM',
|
||||
action='append',
|
||||
|
@ -272,6 +274,8 @@ def parse_args():
|
|||
targets=walk_windows_integration_targets,
|
||||
config=WindowsIntegrationConfig)
|
||||
|
||||
add_extra_docker_options(windows_integration, integration=False)
|
||||
|
||||
windows_integration.add_argument('--windows',
|
||||
metavar='VERSION',
|
||||
action='append',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue