certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] applications/HLA_TestsSuite CMakeLists.txt test...


From: certi-cvs
Subject: [certi-cvs] applications/HLA_TestsSuite CMakeLists.txt test...
Date: Mon, 27 Apr 2009 11:59:55 +0000

CVSROOT:        /sources/certi
Module name:    applications
Changes by:     Christian Stenzel <approx>      09/04/27 11:59:55

Modified files:
        HLA_TestsSuite : CMakeLists.txt test_NotificationSwitches.cc 
Added files:
        HLA_TestsSuite : dtest_test_NotificationSwitches.py 

Log message:
        added first dtest script for test_NotficationSwitches.cc

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/applications/HLA_TestsSuite/CMakeLists.txt?cvsroot=certi&r1=1.28&r2=1.29
http://cvs.savannah.gnu.org/viewcvs/applications/HLA_TestsSuite/test_NotificationSwitches.cc?cvsroot=certi&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/applications/HLA_TestsSuite/dtest_test_NotificationSwitches.py?cvsroot=certi&rev=1.1

Patches:
Index: CMakeLists.txt
===================================================================
RCS file: /sources/certi/applications/HLA_TestsSuite/CMakeLists.txt,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- CMakeLists.txt      21 Apr 2009 14:40:43 -0000      1.28
+++ CMakeLists.txt      27 Apr 2009 11:59:55 -0000      1.29
@@ -176,6 +176,7 @@
 HLATestsSuite_ADD_TEST(test_NotificationSwitches
                       FED_FILE test_NotificationSwitches.fed
                       SOURCE_FILES test_NotificationSwitches.cc
+                      DTEST_SCRIPT dtest_test_NotificationSwitches.py
                       COMMENTS "A multi-purpose test interactive Federate")
 
 #########################################################################

Index: test_NotificationSwitches.cc
===================================================================
RCS file: 
/sources/certi/applications/HLA_TestsSuite/test_NotificationSwitches.cc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- test_NotificationSwitches.cc        27 Mar 2009 13:14:44 -0000      1.2
+++ test_NotificationSwitches.cc        27 Apr 2009 11:59:55 -0000      1.3
@@ -58,19 +58,37 @@
             cout << "Press ENTER to start execution ..." << endl;
             getchar();
 
+           this->synchronizeFederation("sync", "test1");
 
            // test switches    
             this->enableClassRelevanceAdvisorySwitch();
+           cout << "enableClassRelevanceAdvisorySwitch" << endl;               
+            getchar();
             this->disableClassRelevanceAdvisorySwitch();
+           cout << "disableClassRelevanceAdvisorySwitch" << endl;              
+            getchar();
             this->enableInteractionRelevanceAdvisorySwitch();
+           cout << "enableInteractionRelevanceAdvisorySwitch" << endl;         
+            getchar();
             this->disableInteractionRelevanceAdvisorySwitch();
+           cout << "disableInteractionRelevanceAdvisorySwitch" << endl;        
            getchar();
             this->enableAttributeRelevanceAdvisorySwitch();
+           cout << "enableAttributeRelevanceAdvisorySwitch" << endl;           
+            getchar();
             this->disableAttributeRelevanceAdvisorySwitch();
+           cout << "disableAttributeRelevanceAdvisorySwitch" << endl;          
+            getchar();
             this->enableAttributeScopeAdvisorySwitch();
+           cout << "enableAttributeScopeAdvisorySwitch" << endl;               
+            getchar();
             this->disableAttributeScopeAdvisorySwitch();
+           cout << "disableAttributeScopeAdvisorySwitch" << endl;              
+            getchar();
 
             // publish phase            
             this->enableClassRelevanceAdvisorySwitch();
+           cout << "enableClassRelevanceAdvisorySwitch" << endl;               
+            getchar();
            this->synchronizeFederation("sync", "test1");
                
             cout << "Publish and register objects" << endl;
@@ -83,44 +101,63 @@
            this->synchronizeFederation("sync", "test4");
            this->synchronizeFederation("sync", "test5");
 
