Skip to content

Commit de24401

Browse files
committed
Add comment about test
1 parent 2837566 commit de24401

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/switch/test_switch.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ TEST_F(TestSwitch, test_one_sender) { test_senders(1); }
165165

166166
TEST_F(TestSwitch, test_multiple_senders) { test_senders(5); }
167167

168+
// this test checks that packets passed throw same path have equal path hash
169+
// and packets passed throw different pathes have different path hashes
168170
TEST_F(TestSwitch, test_path_hash) {
169171
// topology:
170172
// sender --- switch_1

0 commit comments

Comments
 (0)