From ad303be54db18e7ba5bd2380d65b0eb06ae555df Mon Sep 17 00:00:00 2001 From: Jose Orlando Date: Mon, 9 Mar 2026 10:23:06 -0300 Subject: [PATCH 01/14] Add pruned raw service data for testing Added pruned (Prun) state --- .../ow_service_service-using_pruned.raw | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/alcatel_sros/show_service_service-using/ow_service_service-using_pruned.raw diff --git a/tests/alcatel_sros/show_service_service-using/ow_service_service-using_pruned.raw b/tests/alcatel_sros/show_service_service-using/ow_service_service-using_pruned.raw new file mode 100644 index 0000000000..f2e6196313 --- /dev/null +++ b/tests/alcatel_sros/show_service_service-using/ow_service_service-using_pruned.raw @@ -0,0 +1,17 @@ +=============================================================================== +Services +=============================================================================== +ServiceId Type Adm Opr CustomerId Service Name +------------------------------------------------------------------------------- +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. From 59d9866c3d380a99d9c8178742373aaa2080d4e0 Mon Sep 17 00:00:00 2001 From: Jose Orlando Date: Mon, 9 Mar 2026 10:24:33 -0300 Subject: [PATCH 02/14] Rename ow_service_service-using_pruned.raw to show_service_service-using_pruned.raw --- ...ice-using_pruned.raw => show_service_service-using_pruned.raw} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/alcatel_sros/show_service_service-using/{ow_service_service-using_pruned.raw => show_service_service-using_pruned.raw} (100%) diff --git a/tests/alcatel_sros/show_service_service-using/ow_service_service-using_pruned.raw b/tests/alcatel_sros/show_service_service-using/show_service_service-using_pruned.raw similarity index 100% rename from tests/alcatel_sros/show_service_service-using/ow_service_service-using_pruned.raw rename to tests/alcatel_sros/show_service_service-using/show_service_service-using_pruned.raw From c8134732726a1375fe961c8bfb7d85833a12e3a2 Mon Sep 17 00:00:00 2001 From: Jose Orlando Date: Mon, 9 Mar 2026 10:34:43 -0300 Subject: [PATCH 03/14] Delete tests/alcatel_sros/show_service_service-using/show_service_service-using_pruned.raw --- .../show_service_service-using_pruned.raw | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 tests/alcatel_sros/show_service_service-using/show_service_service-using_pruned.raw diff --git a/tests/alcatel_sros/show_service_service-using/show_service_service-using_pruned.raw b/tests/alcatel_sros/show_service_service-using/show_service_service-using_pruned.raw deleted file mode 100644 index f2e6196313..0000000000 --- a/tests/alcatel_sros/show_service_service-using/show_service_service-using_pruned.raw +++ /dev/null @@ -1,17 +0,0 @@ -=============================================================================== -Services -=============================================================================== -ServiceId Type Adm Opr CustomerId Service Name -------------------------------------------------------------------------------- -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. From b720d373d163e0d1c5f5be18a3f61ebb453c1d61 Mon Sep 17 00:00:00 2001 From: Jose Orlando Date: Mon, 9 Mar 2026 10:36:36 -0300 Subject: [PATCH 04/14] Add pruned raw output for show_service_sap command Added pruned state --- ...atel_sros_show_service_sap-using_pruned.raw | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_pruned.raw diff --git a/tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_pruned.raw b/tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_pruned.raw new file mode 100644 index 0000000000..1972101ffa --- /dev/null +++ b/tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_pruned.raw @@ -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. From 35b16761f4be7329ae9b018e41789761a73ae77d Mon Sep 17 00:00:00 2001 From: Jose Orlando Date: Mon, 9 Mar 2026 10:44:23 -0300 Subject: [PATCH 05/14] Add pruned YAML configuration for service SAP --- ...tel_sros_show_service_sap-using_pruned.yml | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_pruned.yml diff --git a/tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_pruned.yml b/tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_pruned.yml new file mode 100644 index 0000000000..486fafff1a --- /dev/null +++ b/tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_pruned.yml @@ -0,0 +1,34 @@ +--- +parsed_sample: + - 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": "Prun" + "egress_filter": "none" + "egress_qos": "1" + "ingress_filter": "none" + "ingress_qos": "31" + "oper_state": "Prun" + "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" From b466dcc35301eb6ebafe58017eb5eb888a04df7e Mon Sep 17 00:00:00 2001 From: Jose Orlando Date: Mon, 9 Mar 2026 10:53:01 -0300 Subject: [PATCH 06/14] Update CI workflow to include new branch --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e292a94af..9b02debbe2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ concurrency: # Cancel any existing runs of this workflow for this same PR on: # yamllint disable-line rule:truthy rule:comments push: branches: - - "master" + - "alcatel_sros_show_service_sap-using_pruned" tags: - "v*" pull_request: ~ From 6ab600307756c275d4c2d0829220c68967c4f7b1 Mon Sep 17 00:00:00 2001 From: Jose Orlando Date: Mon, 9 Mar 2026 11:01:35 -0300 Subject: [PATCH 07/14] Change branch name in CI workflow configuration --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b02debbe2..c6e22a25f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ concurrency: # Cancel any existing runs of this workflow for this same PR on: # yamllint disable-line rule:truthy rule:comments push: branches: - - "alcatel_sros_show_service_sap-using_pruned" + - "pruned" tags: - "v*" pull_request: ~ From de24bf5a66edf2208f894ec865a0af5f1a047bab Mon Sep 17 00:00:00 2001 From: Jose Orlando Date: Mon, 9 Mar 2026 11:27:45 -0300 Subject: [PATCH 08/14] Update alcatel_sros_show_service_sap-using_pruned.yml --- .../alcatel_sros_show_service_sap-using_pruned.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_pruned.yml b/tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_pruned.yml index 486fafff1a..d0fe5a1a4a 100644 --- a/tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_pruned.yml +++ b/tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_pruned.yml @@ -1,6 +1,6 @@ --- parsed_sample: - - admin_state": "Up" + - "admin_state": "Up" "egress_filter": "none" "egress_qos": "1" "ingress_filter": "none" @@ -8,7 +8,7 @@ parsed_sample: "oper_state": "Down" "port_id": "esat-5/1/37:0" "service_id": "100396 - - admin_state": "Prun" + - "admin_state": "Prun" "egress_filter": "none" "egress_qos": "1" "ingress_filter": "none" @@ -16,7 +16,7 @@ parsed_sample: "oper_state": "Prun" "port_id": "esat-3/1/12:419" "service_id": "100419 - - admin_state": "Up" + - "admin_state": "Up" "egress_filter": "none" "egress_qos": "1" "ingress_filter": "none" @@ -24,7 +24,7 @@ parsed_sample: "oper_state": "Up" "port_id": "lag-498:419" "service_id": "100419 - - admin_state": "Up" + - "admin_state": "Up" "egress_filter": "none" "egress_qos": "1" "ingress_filter": "none" From 1f0bd6285b6cc87fc4ec503634e0ee94f7118374 Mon Sep 17 00:00:00 2001 From: Jose Orlando Date: Mon, 9 Mar 2026 11:32:28 -0300 Subject: [PATCH 09/14] Update alcatel_sros_show_service_sap-using_pruned.yml --- .../alcatel_sros_show_service_sap-using_pruned.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_pruned.yml b/tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_pruned.yml index d0fe5a1a4a..3926382ba4 100644 --- a/tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_pruned.yml +++ b/tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_pruned.yml @@ -7,7 +7,7 @@ parsed_sample: "ingress_qos": "34" "oper_state": "Down" "port_id": "esat-5/1/37:0" - "service_id": "100396 + "service_id": "100396" - "admin_state": "Prun" "egress_filter": "none" "egress_qos": "1" @@ -15,7 +15,7 @@ parsed_sample: "ingress_qos": "31" "oper_state": "Prun" "port_id": "esat-3/1/12:419" - "service_id": "100419 + "service_id": "100419" - "admin_state": "Up" "egress_filter": "none" "egress_qos": "1" @@ -23,7 +23,7 @@ parsed_sample: "ingress_qos": "31" "oper_state": "Up" "port_id": "lag-498:419" - "service_id": "100419 + "service_id": "100419" - "admin_state": "Up" "egress_filter": "none" "egress_qos": "1" From f9c28936fb3f9c7ecf42a01c3e14e95a62586a93 Mon Sep 17 00:00:00 2001 From: Jose Orlando Date: Mon, 9 Mar 2026 11:44:52 -0300 Subject: [PATCH 10/14] Update ADMIN_STATE and OPER_STATE values to include 'Prun' --- .../templates/alcatel_sros_show_service_sap-using.textfsm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ntc_templates/templates/alcatel_sros_show_service_sap-using.textfsm b/ntc_templates/templates/alcatel_sros_show_service_sap-using.textfsm index 01cddd8b5e..bcf3eb0441 100644 --- a/ntc_templates/templates/alcatel_sros_show_service_sap-using.textfsm +++ b/ntc_templates/templates/alcatel_sros_show_service_sap-using.textfsm @@ -4,8 +4,8 @@ Value Required INGRESS_QOS (\S+) Value Required INGRESS_FILTER (\S+) Value Required EGRESS_QOS (\d+) Value Required EGRESS_FILTER (\S+) -Value Required ADMIN_STATE (Up|Down) -Value Required OPER_STATE (Up|Down) +Value Required ADMIN_STATE (Up|Down|Prun) +Value Required OPER_STATE (Up|Down|Prun) Start ^=+ From 6f53181dc3f8d2e0ba6fe0a4671361e28964af52 Mon Sep 17 00:00:00 2001 From: Jose Orlando Date: Mon, 9 Mar 2026 12:05:49 -0300 Subject: [PATCH 11/14] Update service SAP configuration in YAML file --- ...tel_sros_show_service_sap-using_pruned.yml | 32 ++++++++++++++++--- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_pruned.yml b/tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_pruned.yml index 3926382ba4..2955789228 100644 --- a/tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_pruned.yml +++ b/tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_pruned.yml @@ -1,6 +1,30 @@ --- 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" @@ -8,15 +32,15 @@ parsed_sample: "oper_state": "Down" "port_id": "esat-5/1/37:0" "service_id": "100396" - - "admin_state": "Prun" + - admin_state": "Up" "egress_filter": "none" "egress_qos": "1" "ingress_filter": "none" "ingress_qos": "31" - "oper_state": "Prun" + "oper_state": "Up" "port_id": "esat-3/1/12:419" "service_id": "100419" - - "admin_state": "Up" + - admin_state": "Up" "egress_filter": "none" "egress_qos": "1" "ingress_filter": "none" @@ -24,7 +48,7 @@ parsed_sample: "oper_state": "Up" "port_id": "lag-498:419" "service_id": "100419" - - "admin_state": "Up" + - admin_state": "Up" "egress_filter": "none" "egress_qos": "1" "ingress_filter": "none" From c9bd8258033b0ca4917bfe22e73ead6c04615b5b Mon Sep 17 00:00:00 2001 From: Jose Orlando Date: Mon, 9 Mar 2026 12:14:29 -0300 Subject: [PATCH 12/14] Fix formatting of admin_state entries in YAML --- .../alcatel_sros_show_service_sap-using_pruned.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_pruned.yml b/tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_pruned.yml index 2955789228..57663d9654 100644 --- a/tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_pruned.yml +++ b/tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_pruned.yml @@ -8,7 +8,7 @@ parsed_sample: "oper_state": "Up" "port_id": "1/x1/1/c16/4:320" "service_id": "100320" - - admin_state": "Up" + - "admin_state": "Up" "egress_filter": "none" "egress_qos": "1" "ingress_filter": "none" @@ -16,7 +16,7 @@ parsed_sample: "oper_state": "Up" "port_id": "esat-2/1/29:330" "service_id": "100330" - - admin_state": "Up" + - "admin_state": "Up" "egress_filter": "none" "egress_qos": "1" "ingress_filter": "none" @@ -24,7 +24,7 @@ parsed_sample: "oper_state": "Prun" "port_id": "esat-2/1/40:332" "service_id": "100332" - - admin_state": "Up" + - "admin_state": "Up" "egress_filter": "none" "egress_qos": "1" "ingress_filter": "none" @@ -32,7 +32,7 @@ parsed_sample: "oper_state": "Down" "port_id": "esat-5/1/37:0" "service_id": "100396" - - admin_state": "Up" + - "admin_state": "Up" "egress_filter": "none" "egress_qos": "1" "ingress_filter": "none" @@ -40,7 +40,7 @@ parsed_sample: "oper_state": "Up" "port_id": "esat-3/1/12:419" "service_id": "100419" - - admin_state": "Up" + - "admin_state": "Up" "egress_filter": "none" "egress_qos": "1" "ingress_filter": "none" @@ -48,7 +48,7 @@ parsed_sample: "oper_state": "Up" "port_id": "lag-498:419" "service_id": "100419" - - admin_state": "Up" + - "admin_state": "Up" "egress_filter": "none" "egress_qos": "1" "ingress_filter": "none" From aa7e289ce95cf49c1cc5965cb0333ec4aa8d2d26 Mon Sep 17 00:00:00 2001 From: Michael Bear <38406045+mjbear@users.noreply.github.com> Date: Wed, 11 Mar 2026 18:49:13 -0400 Subject: [PATCH 13/14] Revert branch name in GH CI config --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6e22a25f5..7e292a94af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ concurrency: # Cancel any existing runs of this workflow for this same PR on: # yamllint disable-line rule:truthy rule:comments push: branches: - - "pruned" + - "master" tags: - "v*" pull_request: ~ From 6c85a3b1032cb338df88061354cf740595e2434f Mon Sep 17 00:00:00 2001 From: Michael Bear <38406045+mjbear@users.noreply.github.com> Date: Tue, 31 Mar 2026 21:15:13 -0400 Subject: [PATCH 14/14] Remove Prun from admin state and unquote keys - Remove Prun status from admin state regex - Helper scripts regenerated the test data keys without double quotes --- ...lcatel_sros_show_service_sap-using.textfsm | 2 +- ...tel_sros_show_service_sap-using_pruned.yml | 112 +++++++++--------- ..._sros_show_service_sap-using_truncated.yml | 48 ++++---- 3 files changed, 81 insertions(+), 81 deletions(-) diff --git a/ntc_templates/templates/alcatel_sros_show_service_sap-using.textfsm b/ntc_templates/templates/alcatel_sros_show_service_sap-using.textfsm index bcf3eb0441..732b18209e 100644 --- a/ntc_templates/templates/alcatel_sros_show_service_sap-using.textfsm +++ b/ntc_templates/templates/alcatel_sros_show_service_sap-using.textfsm @@ -4,7 +4,7 @@ Value Required INGRESS_QOS (\S+) Value Required INGRESS_FILTER (\S+) Value Required EGRESS_QOS (\d+) Value Required EGRESS_FILTER (\S+) -Value Required ADMIN_STATE (Up|Down|Prun) +Value Required ADMIN_STATE (Up|Down) Value Required OPER_STATE (Up|Down|Prun) Start diff --git a/tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_pruned.yml b/tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_pruned.yml index 57663d9654..07cac8827d 100644 --- a/tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_pruned.yml +++ b/tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_pruned.yml @@ -1,58 +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" + - 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" diff --git a/tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_truncated.yml b/tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_truncated.yml index b907f36b5b..5e3d62d09f 100644 --- a/tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_truncated.yml +++ b/tests/alcatel_sros/show_service_sap-using/alcatel_sros_show_service_sap-using_truncated.yml @@ -1,26 +1,26 @@ --- parsed_sample: - - "admin_state": "Up" - "egress_filter": "none" - "egress_qos": "1" - "ingress_filter": "none" - "ingress_qos": "1" - "oper_state": "Up" - "port_id": "esat-1/1/48" - "service_id": "10" - - "admin_state": "Up" - "egress_filter": "none" - "egress_qos": "1" - "ingress_filter": "none" - "ingress_qos": "1966*" - "oper_state": "Up" - "port_id": "8/2/9:0" - "service_id": "2148007979" - - "admin_state": "Up" - "egress_filter": "none" - "egress_qos": "1" - "ingress_filter": "none" - "ingress_qos": "1966*" - "oper_state": "Up" - "port_id": "8/2/10:0" - "service_id": "2148007979" + - admin_state: "Up" + egress_filter: "none" + egress_qos: "1" + ingress_filter: "none" + ingress_qos: "1" + oper_state: "Up" + port_id: "esat-1/1/48" + service_id: "10" + - admin_state: "Up" + egress_filter: "none" + egress_qos: "1" + ingress_filter: "none" + ingress_qos: "1966*" + oper_state: "Up" + port_id: "8/2/9:0" + service_id: "2148007979" + - admin_state: "Up" + egress_filter: "none" + egress_qos: "1" + ingress_filter: "none" + ingress_qos: "1966*" + oper_state: "Up" + port_id: "8/2/10:0" + service_id: "2148007979"