def acl_ut_table_get(table_id=None): global total, passed total.append(sys._getframe().f_code.co_name) try: print '#### Table Show ####' nas_acl.print_table(table_id) passed.append(sys._getframe().f_code.co_name) except RuntimeError: print (sys._getframe().f_code.co_name + ": Error in Get")
def __show_table(): print "ACL Tables display..." print "Key is the instance ID of the acl table" nas_acl.print_table()