Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-20 | [ct] Add test of cover support when merge_tests=false | Siri Hansen | |
2014-04-16 | Fix problem with substring in large message getting incorrectly reversed | Peter Andersson | |
OTP-11871 | |||
2014-04-02 | Document new ct_telnet logging features | Peter Andersson | |
OTP-11440 | |||
2014-03-25 | Merge branch 'peppe/common_test/telnet_expect_timeout' | Peter Andersson | |
* peppe/common_test/telnet_expect_timeout: Add test cases Introduce total timeout value in ct_telnet:expect/3 options OTP-11689 | |||
2014-03-22 | Add test cases | Peter Andersson | |
2014-03-19 | Shorten default timetrap timeout for ct_master test suite | Peter Andersson | |
2014-03-19 | Merge remote branch 'origin/peppe/common_test/telnet_logging_final' | Peter Andersson | |
* origin/peppe/common_test/telnet_logging_final: Add test cases and fix some problems with logging and with the telnet client Get ct_telnet_client to print all data from server to log Change telnet logging behaviour OTP-11690 | |||
2014-03-12 | Update test suites and fix various remaining problems | Peter Andersson | |
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-02-07 | Fix problem with logging exits that happen in init_per_testcase | 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 | |||
2014-01-27 | Implement new telnet logging system | Peter Andersson | |
2013-12-03 | Merge branch 'peppe/common_test/hook_skip_failure' into maint | Peter Andersson | |
* peppe/common_test/hook_skip_failure: Fix CT hook pre_end_per_group causing crash when returning {skip,Reason} OTP-11409 | |||
2013-11-29 | Fix CT hook pre_end_per_group causing crash when returning {skip,Reason} | Peter Andersson | |
OTP-11409 | |||
2013-11-29 | Merge branch 'siri/ct_netconfc/close_session-timeout-hangs/OTP-11478' into maint | Siri Hansen | |
* siri/ct_netconfc/close_session-timeout-hangs/OTP-11478: [common_test] Don't hang netconf client when close-session times out | |||
2013-11-29 | Merge branch 'siri/cuddle-with-tests' into maint | Siri Hansen | |
* siri/cuddle-with-tests: [observer] Fix copy/paste error in observer_SUITE:app_file/1 [common_test] Minor corrections in test of ct_netconfc | |||
2013-11-28 | Merge remote branch 'origin/peppe/common_test/change_skip_behaviour' into maint | Peter Andersson | |
* origin/peppe/common_test/change_skip_behaviour: Modify the auto_skip report for group config funcs to include group name Fix problems with info functions and add more tests Add test cases for new and modified functionality Fix problem with suites and groups skipped from test specification Change report tag for failed init_per_testcase from skipped to auto_skipped Add tests for skipping parallel groups Correct tests cases that fail because of modified events Correct various bugs related to auto_skip and groups Change status from skip to auto_skip for config func that fails due to require Fix problem with handling Config and FW reports correctly Change skip vs auto_skip behaviour OTP-11305 | |||
2013-11-22 | [common_test] Minor corrections in test of ct_netconfc | Siri Hansen | |
2013-11-21 | [common_test] Don't hang netconf client when close-session times out | Siri Hansen | |
When the netconf server did not respond to the close-session request, the call to ct_netconfc:close_session/2 would hang forever waiting for the netconf client to terminate. This has been corrected. The client will now always terminate (and take down the connection) if the close-session request times out. | |||
2013-11-19 | Modify the auto_skip report for group config funcs to include group name | Peter Andersson | |
Also correct failing test cases and find and fix remaining bugs. | |||
2013-11-18 | Fix problems with info functions and add more tests | Peter Andersson | |
2013-11-18 | Add test cases for new and modified functionality | Peter Andersson | |
2013-11-18 | Fix problem with suites and groups skipped from test specification | Peter Andersson | |
2013-11-18 | Change report tag for failed init_per_testcase from skipped to auto_skipped | Peter Andersson | |
2013-11-18 | Add tests for skipping parallel groups | Peter Andersson | |
2013-11-18 | Correct tests cases that fail because of modified events | Peter Andersson | |
2013-11-18 | Correct various bugs related to auto_skip and groups | Peter Andersson | |
2013-10-31 | Fix problem with handling Config and FW reports correctly | Peter Andersson | |
2013-10-24 | Remove test_server_h from cover spec file | Peter Andersson | |
2013-10-10 | Use normal- instead of scaled timeouts in test case | Peter Andersson | |
2013-09-11 | Add misc documentation | Peter Andersson | |
2013-09-04 | Merge remote branch 'origin/peppe/common_test/cth_ctrl' into maint | Peter Andersson | |
* origin/peppe/common_test/cth_ctrl: Find and fix minor bugs Add test suite Fix timing related problem Fix problem with start order of hooks and stopping of ct_util_server Introduce pre- and post-test i/o log OTP-11272 | |||
2013-09-03 | Add missing copyright header | Peter Andersson | |
2013-09-03 | Find and fix minor bugs | Peter Andersson | |
2013-09-02 | Add test suite | Peter Andersson | |
2013-08-27 | Fix error in builtin hook calling non-existing function | Peter Andersson | |
OTP-11238 | |||
2013-08-07 | Merge remote branch 'origin/peppe/common_test/ct_log_updates' into maint | Peter Andersson | |
* origin/peppe/common_test/ct_log_updates: Make the CT logger print to stdout if test_server is not running Add test Allow calls to ct:pal and ct:print even if CT is not running OTP-11176 | |||
2013-06-28 | Add test | Peter Andersson | |
OTP-11176 | |||
2013-06-25 | [ct_netconfc] Allow multiple elements inside filter in create_subscription | Siri Hansen | |
ct_netconfc:create_subscription only allows one XML element inside the 'filter' element. According to RFC5277 it should be allowed to add any number of elements inside the filter, so this is now corrected. | |||
2013-06-12 | Update copyright years | Björn-Egil Dahlberg | |
2013-06-05 | Fix error with testspec terms not being merged properly | Peter Andersson | |
2013-06-05 | Fix problem with tests being wrongly added to separate specs | Peter Andersson | |
2013-06-05 | Add verification terms for test specification tests | Peter Andersson | |
2013-05-29 | Add test suite | Peter Andersson | |
OTP-10126 |