|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
# Verify one OSA-style container has the correct config.
|
|
|
|
|
|
|
|
|
|
- name: integration/connection_delegation/container_standalone.yml
|
|
|
|
|
- name: integration/connection_delegation/osa_container_standalone.yml
|
|
|
|
|
hosts: dtc-container-1
|
|
|
|
|
gather_facts: false
|
|
|
|
|
tasks:
|
|
|
|
@ -10,18 +10,18 @@
|
|
|
|
|
- mitogen_get_stack:
|
|
|
|
|
register: out
|
|
|
|
|
|
|
|
|
|
- assert:
|
|
|
|
|
that: |
|
|
|
|
|
out.result == [
|
|
|
|
|
- assert_equal:
|
|
|
|
|
left: out.result
|
|
|
|
|
right: [
|
|
|
|
|
{
|
|
|
|
|
'kwargs': {
|
|
|
|
|
'container': 'dtc-container-1',
|
|
|
|
|
'docker_path': None,
|
|
|
|
|
'docker_path': null,
|
|
|
|
|
'kind': 'lxc',
|
|
|
|
|
'lxc_info_path': None,
|
|
|
|
|
'machinectl_path': None,
|
|
|
|
|
'lxc_info_path': null,
|
|
|
|
|
'machinectl_path': null,
|
|
|
|
|
'python_path': ['/usr/bin/python'],
|
|
|
|
|
'username': None,
|
|
|
|
|
'username': null,
|
|
|
|
|
},
|
|
|
|
|
'method': 'setns',
|
|
|
|
|
},
|
|
|
|
|