You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitogen/tests/ansible/integration/connection_delegation/osa_container_standalone.yml

33 lines
772 B
YAML

# Verify one OSA-style container has the correct config.
- name: integration/connection_delegation/osa_container_standalone.yml
hosts: dtc-container-1
gather_facts: false
tasks:
- include_tasks: ../_mitogen_only.yml
- mitogen_get_stack:
register: out
- assert_equal:
left: out.result
right: [
{
'kwargs': {
'container': 'dtc-container-1',
'docker_path': null,
'kind': 'lxc',
'lxc_info_path': null,
'machinectl_path': null,
'python_path': ['/usr/bin/python'],
'remote_name': null,
'username': null,
},
'method': 'setns',
},
]
tags:
- mitogen_only
- osa
- osa_container_standalone