blob: f70c41072a0baaa3696b24439572db72c6054694 [file] [log] [blame]
from cfg_checker.network.checker import NetworkChecker
if __name__ == '__main__':
# init connection to salt and collect minion data
cl = NetworkChecker()
# collect data on installed packages
cl.collect_network_info()
# diff installed and candidates
# cl.collect_packages()
# report it
cl.create_html_report("./pkg_versions.html")