github.com/chipaca/snappy@v0.0.0-20210104084008-1f06296fe8ad/cmd/snap-confine/spread-tests/main/test-seccomp-compat/task.yaml (about)

     1  summary: Check that basic install works
     2  # This is blacklisted on debian because we first have to get the dpkg-vendor patches
     3  #
     4  # This test only makes sense on x86_64 as it can execute i386 code in addition
     5  # to native x86_64 code).
     6  systems: [-debian-8, -ubuntu-16.04-32]
     7  prepare: |
     8      snap install --edge test-seccomp-compat
     9  execute: |
    10      cd /
    11      echo Run the 64 bit binary
    12      test-seccomp-compat.true64
    13      echo Run the 32 bit binary
    14      test-seccomp-compat.true32
    15  restore: |
    16      snap remove --purge test-seccomp-compat