Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-05 | ct: use 'unicode' option for regexps | Siri Hansen | |
2017-06-19 | Update copyright year | Hans Nilsson | |
2017-06-16 | [ct] Print unicode atoms and strings correctly in common_test logs | Siri Hansen | |
And use correct encoding when printing to files. | |||
2016-12-07 | Update copyright-year | Erlang/OTP | |
2016-07-25 | Merge branch 'maint-18' into maint | Raimo Niskanen | |
Conflicts: OTP_VERSION erts/doc/src/notes.xml erts/vsn.mk lib/common_test/doc/src/notes.xml lib/common_test/vsn.mk lib/ssl/doc/src/notes.xml lib/ssl/src/ssl.appup.src lib/ssl/vsn.mk lib/stdlib/test/ets_SUITE.erl otp_versions.table | |||
2016-07-23 | Fix error with duplicated printouts by ct_telnet:expect/3 | Peter Andersson | |
OTP-13730 | |||
2016-06-07 | ct_telnet: Fix unmatched_return warnings | Zandra | |
2016-05-02 | Update the reference manual | Peter Andersson | |
OTP-13462 | |||
2016-04-28 | Make the nodelay setting configurable and false per default | Peter Andersson | |
2015-12-09 | [common_test] Correct documentation | Hans Bolinder | |
Fix mistakes found by 'xmllint'. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-06 | Merge branch 'maint' | Zandra Hird | |
Conflicts: OTP_VERSION erts/vsn.mk lib/test_server/src/erl2html2.erl | |||
2015-05-04 | Introduce wait_for_prompt option | Peter Andersson | |
OTP-12688 | |||
2015-04-23 | Increase speed of keep_alive (NOP) polls | Peter Andersson | |
2015-03-26 | Add documentation and make get_data behaviour backwards compatible | Peter Andersson | |
2015-03-24 | Introduce polling feature in ct_telnet | Peter Andersson | |
2015-03-23 | Fix problem with invalid timeouts because of truncated floats | Peter Andersson | |
2015-02-06 | Make sure total_timeout can get triggered before idle_timeout | Peter Andersson | |
OTP-12335 | |||
2014-11-07 | [ct] Add 'newline' option to send functions in ct_telnet | Siri Hansen | |
ct_telnet by default adds a newline to all command strings before sending to the telnet server. In some situations this is not desired, for example when sending telnet command sequences (prefixed with the Interprete As Command, IAC, character). In such cases, the new option can be used. Example - send an Are Your There (AYT) sequence: ct_telnet:send(Connection, [255,246], [{newline,false}]). | |||
2014-04-16 | Fix problem with send printout not being tagged with connection name | Peter Andersson | |
2014-04-16 | Fix problem with substring in large message getting incorrectly reversed | Peter Andersson | |
OTP-11871 | |||
2014-04-02 | Document the abort_if_missing_suites functionality | Peter Andersson | |
OTP-11769 | |||
2014-04-02 | Document new ct_telnet logging features | Peter Andersson | |
OTP-11440 | |||
2014-03-27 | Fix problem with bad match error after close | Peter Andersson | |
2014-03-22 | Introduce total timeout value in ct_telnet:expect/3 options | Peter Andersson | |
OTP-11689 | |||
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-03-12 | Change telnet logging behaviour | Peter Andersson | |
OTP-11690 | |||
2014-01-29 | Add documentation about logging in the ct_telnet module | Peter Andersson | |
2014-01-28 | Fix remaining problems using raw telnet logging for parallel test cases | 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 | Implement new telnet logging system | Peter Andersson | |
2013-05-29 | Fix faulty connection handling | Peter Andersson | |
OTP-10126 | |||
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] Backed out wait_for_linebreak option from ct_telnet | Siri Hansen | |
2013-04-30 | Added further doc | Fredrik Gustafsson | |
2013-04-30 | common_test: Added documentation for wait_for_linebreak option | Fredrik Gustafsson | |
2013-03-27 | Added option wait_for_linebreak - so that expect does not need \n to match | Fredrik Gustafsson | |
2013-01-25 | [common_test] Update common test modules to handle unicode | Siri Hansen | |
* Use UTF-8 encoding for all HTML files, except the HTML version of the test suite generated with erl2html2:convert, which will have the same encoding as the original test suite (.erl) file. * Encode link targets in HTML files with test_server_ctrl:uri_encode/1. * Use unicode modifier 't' with ~s when appropriate. * Use unicode:characters_to_list and unicode:characters_to_binary for conversion between binaries and strings instead of binary_to_list and list_to_binary. | |||
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-23 | Update user config to use nested tuple keys | Lukas Larsson | |
ct:get_config and ct:require can now use nested tuples to fetch data from user configuration. E.g. ct:get_config({localhost,ip,v4}). This introduces a backwards incompatability with how names are associated with keys when using require/2. E.g. ct:require(a_name,{localhost,ip}) will associate a_name with ip instead of localhost. | |||
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-09-30 | Rid ct_telnet of doc build warnings | Peter Andersson | |
OTP-9572 | |||
2010-02-17 | OTP-8311: Various updates and fixes in Common Test and Test Server | Peter Andersson | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |