def runtest():
    random.seed(1)
    runall_rx(do_test)
Beispiel #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)
Beispiel #3
0
def runtest():
    random.seed(12)
    runall_rx(do_test)
Beispiel #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)
Beispiel #5
0
def runtest():
    random.seed(19)
    # Issue #30 - the standard MII ignores the RX_ER signal
    runall_rx(do_test, exclude_standard=True)
def runtest():
    random.seed(17)
    # Issue #29 - the standard MII layer doesn't detect invalid SFDs
    runall_rx(do_test, exclude_standard=True)
Beispiel #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)
Beispiel #8
0
def runtest():
    random.seed(19)
    # Issue #30 - the standard MII ignores the RX_ER signal
    runall_rx(do_test, exclude_standard=True)