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