-
Notifications
You must be signed in to change notification settings - Fork 786
Add Prun state to alcatel sros show service sap-using #2294
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
jorlandobr
wants to merge
14
commits into
networktocode:master
Choose a base branch
from
jorlandobr:pruned
base: master
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.
Open
Changes from 12 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
ad303be
Add pruned raw service data for testing
jorlandobr 59d9866
Rename ow_service_service-using_pruned.raw to show_service_service-us…
jorlandobr c813473
Delete tests/alcatel_sros/show_service_service-using/show_service_ser…
jorlandobr b720d37
Add pruned raw output for show_service_sap command
jorlandobr 35b1676
Add pruned YAML configuration for service SAP
jorlandobr b466dcc
Update CI workflow to include new branch
jorlandobr 6ab6003
Change branch name in CI workflow configuration
jorlandobr de24bf5
Update alcatel_sros_show_service_sap-using_pruned.yml
jorlandobr 1f0bd62
Update alcatel_sros_show_service_sap-using_pruned.yml
jorlandobr f9c2893
Update ADMIN_STATE and OPER_STATE values to include 'Prun'
jorlandobr 6f53181
Update service SAP configuration in YAML file
jorlandobr c9bd825
Fix formatting of admin_state entries in YAML
jorlandobr aa7e289
Revert branch name in GH CI config
mjbear 6c85a3b
Remove Prun from admin state and unquote keys
mjbear File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
18 changes: 18 additions & 0 deletions
18
tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_pruned.raw
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| =============================================================================== | ||
| Service Access Points | ||
| =============================================================================== | ||
| PortId SvcId Ing. Ing. Egr. Egr. Adm Opr | ||
| QoS Fltr QoS Fltr | ||
| ------------------------------------------------------------------------------- | ||
| 1/x1/1/c16/4:320 100320 31 none 1 none Up Up | ||
| esat-2/1/29:330 100330 34 none 1 none Up Up | ||
| esat-2/1/40:332 100332 33 none 1 none Up Prun | ||
| esat-5/1/37:0 100396 34 none 1 none Up Down | ||
| esat-3/1/12:419 100419 31 none 1 none Up Up | ||
| lag-498:419 100419 31 none 1 none Up Up | ||
| 2/x1/1/c16/2:0 2148007979 1966* none 1 none Up Up | ||
| ------------------------------------------------------------------------------- | ||
| Number of SAPs : 7 | ||
| ------------------------------------------------------------------------------- | ||
| =============================================================================== | ||
| * indicates that the corresponding row element may have been truncated. |
58 changes: 58 additions & 0 deletions
58
tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_pruned.yml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,58 @@ | ||
| --- | ||
| parsed_sample: | ||
| - "admin_state": "Up" | ||
| "egress_filter": "none" | ||
| "egress_qos": "1" | ||
| "ingress_filter": "none" | ||
| "ingress_qos": "31" | ||
| "oper_state": "Up" | ||
| "port_id": "1/x1/1/c16/4:320" | ||
| "service_id": "100320" | ||
| - "admin_state": "Up" | ||
| "egress_filter": "none" | ||
| "egress_qos": "1" | ||
| "ingress_filter": "none" | ||
| "ingress_qos": "34" | ||
| "oper_state": "Up" | ||
| "port_id": "esat-2/1/29:330" | ||
| "service_id": "100330" | ||
| - "admin_state": "Up" | ||
| "egress_filter": "none" | ||
| "egress_qos": "1" | ||
| "ingress_filter": "none" | ||
| "ingress_qos": "33" | ||
| "oper_state": "Prun" | ||
| "port_id": "esat-2/1/40:332" | ||
| "service_id": "100332" | ||
| - "admin_state": "Up" | ||
| "egress_filter": "none" | ||
| "egress_qos": "1" | ||
| "ingress_filter": "none" | ||
| "ingress_qos": "34" | ||
| "oper_state": "Down" | ||
| "port_id": "esat-5/1/37:0" | ||
| "service_id": "100396" | ||
| - "admin_state": "Up" | ||
| "egress_filter": "none" | ||
| "egress_qos": "1" | ||
| "ingress_filter": "none" | ||
| "ingress_qos": "31" | ||
| "oper_state": "Up" | ||
| "port_id": "esat-3/1/12:419" | ||
| "service_id": "100419" | ||
| - "admin_state": "Up" | ||
| "egress_filter": "none" | ||
| "egress_qos": "1" | ||
| "ingress_filter": "none" | ||
| "ingress_qos": "31" | ||
| "oper_state": "Up" | ||
| "port_id": "lag-498:419" | ||
| "service_id": "100419" | ||
| - "admin_state": "Up" | ||
| "egress_filter": "none" | ||
| "egress_qos": "1" | ||
| "ingress_filter": "none" | ||
| "ingress_qos": "1966*" | ||
| "oper_state": "Up" | ||
| "port_id": "2/x1/1/c16/2:0" | ||
| "service_id": "2148007979" |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.