-
Notifications
You must be signed in to change notification settings - Fork 37
[Comb] Add port counters to all frontpanel qos tests, collect them #1748
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
Open
ksravani-hcl
wants to merge
6
commits into
sonic-net:main
Choose a base branch
from
ksravani-hcl:thinking-29
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.
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
|
/azp run |
|
Azure Pipelines will not run the associated pipelines, because the pull request was updated after the run command was issued. Review the pull request again and issue a new run command. |
Contributor
Author
|
Co-authored-by: Srikishen Pondicherry Shanmugam [email protected] |
1a5879a to
cb99ae2
Compare
|
/azp run |
|
No pipelines are associated with this pull request. |
cb99ae2 to
612eee7
Compare
|
/azp run |
|
No pipelines are associated with this pull request. |
bibhuprasad-hcl
approved these changes
Jan 23, 2026
612eee7 to
ac6f8d6
Compare
|
/azp run |
|
No pipelines are associated with this pull request. |
ac6f8d6 to
a5fec48
Compare
|
/azp run |
|
No pipelines are associated with this pull request. |
a5fec48 to
dd67799
Compare
|
/azp run |
|
No pipelines are associated with this pull request. |
dd67799 to
e52e7e0
Compare
|
/azp run |
|
No pipelines are associated with this pull request. |
Signed-off-by: SRAVANI KANASANI <[email protected]> Signed-off-by: bibhuprasad-hcl <[email protected]>
Signed-off-by: SRAVANI KANASANI <[email protected]> Signed-off-by: bibhuprasad-hcl <[email protected]>
Signed-off-by: SRAVANI KANASANI <[email protected]> Signed-off-by: bibhuprasad-hcl <[email protected]>
Signed-off-by: SRAVANI KANASANI <[email protected]> Signed-off-by: bibhuprasad-hcl <[email protected]>
Signed-off-by: SRAVANI KANASANI <[email protected]> Signed-off-by: bibhuprasad-hcl <[email protected]>
Signed-off-by: SRAVANI KANASANI <[email protected]> Signed-off-by: bibhuprasad-hcl <[email protected]>
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 ...
INFO: Analyzed 786 targets (0 packages loaded, 0 targets configured).
INFO: Found 786 targets...
INFO: Elapsed time: 0.613s, Critical Path: 0.00s
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 786 targets (0 packages loaded, 0 targets configured).
INFO: Found 546 targets and 240 test targets...
INFO: Elapsed time: 515.760s, Critical Path: 62.46s
INFO: 306 processes: 359 linux-sandbox, 19 local.
INFO: Build completed successfully, 306 total actions
//dvaas:dataplane_validation_diff_test PASSED in 0.1s
//dvaas:dataplane_validation_test PASSED in 0.0s
//dvaas:dvaas_detective_diff_test PASSED in 0.1s
//dvaas:dvaas_detective_test PASSED in 0.1s
//dvaas:port_id_map_test PASSED in 0.9s
//dvaas:test_run_validation_golden_test PASSED in 0.1s
//tests/lib:packet_generator_test PASSED in 62.4s
Stats over 4 runs: max = 62.4s, min = 60.3s, avg = 61.4s, dev = 0.9s
//sai_p4/instantiations/google/tests:p4_constraints_integration_test PASSED in 1.0s
Stats over 5 runs: max = 1.0s, min = 0.8s, avg = 0.9s, dev = 0.1s
//p4_fuzzer:fuzz_util_test PASSED in 36.5s
Stats over 10 runs: max = 36.5s, min = 1.2s, avg = 14.6s, dev = 13.7s
//sai_p4/instantiations/google/test_tools:table_entry_generator_test PASSED in 43.6s
Stats over 50 runs: max = 43.6s, min = 1.0s, avg = 3.3s, dev = 8.4s
Executed 240 out of 240 tests: 240 tests pass.