+           getchar();
 
         } else {
+
+            this->waitForSyncPoint(); // test1
+
             // test switches
             this->enableClassRelevanceAdvisorySwitch();
+           cout << "enableClassRelevanceAdvisorySwitch" << endl;               
+            getchar();
             this->disableClassRelevanceAdvisorySwitch();
+           cout << "disableClassRelevanceAdvisorySwitch" << endl;              
+            getchar();
             this->enableInteractionRelevanceAdvisorySwitch();
+           cout << "enableInteractionRelevanceAdvisorySwitch" << endl;         
+            getchar();
             this->disableInteractionRelevanceAdvisorySwitch();
+           cout << "disableInteractionRelevanceAdvisorySwitch" << endl;
+            getchar();
             this->enableAttributeRelevanceAdvisorySwitch();
+           cout << "enableAttributeRelevanceAdvisorySwitch" << endl;
+            getchar();
             this->disableAttributeRelevanceAdvisorySwitch();
+           cout << "disableAttributeRelevanceAdvisorySwitch" << endl;
+            getchar();
             this->enableAttributeScopeAdvisorySwitch();
+           cout << "enableAttributeScopeAdvisorySwitch" << endl;
+            getchar();
             this->disableAttributeScopeAdvisorySwitch();
+           cout << "disableAttributeScopeAdvisorySwitch" << endl;
+            getchar();
 
             
-            this->waitForSyncPoint(); // test1
+            this->waitForSyncPoint(); // test2
 
            // creator publish and register objects
 
             this->waitForSyncPoint();  // test2
 
             this->subscribeAttributes();
+           cout << "subscribe object class" << endl;
 
             this->waitForDiscover(); 
             this->waitForSyncPoint();  // test3
 
            rtiamb.unsubscribeObjectClass(myhdls.TestAttribute.och);
+           cout << "unsubscribe object class" << endl; 
 
             this->waitForSyncPoint();  // test4
 
-           /* Resubscription causes error
-             * RTIA.cc:170: void certi::rtia::RTIA::execute(): Assertion 
`false' failed.
-             *
-             * ???
-             */
-       
-            //this->subscribeAttributes();
-           //this->waitForDiscover();   
+            this->subscribeAttributes();
+           cout << "resubscribe object class" << endl; 
+           this->waitForDiscover();     
             this->waitForSyncPoint(); // test5
 
+           getchar();  
+
         }
         this->resign_and_destroy();
         return 0;

