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 Dec 30, 2024
1 parent 7847203 commit 05edf31
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 @@ -99,7 +98,9 @@ cc_test(
"//gutil:testing",
"@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 05edf31

Please sign in to comment.