Run testing on all test machines
This commit is contained in:
parent
4491c84cfe
commit
4e4896f883
|
@ -117,8 +117,8 @@ def main():
|
|||
pass
|
||||
|
||||
if host_info:
|
||||
if re.match('^internal-(sto1|sto3|dco)-test-radius-[1-3].geteduroam.sunet.se$', host_info["fqdn"]):
|
||||
modules["sunet"]["tag"] = "patlu-certbot-sync-dir-2*"
|
||||
if re.match('^internal-[^-]+-test-[^-]+-\d+.geteduroam.sunet.se$', host_info["fqdn"]):
|
||||
modules["sunet"]["tag"] = "testing-2*"
|
||||
|
||||
# Build list of expected file content
|
||||
file_lines = create_file_content(modules)
|
||||
|
|
Loading…
Reference in a new issue