Advertisement
Guest User

Untitled

a guest
Sep 15th, 2011
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 2.90 KB | None | 0 0
  1. --- b154    2011-09-08 08:08:01.366006698 -0600
  2. +++ b155    2011-09-08 08:08:05.154011663 -0600
  3. @@ -1,7 +1,7 @@
  4.  parent: waiting for sync byte
  5.  parent: telling child to go ahead
  6.  parent: now unsynchronized from child
  7. -spawn: returns {10127}
  8. +spawn: returns {10133}
  9.  Gate keeper glob pattern for '(Connection refused|Secure connection [^
  10.  ]+ refused)' is ''. Not usable, disabling the performance booster.
  11.  Gate keeper glob pattern for '(Connection closed by|Connection to [^
  12. @@ -263,14 +263,21 @@
  13.  expect: does "" (spawn_id exp6) match regular expression "TESTRT([^#>\r\n]+)?[#>](\([^)\r\n]+\))?"? Gate "TESTRT*"? gate=no
  14.  "[\n\r]+"? (No Gate, RE only) gate=yes re=no
  15.  
  16. -expect: does "terminal length " (spawn_id exp6) match regular expression "TESTRT([^#>\r\n]+)?[#>](\([^)\r\n]+\))?"? Gate "TESTRT*"? gate=no
  17. +expect: does "terminal length 0\r\n" (spawn_id exp6) match regular expression "TESTRT([^#>\r\n]+)?[#>](\([^)\r\n]+\))?"? Gate "TESTRT*"? gate=no
  18. +"[\n\r]+"? (No Gate, RE only) gate=yes re=yes
  19. +expect: set expect_out(0,string) "\r\n"
  20. +expect: set expect_out(spawn_id) "exp6"
  21. +expect: set expect_out(buffer) "terminal length 0\r\n"
  22. +expect: continuing expect
  23. +
  24. +expect: does "" (spawn_id exp6) match regular expression "TESTRT([^#>\r\n]+)?[#>](\([^)\r\n]+\))?"? Gate "TESTRT*"? gate=no
  25.  "[\n\r]+"? (No Gate, RE only) gate=yes re=no
  26.  
  27. -expect: does "terminal length 0\r\nTESTRTR1#" (spawn_id exp6) match regular expression "TESTRT([^#>\r\n]+)?[#>](\([^)\r\n]+\))?"? Gate "TESTRT*"? gate=yes re=yes
  28. +expect: does "TESTRTR1#" (spawn_id exp6) match regular expression "TESTRT([^#>\r\n]+)?[#>](\([^)\r\n]+\))?"? Gate "TESTRT*"? gate=yes re=yes
  29.  expect: set expect_out(0,string) "TESTRTR1#"
  30.  expect: set expect_out(1,string) "R1"
  31.  expect: set expect_out(spawn_id) "exp6"
  32. -expect: set expect_out(buffer) "terminal length 0\r\nTESTRTR1#"
  33. +expect: set expect_out(buffer) "TESTRTR1#"
  34.  send: sending "show running\r" to { exp6 }
  35.  Gate keeper glob pattern for '+' is ''. Not usable, disabling the performance booster.
  36.  Gate keeper glob pattern for '^[^
  37. @@ -7937,17 +7926,17 @@
  38.  expect: set expect_out(buffer) "logging x.x.x.230\r\n"
  39.  expect: continuing expect
  40.  
  41. -expect: does "access-list 1 permit x.x.x.101\r\naccess-li" (spawn_id exp6) match regular expression "\u0008+"? (No Gate, RE only) gate=yes re=no
  42. +expect: does "access-list 1 permitt x.x.x.101\r\naccess-l" (spawn_id exp6) match regular expression "\u0008+"? (No Gate, RE only) gate=yes re=no
  43.  "^[^\n\r *]*TESTRT([^#>\r\n]+)?[#>](\([^)\r\n]+\))?"? Gate "*TESTRT*"? gate=no
  44.  "^[^\n\r]*TESTRT([^#>\r\n]+)?[#>](\([^)\r\n]+\))?."? Gate "*TESTRT*"? gate=no
  45.  "^--More--[\r\n]+"? Gate "--More--*"? gate=no
  46.  "[\n\r]+"? (No Gate, RE only) gate=yes re=yes
  47.  expect: set expect_out(0,string) "\r\n"
  48.  expect: set expect_out(spawn_id) "exp6"
  49. -expect: set expect_out(buffer) "access-list 1 permit x.x.x.101\r\n"
  50. +expect: set expect_out(buffer) "access-list 1 permitt x.x.x.101\r\n"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement