newsTransport Sample Protocol - News: DTest 0.5 release

 
 
Latest News
DTest 0.5 release posted by erk, Wed 25 Jun 2008 11:18:26 AM UTC - 2 replies
TSP 0.8.3 re-release posted by deweerdt, Tue 01 May 2007 09:31:09 PM UTC
TSP 0.8.3 up and running posted by deweerdt, Tue 24 Apr 2007 03:13:32 PM UTC
TSP Workshop Presentations : ready for download posted by erk, Tue 03 Apr 2007 11:54:02 AM UTC
TSP 0.8.2 is in :)) posted by erk, Wed 29 Nov 2006 08:44:57 AM UTC

DTest 0.5 release

Item posted by Eric NOULARD <erk> on Wed 25 Jun 2008 11:18:26 AM UTC.

I'm pleased to announce the DTest 0.5 release.
http://download.savannah.gnu.org/releases/tsp/dtest/dtest-0.5.tar.gz
DTest is a python framework designed for distributed testing.

More informations about DTest can be found in
http://download.savannah.gnu.org/releases/tsp/dtest/what_is_dtest.pdf

DTest is currently used by the CERTI Project
https://savannah.nongnu.org/projects/certi
for regression testing.

There is a sample dtest scripts for TSP in
tsp/tests/auto/tsp_stub_and_stdout_test.py

The script may be runned like this:

$tsp_stub_and_stdout_test.py --provider=eric@localhost:`which tsp_stub_server` --consumer=eric@localhost:`which tsp_stdout_client`
## Test Sequence <TSP Stub Server/Stdout Test> ...
## Number of DTesters = 2
##   Description:
##   This TSP test sequence launch a stubbed server and an stdout client
1..7
ok 1 - TSP Stub and Stdout Starts
ok 2 - Barrier <provider started> crossed by all <2> registered DTester(s)
ok 3 - First stdout run (no args)
ok 4 - Second stdout run (-n 150)
ok 5 - Barrier <consumer ended> crossed by all <2> registered DTester(s)
ok 6 - TSP Stub and Stdout Ends
ok 7 - No Tester did timeout.
## Test Sequence <TSP Stub Server/Stdout Test>: PASSED.
$


 

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code