def runtest():
    random.seed(1)
    runall_rx(do_test)
示例#2
0
def runtest():
    random.seed(13)
    # Issue #28 - the standard MII layer doesn't cope with oversized frames
    runall_rx(do_test, exclude_standard=True)
示例#3
0
def runtest():
    random.seed(12)
    runall_rx(do_test)
示例#4
0
def runtest():
    random.seed(17)
    # Issue #29 - the standard MII layer doesn't detect invalid SFDs
    runall_rx(do_test, exclude_standard=True)
示例#5
0
def runtest():
    random.seed(19)
    # Issue #30 - the standard MII ignores the RX_ER signal
    runall_rx(do_test, exclude_standard=True)
示例#6
0
def runtest():
    random.seed(17)
    # Issue #29 - the standard MII layer doesn't detect invalid SFDs
    runall_rx(do_test, exclude_standard=True)
示例#7
0
def runtest():
    random.seed(13)
    # Issue #28 - the standard MII layer doesn't cope with oversized frames
    runall_rx(do_test, exclude_standard=True)
示例#8
0
def runtest():
    random.seed(19)
    # Issue #30 - the standard MII ignores the RX_ER signal
    runall_rx(do_test, exclude_standard=True)