-
Notifications
You must be signed in to change notification settings - Fork 739
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified cisco_ios_show_boot (#1038)
Updates cisco_ios_show_boot
- Loading branch information
1 parent
14e31fd
commit 68658d3
Showing
3 changed files
with
46 additions
and
3 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
12 changes: 12 additions & 0 deletions
12
tests/cisco_ios/show_boot/cisco_ios_show_boot_gibraltar.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,12 @@ | ||
--------------------------- | ||
Switch 1 | ||
--------------------------- | ||
Current Boot Variables: | ||
BOOT variable does not exist | ||
|
||
Boot Variables on next reload: | ||
BOOT variable = flash:packages.conf | ||
Manual Boot = no | ||
Enable Break = yes | ||
Boot Mode = DEVICE | ||
iPXE Timeout = 0 |
18 changes: 18 additions & 0 deletions
18
tests/cisco_ios/show_boot/cisco_ios_show_boot_gibraltar.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,18 @@ | ||
--- | ||
parsed_sample: | ||
- switch_number: "1" | ||
boot_path: "flash:packages.conf" | ||
config_file: "" | ||
priv_config_file: "" | ||
enable_break: "yes" | ||
manual_boot: "no" | ||
allow_dev_key: "" | ||
helper_path_list: "" | ||
auto_upgrade: "" | ||
auto_upgrade_path: "" | ||
buffer_size: "" | ||
timeout_config_download: "0" | ||
config_download_dhcp: "" | ||
config_download_dhcp_next_boot: "" | ||
boot_mode: "DEVICE" | ||
current_boot_variables: "BOOT variable does not exist" |