From 5097e52f7155535dacdae2bd5e69c8e7be5433fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Sto=C5=82owski?= Date: Fri, 15 Oct 2021 10:36:30 +0200 Subject: Test validation enforcing. --- .../build-aux/snap/snapcraft.yaml | 17 +++++++++++++++++ .../build-aux/snap/snapcraft.yaml | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 tests/lib/snaps/store/test-snapd-validation-set-enforcing.v1/build-aux/snap/snapcraft.yaml create mode 100644 tests/lib/snaps/store/test-snapd-validation-set-enforcing.v2/build-aux/snap/snapcraft.yaml (limited to 'tests/lib') diff --git a/tests/lib/snaps/store/test-snapd-validation-set-enforcing.v1/build-aux/snap/snapcraft.yaml b/tests/lib/snaps/store/test-snapd-validation-set-enforcing.v1/build-aux/snap/snapcraft.yaml new file mode 100644 index 0000000000..7da39aa0ad --- /dev/null +++ b/tests/lib/snaps/store/test-snapd-validation-set-enforcing.v1/build-aux/snap/snapcraft.yaml @@ -0,0 +1,17 @@ +name: test-snapd-validation-set-enforcing +version: 1.0.0 +summary: Test snap for validation set enforcing. +description: | + Test snap for validation set enforcing. +grade: stable +confinement: strict +type: app +base: core18 +architectures: + - build-on: amd64 + run-on: all + +parts: + test-snapd-validation-set-enforcing: + plugin: nil + diff --git a/tests/lib/snaps/store/test-snapd-validation-set-enforcing.v2/build-aux/snap/snapcraft.yaml b/tests/lib/snaps/store/test-snapd-validation-set-enforcing.v2/build-aux/snap/snapcraft.yaml new file mode 100644 index 0000000000..cfeb9704fd --- /dev/null +++ b/tests/lib/snaps/store/test-snapd-validation-set-enforcing.v2/build-aux/snap/snapcraft.yaml @@ -0,0 +1,17 @@ +name: test-snapd-validation-set-enforcing +version: 2.0.0 +summary: Test snap for validation set enforcing. +description: | + Test snap for validation set enforcing. +grade: stable +confinement: strict +type: app +base: core18 +architectures: + - build-on: amd64 + run-on: all + +parts: + test-snapd-validation-set-enforcing: + plugin: nil + -- cgit v1.2.3