Transport Sample Protocol - News: DTest 0.5 release
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.
$
Powered by Savane 3.14-f13d.
Corresponding source code