From 32275a2fc0b86d1f1b124706afc80f3ff92216eb Mon Sep 17 00:00:00 2001 From: Hans Nilsson Date: Wed, 31 May 2017 16:21:00 +0200 Subject: Revert "Prepare release" This reverts commit eaf8ca41dfa4850437ad270d3897399c9358ced0. --- lib/common_test/doc/src/notes.xml | 68 --------------------------------------- lib/common_test/vsn.mk | 2 +- 2 files changed, 1 insertion(+), 69 deletions(-) (limited to 'lib/common_test') diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml index cc676e955b..a0079fd0c0 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -33,74 +33,6 @@ 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

-
- -

- 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 a219aa4736..e6ae8b2e7a 100644 --- a/lib/common_test/vsn.mk +++ b/lib/common_test/vsn.mk @@ -1 +1 @@ -COMMON_TEST_VSN = 1.15 +COMMON_TEST_VSN = 1.14 -- cgit v1.2.3