From f397c35935d88c037cfdcc7e3dd787cebb013f42 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sat, 12 Jan 2019 18:33:31 +0000 Subject: [PATCH] fstest/test_all: add alternate s3 and swift providers to the integration tests --- fstest/test_all/config.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/fstest/test_all/config.yaml b/fstest/test_all/config.yaml index 31b585b59..cbdc1a340 100644 --- a/fstest/test_all/config.yaml +++ b/fstest/test_all/config.yaml @@ -53,6 +53,22 @@ backends: remote: "TestS3:" subdir: true fastlist: true + - backend: "s3" + remote: "TestS3Minio:" + subdir: true + fastlist: true + - backend: "s3" + remote: "TestS3Wasabi:" + subdir: true + fastlist: true + - backend: "s3" + remote: "TestS3DigitalOcean:" + subdir: true + fastlist: true + - backend: "s3" + remote: "TestS3Ceph:" + subdir: true + fastlist: true - backend: "sftp" remote: "TestSftp:" subdir: false @@ -61,6 +77,10 @@ backends: remote: "TestSwift:" subdir: true fastlist: true + - backend: "swift" + remote: "TestSwiftCeph:" + subdir: true + fastlist: true - backend: "yandex" remote: "TestYandex:" subdir: false