validations_common.library.reportentry module

validations_common.library.reportentry.display_type_report(module, status, msg)[source]

Pass msg to fail_json or exit_json methods depending on status.

validations_common.library.reportentry.format_msg_report(status, reason, recommendations)[source]

Turn status, reason and list of recommendations into more readable formatted strings. :return: status and reason as string, recommendations as separate strings :rtype: tuple of strings

validations_common.library.reportentry.main()[source]