Skip to content
Snippets Groups Projects
Commit 48ccbfeb authored by Jan David Mol's avatar Jan David Mol
Browse files

fix test

parent 6757eac3
No related branches found
No related tags found
No related merge requests found
......@@ -135,11 +135,11 @@ class TestBeamletDevice(base.TestCase):
self.assertListEqual(
defaults["FPGA_beamlet_output_multiple_hdr_eth_destination_mac_RW"],
[MACs + [""] * (N_bdo_destinations_mm - 4)] * N_pn,
[MACs + ["00:00:00:00:00:00"] * (N_bdo_destinations_mm - 4)] * N_pn,
)
self.assertListEqual(
defaults["FPGA_beamlet_output_multiple_hdr_ip_destination_address_RW"],
[IPs + [""] * (N_bdo_destinations_mm - 4)] * N_pn,
[IPs + ["0.0.0.0"] * (N_bdo_destinations_mm - 4)] * N_pn,
)
self.assertListEqual(
defaults["FPGA_beamlet_output_multiple_hdr_udp_destination_port_RW"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment