Test new stuff

This commit is contained in:
Johan Wassberg 2024-11-21 14:57:41 +01:00
parent c35491cdf8
commit 8215e8e819
Signed by: jocar
GPG key ID: BE4EC2EEADF2C31B

View file

@ -118,7 +118,8 @@ def main():
if host_info: if host_info:
if re.match('^internal-[^-]+-test-[^-]+-\d+.geteduroam.sunet.se$', host_info["fqdn"]): if re.match('^internal-[^-]+-test-[^-]+-\d+.geteduroam.sunet.se$', host_info["fqdn"]):
modules["sunet"]["tag"] = "testing-2*" #modules["sunet"]["tag"] = "testing-2*"
modules["sunet"]["tag"] = "jocar-prevent-realm-spoof-2*"
# Build list of expected file content # Build list of expected file content
file_lines = create_file_content(modules) file_lines = create_file_content(modules)