From c18b13d4c8aa31b145703bbbf228fb07d6b2a0a5 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Wed, 21 Jun 2017 10:53:19 +0200 Subject: Prepare release --- lib/common_test/doc/src/notes.xml | 74 +++++++++++++++++++++++++++++++++++++++ lib/common_test/vsn.mk | 2 +- 2 files changed, 75 insertions(+), 1 deletion(-) (limited to 'lib/common_test') diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml index a0079fd0c0..28b2d44168 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -33,6 +33,80 @@ notes.xml +
Common_Test 1.15 + +
Fixed Bugs and Malfunctions + + +

+ Errors in the documentation for user HTML stylesheets + have been corrected.

+

+ Own Id: OTP-14332 Aux Id: seq13299

+
+ +

Internal code change: Calls to catch followed + by a call to erlang:get_stacktrace/0 has been + rewritten to use try instead of catch to + make the code future-proof.

+

+ Own Id: OTP-14400

+
+
+
+ + +
Improvements and New Features + + +

The ct_slave modules now handle nodenames in + the same way as nodenames passed to -sname. That + means ct_slave:start('b@127.0.0.1'). will now + work.

+

+ Own Id: OTP-13806

+
+ +

+ Added the new option, keep_logs. If setting the + value for this option to an integer, N, common_test will + remove all ct_run.* directories in the current log + directory, except the N newest.

+

+ Own Id: OTP-14179

+
+ +

+ The existing ct_netconfc:open/1,2 opens an SSH + connection with one SSH channel realizing one Netconf + session. To allow testing of multiple sessions over the + same SSH connection, the following functions are added to + ct_netconfc:

+

+ * connect/1,2 - establish an SSH connection * + disconnect/1 - close the given SSH connection * + session/1,2,3 - open an ssh channel on the given + connection and send 'hello' to start a Netconf session

+

+ Own Id: OTP-14284

+
+ +

Miscellaneous updates due to atoms containing + arbitrary Unicode characters.

+

+ Own Id: OTP-14285

+
+ +

+ The function ct_ssh:shell/2,3 is added.

+

+ Own Id: OTP-14415 Aux Id: seq13315

+
+
+
+ +
+
Common_Test 1.14
Fixed Bugs and Malfunctions diff --git a/lib/common_test/vsn.mk b/lib/common_test/vsn.mk index e6ae8b2e7a..a219aa4736 100644 --- a/lib/common_test/vsn.mk +++ b/lib/common_test/vsn.mk @@ -1 +1 @@ -COMMON_TEST_VSN = 1.14 +COMMON_TEST_VSN = 1.15 -- cgit v1.2.3