Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-10 | Let missing suites affect ct:run_test/1 return and ct_run exit status | Peter Andersson | |
2015-11-23 | Make abort_if_missing_suites option work in all io modes | Peter Andersson | |
2015-06-23 | Prepare release | Erlang/OTP | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-06-16 | Remove void() type in documentation | Peter Andersson | |
2015-06-16 | Merge branch 'peppe/common_test/ct_run_start_and_help' | Peter Andersson | |
* peppe/common_test/ct_run_start_and_help: Change default start actions and update documentation OTP-12684 | |||
2015-06-09 | Change default start actions and update documentation | Peter Andersson | |
2015-06-08 | Merge branch 'lharc/ct2' | Henrik Nord | |
* lharc/ct2: ct_slave: ssh_port, ssh_opts options to start/3 common_test: start ssh and dependencies OTP-12809 | |||
2015-05-13 | Revert "Prepare release" | Henrik Nord | |
This reverts commit e09dd66dc4d89c62ddfd8c19791f9678d5d787c6. | |||
2015-05-12 | Prepare release | Erlang/OTP | |
2015-05-08 | Update version numbers and app dependencies | Peter Andersson | |
2015-05-08 | Merge branch 'fishcakez/ct_test_dirs' | Zandra Hird | |
* fishcakez/ct_test_dirs: Fix parsing list of one test directory in ct:run_test/1 | |||
2015-05-06 | Merge branch 'maint' | Zandra Hird | |
Conflicts: OTP_VERSION erts/vsn.mk lib/test_server/src/erl2html2.erl | |||
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 | Fix parsing list of one test directory in ct:run_test/1 | James Fish | |
Fix support for the following cases for ct:run_test/1 options: * [{dir, [Dir]}, {suite, _}, ...] * [{dir, [Dir]}, {suite, Suite}, {group, _}, ...] * [{dir, [Dir]}, {suite, Suite}, {case, _}, ...] Previously these options would result in a function_clause error as {dir, [Dir]} was not handled when combined with a suite. | |||
2015-05-05 | common_test: Add user capability option to hello | Dan Gudmundsson | |
2015-05-04 | Merge branch 'peppe/common_test/ct_telnet_modifications' | Peter Andersson | |
* peppe/common_test/ct_telnet_modifications: Set TCP option {nodelay,true} as default for telnet connections Increase speed of keep_alive (NOP) polls OTP-12678 | |||
2015-05-04 | Merge remote-tracking branch 'origin/peppe/common_test/ct_gen_conn_problem' | Peter Andersson | |
* origin/peppe/common_test/ct_gen_conn_problem: Improve code OTP-10365 | |||
2015-05-04 | Merge remote-tracking branch ↵ | Peter Andersson | |
'origin/peppe/common_test/improve_suite_error_reports' * origin/peppe/common_test/improve_suite_error_reports: Add missing events and hook function calls Improve error reports in log when suite compilation fails OTP-10816 | |||
2015-05-04 | Merge remote-tracking branch 'origin/peppe/common_test/test_categories' | Peter Andersson | |
* origin/peppe/common_test/test_categories: Reintroduce functions for backwards compatibility Update handling of failing all/0 function in test suites Add tests for the get_testspec_terms functionality Introduce test categories for OTP tests OTP-11962 | |||
2015-05-04 | Merge remote-tracking branch 'origin/peppe/common_test/remove_old_scripts' | Peter Andersson | |
* origin/peppe/common_test/remove_old_scripts: Remove obsolete installation scripts and update documentation OTP-12421 | |||
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-04-23 | Set TCP option {nodelay,true} as default for telnet connections | Peter Andersson | |
2015-04-23 | Increase speed of keep_alive (NOP) polls | Peter Andersson | |
2015-04-20 | Improve code | Peter Andersson | |
2015-04-17 | Add missing events and hook function calls | Peter Andersson | |
2015-04-16 | Improve error reports in log when suite compilation fails | Peter Andersson | |
2015-04-15 | Update handling of failing all/0 function in test suites | Peter Andersson | |
2015-04-15 | Add tests for the get_testspec_terms functionality | Peter Andersson | |
2015-04-15 | Introduce test categories for OTP tests | Peter Andersson | |
2015-04-14 | Merge branch 'peppe/common_test/report_error_if_missing_suite' | Peter Andersson | |
* peppe/common_test/report_error_if_missing_suite: Fix problem with suite compilation failures not being correctly reported OTP-10816 | |||
2015-04-14 | Remove obsolete installation scripts and update documentation | Peter Andersson | |
OTP-12421 | |||
2015-04-13 | Fix problem with suite compilation failures not being correctly reported | Peter Andersson | |
Also do some minor logging improvements | |||
2015-04-10 | Fix error in ct_logs, not handling long names correctly | Peter Andersson | |
2015-04-01 | Merge tag 'OTP-17.5' | Henrik Nord | |
=== OTP-17.5 === Changed Applications: - asn1-3.0.4 - common_test-1.10 - compiler-5.0.4 - crypto-3.5 - debugger-4.0.3 - dialyzer-2.7.4 - diameter-1.9 - eldap-1.1.1 - erts-6.4 - hipe-3.11.3 - inets-5.10.6 - kernel-3.2 - mnesia-4.12.5 - observer-2.0.4 - os_mon-2.3.1 - public_key-0.23 - runtime_tools-1.8.16 - ssh-3.2 - ssl-6.0 - stdlib-2.4 - syntax_tools-1.6.18 - test_server-3.8 - tools-2.7.2 - wx-1.3.3 Unchanged Applications: - cosEvent-2.1.15 - cosEventDomain-1.1.14 - cosFileTransfer-1.1.16 - cosNotification-1.1.21 - cosProperty-1.1.17 - cosTime-1.1.14 - cosTransactions-1.2.14 - edoc-0.7.16 - erl_docgen-0.3.7 - erl_interface-3.7.20 - et-1.5 - eunit-2.2.9 - gs-1.5.16 - ic-4.3.6 - jinterface-1.5.12 - megaco-3.17.3 - odbc-2.10.22 - orber-3.7.1 - ose-1.0.2 - otp_mibs-1.0.10 - parsetools-2.0.12 - percept-0.8.10 - reltool-0.6.6 - sasl-2.4.1 - snmp-5.1.1 - typer-0.9.8 - webtool-0.8.10 - xmerl-1.3.7 Conflicts: OTP_VERSION erts/vsn.mk lib/ssl/vsn.mk | |||
2015-03-31 | Prepare release | Erlang/OTP | |
2015-03-26 | Merge branch 'maint' | 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 | |