-
Notifications
You must be signed in to change notification settings - Fork 157
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
Feat/dp 1.14 dscp transparency with ecn #2571
Feat/dp 1.14 dscp transparency with ecn #2571
Conversation
Pull Request Functional Test Report for #2571 / 0d6e128Virtual Devices
Hardware Devices
|
Pull Request Test Coverage Report for Build 12897290974Details
💛 - Coveralls |
bb2758a
to
8712ea1
Compare
fixes #2077 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also update
featureprofiles/testregistry.textproto
Lines 279 to 284 in 6342007
test: { | |
id: "DP-1.14" | |
description: "DSCP transperency with ECN" | |
readme: "https://github.com/openconfig/featureprofiles/blob/main/feature/qos/ecn/otg_tests/DSCP-transparency/README.md" | |
exec: " " | |
} |
test: {
id: "DP-1.14"
description: "QoS basic test"
readme: "https://github.com/openconfig/featureprofiles/blob/main/feature/qos/otg_tests/qos_basic_test/README.md"
exec: " "
}
test: {
id: "DP-1.15"
description: "DSCP transperency with ECN"
readme: "https://github.com/openconfig/featureprofiles/blob/main/feature/qos/ecn/otg_tests/dscp_transparency_test/README.md"
exec: " "
}
platform: { | ||
vendor: NOKIA | ||
} | ||
deviations: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please open bugs to track the deviations.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Below are the internal bugs created for tracking:
explicit_interface_in_default_vrf -- b/358493728
interface_enabled -- b/358493729
qos_queue_requires_id -- b/358622716
qos_buffer_allocation_config_required -- b/358686264
@@ -0,0 +1,913 @@ | |||
// Copyright 2022 Google LLC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update 2022 to 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
/fptest physical |
@cm-nokia Can you add test result and log after the code is updated? |
…t/DP-1.14-DSCP-Transparency-with-ECN "This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia's intellectual property are granted for any other purpose. This code is provided on an "as is" basis without any warranties of any kind."
"This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia's intellectual property are granted for any other purpose. This code is provided on an "as is" basis without any warranties of any kind."
…t/DP-1.14-DSCP-Transparency-with-ECN "This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia's intellectual property are granted for any other purpose. This code is provided on an "as is" basis without any warranties of any kind."
"This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia's intellectual property are granted for any other purpose. This code is provided on an "as is" basis without any warranties of any kind."
Test log is available at b/391393101. Also updated test-id to use DP-1.17 due to conflicts with other tests. |
Note: stole dp-1.15 for test id since the qos_basic test seems to be using dp-1.14 already.
fixes #2077 (edit to add here so gh links it up to issue nicer)
"This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia's intellectual property are granted for any other purpose. This code is provided on an "as is" basis without any warranties of any kind."