A set of tests for the AWS Glacier service. The tests are generic and can be used against other Glacier clones.
Python 3
Run ./bootstrap
from the root of the repository to setup virtualenv
and all of the project requirements.
After this, tests can be run as follows:
GLACIER_TEST_CONF=./glacier-tests.conf ./virtualenv/bin/nosetests
The configuration file for glacier-tests
has two sections: DEFAULT
and glacier
.
You can specify the options for port
, host
, and whether to use https
. For Amazon Glacier make sure to
use the correct endpoint for each region.
access_key
is the Amazon access key IDsecret_key
is the Amazon secret access keyprefix
is the prefix to be used when creating vaults during testing