def runtest():
    random.seed(1)
    runall_rx(do_test)
Example #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)
Example #3
0
def runtest():
    random.seed(12)
    runall_rx(do_test)
Example #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)
Example #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)
Example #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)
Example #8
0
def runtest():
    random.seed(19)
    # Issue #30 - the standard MII ignores the RX_ER signal
    runall_rx(do_test, exclude_standard=True)