Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-09 | Common Test: Editorial changes 3 | tmanevik | |
Reference Manual files from Pär Wennstad added | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2014-09-02 | common_test: Add experimental module ct_property_test | Hans Nilsson | |
This module may change without warning... | |||
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2012-08-17 | [common_test] Add netconf client, ct_netconfc | Siri Hansen | |
The netconf client supports basic netconf functionality over SSH. In order to allow testing of both success and failure cases, it is intentionally written to allow non-standard behavior. In order for the netconf client to use the generic connection mechanism in common_test, ct_gen_conn has been updated to be more flexible: Added options: {reconnect,bool()} {forward_messages,bool()} {use_existing_connection,bool()} Allow handle_msg to return {reply,Reply,State} | {noreply,State} | {stop,Reply,State} If forward_messages==true, the ct_gen_conn callback must also implement: handle_msgs(Msg,State) -> {noreply,State} | {stop,State} | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-17 | Rename Suite Callback to Common Test hook in documentation | Lukas Larsson | |
2010-12-08 | Started work on documenting suite callbacks, this is a partial commit | Lukas Larsson | |
2010-11-29 | Update documentation after rename of run_test to ct_run | Lukas Larsson | |
2010-06-11 | Merge branch 'peppe/common_test_r14_dev_2' into dev | Erlang/OTP | |
* peppe/common_test_r14_dev_2: Misc documentation updates Add documentation for run_test program Step vsn for test_server to 3.4 Make {repeat*,N} property in group execute the group N times exactly Fix so that ct_run converts relative diretories in the code path to absolute Fix bug in handling framework:end_tc timeouts Fix bug that prevents the interactive shell mode to start properly Fix failing multiply timetrap test case Minor fixes in code and test suites Add support for executing pre-loaded suites (e.g. modules loaded as binaries) Add test suite for remote loading of binary suites Fix error with {repeat,0} property in groups causing double iterations Add support for config info functions (e.g. init_per_suite/0) Add support for dynamic timetrap handling Have end_per_testcase run even after timetrap_timeout and abort_testcase Flush old DOWN messages in demonitor Add groups in test specifications Add new tests for test case groups and test specifications Improve and fix various test suites Add event_handler_init start flag that can pass init arguments to event handlers ... OTP-8703 peppe/common_test_r14_dev_2 | |||
2010-06-09 | Introduce ct_slave module | Andrey Pampukha | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |