X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuhttpd.git;a=blobdiff_plain;f=session-test.sh;h=e7666cc8c7b758f2c65d023b151ce0f0ffe2e007;hp=d569d536aeb4f598ba6cb80b397d78d1afc56540;hb=b965b8cc10f094ec0408d57b1bc9aeee0bca501c;hpb=1eedd103be4919683f2d0b2165cefe82b73e4a5f diff --git a/session-test.sh b/session-test.sh index d569d53..e7666cc 100755 --- a/session-test.sh +++ b/session-test.sh @@ -2,11 +2,11 @@ . /usr/share/libubox/jshn.sh json_load "$(ubus call session create)" -json_get_var sid sid +json_get_var sid ubus_rpc_session json_init -json_add_string sid "$sid" +json_add_string ubus_rpc_session "$sid" json_add_array "objects" json_add_array "" json_add_string "" "session" @@ -23,11 +23,12 @@ wget -q -O- \ "jsonrpc": "2.0", "method" : "call", "params" : [ + "'$sid'", "session", "test", {}, ] - }' "http://localhost:8080/ubus/$sid/session/list" + }' "http://localhost:8080/ubus" echo "Request 2" wget -q -O- \ --post-data='[ @@ -35,6 +36,7 @@ wget -q -O- \ "jsonrpc": "2.0", "method" : "call", "params" : [ + "'$sid'", "session", "list", {}, @@ -44,9 +46,10 @@ wget -q -O- \ "jsonrpc": "2.0", "method" : "call", "params" : [ + "'$sid'", "session", "test", {}, ] }, - ]' "http://localhost:8080/ubus/$sid/session/list" + ]' "http://localhost:8080/ubus"