Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Thinkit] Add test to verify match on CPU behavior.Refactor IrUpdates to use entities instead of table entries.enclose missed table_entries in entity.Add ACL QoS table to FBR instances.Transition to using entities instead of table entries.Add an option to NOT push P4Info.Support non-mirrored testbeds. Mask bug where control switch interfaces don't come up. Slightly improve naming and scoping. #1019

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions tests/forwarding/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -280,13 +280,11 @@ cc_library(
"//gutil:status_matchers",
"//lib/gnmi:gnmi_helper",
"//lib/gnmi:openconfig_cc_proto",
"//lib/p4rt:p4rt_port",
"//p4_fuzzer:annotation_util",
"//p4_fuzzer:fuzzer_cc_proto",
"//p4_fuzzer:fuzzer_config",
"//p4_fuzzer:mutation_and_fuzz_util",
"//p4_fuzzer:switch_state",
"//p4_pdpi:ir",
"//p4_pdpi:ir_cc_proto",
"//p4_pdpi:p4_runtime_session",
"//p4_pdpi:p4_runtime_session_extras",
Expand All @@ -305,16 +303,12 @@ cc_library(
"@com_github_p4lang_p4runtime//:p4info_cc_proto",
"@com_github_p4lang_p4runtime//:p4runtime_cc_proto",
"@com_google_absl//absl/algorithm:container",
"@com_google_absl//absl/container:btree",
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/container:flat_hash_set",
"@com_google_absl//absl/random",
"@com_google_absl//absl/status",
"@com_google_absl//absl/status:statusor",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/strings:str_format",
"@com_google_absl//absl/time",
"@com_google_absl//absl/types:span",
"@com_google_googletest//:gtest",
"@com_google_protobuf//:protobuf",
],
Expand Down Expand Up @@ -384,7 +378,6 @@ cc_library(
"//p4_pdpi/packetlib:packetlib_cc_proto",
"//tests/lib:p4info_helper",
"//tests/lib:p4rt_fixed_table_programming_helper",
"//tests/lib:packet_in_helper",
"//tests/lib:switch_test_setup_helpers",
"//thinkit:mirror_testbed",
"//thinkit:mirror_testbed_fixture",
Expand Down
1 change: 0 additions & 1 deletion tests/forwarding/fuzzer_tests.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ namespace p4_fuzzer {
enum class Milestone {
// Tests that the switch adheres to the minimum guarantees on resources
// currently defined in
// google3/third_party/pins_infra/sai_p4/instantiations/google/minimum_guaranteed_sizes.p4.
kResourceLimits,
kInvalidInputs,
};
Expand Down
Loading