Skip to content

Commit

Permalink
[Thinkit] Use a new test fixture for sflow reboot test. Collect ASIC_…
Browse files Browse the repository at this point in the history
…DB and CONFIG_DB in sFlow debug logs.Add an API to set sflow interface config. Verify the packets received at SUT when sending traffic from control switch. Change backoff test traffic speed to generate 850 samples/sec
  • Loading branch information
kishanps authored and VSuryaprasad-HCL committed Jan 1, 2025
1 parent 2339973 commit cc614d0
Show file tree
Hide file tree
Showing 6 changed files with 198 additions and 84 deletions.
3 changes: 2 additions & 1 deletion tests/sflow/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ cc_library(
"//thinkit:ssh_client",
"@com_github_gnmi//proto/gnmi:gnmi_cc_grpc_proto",
"@com_github_google_glog//:glog",
"@com_github_grpc_grpc//:grpc++",
"@com_google_absl//absl/cleanup",
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/container:flat_hash_set",
Expand Down Expand Up @@ -101,7 +100,9 @@ cc_test(
"//p4_pdpi/packetlib:packetlib_cc_proto",
"@com_github_gnmi//proto/gnmi:gnmi_cc_grpc_proto",
"@com_google_absl//absl/container:flat_hash_set",
"@com_google_absl//absl/status",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/time",
"@com_google_googletest//:gtest_main",
],
)
Loading

0 comments on commit cc614d0

Please sign in to comment.