diff options
author | Li, Xiaoming <lixm.fnst@cn.fujitsu.com> | 2020-07-03 19:08:15 +0200 |
---|---|---|
committer | Li, Xiaoming <lixm.fnst@cn.fujitsu.com> | 2020-07-03 19:09:29 +0200 |
commit | b4149dc39c9320503179027e3ff334f88184c48b (patch) | |
tree | e4490ca4dfba0b8164be59c1d1b03b496e77917e /test/afb-test/tests | |
parent | 4eec4801a911c2771280f3b2d35693ea6f6753a8 (diff) |
Add helloworld-event binding testjellyfish_9.99.4jellyfish_9.99.3jellyfish_9.99.2jellyfish/9.99.4jellyfish/9.99.3jellyfish/9.99.29.99.49.99.39.99.2
Bug-AGL: SPEC-3458
Change-Id: I7dd7efa953076e1552bf2d2f0e354ecd5a9ef015
Signed-off-by: Li, Xiaoming <lixm.fnst@cn.fujitsu.com>
Diffstat (limited to 'test/afb-test/tests')
-rw-r--r-- | test/afb-test/tests/helloworld-event.lua | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/test/afb-test/tests/helloworld-event.lua b/test/afb-test/tests/helloworld-event.lua new file mode 100644 index 0000000..6c846b6 --- /dev/null +++ b/test/afb-test/tests/helloworld-event.lua @@ -0,0 +1,27 @@ +--[[ + Copyright (C) 2020 "Fujitsu" + Author Li Xiaoming <lixm.fnst@cn.fujitsu.com> + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + + NOTE: strict mode: every global variables should be prefixed by '_' +--]] + + +_AFT.testVerbStatusSuccess('testStartTimerSuccess','helloworld-event', 'startTimer', {}) + +_AFT.testVerbStatusSuccess('testSubscribeSuccess','helloworld-event', 'subscribe', {}) + +_AFT.testVerbStatusSuccess('testUnsubscribeSuccess','helloworld-event', 'unsubscribe', {}) + |