glacier-tests
October 13, 2015 ยท View on GitHub
A set of tests for the AWS Glacier service. The tests are generic and can be used against other Glacier clones.
Requirements
Python 3
Usage
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
Configuring the tests
The configuration file for glacier-tests has two sections: DEFAULT and glacier.
DEFAULT
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.
glacier
access_keyis the Amazon access key IDsecret_keyis the Amazon secret access keyprefixis the prefix to be used when creating vaults during testing