Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-06 | Prepare release | Erlang/OTP | |
2015-05-06 | Merge branch 'dgud/common_test/netconf-user-caps/OTP-12707' into maint-17 | Erlang/OTP | |
* dgud/common_test/netconf-user-caps/OTP-12707: common_test: Add user capability option to hello | |||
2015-05-06 | Merge branch 'peppe/common_test/ct_telnet_wait_for_prompt.maint' into maint-17 | Erlang/OTP | |
* peppe/common_test/ct_telnet_wait_for_prompt.maint: Introduce wait_for_prompt option | |||
2015-05-06 | Merge branch 'peppe/common_test/modify_vts.maint' into maint-17 | Erlang/OTP | |
* peppe/common_test/modify_vts.maint: Get the VTS mode working with private CT version of webtool Change order of ct_run help sections Prepare for webtool integration with CT | |||
2015-05-06 | Merge branch 'peppe/common_test/longname_problem.maint' into maint-17 | Erlang/OTP | |
* peppe/common_test/longname_problem.maint: Fix error in ct_logs, not handling long names correctly | |||
2015-05-06 | Merge branch 'peppe/test_tools_vsn.maint' into maint-17 | Erlang/OTP | |
* peppe/test_tools_vsn.maint: Bump version numbers | |||
2015-05-05 | common_test: Add user capability option to hello | Dan Gudmundsson | |
2015-05-04 | Fix error in ct_logs, not handling long names correctly | Peter Andersson | |
2015-05-04 | common_test: Recurse when there is more data in netconf | Dan Gudmundsson | |
When several packets where receive in one packet ct_netconf failed to deliver them to the user. For example several subscritiption message could be in the buffer but only the first was sent to the user. Error handling could be improved, maybe the connection should be closed when unparseable packet arrives or timeout occurs. | |||
2015-05-04 | Bump version numbers | Peter Andersson | |
2015-05-04 | Introduce wait_for_prompt option | Peter Andersson | |
OTP-12688 | |||
2015-05-04 | Get the VTS mode working with private CT version of webtool | Peter Andersson | |
OTP-12704 | |||
2015-05-04 | Change order of ct_run help sections | Peter Andersson | |
OTP-12704 | |||
2015-05-04 | Prepare for webtool integration with CT | Peter Andersson | |
OTP-12704 | |||
2015-03-31 | Prepare release | Erlang/OTP | |
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-03-18 | Always report ok to event handlers after successful cfg or tc func | Peter Andersson | |
Also make sure test_server never reports failures that can be mistaken for positive results. | |||
2015-03-18 | Merge branch 'peppe/common_test/change_pre_post_io_test_timing' into maint | Peter Andersson | |
* peppe/common_test/change_pre_post_io_test_timing: Modify test timing by enabling time multiplier and scaling OTP-12574 | |||
2015-03-18 | Modify test timing by enabling time multiplier and scaling | Peter Andersson | |
2015-03-18 | Merge remote-tracking branch 'origin/peppe/common_test/enable_time_scaling' ↵ | Peter Andersson | |
into maint * origin/peppe/common_test/enable_time_scaling: Enable timetrap scaling for all tests | |||
2015-03-18 | Merge remote-tracking branch 'origin/peppe/common_test/log_cache_problem' ↵ | Peter Andersson | |
into maint * origin/peppe/common_test/log_cache_problem: Fix problem with directories not listed in expected order OTP-11400 | |||
2015-03-18 | Merge remote-tracking branch ↵ | Peter Andersson | |
'origin/peppe/common_test/ct_netconfc_action_ok' into maint * origin/peppe/common_test/ct_netconfc_action_ok: Handle {ok,Data} in RPC reply (decode_rpc_reply) OTP-12491 | |||
2015-03-18 | Merge remote-tracking branch 'origin/peppe/common_test/public_event_mgr' ↵ | Peter Andersson | |
into maint * origin/peppe/common_test/public_event_mgr: Add documentation Add API functions for reading CT event manager references OTP-12506 | |||
2015-03-18 | Enable timetrap scaling for all tests | Peter Andersson | |
2015-03-12 | Fix problem with directories not listed in expected order | Peter Andersson | |
2015-03-06 | Merge branch 'peppe/common_test/makefile_issue' into maint | Peter Andersson | |
* peppe/common_test/makefile_issue: Have make ignore the chmod command line in the makefile if it fails OTP-12179 | |||
2015-03-06 | Merge branch 'peppe/common_test/ct_telnet_timeout_error' into maint | Peter Andersson | |
* peppe/common_test/ct_telnet_timeout_error: Make sure total_timeout can get triggered before idle_timeout OTP-12335 | |||
2015-03-06 | Merge remote-tracking branch ↵ | Peter Andersson | |
'origin/peppe/common_test/inconsistent_return_value' into maint * origin/peppe/common_test/inconsistent_return_value: Add tests Make it possible to skip test case by returning skipped tag OTP-12359 | |||
2015-03-06 | Merge remote-tracking branch 'origin/peppe/common_test/on_tc_fail_log' into ↵ | Peter Andersson | |
maint * origin/peppe/common_test/on_tc_fail_log: Modify some tests to verify that new functionality works Make it possible to print in the test case log from on_tc_* hook funcs OTP-12468 | |||
2015-03-05 | Handle {ok,Data} in RPC reply (decode_rpc_reply) | Peter Andersson | |
OTP-12491 | |||
2015-02-26 | Add documentation | Peter Andersson | |
2015-02-26 | Add API functions for reading CT event manager references | Peter Andersson | |
2015-02-26 | Merge branch 'peppe/common_test/missing_start_flag_in_doc' into maint | Peter Andersson | |
* peppe/common_test/missing_start_flag_in_doc: Add missing -group flag in ct_run help text OTP-12433 | |||
2015-02-23 | Merge remote-tracking branch ↵ | Peter Andersson | |
'origin/peppe/common_test/include_file_problems' into maint * origin/peppe/common_test/include_file_problems: Fix failing test case Add valid include path to epp in erl2html2 and fix crashing code OTP-12419 | |||
2015-02-18 | Add missing -group flag in ct_run help text | Peter Andersson | |
2015-02-17 | Modify some tests to verify that new functionality works | Peter Andersson | |
2015-02-16 | Make it possible to print in the test case log from on_tc_* hook funcs | Peter Andersson | |
OTP-12468 | |||
2015-02-11 | Add tests for absolute incl_dirs path and for excl_dirs | Rafal Studnicki | |
2015-02-06 | Make sure total_timeout can get triggered before idle_timeout | Peter Andersson | |
OTP-12335 | |||
2015-01-28 | Add tests | Peter Andersson | |
2015-01-22 | Add valid include path to epp in erl2html2 and fix crashing code | Peter Andersson | |
2015-01-21 | Have make ignore the chmod command line in the makefile if it fails | Peter Andersson | |
2014-12-22 | [ct_cover] Fix paths of incl_dirs in cover spec | Rafal Studnicki | |
It seems like the commit 5a3c4668908254ee930c8db2e5cf9741945f9b2b also broke the incl_dirs option and friends when given as relative paths. When a cover spec contains a relative path it is looked-up in the directory with the test results, not in the .cover file directory. | |||
2014-12-09 | Prepare release | Erlang/OTP | |
2014-12-02 | Distribute autoconf helpers | Rickard Green | |
Distribute aclocal.m4, install-sh, config.guess, and config.sub to applications at build time instead of having multiple identical copies committed in the repository. | |||
2014-12-02 | Merge branch 'siri/ct_netconfc/subsystem-timeout/OTP-12334' into maint | Henrik Nord | |
* siri/ct_netconfc/subsystem-timeout/OTP-12334: [ct_netconfc] Handle timeout failure in ssh | |||
2014-11-27 | [ct_netconfc] Handle timeout failure in ssh | Siri Hansen | |
ssh_connection:subsystem/4 can return success | failure | {error,timeout}. The latter was not handled by ct_netconfc.erl. This is now corrected. | |||
2014-11-27 | [ct_telnet] Fix test case 'server_speaks' | Siri Hansen | |
This test case simulates that the server spontaneously sends data. By changing ct_telnet:send to ct_telnet_client:send_data this simulations makes more sense - since client's buffers are not flushed. Also removed the newline at the end of "echo_no_prompt" command. Since newline is added automatically, the explicit newline at the end of the command causes a prompt to be sent which is not expected. |