components-contrib/tests/certification/state/azure/blobstorage
1046102779 0b0a7298f6 feature: add context to state API
Signed-off-by: 1046102779 <seachen@tencent.com>
2022-12-08 16:24:53 +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 feature: add context to state API 2022-12-08 16:24:53 +08:00
go.sum feature: add context to state API 2022-12-08 16:24:53 +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