Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Make sure you installed python packages configObj and pexpect.
  2. Try printing the repr() of the pexpect buffer. There are sometimes non-printable characters( color codes, ESC, ...) that will be in the middle of the expected output causing the regex to not match. 

NOTE: More questions and solution about TestON will be added in the future.