mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
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:
commit
f0ab42e109
9 changed files with 136 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue