-
Notifications
You must be signed in to change notification settings - Fork 742
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In some versions of Alcatel AOS the command output is slighly different
- Loading branch information
1 parent
df99b8e
commit 6508bc8
Showing
4 changed files
with
78 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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 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
8 changes: 8 additions & 0 deletions
8
tests/alcatel_aos/show_interfaces_port/alcatel_aos_show_interfaces_port_R6_2.raw
This file contains 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,8 @@ | ||
Chas/ | ||
Slot/ Admin Link WTR WTS Alias | ||
Port Status Status (sec) (msec) | ||
--------+----------+---------+----------+----------+----------------------- | ||
1/1/1 enable up 0 0 "This is a test" | ||
1/1/2 enable up 0 0 "This_is_a_test" | ||
1/1/3 enable up 0 0 "This" | ||
1/1/4 enable up 0 0 "" |
46 changes: 46 additions & 0 deletions
46
tests/alcatel_aos/show_interfaces_port/alcatel_aos_show_interfaces_port_R6_2.yml
This file contains 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,46 @@ | ||
--- | ||
parsed_sample: | ||
- admin_status: "enable" | ||
alias: "This is a test" | ||
link_status: "up" | ||
permanent_shutdown: "" | ||
port: "1/1/1" | ||
recovery_max: "" | ||
recovery_time: "" | ||
violations: "" | ||
wait_to_shutdown: "0" | ||
wtr_running: "" | ||
wtr_time: "0" | ||
- admin_status: "enable" | ||
alias: "This_is_a_test" | ||
link_status: "up" | ||
permanent_shutdown: "" | ||
port: "1/1/2" | ||
recovery_max: "" | ||
recovery_time: "" | ||
violations: "" | ||
wait_to_shutdown: "0" | ||
wtr_running: "" | ||
wtr_time: "0" | ||
- admin_status: "enable" | ||
alias: "This" | ||
link_status: "up" | ||
permanent_shutdown: "" | ||
port: "1/1/3" | ||
recovery_max: "" | ||
recovery_time: "" | ||
violations: "" | ||
wait_to_shutdown: "0" | ||
wtr_running: "" | ||
wtr_time: "0" | ||
- admin_status: "enable" | ||
alias: "" | ||
link_status: "up" | ||
permanent_shutdown: "" | ||
port: "1/1/4" | ||
recovery_max: "" | ||
recovery_time: "" | ||
violations: "" | ||
wait_to_shutdown: "0" | ||
wtr_running: "" | ||
wtr_time: "0" |