delphix-integrations / terraform-provider-delphix

Repository for Delphix Terraform Provider built on DCT APIs.
https://integrations.delphix.com
11 stars 9 forks source link

HUBS-807, HUBS-705, HUBS-706, HUBS-708 #30

Closed sunnyx4 closed 2 years ago

sunnyx4 commented 2 years ago

https://delphix.atlassian.net/browse/HUBS-807 Adding new acceptance test "TestAccVdb_bookmark_provision" for VDB Provision by Bookmark.

  1. Set Env variable DCT_BOOKMARK_ID containing the bookmark name
  2. Provision the VDB using that bookmark id
  3. Verify the provision by checking that newly provisioned VDB's parent id matches with the VDB id present in GetBookmarkByID call

Testing effort done for: https://delphix.atlassian.net/browse/HUBS-708 https://delphix.atlassian.net/browse/HUBS-706 https://delphix.atlassian.net/browse/HUBS-705

sunnyx4 commented 2 years ago

Looks good. This needs a corresponding blackbox change so that blackbox provides a bookmark and passes the DCT_BOOKMARK_ID environment variable.

Let me know how to change blackbox