Sign in
chromium
/
external
/
github.com
/
docker
/
cli
/
refs/heads/master
/
.
/
e2e
/
stack
/
config_test.go
blob: 1d56ae70198400c4c326ef2a39645f64337d0762 [
file
] [
log
] [
blame
] [
edit
]
package stack
import (
"testing"
"gotest.tools/v3/icmd"
)
func TestConfigFullStack(t *testing.T) {
result := icmd.RunCommand("docker", "stack", "config", "--compose-file=./testdata/full-stack.yml")
result.Assert(t, icmd.Success)
}