Changed 09_ports.yml to 10_ports.yml

This commit is contained in:
2025-09-03 17:40:59 +02:00
parent e2993d2912
commit 751615b1a4
7 changed files with 8 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ class TestPortsUniqueness(unittest.TestCase):
def setUpClass(cls):
base_dir = os.path.dirname(__file__)
cls.ports_file = os.path.abspath(
os.path.join(base_dir, '..', '..', 'group_vars', 'all', '09_ports.yml')
os.path.join(base_dir, '..', '..', 'group_vars', 'all', '10_ports.yml')
)
# Try to load data; leave it as None if missing or invalid YAML
try: