certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[certi-cvs] certi/test/Billard dtest_billard.py


From: certi-cvs
Subject: [certi-cvs] certi/test/Billard dtest_billard.py
Date: Sat, 11 Oct 2008 21:23:08 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      08/10/11 21:23:08

Modified files:
        test/Billard   : dtest_billard.py 

Log message:
        Modification of   RTIA termination handling by Petr 
        needs exiting test modification

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/test/Billard/dtest_billard.py?cvsroot=certi&r1=1.5&r2=1.6

Patches:
Index: dtest_billard.py
===================================================================
RCS file: /sources/certi/certi/test/Billard/dtest_billard.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- dtest_billard.py    30 May 2008 14:01:04 -0000      1.5
+++ dtest_billard.py    11 Oct 2008 21:23:07 -0000      1.6
@@ -62,7 +62,7 @@
     billardTester.addRunStep("runCommand",command=billard_param['path']+" -n 
\""+billardTester.name+"\" -t 10 -FTest.fed -fTest")
     billardTester.addRunStep("expectFromCommand",pattern="Synchronization")
     billardTester.addRunStep("barrier","All Billard(s) started")
-    billardTester.addRunStep("expectFromCommand",pattern="Exiting.")
+    billardTester.addRunStep("expectFromCommand",pattern="RTIA:: End 
execution.")
     billardTester.addRunStep("terminateCommand")
     billardTester.addRunStep("barrier","All Billard(s) ended")
 
@@ -138,7 +138,7 @@
 firstBillard.addRunStep("barrier","First billard started")
 firstBillard.addRunStep("barrier","All Billard(s) started")
 firstBillard.addRunStep("sendToCommand",string="\n")
-firstBillard.addRunStep("expectFromCommand",pattern="Exiting.")
+firstBillard.addRunStep("expectFromCommand",pattern="RTIA:: End execution.")
 firstBillard.addRunStep("terminateCommand")
 firstBillard.addRunStep("barrier","All Billard(s) ended")
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]