[Win32] Modify SConscripts to prepare for VS
[platform/upstream/iotivity.git] / resource / csdk / stack / samples / linux / secure / README
1 Testing AMS service:
2 1. Copy subjectID ("NDQ0NDMzMzMyMjIyMTExMQ==") of ACE with resource "/a/led" from AMS service 
3    database file, "oic_amss_db.json" into client Doxm resource deviceID located in file 
4    "oic_svr_client.json".
5 2. Start ocserverbasicops
6 3. start ocamsservice
7 4. Start occlientbasicops
8
9
10 Expected Result:
11 1. New ACE with subjectID="NDQ0NDMzMzMyMjIyMTExMQ==" and rsrc="/a/led/" will be appended to the
12    server ACL resource in file "oic_svr_db_server.json".
13 2. GET request made by occlientbasicops will be received successfully
14 3. PUT reuest will received with result "OC_STACK_UNAUTHORIZED_REQ"