# README

How run azblob integration tests

Run tests locally

Copy example files and update corresponding values.

cp Makefile.env.exmaple Makefile.env

Run tests

make integration_test

Run tests in CI

Set following environment variables:

export STORAGE_AZBLOB_INTEGRATION_TEST=on
export STORAGE_AZBLOB_CREDENTIAL=hmac:access_key:secret_key
export STORAGE_AZBLOB_NAME=bucketname
export STORAGE_AZBLOB_ENDPOINT=https:accountname.blob.core.windows.net

Run tests

make integration_test