According to the latest implement for iotivity-node, it seems the flag "secure" is meaningless, and this commit https://github.com/01org/iot-js-api/commit/da957fd6539a28a967f99260f22bbe87f3c25f66 removed this flag, so we should remove it from all of the tests, just like [`Discovery - Resource (Multiple Types & Interfaces)/client.js`](https://github.com/01org/iot-js-api/blob/master/ocf/tests/oic1.1.0-0/Discovery%20-%20Resource%20(Multiple%20Types%20&%20Interfaces)/client.js) and [`Discovery - Resource/client.js`](https://github.com/01org/iot-js-api/blob/master/ocf/tests/oic1.1.0-0/Discovery%20-%20Resource/client.js)
According to the latest implement for iotivity-node, it seems the flag "secure" is meaningless, and this commit da957fd removed this flag, so we should remove it from all of the tests, just like
Discovery - Resource (Multiple Types & Interfaces)/client.jsandDiscovery - Resource/client.js