Esempio n. 1
0
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")
Esempio n. 2
0
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")
Esempio n. 3
0
def __show_table():
    print "ACL Tables display..."
    print "Key is the instance ID of the acl table"
    nas_acl.print_table()