[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
Tue Jul 5 17:33:15 CDT 2011


branch "review" has been updated
       via  bbd252970c71f4a2d5aa0904343b9e0d429317a7 (commit)
      from  17583677312131bee0a3452ff4340c35f328a1cc (commit)

Summary of changes:
 remote.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
commit bbd252970c71f4a2d5aa0904343b9e0d429317a7
Author: Darren Sessions <dsessions at digium.com>
Date:   Tue Jul 5 17:33:12 2011 -0500

    Updated the remote test-suite script to also provide the interface it is using.

diff --git a/remote.py b/remote.py
index 5a16cbf..ffb2eb4 100755
--- a/remote.py
+++ b/remote.py
@@ -298,7 +298,7 @@ class RemoteManagement(object):
         return results
    
     def getHostInfo(self):
-        return (ipv4addr, ipv6addr, plat, arch)
+        return (ipv4addr, ipv6addr, plat, arch, iface)
 
     def reset(self):
         return 1

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


-- 
asterisk-scf/integration/testsuite.git



More information about the asterisk-scf-commits mailing list