-
Notifications
You must be signed in to change notification settings - Fork 36
[Thinkit/Tests] Add more multicast tests to cover different scenarios w.r.t Vlan Rewrite, Src MAC Rewrite, Disable Ingress/Egress Vlan Checks #1678
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
Draft
ksravani-hcl
wants to merge
10
commits into
sonic-net:main
Choose a base branch
from
ksravani-hcl:thinking-5
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+1,654
−269
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Kavitha Ramalingam <[email protected]>
PiperOrigin-RevId: 707411035 Change-Id: I64a394fb4e4c9872af9cd9d679f40e40d680b0d8 Signed-off-by: SRAVANI KANASANI <[email protected]>
…tivity map. Signed-off-by: SRAVANI KANASANI <[email protected]>
Signed-off-by: SRAVANI KANASANI <[email protected]>
…zzed entities. Signed-off-by: SRAVANI KANASANI <[email protected]>
…or Arriba dataplane tests. Signed-off-by: SRAVANI KANASANI <[email protected]>
…ite, Src MAC Rewrite, Disable Ingress/Egress Vlan Checks Signed-off-by: Kavitha Ramalingam <[email protected]>
|
/azp run |
|
No pipelines are associated with this pull request. |
Contributor
Author
|
Co-authored-by: Srikishen Pondicherry Shanmugam [email protected] |
8c50cce to
0a5ad00
Compare
|
/azp run |
|
No pipelines are associated with this pull request. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Keyword Check:
/sonic-buildimage/src/sonic-p4rt/sonic-pins$ ~/tools/keyword_checks.sh .
Keyword check Passed.
Build Result:
/sonic/src/sonic-p4rt/sonic-pins$ bazel build $BAZEL_BUILD_OPTS ...
Starting local Bazel server and connecting to it...
INFO: Analyzed 775 targets (281 packages loaded, 23131 targets configured).
INFO: Found 775 targets...
INFO: Elapsed time: 83.831s, Critical Path: 3.66s
INFO: 1 process: 1 internal.
INFO: Build completed successfully, 1 total action
Test Result:
/sonic/src/sonic-p4rt/sonic-pins$ bazel test $BAZEL_BUILD_OPTS --cache_test_results=no ...
INFO: Analyzed 775 targets (0 packages loaded, 390 targets configured).
INFO: Found 539 targets and 236 test targets...
INFO: Elapsed time: 507.661s, Critical Path: 131.42s
INFO: 293 processes: 346 linux-sandbox, 19 local.
INFO: Build completed successfully, 293 total actions
//dvaas:dataplane_validation_diff_test PASSED in 0.3s
//dvaas:dataplane_validation_test PASSED in 0.2s
//dvaas:dvaas_detective_diff_test PASSED in 0.1s
//dvaas:dvaas_detective_test PASSED in 0.1s
//dvaas:port_id_map_test PASSED in 1.4s
//dvaas:test_run_validation_golden_test PASSED in 0.1s
//dvaas:test_run_validation_test PASSED in 1.4s
//dvaas:test_run_validation_test_runner PASSED in 0.1s
//thinkit:mock_switch_test PASSED in 0.8s
//thinkit:mock_test_environment_test PASSED in 0.1s
//thinkit:switch_test PASSED in 1.0s
//tests/lib:packet_generator_test PASSED in 63.3s
Stats over 4 runs: max = 63.3s, min = 60.3s, avg = 62.1s, dev = 1.1s
//sai_p4/instantiations/google/tests:p4_constraints_integration_test PASSED in 1.5s
Stats over 5 runs: max = 1.5s, min = 0.8s, avg = 1.0s, dev = 0.3s
//sai_p4/instantiations/google/test_tools:table_entry_generator_test PASSED in 44.4s
Stats over 50 runs: max = 44.4s, min = 0.9s, avg = 3.2s, dev = 8.5s
Executed 236 out of 236 tests: 236 tests pass.