summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <philippe colliot>2016-01-22 19:02:37 +0100
committer <philippe colliot>2016-01-22 19:02:37 +0100
commit37e24439e27bea79d533bfd806d8e7f7cb95db83 (patch)
tree7fb90d991f8fe7cacb7974ce7e4a46f67e34db46
parentbeff36aa16fafd01c2b861288900fe57fa2a8bee (diff)
downloadpoi-service-37e24439e27bea79d533bfd806d8e7f7cb95db83.tar.gz
POC for POI manager tested, script fixed, README updated
-rw-r--r--test/poi-service/README16
-rwxr-xr-xtest/poi-service/run_capi2
2 files changed, 2 insertions, 16 deletions
diff --git a/test/poi-service/README b/test/poi-service/README
index 0962bd2..5a1b8e0 100644
--- a/test/poi-service/README
+++ b/test/poi-service/README
@@ -1,4 +1,4 @@
-Release date of the file: 15-01-2016
+Release date of the file: 25-01-2016
Status: OK
Project:
@@ -164,20 +164,6 @@ How To Run
./run_capi
NB: the configuration file ./resource/commonapi-dbus.ini is copied into $HOME
-Launch the server (into ../../src/poi-service)
-
-Copy the configuration file ./resource/commonapi-dbus.ini in a directory of your choice
-Set the environment variable COMMONAPI_DBUS_DEFAULT_CONFIG before starting the poi-manager-server.
-Example:
-export COMMONAPI_DBUS_DEFAULT_CONFIG=<your path>/commonapi-dbus.ini
-cp ./resource/poi-database-managed.db ./bin
-./bin/poi-manager-server -f ./bin/poi-database-managed.db
-poi manager server started
-
-Launch the client
-./bin/poi-manager-client -t
-poi manager client started
-
---Test sequence can be---
NB: no DLT started
diff --git a/test/poi-service/run_capi b/test/poi-service/run_capi
index 944d2ef..56d7ebe 100755
--- a/test/poi-service/run_capi
+++ b/test/poi-service/run_capi
@@ -35,7 +35,7 @@ POI_SERVER_BIN_DIR=$POI_SERVER_DIR/bin
cp $POI_CLIENT_DIR/resource/commonapi-dbus.ini $HOME
export COMMONAPI_DBUS_DEFAULT_CONFIG=$HOME/commonapi-dbus.ini
-cp $POI_SERVER_DIR/resource/poi-database-managed.db $POI_SERVER_BIN_DIR/bin
+cp $POI_SERVER_DIR/resource/poi-database-managed.db $POI_SERVER_BIN_DIR
echo '------------------------start the proof of concept------------------------'
$POI_SERVER_BIN_DIR/poi-manager-server -f $POI_SERVER_BIN_DIR/poi-database-managed.db &