[asterisk-scf-commits] asterisk-scf/integration/testsuite.git branch "review" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Fri Jun 3 10:23:51 CDT 2011


branch "review" has been updated
       via  fafda063602d076528073481b6f0fb61a83881dd (commit)
      from  ff6d1cb0ea6313910954ed8152fa9fb1aaca6cad (commit)

Summary of changes:
 plugins/asteriskscf_configurator.py                |    2 ++
 plugins/asteriskscf_icebox.py                      |    3 ++-
 .../testcase.yaml                                  |    8 ++++----
 3 files changed, 8 insertions(+), 5 deletions(-)


- Log -----------------------------------------------------------------
commit fafda063602d076528073481b6f0fb61a83881dd
Author: Darren Sessions <dsessions at digium.com>
Date:   Fri Jun 3 10:23:49 2011 -0500

    working on fixing the rtp configurator piece in the testsuite

diff --git a/plugins/asteriskscf_configurator.py b/plugins/asteriskscf_configurator.py
index afef0c7..8ea4dc6 100644
--- a/plugins/asteriskscf_configurator.py
+++ b/plugins/asteriskscf_configurator.py
@@ -50,6 +50,8 @@ class plugin(TestSuite.BaseClass):
             else:
                 return {'success':False,'shutdownExempt':'True','msg':'The %s command is invalid.' % cmd}
             results = ConfiguratorApp(cmd, testData['service_locator_host'], testData['cmd'][cmd], AsteriskSCF, testData['configuration_wipe'], serviceLocatorParams).main([''])
+            if 'msg' in results:
+                results['msg'] = "['%s' component] %s" % (cmd, results['msg'])
             print >> sys.stderr, results
             if results['success'] == False:
                 return {'success':False, 'shutdownExempt':'True', 'msg':results['msg']}
diff --git a/plugins/asteriskscf_icebox.py b/plugins/asteriskscf_icebox.py
index 564fa4b..b89edad 100644
--- a/plugins/asteriskscf_icebox.py
+++ b/plugins/asteriskscf_icebox.py
@@ -179,7 +179,8 @@ class plugin(TestSuite.RemoteBaseClass):
                 'ServiceLocatorManagementProxy=LocatorServiceManagement:tcp -p 4422',
                 'ServiceLocatorProxy=LocatorService:tcp -p 4411',
                 'LocatorService.Proxy=LocatorService:tcp -p 4411',
-                'TopicManager.Proxy=AsteriskSCFIceStorm/TopicManager:default -p 10000']
+                'TopicManager.Proxy=AsteriskSCFIceStorm/TopicManager:default -p 10000',
+                'Rtp.Standalone=true']
         else:
             return
 
diff --git a/tests/sip/SysTest_Functional_Basic_CallSetup/testcase.yaml b/tests/sip/SysTest_Functional_Basic_CallSetup/testcase.yaml
index 5d9f095..aa8159b 100644
--- a/tests/sip/SysTest_Functional_Basic_CallSetup/testcase.yaml
+++ b/tests/sip/SysTest_Functional_Basic_CallSetup/testcase.yaml
@@ -35,7 +35,7 @@ tests :
                             ipv4oripv6 : ipv4
                             direction : both
                             securetransport : none
-                            rtpoveripv6 : no
+                            rtpoveripv6 : False
                         - sipp :
                             type : endpoint
                             targethost : testsuite-remote-3.digium.internal
@@ -45,7 +45,7 @@ tests :
                             ipv4oripv6 : ipv4
                             direction : both
                             securetransport : none
-                            rtpoveripv6 : no
+                            rtpoveripv6 : False
                     rtp :
                          - general :
                             startport : 10001
@@ -101,7 +101,7 @@ tests :
                             ipv4oripv6 : ipv6
                             direction : both
                             securetransport : none
-                            rtpoveripv6 : yes
+                            rtpoveripv6 : True
                         - sipp :
                             type : endpoint
                             targethost : testsuite-remote-3.digium.internal
@@ -111,7 +111,7 @@ tests :
                             ipv4oripv6 : ipv6
                             direction : both
                             securetransport : none
-                            rtpoveripv6 : yes
+                            rtpoveripv6 : True
                     rtp :
                          - general :
                             startport : 10001

-----------------------------------------------------------------------


-- 
asterisk-scf/integration/testsuite.git



More information about the asterisk-scf-commits mailing list