test scripts authorizations
authorLuc Yriarte <luc.yriarte@intel.com>
Thu, 4 Jul 2013 09:50:47 +0000 (11:50 +0200)
committerLuc Yriarte <luc.yriarte@intel.com>
Thu, 4 Jul 2013 09:50:47 +0000 (11:50 +0200)
doc/agent/SERVICELIST [deleted file]
doc/agent/client.sh
doc/agent/server.sh

diff --git a/doc/agent/SERVICELIST b/doc/agent/SERVICELIST
deleted file mode 100644 (file)
index a7c3561..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-[
-               "org.cloudeebus.Sample"
-]
index 5782641..431f6ff 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-cloudeebus.py -d -c ./CREDENTIALS -w ./WHITELIST -p 9002
+cloudeebus.py -d -c ./CREDENTIALS -w ./SAMPLELIST -p 9002
index fca98ca..89c33a1 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-cloudeebus.py -d -o -p 9003
+cloudeebus.py -d -c ./CREDENTIALS -s ./SAMPLELIST -p 9003