Add support for docker testclusters (#20247)

This commit is contained in:
Nick Cabatoff
2023-04-24 14:25:50 -04:00
committed by GitHub
parent cddbc3f79e
commit 2f0929f3ab
33 changed files with 2632 additions and 272 deletions

View File

@@ -12,11 +12,11 @@ import (
"testing"
"time"
"github.com/hashicorp/vault/helper/testhelpers/docker"
"github.com/hashicorp/vault/helper/testhelpers/postgresql"
"github.com/hashicorp/vault/sdk/database/dbplugin/v5"
dbtesting "github.com/hashicorp/vault/sdk/database/dbplugin/v5/testing"
"github.com/hashicorp/vault/sdk/database/helper/dbutil"
"github.com/hashicorp/vault/sdk/helper/docker"
"github.com/hashicorp/vault/sdk/helper/template"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"