test_xgmii_phy: remove vcd dump of XGMII test
Removes a slightly inappropriately named VCD dump created by the XGMII
tests which may or may not have been a result of some frustration
during the test implementation. :)
Fixes: 8da0423f64
("Add XGMII PHY tests based on captured ...")
Signed-off-by: Leon Schuermann <leon@is.currently.online>
This commit is contained in:
parent
d9f19c60a8
commit
6f0c1b6a91
|
@ -546,7 +546,6 @@ class TestXGMIIPHY(unittest.TestCase):
|
||||||
and not xgmii_tx_collector.collecting,
|
and not xgmii_tx_collector.collecting,
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
vcd_name="xgmii_fuuuuuck.vcd",
|
|
||||||
)
|
)
|
||||||
|
|
||||||
self.assertTrue(
|
self.assertTrue(
|
||||||
|
|
Loading…
Reference in New Issue