mirror of
https://github.com/rancher/os.git
synced 2025-09-03 07:44:21 +00:00
Fix naming of external services (e.g. specified by rancher.services_include)
Add container_name key to service configuration.
This commit is contained in:
@@ -63,6 +63,11 @@ def test_dhcpcd(qemu, cloud_config):
|
||||
assert v.find('dhcpcd -M') != -1
|
||||
|
||||
|
||||
@pytest.mark.timeout(40)
|
||||
def test_services_include(qemu, cloud_config):
|
||||
u.wait_for_ssh(qemu, ssh_command, ['docker inspect kernel-headers >/dev/null 2>&1'])
|
||||
|
||||
|
||||
@pytest.mark.timeout(40)
|
||||
def test_docker_tls_args(qemu, cloud_config):
|
||||
u.wait_for_ssh(qemu, ssh_command)
|
||||
|
Reference in New Issue
Block a user