From b15bbfa26e7fefb4299f24596712c74c59ecfc8c Mon Sep 17 00:00:00 2001 From: fanmin shi Date: Fri, 10 Nov 2017 10:12:37 -0800 Subject: [PATCH] doc: remove outdated azure.md --- doc/dev/testing/azure.md | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 doc/dev/testing/azure.md diff --git a/doc/dev/testing/azure.md b/doc/dev/testing/azure.md deleted file mode 100644 index 1ae86dcb3..000000000 --- a/doc/dev/testing/azure.md +++ /dev/null @@ -1,21 +0,0 @@ -This document explains how to run tests for etcd-operator functionality when using Azure Blob Storage (ABS) backups - -## Integration Tests - -ABS backend tests use the [azurite](https://github.com/arafato/azurite) tool to act as a lightweight clone for handling Azure Blob Storage client requests. - -#### Run Azurite - -See [azurite](https://github.com/arafato/azurite) for more options on running the tool. Here we use the Docker image approach: - -``` -$ docker run -d -t -p 10000:10000 quay.io/vdice/azurite -``` - -#### Run tests - -Simply set `RUN_INTEGRATION_TEST` to true and run the same unit tests as above. - -``` -$ RUN_INTEGRATION_TEST=true go test -v ./pkg/backup -``` \ No newline at end of file