Skip to content

Commit 3dbcfad

Browse files
committed
add conformance test
1 parent 51d15d2 commit 3dbcfad

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

test/conformance/apisix/suite_test.go

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,12 @@ func TestMain(m *testing.M) {
156156
address := svc.Status.LoadBalancer.Ingress[0].IP
157157

158158
f.DeployIngress(framework.IngressDeployOpts{
159-
ControllerName: s.GetControllerName(),
160-
Namespace: namespace,
161-
StatusAddress: address,
162-
InitSyncDelay: 1 * time.Minute,
159+
ControllerName: s.GetControllerName(),
160+
Namespace: namespace,
161+
StatusAddress: address,
162+
InitSyncDelay: 1 * time.Minute,
163+
ProviderType: "apisix-standalone",
164+
ProviderSyncPeriod: 10 * time.Millisecond,
163165
})
164166

165167
adminEndpoint := fmt.Sprintf("http://%s.%s:9180", svc.Name, namespace)

0 commit comments

Comments
 (0)