History log of /external/ltp/testcases/network/tcp_cmds/ssh/ssh02_s1
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
073a34a7e7b4a3919ce122ecf2d6c56c864d43ca 01-Aug-2014 Zeng Linggang <zenglg.jy@cn.fujitsu.com> network ssh: some cleanup

* Move do_setup and do_cleanup into the file of ssh_setup.

* Use test.sh instead of net_cmdlib.sh

* Abandon trap and use tst_exit.

* Make the test like:
(set TCID TST_TOTAL ...)
setup
do_test
check_result
tst_exit

* Some cleanup.

Signed-off-by: Zeng Linggang <zenglg.jy@cn.fujitsu.com>
Acked-by: Alexey Kodanev <alexey.kodanev@oracle.com>
/external/ltp/testcases/network/tcp_cmds/ssh/ssh02_s1
1c71dee19602034b4dbf5dde200b8fe88bf818c0 03-Dec-2013 Jiri Jaburek <jjaburek@redhat.com> ssh: try to prevent invalid PASS when remote cmd fails

This change does not guarantee elimination of false PASS results,
but it makes them somewhat less likely to occur by matching sshd-like
Permission denied line. The regexp doesn't use ^ or $ or any kind of
more precise matching due to numerous problems with `expect' handling
the more complicated regexp strings across versions.

Signed-off-by: Jiri Jaburek <jjaburek@redhat.com>
Acked-by: Jan Stancek <jstancek@redhat.com>
/external/ltp/testcases/network/tcp_cmds/ssh/ssh02_s1
b3460e4bfd8fbc64ef15a02f29a1397c8aa115e3 03-Dec-2013 Jiri Jaburek <jjaburek@redhat.com> ssh: unify code style amongst ssh tests

You can use ie. diff/vimdiff to easily verify the effect of this change.

Signed-off-by: Jiri Jaburek <jjaburek@redhat.com>
Acked-by: Jan Stancek <jstancek@redhat.com>
/external/ltp/testcases/network/tcp_cmds/ssh/ssh02_s1
4548c6cf9bcdd96d8303caa4130ab638b61f8a30 19-Oct-2012 Wanlong Gao <gaowanlong@cn.fujitsu.com> Update FSF address

find . -type f -exec sed -i 's/675 Mass Ave, Cambridge, MA 02139, USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \;
find . -type f -exec sed -i 's/59 Temple Place, Suite 330, Boston, MA 02111-1307 USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \;

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
/external/ltp/testcases/network/tcp_cmds/ssh/ssh02_s1
37550cf5a86c7ca7424a2a318dd64e550f13f5df 18-Oct-2012 Chris Dearman <chris@mips.com> Remove whitespace at end of line

This is a scripted change done using the following command:

find . -type d -name .git -prune -o \
-type f \! -name \*\~ \! -name .\#\* \
\! -name \*.gz \! -name \*.pdf \! -name \*.patch -print0 | \
xargs -0 sed -i -e 's/[\t ]*$//'

Signed-off-by: Chris Dearman <chris@mips.com>
/external/ltp/testcases/network/tcp_cmds/ssh/ssh02_s1
6518012db8b99b04ef3e4df22aefe82fa487b809 27-Feb-2010 Rishikesh K Rajak <risrajak@linux.vnet.ibm.com> Hi

Here's a patch to correct some typos.

Signed-off-by Mohamed Naufal Basheer <naufal11@gmail.com>
Acked-By Rishikesh K Rajak <risrajak@linux.vnet.ibm.com>
/external/ltp/testcases/network/tcp_cmds/ssh/ssh02_s1
1938ae3885367103793de03146fdfeead1f41dac 09-Nov-2004 mridge <mridge> Remove 'p' from password query since the distros use both upper and lower case P/p
/external/ltp/testcases/network/tcp_cmds/ssh/ssh02_s1
9e00a8201aa350816c13ddbf0cbb934687846bff 22-Mar-2004 mridge <mridge> Inital drop of EAL2 testsuites
/external/ltp/testcases/network/tcp_cmds/ssh/ssh02_s1