[asterisk-scf-commits] asterisk-scf/integration/routing.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Mon Oct 11 09:29:30 CDT 2010
branch "master" has been updated
via faa1fcb0e0696e81ffbe5fe53aa1da0646a99ac7 (commit)
from bdb740e86b1013c75919c833bcbdf82d46597ed3 (commit)
Summary of changes:
config/README.txt | 18 +++++++-----------
1 files changed, 7 insertions(+), 11 deletions(-)
- Log -----------------------------------------------------------------
commit faa1fcb0e0696e81ffbe5fe53aa1da0646a99ac7
Author: David M. Lee <dlee at digium.com>
Date: Mon Oct 11 09:29:09 2010 -0500
Updated README for make test changes.
diff --git a/config/README.txt b/config/README.txt
index e9d1733..6c00267 100644
--- a/config/README.txt
+++ b/config/README.txt
@@ -1,22 +1,18 @@
-
To run the routing service with other Asterisk SCF components:
- iceboxd --Ice.Config=basicrouting.config
+ icebox --Ice.Config=basicrouting.config
To run the Routing Service tests as mulitple processes:
- iceboxd --Ice.Config=test_service_locator.config
-
- iceboxd --Ice.Config=basicrouting.config
-
- iceboxd --Ice.Config=routingtest.config
-
+ icebox --Ice.Config=test_service_locator.config
-To run the Routing Service tests in a single process:
+ icebox --Ice.Config=basicrouting.config
- iceboxd --Ice.Config=routingtest-integ.config
+ icebox --Ice.Config=routingtest.config
+To run the Routing Service tests in a single process, in the build directory:
-
+ make test
+On windows, you may need to run iceboxd instead of icebox.
-----------------------------------------------------------------------
--
asterisk-scf/integration/routing.git
More information about the asterisk-scf-commits
mailing list