components-contrib/tests/certification/state/azure/blobstorage
Bernd Verst 64a2c3aad1 Revert "revert amqp changes, eventhubs library update"
This reverts commit b236279d81.
2022-12-14 16:19:06 -08:00
..
components Certification test for Azure Blob storage state store component (#1896) 2022-07-21 16:24:39 -07:00
README.md Certification test for Azure Blob storage state store component (#1896) 2022-07-21 16:24:39 -07:00
blobstorage_test.go Components' init functions should return interfaces (#1997) 2022-08-25 18:27:45 -07:00
config.yaml Certification test for Azure Blob storage state store component (#1896) 2022-07-21 16:24:39 -07:00
go.mod Revert "revert amqp changes, eventhubs library update" 2022-12-14 16:19:06 -08:00
go.sum Revert "revert amqp changes, eventhubs library update" 2022-12-14 16:19:06 -08:00

README.md

Azure Blob storage certification testing

This project aims to test the Azure Blob storage State Store component under various conditions.

Test plan

Existing storage container with access key authentication:

  1. Able to create and test connection.
  2. Able to do set, fetch, delete.

Non-existing container is created - using access key authentication:

  1. Able to create and test connection.
  2. Able to do set, fetch, delete data.
  3. Delete the container (cleanup step)

Authentication using Azure Active Directory Auth

  1. Save Data and retrieve data using AAD credentials