[asterisk-scf-commits] asterisk-scf/release/testsuite.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Wed May 16 13:19:49 CDT 2012


branch "master" has been updated
       via  b23f14ff56b442abcdfd66fefa7e292f0f66cc54 (commit)
       via  38420aa004ef23fd06f0850299729a81c87d759b (commit)
      from  8c38114903291721a3371486fbde3f2e88ceb40d (commit)

Summary of changes:
 RemoteAgent.py                         |    2 +-
 configs/remote/remoteAgent.yaml        |    1 +
 configs/remote/remoteAgent.yaml.sample |    1 -
 3 files changed, 2 insertions(+), 2 deletions(-)
 create mode 100644 configs/remote/remoteAgent.yaml
 delete mode 100644 configs/remote/remoteAgent.yaml.sample


- Log -----------------------------------------------------------------
commit b23f14ff56b442abcdfd66fefa7e292f0f66cc54
Author: Darren Sessions <dsessions at digium.com>
Date:   Wed May 16 13:19:46 2012 -0500

    Commented out the interactive module import as the module is in a non-functional state.

diff --git a/RemoteAgent.py b/RemoteAgent.py
index 0462388..7b2b672 100755
--- a/RemoteAgent.py
+++ b/RemoteAgent.py
@@ -36,7 +36,7 @@ import Info
 import Misc
 import FileSystem
 import SubProcess
-import Interactive
+#import Interactive
 
 class TestSuiteRemoteAgent(FileSystem.Handler, Misc.Utils, SubProcess.Exec, RPC.BaseClass):
     def __init__(self):

commit 38420aa004ef23fd06f0850299729a81c87d759b
Author: Darren Sessions <dsessions at digium.com>
Date:   Wed May 16 13:18:27 2012 -0500

    Updated the remote agent config with some common values. Removed the sample file.

diff --git a/configs/remote/remoteAgent.yaml b/configs/remote/remoteAgent.yaml
new file mode 100644
index 0000000..a3df298
--- /dev/null
+++ b/configs/remote/remoteAgent.yaml
@@ -0,0 +1 @@
+ifaces: {private: eth0, public1: eth0, public2: eth0, rpc: eth0}
diff --git a/configs/remote/remoteAgent.yaml.sample b/configs/remote/remoteAgent.yaml.sample
deleted file mode 100644
index 337139c..0000000
--- a/configs/remote/remoteAgent.yaml.sample
+++ /dev/null
@@ -1 +0,0 @@
-ifaces: {private: en1, public1: en1, public2: en1, rpc: en1}

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


-- 
asterisk-scf/release/testsuite.git



More information about the asterisk-scf-commits mailing list