Merge pull request #300 from docker/aci_ci

Run ACI e2e tests in the CI with basic support for service principal login
This commit is contained in:
Guillaume Tardif 2020-06-30 10:29:13 +02:00 committed by GitHub
commit f0ab42e109
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 136 additions and 5 deletions

View file

@ -3,9 +3,10 @@ package mobycli
import (
"testing"
"github.com/docker/api/tests/framework"
. "github.com/onsi/gomega"
"github.com/stretchr/testify/suite"
"github.com/docker/api/tests/framework"
)
type MobyExecSuite struct {