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