Skip to content

Commit

Permalink
[Thinkit] Add test of round-robin scheduling weights.
Browse files Browse the repository at this point in the history
  • Loading branch information
smolkaj authored and divyagayathri-hcl committed Jan 3, 2025
1 parent 1a9db71 commit 569eb7b
Show file tree
Hide file tree
Showing 4 changed files with 480 additions and 5 deletions.
8 changes: 6 additions & 2 deletions tests/qos/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,15 @@ cc_library(
"//gutil:status",
"//gutil:status_matchers",
"//gutil:testing",
"//lib:ixia_helper",
"//lib:ixia_helper",
"//lib:ixia_helper_cc_proto",
"//lib/gnmi:gnmi_helper",
"//lib/utils:json_utils",
"//p4_pdpi:ir",
"//p4_pdpi:ir_cc_proto",
"//p4_pdpi:p4_runtime_session",
"//p4_pdpi:pd",
"//p4_pdpi:pd",
"//p4_pdpi/internal:ordered_map",
"//p4_pdpi/netaddr:ipv4_address",
"//p4_pdpi/netaddr:ipv6_address",
"//p4_pdpi/netaddr:mac_address",
Expand All @@ -120,7 +122,9 @@ cc_library(
"@com_github_gnmi//proto/gnmi:gnmi_cc_grpc_proto",
"@com_github_p4lang_p4runtime//:p4info_cc_proto",
"@com_github_p4lang_p4runtime//:p4runtime_cc_proto",
"@com_google_absl//absl/algorithm:container",
"@com_google_absl//absl/cleanup",
"@com_google_absl//absl/container:btree",
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/status",
"@com_google_absl//absl/strings",
Expand Down
Loading

0 comments on commit 569eb7b

Please sign in to comment.