aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorentinLGS <40176273+CorentinLGS@users.noreply.github.com>2018-06-26 09:28:16 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-07-10 17:12:14 +0200
commit9e0987c2493dadb2ac96b8c5df416ed6ac6d5db2 (patch)
tree4183bb9e1d29621dea6da6e2b35b403cefa73a30
parentf098f6c921cb433dcaa99171a0fb3cae398dbaf8 (diff)
Update helloworld.lua
Change-Id: Icb1c56cc369fcc5f85cb71257b53c554287e63f5 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--conf.d/project/lua.d/helloworld.lua22
1 files changed, 0 insertions, 22 deletions
diff --git a/conf.d/project/lua.d/helloworld.lua b/conf.d/project/lua.d/helloworld.lua
index 86c824d..e42add3 100644
--- a/conf.d/project/lua.d/helloworld.lua
+++ b/conf.d/project/lua.d/helloworld.lua
@@ -117,25 +117,3 @@ _AFT.testLogReceived("LogReceived", "verbose called for My Warning message!")
_AFT.testCustom("mytest", function()
_AFT.assertEquals(false, false)
end)
-
---[[_AFT.assertVerbStatusSuccess("hello","ping",{})
-_AFT.assertVerbResponseEquals("hello","ping",{},"Some String")
-_AFT.assertVerbCb("hello","ping",{},"Some String",_callback)
-_AFT.assertVerbStatusError("hello","pingfail",{})
-_AFT.assertVerbResponseEqualsError("hello","pingfail",{},"Ping Binder Daemon failed")
-_AFT.assertVerbResponseEqualsError('hello', 'pingfail', {}, "Ping Binder Daemon succeed")
-_AFT.assertVerbCbError('hello', 'pingfail', {}, _callbackError)
-
-_AFT.assertVerbStatusSuccess('hello', 'eventadd', {tag = 'event', name = 'anEvent'})
-_AFT.assertVerbStatusSuccess('hello', 'eventsub', {tag = 'event'})
-_AFT.assertVerbStatusSuccess('hello', 'eventpush', {tag = 'event', data = { key = 'some data', another_key = 123}})
-
-_AFT.assertVerbStatusSuccess('hello', 'eventadd', {tag = 'evt', name = 'anotherEvent'})
-_AFT.assertVerbStatusSuccess('hello', 'eventsub', {tag = 'evt'})
-_AFT.assertVerbStatusSuccess('hello', 'eventpush', {tag = 'evt', data = { key = 'weird others data', another_key = 123.456}})
-
-_AFT.assertVerbStatusSuccess('hello', 'verbose', {level = 4, message = 'My Warning message!'})
-
-_AFT.assertEvtReceived("hello/anEvent")
-_AFT.assertEvtReceived("hello/anotherEvent")
---]] \ No newline at end of file