Skip to content

Commit

Permalink
Packet Discard Counter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kishanps authored and Bibhuprasad Singh committed Dec 19, 2024
1 parent cb09044 commit 791d3f5
Show file tree
Hide file tree
Showing 2 changed files with 467 additions and 453 deletions.
5 changes: 4 additions & 1 deletion tests/gnmi/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ cc_library(
"//p4_pdpi/netaddr:mac_address",
"//p4_pdpi/packetlib",
"//p4_pdpi/packetlib:packetlib_cc_proto",
"//tests/forwarding:util",
"//tests/lib:switch_test_setup_helpers",
"//sai_p4/instantiations/google:sai_p4info_cc",
"//thinkit:generic_testbed",
"//thinkit:generic_testbed_fixture",
Expand All @@ -76,7 +78,8 @@ cc_library(
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/status",
"@com_google_absl//absl/strings",
"@com_google_googletest//:gtest",
"@com_google_absl//absl/time",
"@com_google_googletest//:gtest",
],
alwayslink = True,
)
Expand Down
Loading

0 comments on commit 791d3f5

Please sign in to comment.