From 99914a58a2d5b2638e2c1fdac5ca74a2d247e6fa Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 7 Nov 2018 10:54:01 +0100 Subject: First simple platform-info API implementation Bug-AGL: SPEC-1917 Change-Id: I300155302c9d69c6549ddabc6af53e2ad55eb18d Signed-off-by: Romain Forlot --- test/aft-BasicAPITests.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/aft-BasicAPITests.lua (limited to 'test/aft-BasicAPITests.lua') diff --git a/test/aft-BasicAPITests.lua b/test/aft-BasicAPITests.lua new file mode 100644 index 0000000..2806363 --- /dev/null +++ b/test/aft-BasicAPITests.lua @@ -0,0 +1,4 @@ +_AFT.testVerbStatusSuccess("Ping_verb_test", "helloworld", "ping", {}) +_AFT.testVerbStatusSuccess("TestArgs_verb_test", "helloworld", "testargs", { cezam = "open" }) +_AFT.testVerbStatusError("TestArgs_value_error_verb_test", "helloworld", "testargs", { cezam = "close" }) +_AFT.testVerbStatusError("TestArgs_key_error_verb_test", "helloworld", "testargs", { abracadabdra = "open" }) -- cgit 1.2.3-korg