Skip to content

test_objstorage_cloud: Add s3 objstorage tests using moto server

Moto is a python library that allows to easily mock out tests based on AWS infrastructure.

Use it to test the s3 objstorage implemented using apache libcloud.

Merge request reports