Add jocars improvmentes to test

This commit is contained in:
Johan Wassberg 2025-02-25 10:40:53 +01:00
parent 6084052d11
commit 41dc1b9933
Signed by: jocar
GPG key ID: BE4EC2EEADF2C31B

View file

@ -126,9 +126,11 @@ def main():
if host_info["fqdn"] == "pahol-test1.sunet.se":
modules["sunet"]["tag"] = "patlu-baas2-encryption*"
if host_info["fqdn"] == "lb-tug-test-1.sunet.se":
modules["sunet"]["tag"] = "thorslund_ubuntu24_lb*"
#modules["sunet"]["tag"] = "thorslund_ubuntu24_lb*"
modules["sunet"]["tag"] = "jocar_lb_plus_ubuntu24-2*"
if host_info["fqdn"] == "lb-sthb-test-1.sunet.se":
modules["sunet"]["tag"] = "thorslund_ubuntu24_lb*"
#modules["sunet"]["tag"] = "thorslund_ubuntu24_lb*"
modules["sunet"]["tag"] = "jocar_lb_plus_ubuntu24-2*"
# Build list of expected file content
file_lines = create_file_content(modules)