Skip to content

Commit

Permalink
Update waypoint test to account for both eriscs on BH
Browse files Browse the repository at this point in the history
  • Loading branch information
abhullar-tt committed Dec 3, 2024
1 parent 7808a3d commit ac5c25e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,10 @@ static void RunTest(WatcherFixture* fixture, Device* device) {
k_id_s = "";
}
expected = fmt::format(
"Device {} ethnet core(x={:2},y={:2}) phys(x={:2},y={:2}): {}, X, X, X, X rmsg:* k_id:{}",
"Device {} ethnet core(x={:2},y={:2}) phys(x={:2},y={:2}): {}, {}, X, X, X rmsg:* k_id:{}",
device->id(), logical_core.x, logical_core.y, phys_core.x, phys_core.y,
waypoint,
(device->arch() == ARCH::BLACKHOLE) ? "W" : "X", // TODO (#15448): Uplift this when watcher device reader accounts for variable num eth riscs
k_id_s
);
} else {
Expand Down

0 comments on commit ac5c25e

Please sign in to comment.