master moved from b931087a0a78 to 7de738528a81

2 new revisions:

Revision: 48b055db53b7
Author:   Anssi Syrjäsalo <anssi.syrjas...@eficode.com>
Date:     Mon Sep 16 12:28:08 2013 UTC
Log:      Removed 'by release' from header
http://code.google.com/p/robotframework-sshlibrary/source/detail?r=48b055db53b7&repo=wiki

Revision: 7de738528a81
Author:   Anssi Syrjäsalo <anssi.syrjas...@eficode.com>
Date:     Mon Sep 16 12:28:20 2013 UTC
Log:      Improved acceptance test instructions
http://code.google.com/p/robotframework-sshlibrary/source/detail?r=7de738528a81&repo=wiki

==============================================================================
Revision: 48b055db53b7
Author:   Anssi Syrjäsalo <anssi.syrjas...@eficode.com>
Date:     Mon Sep 16 12:28:08 2013 UTC
Log:      Removed 'by release' from header

http://code.google.com/p/robotframework-sshlibrary/source/detail?r=48b055db53b7&repo=wiki

Modified:
 /KeywordDocumentation.wiki

=======================================
--- /KeywordDocumentation.wiki  Mon Sep 16 10:28:09 2013 UTC
+++ /KeywordDocumentation.wiki  Mon Sep 16 12:28:08 2013 UTC
@@ -1,7 +1,7 @@
 #summary Keyword documentation by release
 #labels Featured

-= Keyword documentation by release =
+= Keyword documentation =

* [https://robotframework-sshlibrary.googlecode.com/git-history/1.1/doc/SSHLibrary.html Version 1.1] * [https://robotframework-sshlibrary.googlecode.com/git-history/1.0/doc/SSHLibrary.html Version 1.0]

==============================================================================
Revision: 7de738528a81
Author:   Anssi Syrjäsalo <anssi.syrjas...@eficode.com>
Date:     Mon Sep 16 12:28:20 2013 UTC
Log:      Improved acceptance test instructions

http://code.google.com/p/robotframework-sshlibrary/source/detail?r=7de738528a81&repo=wiki

Modified:
 /RunningLibraryAcceptanceTests.wiki

=======================================
--- /RunningLibraryAcceptanceTests.wiki Mon Sep 16 10:28:09 2013 UTC
+++ /RunningLibraryAcceptanceTests.wiki Mon Sep 16 12:28:20 2013 UTC
@@ -1,10 +1,12 @@
 #summary How to run SSHLibrary's own acceptance tests

-Because SSHLibrary is primary used on Linux, you should run the tests on Linux e.g. by using a dedicated Linux virtual machine. +This guide tells how to run the acceptance tests of SSHLibrary. Acceptance tests basically require an SSH server ([http://www.openssh.org OpenSSH] recommended) installed and running and two user accounts to be created for the tests.
+
+Because SSHLibrary is primary used on Linux, tests should be ran at least on it. If developing on OS X or Windows, setting up a virtual machine with Linux and SSHLibrary installed is the recommended approach.

 == Setup on Linux ==

-* Install `openSSH` server (on Ubuntu/Debian):
+* Install `openSSH` server (on Debian variants apt-get can be used):
  `sudo apt-get install openssh-server`

 * Create a new user `test`:
@@ -36,8 +38,4 @@

 == Running the acceptance tests ==

-There's a bash script `atest/run_atests.sh` which runs all the tests either with pybot or jybot as following:
-{{{
-atest/run_atests.sh python atest/ # Run all tests with pybot
-atest/run_atests.sh jython atest/ # Run all tests with jybot
-}}}
+Tests are ran using Bash script `atest/run_atests.sh`. The script prints help when ran without parameters.

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to