kopia lustrzana https://github.com/gaul/s3proxy
rodzic
a7ed76e73d
commit
5a9e46c8e2
|
@ -31,9 +31,7 @@ do
|
||||||
sleep 1
|
sleep 1
|
||||||
done
|
done
|
||||||
|
|
||||||
# execute s3-tests
|
tags='not fails_on_s3proxy'\
|
||||||
pushd s3-tests
|
|
||||||
tox -- -m 'not fails_on_s3proxy'\
|
|
||||||
' and not appendobject'\
|
' and not appendobject'\
|
||||||
' and not bucket_policy'\
|
' and not bucket_policy'\
|
||||||
' and not checksum'\
|
' and not checksum'\
|
||||||
|
@ -56,3 +54,11 @@ tox -- -m 'not fails_on_s3proxy'\
|
||||||
' and not user_policy'\
|
' and not user_policy'\
|
||||||
' and not versioning'\
|
' and not versioning'\
|
||||||
' and not webidentity_test'
|
' and not webidentity_test'
|
||||||
|
|
||||||
|
if [ "${S3PROXY_CONF}" = "s3proxy-azurite.conf" ]; then
|
||||||
|
tags="${tags} and not multipart"
|
||||||
|
fi
|
||||||
|
|
||||||
|
# execute s3-tests
|
||||||
|
pushd s3-tests
|
||||||
|
tox -- -m "${tags}"
|
||||||
|
|
Ładowanie…
Reference in New Issue