From e8dbf6c29b36a27f02b8160e26d19e49d8690ec4 Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Jan 19 2018 22:28:03 +0000 Subject: bin/test_roles.py: improve the description comments --- diff --git a/bin/test_roles.py b/bin/test_roles.py index 96cc58b..46a5c2b 100755 --- a/bin/test_roles.py +++ b/bin/test_roles.py @@ -1,7 +1,10 @@ #!/usr/bin/python3 -# Checks if the declared {salt,pillar}/role/*.sls files actually match an -# assigned role to a minion +# Various roles related tests: +# - Checks if the declared {salt,pillar}/role/*.sls files actually match an +# assigned role to a minion +# - Checks if the assigned roles to minions have equivalent +# {salt,pillar}/role/*.sls files import os import sys