forked from TrueCloudLab/rclone
crypt: add to integration tests
This commit is contained in:
parent
73cd1f4e88
commit
059743a1b0
1 changed files with 9 additions and 7 deletions
|
@ -22,15 +22,17 @@ import (
|
||||||
|
|
||||||
var (
|
var (
|
||||||
remotes = []string{
|
remotes = []string{
|
||||||
"TestSwift:",
|
|
||||||
"TestS3:",
|
|
||||||
"TestDrive:",
|
|
||||||
"TestGoogleCloudStorage:",
|
|
||||||
"TestDropbox:",
|
|
||||||
"TestAmazonCloudDrive:",
|
"TestAmazonCloudDrive:",
|
||||||
"TestOneDrive:",
|
|
||||||
"TestHubic:",
|
|
||||||
"TestB2:",
|
"TestB2:",
|
||||||
|
"TestCryptDrive:",
|
||||||
|
"TestCryptSwift:",
|
||||||
|
"TestDrive:",
|
||||||
|
"TestDropbox:",
|
||||||
|
"TestGoogleCloudStorage:",
|
||||||
|
"TestHubic:",
|
||||||
|
"TestOneDrive:",
|
||||||
|
"TestS3:",
|
||||||
|
"TestSwift:",
|
||||||
"TestYandex:",
|
"TestYandex:",
|
||||||
}
|
}
|
||||||
binary = "fs.test"
|
binary = "fs.test"
|
||||||
|
|
Loading…
Add table
Reference in a new issue