Skip to content

Commit

Permalink
app/test: fix reference to master in bonding test
Browse files Browse the repository at this point in the history
[ upstream commit 61b52e7edb3a764699f0d392f298fca34d56c11d ]

Fixes: 0c8396e ("bond: unit tests for mode 5")

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Tyler Retzlaff <roretzla@linux.microsoft.com>
  • Loading branch information
shemminger authored and bluca committed Oct 18, 2023
1 parent 04a3f8d commit dfc299e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/test/test_link_bonding.c
Original file line number Diff line number Diff line change
Expand Up @@ -4262,7 +4262,7 @@ test_tlb_tx_burst(void)
burst_size);
TEST_ASSERT_EQUAL(nb_tx, 0, " bad number of packet in burst");

/* Clean ugit checkout masterp and remove slaves from bonded device */
/* Clean up and remove members from bonding device */
return remove_slaves_and_stop_bonded_device();
}

Expand Down

0 comments on commit dfc299e

Please sign in to comment.