Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-02 | Document new ct_telnet logging features | Peter Andersson | |
OTP-11440 | |||
2014-03-12 | Add test cases and fix some problems with logging and with the telnet client | Peter Andersson | |
2014-03-12 | Get ct_telnet_client to print all data from server to log | Peter Andersson | |
2014-02-11 | Fix problem with verification for parallel groups in ct_telnet_SUITE | Peter Andersson | |
2014-01-29 | Add verification terms for the unix_telnet test case | Peter Andersson | |
2014-01-28 | Fix remaining problems using raw telnet logging for parallel test cases | Peter Andersson | |
2014-01-28 | Make it possible to use raw telnet logs in parallel test case groups | Peter Andersson | |
2014-01-27 | Implement tests for logging traffic for multiple telnet connections | Peter Andersson | |
Also fix remaining problems in source code | |||
2014-01-27 | Add and improve test cases | Peter Andersson | |
Also correct some issues found during test | |||
2013-05-24 | [common_test] Unregister connection if killed | Siri Hansen | |
The symptom of this bug was that a (named) telnet connection which was open and hanging during a timetrap timeout could no longer be opened again in subsequent test cases. Since the connection was hanging, ct_telnet:close/1 which was called during end_per_testcase would fail (timeout) and cause common_test to brutally kill the connection. The bug was that the connection was not unregistered at this point. When trying to open the connection again in the next testcase, common_test attempted to reuse the same connection since it had not been unregistered. This failed since the connection in fact was dead. | |||
2013-05-17 | [common_test] Refactor ct_telnet_SUITE.erl | Siri Hansen | |
2013-05-17 | [common_test] Add new option 'no_prompt_check' to ct_telnet:expect/3. | Siri Hansen | |
If this option is used, ct_telnet will not search for a prompt before attempting to match the given pattern. This is useful if, for instance, the Pattern itself matches the prompt or if the telnet session starts interactive programs which do not display the normal prompt. | |||
2013-05-14 | [common_test] Add test for ct_telnet using own telnet server | Siri Hansen | |
The new test suite ct_telnet_SUITE_data/ct_telnet_own_server_SUITE uses the very simple telnet_server.erl located in the common_test test directory. | |||
2013-03-27 | Added testcases for ct_telnet and opportunity to connect to telnet without ↵ | Fredrik Gustafsson | |
user and password. |