summaryrefslogtreecommitdiff
path: root/tests/test-wrapper.sh
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2019-09-03 16:06:06 +0200
committerAtomic Bot <atomic-devel@projectatomic.io>2019-09-06 12:49:40 +0000
commit9ec61ae328b0a428c0a15fa883ea41cfceb25fca (patch)
tree8a3024d298c5da9e2db266377bcbe13c5df5470f /tests/test-wrapper.sh
parent52e20d4a59d11a6b6c3bb5f2117bbc5249515d59 (diff)
downloadflatpak-9ec61ae328b0a428c0a15fa883ea41cfceb25fca.tar.gz
tests: Add tests for oci registries using labels instead of annotations
Closes: #2978 Approved by: alexlarsson
Diffstat (limited to 'tests/test-wrapper.sh')
-rwxr-xr-xtests/test-wrapper.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test-wrapper.sh b/tests/test-wrapper.sh
index 3dd79f45..04770465 100755
--- a/tests/test-wrapper.sh
+++ b/tests/test-wrapper.sh
@@ -26,6 +26,12 @@ for feature in $(echo $1 | sed "s/^.*@\(.*\).wrap/\1/" | tr "," "\n"); do
export USE_COLLECTIONS_IN_SERVER=yes
export USE_COLLECTIONS_IN_CLIENT=no
;;
+ labels)
+ export USE_OCI_LABELS=yes
+ ;;
+ annotations)
+ export USE_OCI_ANNOTATIONS=yes
+ ;;
*)
echo unsupported test feature $feature
exit 1