Index: dtest_test_NotificationSwitches.py
===================================================================
RCS file: dtest_test_NotificationSwitches.py
diff -N dtest_test_NotificationSwitches.py
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ dtest_test_NotificationSwitches.py  27 Apr 2009 11:59:55 -0000      1.1
@@ -0,0 +1,270 @@
+#!/usr/bin/env python
+
+##-----------------------------------------------------------------------
+##
+## HLA Tests Suite
+##
+## Copyright (c) 2006-2008 Eric NOULARD, Jean-Yves ROUSSELOT 
+##
+## This library is free software; you can redistribute it and/or
+## modify it under the terms of the GNU Lesser General Public
+## License as published by the Free Software Foundation; either
+## version 2.1 of the License, or (at your option) any later version.
+##
+## This library is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+## Lesser General Public License for more details.
+##
+## You should have received a copy of the GNU Lesser General Public
+## License along with this library; if not, write to the Free Software
+## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+##
+##-----------------------------------------------------------------------
+
+import logging
+import os
+import time
+import threading
+import getopt, sys
+import dtest  
+
+def usage():
+    print "Usage:\n %s [--help] [--certi_home=<path>] 
--rtig=[[<user>@]<host>]:<rtig_path> 
--federate=[[<user>@]<host>]:<federate_path>" % sys.argv[0]
+
+try:
+    opts, args = getopt.getopt(sys.argv[1:], "hr:f:c:", ["help","rtig=", 
"federate=","certi_home="])
+except getopt.GetoptError, err:
+    print >> sys.stderr, "opt = %s, msg = %s" % (err.opt,err.msg)
+    usage()
+    sys.exit(2)
+
+## default values
+certi_home_defined=False
+rtig_param = dtest.Utils.getUserHostPath("rtig")
+federate_param = dtest.Utils.getUserHostPath("test_NotificationSwitches")
+federate_param['fom']="test_NotificationSwitches.fed"
+    
+for o, a in opts:
+    if o in ("--help"):
+            usage()
+            sys.exit(2)
+    if o in ("-r", "--rtig"):
+        rtig_param   = dtest.Utils.getUserHostPath(a)
+    if o in ("-f", "--federate"):
+        federate_param = dtest.Utils.getUserHostPath(a)
+    if o in ("-c", "--certi_home"):
+        certi_home = a
+        certi_home_defined=True
+        
+if not certi_home_defined:
+    if os.environ.has_key("CERTI_HOME"):
+        certi_home=os.environ["CERTI_HOME"]
+    else: 
+        print "You must define CERTI_HOME environment variable"
+        sys.exit(2)
+
+rtig = dtest.DTester("RTIG",
+                     
session=dtest.SSHSessionHandler(rtig_param['user'],host=rtig_param['host']))
+
+firstFederate = dtest.DTester("test_NotificationSwitches_First",
+                               
session=dtest.SSHSessionHandler(federate_param['user'],host=federate_param['host']))
+
+otherFederate = dtest.DTester("test_NotificationSwitches_Other1",
+                               
session=dtest.SSHSessionHandler(federate_param['user'],host=federate_param['host']))
+
+# you may change the default time out value
+rtig.timeout = 40
+# you add want to save the output of your dtester to a file.
+rtig.stdout    = file(rtig.name + ".out",'w+')
+rtig.stdin     = file(rtig.name + ".in",'w+')
+rtig.stderr    = file(rtig.name + ".err",'w+')
+
+# describe RTIG run steps
+rtig.addRunStep("ok",True,"HLA test test_NotificationSwitches Starts.")
+dtest.ReusableSequences.addConditionalRunShellScript(rtig,c_shell_cmd="source 
"+certi_home+"/share/scripts/myCERTI_env.csh "+rtig_param['host'],
+                               bourne_shell_cmd="source 
"+certi_home+"/share/scripts/myCERTI_env.sh "+rtig_param['host'])
+rtig.addRunStep("runCommand",command=rtig_param['path'])
+rtig.addRunStep("expectFromCommand",pattern="CERTI RTIG up and 
running",timeout=5)
+rtig.addRunStep("barrier","RTIG started")
+rtig.addRunStep("barrier","All Federate(s) ended")
+rtig.addRunStep("terminateCommand")
+rtig.addRunStep("waitCommandTermination")
+rtig.addRunStep("ok",True,"HLA test test_NotificationSwitches Ends.")
+
+#dtest.DTester.logger.setLevel(level=logging.DEBUG)
+
+# describe first federate run steps
+firstFederate.timeout = 20
+firstFederate.stdout  = file(firstFederate.name + ".out",'w+')
+firstFederate.stdin   = file(firstFederate.name + ".in",'w+')
+firstFederate.stderr  = file(firstFederate.name + ".err",'w+')
+firstFederate.addRunStep("barrier","RTIG started")
+dtest.ReusableSequences.addConditionalRunShellScript(firstFederate,c_shell_cmd="source
 "+certi_home+"/share/scripts/myCERTI_env.csh "+rtig_param['host'],
+                               bourne_shell_cmd="source 
"+certi_home+"/share/scripts/myCERTI_env.sh "+rtig_param['host'])
+firstFederate.addRunStep("runCommand",command=federate_param['path']+" 1")
+firstFederate.addRunStep("expectFromCommand",pattern="Joined federation.*")
+firstFederate.addRunStep("ok",firstFederate.getFutureLastStepStatus,"First 
Federate started and has joined federation")
+firstFederate.addRunStep("expectFromCommand",pattern="Press ENTER to start 
execution")
+firstFederate.addRunStep("barrier","First Federate waiting other(s) before 
going on")
+firstFederate.addRunStep("barrier","Other Federate started")
+firstFederate.addRunStep("sendToCommand",string="\n")
+
+firstFederate.addRunStep("barrier","Test Notification Switches starts...")
+
+firstFederate.addRunStep("expectFromCommand",pattern="enableClassRelevanceAdvisorySwitch")
+firstFederate.addRunStep("ok",firstFederate.getFutureLastStepStatus,"set 
ClassRelevanceAdvisorySwitch - "+firstFederate.name)
+firstFederate.addRunStep("sendToCommand",string="\n")
+firstFederate.addRunStep("expectFromCommand",pattern="disableClassRelevanceAdvisorySwitch")
+firstFederate.addRunStep("ok",firstFederate.getFutureLastStepStatus,"clear 
ClassRelevanceAdvisorySwitch - "+firstFederate.name)
+firstFederate.addRunStep("sendToCommand",string="\n")
+firstFederate.addRunStep("expectFromCommand",pattern="enableInteractionRelevanceAdvisorySwitch")
+firstFederate.addRunStep("ok",firstFederate.getFutureLastStepStatus,"set 
InteractionClassRelevanceAdvisorySwitch - "+firstFederate.name)
+firstFederate.addRunStep("sendToCommand",string="\n")
+firstFederate.addRunStep("expectFromCommand",pattern="disableInteractionRelevanceAdvisorySwitch")
+firstFederate.addRunStep("ok",firstFederate.getFutureLastStepStatus,"clear 
InteractionClassRelevanceAdvisorySwitch - "+firstFederate.name)
+firstFederate.addRunStep("sendToCommand",string="\n")
+firstFederate.addRunStep("expectFromCommand",pattern="enableAttributeRelevanceAdvisorySwitch")
+firstFederate.addRunStep("ok",firstFederate.getFutureLastStepStatus,"set 
AttributeRelevanceAdvisorySwitch - "+firstFederate.name)
+firstFederate.addRunStep("sendToCommand",string="\n")
+firstFederate.addRunStep("expectFromCommand",pattern="disableAttributeRelevanceAdvisorySwitch")
+firstFederate.addRunStep("ok",firstFederate.getFutureLastStepStatus,"clear 
AttributeRelevanceAdvisorySwitch - "+firstFederate.name)
+firstFederate.addRunStep("sendToCommand",string="\n")
+firstFederate.addRunStep("expectFromCommand",pattern="enableAttributeScopeAdvisorySwitch")
+firstFederate.addRunStep("ok",firstFederate.getFutureLastStepStatus,"set 
AttributeScopeAdvisorySwitch - "+firstFederate.name)
+firstFederate.addRunStep("sendToCommand",string="\n")
+firstFederate.addRunStep("expectFromCommand",pattern="disableAttributeScopeAdvisorySwitch")
+firstFederate.addRunStep("ok",firstFederate.getFutureLastStepStatus,"clear 
AttributeScopeAdvisorySwitch - "+firstFederate.name)
+firstFederate.addRunStep("sendToCommand",string="\n")
+
+firstFederate.addRunStep("barrier","Test Notfication Switches ends.")
+
+firstFederate.addRunStep("barrier","Test Notification Switches Callbacks 
starts...")
+
+# test startRegistrationForObjectClass
+firstFederate.addRunStep("expectFromCommand",pattern="enableClassRelevanceAdvisorySwitch")
+firstFederate.addRunStep("ok",firstFederate.getFutureLastStepStatus,"re-enable 
ClassRelevanceAdvisorySwitch - "+firstFederate.name)
+firstFederate.addRunStep("sendToCommand",string="\n")
+
+# after subscription within other federate we should get startRegForObjClass 
callback
+firstFederate.addRunStep("expectFromCommand",pattern="startRegForObjClass")
+firstFederate.addRunStep("ok",firstFederate.getFutureLastStepStatus,"startRegistrationForObjectClass
 received - "+firstFederate.name)
+
+# after re-subscription within other federate we should get second 
startRegForObjClass callback
+firstFederate.addRunStep("expectFromCommand",pattern="startRegForObjClass")
+firstFederate.addRunStep("ok",firstFederate.getFutureLastStepStatus,"startRegistrationForObjectClass
 received - "+firstFederate.name)
+
+# test stopRegistrationForObjectClass
+# ... to be continued
+
+firstFederate.addRunStep("barrier","Test Notification Switches Callbacks 
ends...")
+
+firstFederate.addRunStep("expectFromCommand",pattern="fedSync")
+firstFederate.addRunStep("ok",firstFederate.getFutureLastStepStatus,"deinitialize
 federation - "+firstFederate.name)
+firstFederate.addRunStep("sendToCommand",string="\n")
+
+firstFederate.addRunStep("terminateCommand")
+firstFederate.addRunStep("barrier","All Federate(s) ended")
+
+# other federate
+otherFederate.timeout = 20
+otherFederate.stdout  = file(otherFederate.name + ".out",'w+')
+otherFederate.stdin   = file(otherFederate.name + ".in",'w+')
+otherFederate.stderr  = file(otherFederate.name + ".err",'w+')
+otherFederate.addRunStep("barrier","RTIG started")
+otherFederate.addRunStep("barrier","First Federate waiting other(s) before 
going on")
+dtest.ReusableSequences.addConditionalRunShellScript(otherFederate,c_shell_cmd="source
 "+certi_home+"/share/scripts/myCERTI_env.csh "+rtig_param['host'],
+                               bourne_shell_cmd="source 
"+certi_home+"/share/scripts/myCERTI_env.sh "+rtig_param['host'])
+otherFederate.addRunStep("runCommand",command=federate_param['path']+" 1")
+otherFederate.addRunStep("expectFromCommand",pattern="Joined federation.*")
+otherFederate.addRunStep("ok",otherFederate.getFutureLastStepStatus,"Other 
Federate started and has joined federation")
+otherFederate.addRunStep("barrier","Other Federate started")
+
+# first sync point
+otherFederate.addRunStep("expectFromCommand",pattern="Synchronization Point 
sync reached")
+otherFederate.addRunStep("sendToCommand",string="\n")
+
+otherFederate.addRunStep("barrier","Test Notification Switches starts...")
+
+otherFederate.addRunStep("expectFromCommand",pattern="enableClassRelevanceAdvisorySwitch")
+otherFederate.addRunStep("ok",firstFederate.getFutureLastStepStatus,"set 
ClassRelevanceAdvisorySwitch - "+otherFederate.name)
+otherFederate.addRunStep("sendToCommand",string="\n")
+otherFederate.addRunStep("expectFromCommand",pattern="disableClassRelevanceAdvisorySwitch")
+otherFederate.addRunStep("ok",firstFederate.getFutureLastStepStatus,"clear 
ClassRelevanceAdvisorySwitch - "+otherFederate.name)
+otherFederate.addRunStep("sendToCommand",string="\n")
+otherFederate.addRunStep("expectFromCommand",pattern="enableInteractionRelevanceAdvisorySwitch")
+otherFederate.addRunStep("ok",firstFederate.getFutureLastStepStatus,"set 
InteractionClassRelevanceAdvisorySwitch - "+otherFederate.name)
+otherFederate.addRunStep("sendToCommand",string="\n")
+otherFederate.addRunStep("expectFromCommand",pattern="disableInteractionRelevanceAdvisorySwitch")
+otherFederate.addRunStep("ok",firstFederate.getFutureLastStepStatus,"clear 
InteractionClassRelevanceAdvisorySwitch - "+otherFederate.name)
+otherFederate.addRunStep("sendToCommand",string="\n")
+otherFederate.addRunStep("expectFromCommand",pattern="enableAttributeRelevanceAdvisorySwitch")
+otherFederate.addRunStep("ok",firstFederate.getFutureLastStepStatus,"set 
AttributeRelevanceAdvisorySwitch - "+otherFederate.name)
+otherFederate.addRunStep("sendToCommand",string="\n")
+otherFederate.addRunStep("expectFromCommand",pattern="disableAttributeRelevanceAdvisorySwitch")
+otherFederate.addRunStep("ok",firstFederate.getFutureLastStepStatus,"clear 
AttributeRelevanceAdvisorySwitch - "+otherFederate.name)
+otherFederate.addRunStep("sendToCommand",string="\n")
+otherFederate.addRunStep("expectFromCommand",pattern="enableAttributeScopeAdvisorySwitch")
+otherFederate.addRunStep("ok",firstFederate.getFutureLastStepStatus,"set 
AttributeScopeAdvisorySwitch - "+otherFederate.name)
+otherFederate.addRunStep("sendToCommand",string="\n")
+otherFederate.addRunStep("expectFromCommand",pattern="disableAttributeScopeAdvisorySwitch")
+otherFederate.addRunStep("ok",firstFederate.getFutureLastStepStatus,"clear 
AttributeScopeAdvisorySwitch - "+otherFederate.name)
+otherFederate.addRunStep("sendToCommand",string="\n")
+
+otherFederate.addRunStep("barrier","Test Notification Switches ends.")
+
+otherFederate.addRunStep("barrier","Test Notification Switches Callbacks 
starts...")
+
+otherFederate.addRunStep("expectFromCommand",pattern="Synchronization Point 
sync reached")
+otherFederate.addRunStep("sendToCommand",string="\n")
+
+otherFederate.addRunStep("expectFromCommand",pattern="Synchronization Point 
sync reached")
+otherFederate.addRunStep("sendToCommand",string="\n")
+
+# subscription and discovering
+otherFederate.addRunStep("expectFromCommand",pattern="subscribe object class")
+otherFederate.addRunStep("ok",otherFederate.getFutureLastStepStatus,"subscribe 
object class - "+otherFederate.name )
+otherFederate.addRunStep("expectFromCommand",pattern="Discovering object")
+otherFederate.addRunStep("ok",otherFederate.getFutureLastStepStatus,"discover 
object instance - "+otherFederate.name )
+
+otherFederate.addRunStep("expectFromCommand",pattern="Synchronization Point 
sync reached")
+otherFederate.addRunStep("sendToCommand",string="\n")
+
+otherFederate.addRunStep("expectFromCommand",pattern="unsubscribe object 
class")
+otherFederate.addRunStep("ok",otherFederate.getFutureLastStepStatus,"unsubscribe
 object class - "+otherFederate.name )
+
+otherFederate.addRunStep("expectFromCommand",pattern="Synchronization Point 
sync reached")
+otherFederate.addRunStep("sendToCommand",string="\n")
+
+# re-subscription, re-discovering
+otherFederate.addRunStep("expectFromCommand",pattern="resubscribe object 
class")
+otherFederate.addRunStep("ok",otherFederate.getFutureLastStepStatus,"resubscribe
 object class - "+otherFederate.name )
+otherFederate.addRunStep("expectFromCommand",pattern="Discovering object")
+otherFederate.addRunStep("ok",otherFederate.getFutureLastStepStatus,"discover 
object instance - "+otherFederate.name )
+
+otherFederate.addRunStep("expectFromCommand",pattern="Synchronization Point 
sync reached")
+otherFederate.addRunStep("sendToCommand",string="\n")
+
+otherFederate.addRunStep("barrier","Test Notification Switches Callbacks 
ends...")
+
+# test stopRegistrationForObjectClass
+# ... to be continued
+
+otherFederate.addRunStep("expectFromCommand",pattern="fedSync")
+otherFederate.addRunStep("ok",firstFederate.getFutureLastStepStatus,"deinitialize
 federation - "+otherFederate.name)
+otherFederate.addRunStep("sendToCommand",string="\n")
+
+otherFederate.addRunStep("terminateCommand")
+otherFederate.addRunStep("barrier","All Federate(s) ended")
+
+def goTest():
+    myDTestMaster = dtest.DTestMaster("HLA test test_NotificationSwitches 
Starts","Launch RTIG + two test_NotficationSwitches federate for testing 
notification switches and callbacks,...")
+    myDTestMaster.timeout = 40
+    myDTestMaster.register(rtig)
+    myDTestMaster.register(firstFederate)
+    myDTestMaster.register(otherFederate)
+    myDTestMaster.startTestSequence()
+    myDTestMaster.waitTestSequenceEnd()
+    
+goTest()
+




reply via email to

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