travis/gitlab/azure: Enable test_handoff
authorSimon Glass <sjg@chromium.org>
Wed, 18 Mar 2020 15:42:58 +0000 (09:42 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 11 Apr 2020 01:33:09 +0000 (21:33 -0400)
Ensure that this SPL test runs on gitlab.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
.azure-pipelines.yml
.gitlab-ci.yml
.travis.yml

index 5de47bc30e5c7d40988ce4fffe5ada07204e312e..219b79e7b33bdde91008dec8a51ac0e0197c4fda 100644 (file)
@@ -164,7 +164,7 @@ jobs:
           OVERRIDE: "-O clang-7"
         sandbox_spl:
           TEST_PY_BD: "sandbox_spl"
-          TEST_PY_TEST_SPEC: "test_ofplatdata"
+          TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff"
         sandbox_flattree:
           TEST_PY_BD: "sandbox_flattree"
         evb_ast2500:
index 87070858541df65b60e4c56c1e1b70aac6e786b8..59f7f0b8bc54d16d1b5898bd1a2d096b71ea593b 100644 (file)
@@ -198,7 +198,7 @@ sandbox_spl test.py:
   tags: [ 'all' ]
   variables:
     TEST_PY_BD: "sandbox_spl"
-    TEST_PY_TEST_SPEC: "test_ofplatdata"
+    TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff"
   <<: *buildman_and_testpy_dfn
 
 evb-ast2500 test.py:
index 39053c6f8d6836be871ddf30d0e4c5dedf4e62d6..ba005f7d12b70e4d7e60d1306e32a1e39cc17477 100644 (file)
@@ -503,7 +503,7 @@ matrix:
     - name: "test/py sandbox_spl"
       env:
         - TEST_PY_BD="sandbox_spl"
-          TEST_PY_TEST_SPEC="test_ofplatdata"
+          TEST_PY_TEST_SPEC="test_ofplatdata or test_handoff"
           TOOLCHAIN="i386"
           TEST_PY_TOOLS="yes"
     - name: "test/py sandbox_flattree"