summaryrefslogtreecommitdiff
path: root/tests/Makefile-test-matrix.am.inc
diff options
context:
space:
mode:
authorMatthew Leeds <matthew.leeds@endlessm.com>2019-02-14 12:54:33 -0800
committerAtomic Bot <atomic-devel@projectatomic.io>2019-05-09 09:12:26 +0000
commit6cfad442c5b3f1f4f51301f370fd4bed43d07d68 (patch)
tree0a34af68b7e01574bad0f2400d5f446c8fea1a2f /tests/Makefile-test-matrix.am.inc
parent915ad583a7bf70e03bf58bf14b9d3bdb7ef33277 (diff)
downloadflatpak-6cfad442c5b3f1f4f51301f370fd4bed43d07d68.tar.gz
tests: Add test-p2p-security.sh
This test is meant to test the issue described in the message for the commit "dir: Use the right keyring to verify P2P pulls". Closes: #2705 Approved by: alexlarsson
Diffstat (limited to 'tests/Makefile-test-matrix.am.inc')
-rw-r--r--tests/Makefile-test-matrix.am.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile-test-matrix.am.inc b/tests/Makefile-test-matrix.am.inc
index 4b5c006b..5ffed7d7 100644
--- a/tests/Makefile-test-matrix.am.inc
+++ b/tests/Makefile-test-matrix.am.inc
@@ -18,6 +18,8 @@ TEST_MATRIX= \
tests/test-bundle@system-norevokefs.wrap \
tests/test-oci-registry@user.wrap \
tests/test-oci-registry@system.wrap \
+ tests/test-p2p-security@user,collections.wrap \
+ tests/test-p2p-security@system,collections.wrap \
$(NULL)
TEST_MATRIX_DIST= \
tests/test-basic.sh \
@@ -38,4 +40,5 @@ TEST_MATRIX_EXTRA_DIST= \
tests/test-repo.sh \
tests/test-bundle.sh \
tests/test-oci-registry.sh \
+ tests/test-p2p-security.sh \
$(NULL)