<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/ssh/test/Makefile, branch OTP-18.1.1</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>ssh: Reorganize and extend the test suites</title>
<updated>2015-08-30T09:19:13+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2015-08-25T10:57:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=badee37e8ad95a9da4d497f12e5e291a66561989'/>
<id>badee37e8ad95a9da4d497f12e5e291a66561989</id>
<content type='text'>
Add ssh_trpt_test_lib:instantiate/2, ssh_test_lib:default_algoritms/2 and algo_intersection/2
ssh_to_openssh_SUITE uses only algos that sshd and ssh client supports
raised timeout limit in ssh_basic_SUITE:ssh_connect_arg4_timeout
Break out ssh_renegotiate_SUITE from ssh_basic_SUITE
Move std_daemon/4 to ssh_test_lib.erl
Add ssh_algorithms_SUITE
Add ssh_options_SUITE
Add assymetric testing of algorithms
Add openssh tests to ssh_algorithms_SUITE
Remove algo tests from ssh_sftp_SUITE (now in ssh_algorithms_SUITE)
Removed kex algo tests from in ssh_basic_SUITE because they are now in ssh_algorithm_SUITE.
fixed test case ssh_protocol_SUITE:no_common_alg_server_disconnects/1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add ssh_trpt_test_lib:instantiate/2, ssh_test_lib:default_algoritms/2 and algo_intersection/2
ssh_to_openssh_SUITE uses only algos that sshd and ssh client supports
raised timeout limit in ssh_basic_SUITE:ssh_connect_arg4_timeout
Break out ssh_renegotiate_SUITE from ssh_basic_SUITE
Move std_daemon/4 to ssh_test_lib.erl
Add ssh_algorithms_SUITE
Add ssh_options_SUITE
Add assymetric testing of algorithms
Add openssh tests to ssh_algorithms_SUITE
Remove algo tests from ssh_sftp_SUITE (now in ssh_algorithms_SUITE)
Removed kex algo tests from in ssh_basic_SUITE because they are now in ssh_algorithm_SUITE.
fixed test case ssh_protocol_SUITE:no_common_alg_server_disconnects/1
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Initial ssh_tprt_test_lib.erl and ssh_protocol_SUITE</title>
<updated>2015-07-02T10:01:48+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2015-06-15T20:09:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=941ddfbeab3357177ce6eac709456fd881ac2429'/>
<id>941ddfbeab3357177ce6eac709456fd881ac2429</id>
<content type='text'>
This test lib is intended for deeper testing of the SSH application. It
makes it possible to do exact steps in the message exchange to test "corner
cases"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This test lib is intended for deeper testing of the SSH application. It
makes it possible to do exact steps in the message exchange to test "corner
cases"
</pre>
</div>
</content>
</entry>
<entry>
<title>Change license text to APLv2</title>
<updated>2015-06-18T09:31:02+00:00</updated>
<author>
<name>Bruce Yinhe</name>
<email>bruce@erlang.org</email>
</author>
<published>2015-06-18T09:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=738c34d4bb8f1a3811acd00af8c6c12107f8315b'/>
<id>738c34d4bb8f1a3811acd00af8c6c12107f8315b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Upgrade test suite</title>
<updated>2015-06-09T13:36:04+00:00</updated>
<author>
<name>Hans</name>
<email>hans@erlang.org</email>
</author>
<published>2015-06-03T10:17:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=934875f488d0380dd9face67cb9e5d1635171015'/>
<id>934875f488d0380dd9face67cb9e5d1635171015</id>
<content type='text'>
This suite tests that upgrade/downgrade works from/to both minor and major versions.  It is modelled after the ssl_upgrade_SUITE.

A precondition for success is that the ssh.appup file is correct.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This suite tests that upgrade/downgrade works from/to both minor and major versions.  It is modelled after the ssl_upgrade_SUITE.

A precondition for success is that the ssh.appup file is correct.
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Add profile option</title>
<updated>2015-06-03T12:22:42+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2015-06-02T07:14:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=051a662cdc5cfc2aa93d86119688c14743837a5f'/>
<id>051a662cdc5cfc2aa93d86119688c14743837a5f</id>
<content type='text'>
To enable the ssh daemon to run in a virtualized environment, where
there can be more that one server that has the same ip-address
and port, we add a new option profile. The profile name will be
used in concatenation with ip-address and port to identify the
ssh daemon instance.

The name profile was chosen as there is a similar concept in the HTTP client
in inets where profile names can be used to instantiate client configurations.
Also the same type of option has been added to the HTTP server in inets.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To enable the ssh daemon to run in a virtualized environment, where
there can be more that one server that has the same ip-address
and port, we add a new option profile. The profile name will be
used in concatenation with ip-address and port to identify the
ssh daemon instance.

The name profile was chosen as there is a similar concept in the HTTP client
in inets where profile names can be used to instantiate client configurations.
Also the same type of option has been added to the HTTP server in inets.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for ssh rekeying</title>
<updated>2015-05-21T08:40:39+00:00</updated>
<author>
<name>Simon Cornish</name>
<email>simon@cali.local</email>
</author>
<published>2015-05-11T22:55:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=21ecb1a4f3e037411af0c72eb93948ecafbd2984'/>
<id>21ecb1a4f3e037411af0c72eb93948ecafbd2984</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Add CLI test case</title>
<updated>2013-11-13T09:58:20+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2013-11-12T16:08:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fe6ddb300dbf092b02260a06baf6238f4d81eb14'/>
<id>fe6ddb300dbf092b02260a06baf6238f4d81eb14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Add ssh:sockname/1 incl doc and tests</title>
<updated>2013-10-28T15:09:20+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2013-09-30T14:35:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f5495aa1560daf65c063a8d5b99a5ea17520ea92'/>
<id>f5495aa1560daf65c063a8d5b99a5ea17520ea92</id>
<content type='text'>
OTP-11345, sto575, tsk374
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OTP-11345, sto575, tsk374
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Make test case platform independant</title>
<updated>2012-10-03T17:25:29+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2012-10-03T15:39:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9e7e31c9011e1a63957b48b794b0c72669c081ae'/>
<id>9e7e31c9011e1a63957b48b794b0c72669c081ae</id>
<content type='text'>
The test case interrupted_send did not work on all platforms.
Also ct-ify the test suite
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The test case interrupted_send did not work on all platforms.
Also ct-ify the test suite
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: add test suite for testing channel send/receive behavior.</title>
<updated>2012-10-03T17:25:29+00:00</updated>
<author>
<name>Daniel Goertzen</name>
<email>daniel.goertzen@gmail.com</email>
</author>
<published>2012-09-05T13:25:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=eaead6bf3d330fa909ca5feb33fb211d71891c20'/>
<id>eaead6bf3d330fa909ca5feb33fb211d71891c20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
