aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/doc
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2017-05-31 16:21:00 +0200
committerHans Nilsson <[email protected]>2017-05-31 16:21:00 +0200
commit32275a2fc0b86d1f1b124706afc80f3ff92216eb (patch)
treeb96728587b0241f2ad6a5d6bee895f1aff7a1371 /lib/common_test/doc
parentd106c5fffb3832fffbdf99cca905390fe15d489f (diff)
downloadotp-32275a2fc0b86d1f1b124706afc80f3ff92216eb.tar.gz
otp-32275a2fc0b86d1f1b124706afc80f3ff92216eb.tar.bz2
otp-32275a2fc0b86d1f1b124706afc80f3ff92216eb.zip
Revert "Prepare release"
This reverts commit eaf8ca41dfa4850437ad270d3897399c9358ced0.
Diffstat (limited to 'lib/common_test/doc')
-rw-r--r--lib/common_test/doc/src/notes.xml68
1 files changed, 0 insertions, 68 deletions
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 @@
<file>notes.xml</file>
</header>
-<section><title>Common_Test 1.15</title>
-
- <section><title>Fixed Bugs and Malfunctions</title>
- <list>
- <item>
- <p>
- Errors in the documentation for user HTML stylesheets
- have been corrected.</p>
- <p>
- Own Id: OTP-14332 Aux Id: seq13299 </p>
- </item>
- <item>
- <p>Internal code change: Calls to <c>catch</c> followed
- by a call to <c>erlang:get_stacktrace/0</c> has been
- rewritten to use <c>try</c> instead of <c>catch</c> to
- make the code future-proof.</p>
- <p>
- Own Id: OTP-14400</p>
- </item>
- </list>
- </section>
-
-
- <section><title>Improvements and New Features</title>
- <list>
- <item>
- <p>The <c>ct_slave</c> modules now handle nodenames in
- the same way as nodenames passed to <c>-sname</c>. That
- means <c>ct_slave:start('[email protected]').</c> will now
- work.</p>
- <p>
- Own Id: OTP-13806</p>
- </item>
- <item>
- <p>
- Added the new option, <c>keep_logs</c>. 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.</p>
- <p>
- Own Id: OTP-14179</p>
- </item>
- <item>
- <p>
- The existing <c>ct_netconfc:open/1,2</c> 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
- <c>ct_netconfc</c>:</p>
- <p>
- * <c>connect/1,2</c> - establish an SSH connection *
- <c>disconnect/1</c> - close the given SSH connection *
- <c>session/1,2,3</c> - open an ssh channel on the given
- connection and send 'hello' to start a Netconf session</p>
- <p>
- Own Id: OTP-14284</p>
- </item>
- <item>
- <p>
- The function ct_ssh:shell/2,3 is added.</p>
- <p>
- Own Id: OTP-14415 Aux Id: seq13315 </p>
- </item>
- </list>
- </section>
-
-</section>
-
<section><title>Common_Test 1.14</title>
<section><title>Fixed Bugs and Malfunctions</title>