summaryrefslogtreecommitdiffstats
path: root/test-suites
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2019-03-12 14:49:29 +0100
committerCorentin LABBE <clabbe@baylibre.com>2019-03-26 09:58:21 +0100
commitb55f1eba67d6c60aa7e1b809d59f15ad66fdf8a8 (patch)
tree263a9f440f2b6e1f87692b4f8b830a1daea0376e /test-suites
parent92bb11c8f3a6417549c38451409c243de1331746 (diff)
Add application-lifecycle test
This patch adds basic Application Lifecycle Workflow Test (fetch, uninstall, install, start) Bug-AGL: SPEC-1850 Change-Id: Ie65648e043b7909aecb2fe64dfbf2b2bba8f1f37 Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
Diffstat (limited to 'test-suites')
-rw-r--r--test-suites/short-smoke/application-lifecycle.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/test-suites/short-smoke/application-lifecycle.yaml b/test-suites/short-smoke/application-lifecycle.yaml
new file mode 100644
index 0000000..1d16c2b
--- /dev/null
+++ b/test-suites/short-smoke/application-lifecycle.yaml
@@ -0,0 +1,13 @@
+metadata:
+ name: Application Lifecycle Workflow Test
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Application Lifecycle Workflow Test (fetch, uninstall, install, start, stop)"
+ version: 1.0
+run:
+ steps:
+ - echo "Application Lifecycle Workflow Tests"
+ - chmod +x ./common/scripts/application-lifecycle.sh
+ - ./common/scripts/application-lifecycle.sh -b $APPURL
+
+params:
+ APPURL: ""