Skip to content

Commit b3c410f

Browse files
[Thinkit] Remove mask for l3_admit_test.Simplify P4RuntimeSession stream reading interfaces.Remove threading from hashing tests.use StrContains on bad payloads like we do with the good payloads.Fix Typo forwaring to forwarding.Add VLAN behavior verification test. (#1018)
Co-authored-by: kishanps <kishanps@google.com>
1 parent 291a306 commit b3c410f

File tree

3 files changed

+308
-226
lines changed

3 files changed

+308
-226
lines changed

tests/forwarding/BUILD.bazel

-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,6 @@ cc_library(
384384
"//p4_pdpi/packetlib:packetlib_cc_proto",
385385
"//tests/lib:p4info_helper",
386386
"//tests/lib:p4rt_fixed_table_programming_helper",
387-
"//tests/lib:packet_in_helper",
388387
"//tests/lib:switch_test_setup_helpers",
389388
"//thinkit:mirror_testbed",
390389
"//thinkit:mirror_testbed_fixture",

tests/forwarding/fuzzer_tests.h

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ namespace p4_fuzzer {
3636
enum class Milestone {
3737
// Tests that the switch adheres to the minimum guarantees on resources
3838
// currently defined in
39-
// google3/third_party/pins_infra/sai_p4/instantiations/google/minimum_guaranteed_sizes.p4.
4039
kResourceLimits,
4140
kInvalidInputs,
4241
};

0 commit comments

Comments
 (0)