Skip to content

Commit

Permalink
Extend full cfg test for template placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelemc committed Dec 15, 2024
1 parent 492768b commit d52b795
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/10-basic-cisco_iol/01-iol.robot
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Verify full startup configuration on router3
... sshpass -p "admin" ssh -o "IdentitiesOnly=yes" admin@clab-${lab-name}-router3 "sh run | inc hostname"
Log ${output}
Should Be Equal As Integers ${rc} 0
Should Contain ${output} FULL_STARTUP_CFG
Should Contain ${output} FULL_STARTUP_CFG-router3


*** Keywords ***
Expand Down
2 changes: 1 addition & 1 deletion tests/10-basic-cisco_iol/router3-full.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
hostname FULL_STARTUP_CFG
hostname FULL_STARTUP_CFG-{{ .Hostname }}
!
no aaa new-model
!
Expand Down

0 comments on commit d52b795

Please sign in to comment.