[asterisk-scf-commits] asterisk-scf/integration/servicediscovery.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Fri Sep 10 13:23:26 CDT 2010
branch "master" has been updated
via d36f972c1094073c32a6a1dc5bbdecbe91719f89 (commit)
from 4c89c110518f335768390f08ad23e83c8acef40b (commit)
Summary of changes:
README.txt | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
mode change 100644 => 100755 README.txt
- Log -----------------------------------------------------------------
commit d36f972c1094073c32a6a1dc5bbdecbe91719f89
Author: David M. Lee <dlee at digium.com>
Date: Fri Sep 10 13:22:17 2010 -0500
Added test instructions.
diff --git a/README.txt b/README.txt
old mode 100644
new mode 100755
index 5bb49ae..50d091b
--- a/README.txt
+++ b/README.txt
@@ -9,6 +9,7 @@
-------------------------------------------------------------------------------
1) Build Instructions
+ 2) Test Instructions
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
@@ -39,6 +40,27 @@ Finally, build the component.
$ make
-------------------------------------------------------------------------------
+--- 2) Test Instructions
+-------------------------------------------------------------------------------
+
+First, IceStorm must be started. This must be started from the
+./config directory, and requires a IceStorm directory. The command
+below assumes that ICE_HOME is set to your ICE installation, but
+icebox may be on your path.
+
+ $ cd config
+ $ mkdir -p IceStorm
+ $ $ICE_HOME/bin/icebox --Ice.Config=test_icestorm.config &
+
+Next, start service_locator.
+
+ $ ../build/src/service_locator --Ice.Config=test_service_locator.config &
+
+Now you can run the unit tests
+
+ $ ../build/test/service_locator_test
+
+-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
===============================================================================
-----------------------------------------------------------------------
--
asterisk-scf/integration/servicediscovery.git
More information about the asterisk-scf-commits
mailing list