Added documentation for running tests.

This commit is contained in:
aznashwan 2015-06-12 20:57:49 +03:00
parent bd371a3c40
commit 548a17d38c
1 changed files with 11 additions and 0 deletions

View File

@ -46,3 +46,14 @@ The following arguments are supported:
* `certificate` - (Optional) The certificate used to authenticate with the
Azure API. If a `settings_file` is not provided `certificate` is required.
It can also be sourced from the `AZURE_CERTIFICATE` environment variable.
## Testing:
The following environment variables must be set for the running of the
acceptance test suite:
* A valid combination of the above which are required for authentification.
* `AZURE_STORAGE` - The name of a storage account to be used in tests which
require a storage backend. The storage account needs to be located in
the Western US Azure region.