@@ -21,7 +21,7 @@ import (
21
21
)
22
22
23
23
func TestBuild (t * testing.T ) {
24
- runWithDindSwarmAndRegistry (t , func (info dindSwarmAndRegistryInfo ) {
24
+ runWithDindSwarmAndRegistry (t , func (info OrchestratorAndRegistryInfo ) {
25
25
cmd := info .configuredCmd
26
26
tmp := fs .NewDir (t , "TestBuild" )
27
27
@@ -59,7 +59,7 @@ func TestBuild(t *testing.T) {
59
59
}
60
60
61
61
func TestBuildMultiTag (t * testing.T ) {
62
- runWithDindSwarmAndRegistry (t , func (info dindSwarmAndRegistryInfo ) {
62
+ runWithDindSwarmAndRegistry (t , func (info OrchestratorAndRegistryInfo ) {
63
63
cmd := info .configuredCmd
64
64
tmp := fs .NewDir (t , "TestBuild" )
65
65
testDir := path .Join ("testdata" , "build" )
@@ -96,7 +96,7 @@ func TestBuildMultiTag(t *testing.T) {
96
96
}
97
97
98
98
func TestQuietBuild (t * testing.T ) {
99
- runWithDindSwarmAndRegistry (t , func (info dindSwarmAndRegistryInfo ) {
99
+ runWithDindSwarmAndRegistry (t , func (info OrchestratorAndRegistryInfo ) {
100
100
cmd := info .configuredCmd
101
101
tmp := fs .NewDir (t , "TestBuild" )
102
102
@@ -117,7 +117,7 @@ func TestQuietBuild(t *testing.T) {
117
117
}
118
118
119
119
func TestBuildWithoutTag (t * testing.T ) {
120
- runWithDindSwarmAndRegistry (t , func (info dindSwarmAndRegistryInfo ) {
120
+ runWithDindSwarmAndRegistry (t , func (info OrchestratorAndRegistryInfo ) {
121
121
cmd := info .configuredCmd
122
122
123
123
testDir := path .Join ("testdata" , "build" )
@@ -148,7 +148,7 @@ func TestBuildWithoutTag(t *testing.T) {
148
148
}
149
149
150
150
func TestBuildWithArgs (t * testing.T ) {
151
- runWithDindSwarmAndRegistry (t , func (info dindSwarmAndRegistryInfo ) {
151
+ runWithDindSwarmAndRegistry (t , func (info OrchestratorAndRegistryInfo ) {
152
152
cmd := info .configuredCmd
153
153
154
154
testDir := path .Join ("testdata" , "build" )
@@ -179,7 +179,7 @@ func TestBuildWithArgs(t *testing.T) {
179
179
}
180
180
181
181
func TestBuildWithArgsDefinedTwice (t * testing.T ) {
182
- runWithDindSwarmAndRegistry (t , func (info dindSwarmAndRegistryInfo ) {
182
+ runWithDindSwarmAndRegistry (t , func (info OrchestratorAndRegistryInfo ) {
183
183
cmd := info .configuredCmd
184
184
185
185
testDir := path .Join ("testdata" , "build" )
0 commit comments