Test new stuff
This commit is contained in:
parent
c35491cdf8
commit
8215e8e819
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue