Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-02 | Add flag/option for disabling the character escaping functionality | Peter Andersson | |
OTP-13537 | |||
2016-05-02 | Fix bug using the wrong lists search function | Peter Andersson | |
2016-05-02 | Fix bug with clashing timestamp values | Peter Andersson | |
2016-05-02 | Fix problem with stylesheet tags getting escaped | Peter Andersson | |
OTP-13536 | |||
2016-05-02 | Skip pre/post test IO suite if cover or debug is running | Peter Andersson | |
OTP-13535 The return value of ct:get_timetrap_info/0 has been modified. | |||
2016-05-02 | Tweak pre_post_io test case to run without failing | Peter Andersson | |
2016-05-02 | Fix various log related problems | Peter Andersson | |
2016-03-14 | Prepare release | Erlang/OTP | |
2016-03-10 | Merge branch 'siri/common_test/fix-doc-links' into maint | Siri Hansen | |
* siri/common_test/fix-doc-links: Fix link errors in common_test documentation Document that any ssh option is allowed in ct_netconfc Conflicts: lib/common_test/doc/src/ct_hooks_chapter.xml lib/common_test/doc/src/ct_netconfc.xml | |||
2016-03-10 | Merge branch 'siri/ct_netconfc/doc-allow-ssh-options/OTP-13338' into maint | Siri Hansen | |
* siri/ct_netconfc/doc-allow-ssh-options/OTP-13338: Document that any ssh option is allowed in ct_netconfc | |||
2016-03-10 | Merge branch 'peppe/common_test/cth_improvements_docs' into maint | Peter Andersson | |
* peppe/common_test/cth_improvements_docs: Document new CT Hook functions | |||
2016-03-10 | Merge branch 'peppe/common_test/html_improvements_docs' into maint | Peter Andersson | |
* peppe/common_test/html_improvements_docs: Document the new HTML improvements | |||
2016-03-10 | Merge branch 'peppe/common_test/new_docs' into maint | Peter Andersson | |
* peppe/common_test/new_docs: Some minor fixes Stop using edoc for the reference manual Common Test: Editorial changes 3 Common Test: Editorial changes 2 Common Test: Editorial changes 1 | |||
2016-03-10 | Fix link errors in common_test documentation | Siri Hansen | |
These were introduced when converting from edoc to xml files for the common_test documentation. | |||
2016-03-10 | Merge branch 'peppe/common_test/misc_18.3_bugfixes' into maint | Peter Andersson | |
* peppe/common_test/misc_18.3_bugfixes: Fix minor issues with escaping characters OTP-13003 | |||
2016-03-10 | Document that any ssh option is allowed in ct_netconfc | Siri Hansen | |
The code was changed by OTP-13338, commit bf309240cb531df880989702ae901316e8b5e97d. | |||
2016-03-09 | Fix minor issues with escaping characters | Peter Andersson | |
OTP-13003 | |||
2016-03-09 | Document new CT Hook functions | Peter Andersson | |
2016-03-09 | Document the new HTML improvements | Peter Andersson | |
2016-03-09 | Document that any ssh option is allowed in ct_netconfc | Siri Hansen | |
The code was changed by OTP-13338, commit bf309240cb531df880989702ae901316e8b5e97d. | |||
2016-03-09 | Some minor fixes | Peter Andersson | |
2016-03-09 | Stop using edoc for the reference manual | Peter Andersson | |
2016-03-09 | Common Test: Editorial changes 3 | tmanevik | |
Reference Manual files from Pär Wennstad added | |||
2016-03-09 | Common Test: Editorial changes 2 | tmanevik | |
Inserted answers from Peter | |||
2016-03-09 | Common Test: Editorial changes 1 | tmanevik | |
Conflicts: lib/common_test/doc/src/ct_hooks_chapter.xml lib/common_test/doc/src/event_handler_chapter.xml lib/common_test/doc/src/run_test_chapter.xml | |||
2016-03-09 | Merge branch 'siri/test-ct_release_test/OTP-13390' into maint | Siri Hansen | |
* siri/test-ct_release_test/OTP-13390: Remove upgrade tests from stdlib_SUITE Add test of ct_release_test | |||
2016-03-09 | Add test of ct_release_test | Siri Hansen | |
The ct_release_test module provides support for testing upgrade/code_change of one or more applications within the Erlang/OTP product. This commit adds tests to the common_test/test directory. | |||
2016-03-09 | Merge branch 'peppe/common_test/html_improvements' into maint | Peter Andersson | |
* peppe/common_test/html_improvements: Fix problems with formatted test_server printouts Make sure special characters are escaped in e.g. pal and log printouts Conflicts: lib/test_server/src/test_server.erl | |||
2016-03-08 | Merge branch 'peppe/common_test/cth_improvements' into maint | Peter Andersson | |
* peppe/common_test/cth_improvements: Add missing internal hook functions Fix remaining issues Update ct_hooks test suites Introduce new CT hook functions OTP-13242 | |||
2016-03-08 | Merge branch 'peppe/common_test/rm_unwanted_tests' into maint | Peter Andersson | |
* peppe/common_test/rm_unwanted_tests: Fix remaining issues Enable execution of multiple test cases or groups from a test spec term OTP-13241 | |||
2016-03-08 | Fix problems with formatted test_server printouts | Peter Andersson | |
2016-03-08 | Make sure special characters are escaped in e.g. pal and log printouts | Peter Andersson | |
2016-03-05 | Add missing internal hook functions | Peter Andersson | |
2016-03-04 | Fix remaining issues | Peter Andersson | |
2016-03-03 | Fix remaining issues | Peter Andersson | |
2016-03-02 | Merge branch 'siri/ct_netconfc/log-open-close/OTP-13386' into maint | Siri Hansen | |
* siri/ct_netconfc/log-open-close/OTP-13386: Log open and close of netconf connections | |||
2016-03-01 | Set dir for slave node's erl_crash.dump | Siri Hansen | |
This was earlier filename:dirname(code:which(test_server)). On Microsoft Windows, this pointed to a directory under c:/Program Files, and in later versions this directory is no longer writable. The framework (common_test) log dir is now used instead. | |||
2016-03-01 | Log open and close of netconf connections | Siri Hansen | |
Commit 4cf832f1ad163f5b25dd8a6f2d314c169c23c82f erroneously removed logging of open and close of netconf connections. This is now corrected. | |||
2016-03-01 | Update ct_hooks test suites | Peter Andersson | |
2016-03-01 | Introduce new CT hook functions | Peter Andersson | |
2016-02-29 | Enable execution of multiple test cases or groups from a test spec term | Peter Andersson | |
2016-02-25 | Allow any ssh option when starting a netconf client | Siri Hansen | |
The netconf client in common_test was earlier very restrictive as to which ssh options the user could set. This is now changed, and any ssh option is now allowed. The netconf client will simply pass on any option, which it does not recognize, to ssh. | |||
2016-02-23 | Merge branch 'maint-18' into maint | Henrik Nord | |
2016-02-22 | Fix a few dialyzer warnings | Hans Bolinder | |
2016-02-18 | Prepare release | Erlang/OTP | |
2016-02-18 | [ct_netconfc] Fix XML parsing when multiple messages in package | Siri Hansen | |
If a ssh package contained more than one netconf end tag, then the second end tag was never detected in ct_netconfc:handle_data. Instead it was included in the XML data given to the xmerl parser, which then failed with reason "\"]]>\" is not allowed in content". This problem was introduced by OTP-13007. | |||
2015-12-15 | Update release notes | Erlang/OTP | |
2015-12-15 | Update version numbers | Erlang/OTP | |
2015-12-11 | Merge branch 'peppe/common_test/exit_status_when_missing_suites' into maint | Peter Andersson | |
* peppe/common_test/exit_status_when_missing_suites: Let missing suites affect ct:run_test/1 return and ct_run exit status Make abort_if_missing_suites option work in all io modes OTP-13173 | |||
2015-12-10 | Let missing suites affect ct:run_test/1 return and ct_run exit status | Peter Andersson | |