summaryrefslogtreecommitdiffstats
path: root/templates/tests/release.jinja2
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2019-05-02 20:05:56 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-05-03 12:03:54 +0000
commit1495bc00e56e44059ee05126eda30b2f85c93b58 (patch)
treee1f213b8dc4ac86bf16b0542e7ab21db21eebbcb /templates/tests/release.jinja2
parent9f65834ede3dc27716ff0de154a23551d155dc18 (diff)
SPEC-1850: do not include appfw without --test application-lifecycle
We should not include application-lifecycle tests based on APPURL, but on the presence of the --test application-lifecycle parameter. Bug-AGL: SPEC-1850 Change-Id: Idda5d9011f54cd7eb1710e15254ab358ef7b99b1 Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
Diffstat (limited to 'templates/tests/release.jinja2')
-rw-r--r--templates/tests/release.jinja24
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/tests/release.jinja2 b/templates/tests/release.jinja2
index c5eac77..965af1a 100644
--- a/templates/tests/release.jinja2
+++ b/templates/tests/release.jinja2
@@ -21,10 +21,6 @@
parameters:
DEVICE_TAGS: "{{ DEVICE_TAGS }}"
-{% if APPURL is defined %}
-{% include 'tests/application-lifecycle.jinja2' %}
-{% endif %}
-
- test:
timeout:
minutes: 60
#n162'>162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252