Run testing on all test machines

This commit is contained in:
Johan Wassberg 2024-11-05 15:46:46 +01:00
parent 4491c84cfe
commit 4e4896f883
Signed by: jocar
GPG key ID: BE4EC2EEADF2C31B

View file

@ -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)