File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
33This is an example Python script that runs TDR test for every interface in an up status.
44
5- The output is thrown to screen, plus writte to a file in bootflash.
5+ The output is thrown to screen, plus written to a file in bootflash.
66
77# requirements
88-- IOS-XE running >/= 16.3.1 also enabled for GuestShell
99-- 3850 Switches (TDR typically only works on Cat switches).
1010
1111# running
12- -- Run onbox.
12+ -- Run onbox.
Original file line number Diff line number Diff line change @@ -89,11 +89,11 @@ def grab_intf(i):
8989
9090for i in intfs :
9191 title = "Interfaces: " + i
92- print title
92+ print ( title )
9393 target .write (title )
94- print intfs [i ]
94+ print ( intfs [i ])
9595 target .write (intfs [i ])
96- print "\n \n "
96+ print ( "\n \n " )
9797 target .write ("\n \n " )
9898
99- target .close ()
99+ target .close ()
You can’t perform that action at this time.
0 commit comments