Skip to content

Commit

Permalink
test_dcp: Fix set_ip_suite_count
Browse files Browse the repository at this point in the history
 rtlabs-com#576 added an additional call to pnal_set_ip_suite.
  • Loading branch information
Philip Vedin committed Apr 30, 2024
1 parent e3fdf7e commit 4cdb4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_dcp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ TEST_F (DcpTest, DcpRunTest)
EXPECT_EQ (
mock_os_data.eth_send_count,
9 + (PNET_MAX_PHYSICAL_PORTS - 1) * 4);
EXPECT_EQ (mock_os_data.set_ip_suite_count, 2);
EXPECT_EQ (mock_os_data.set_ip_suite_count, 3);

EXPECT_EQ (appdata.call_counters.led_on_calls, 3);
EXPECT_EQ (appdata.call_counters.led_off_calls, 4);
Expand Down

0 comments on commit 4cdb4b5

Please sign in to comment.