File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ const (
40
40
)
41
41
42
42
func TestClientSettingsPoliciesTargetRefKind (t * testing.T ) {
43
+ t .Parallel ()
43
44
tests := []struct {
44
45
policySpec ngfAPIv1alpha1.ClientSettingsPolicySpec
45
46
name string
@@ -96,12 +97,14 @@ func TestClientSettingsPoliciesTargetRefKind(t *testing.T) {
96
97
97
98
for _ , tt := range tests {
98
99
t .Run (tt .name , func (t * testing.T ) {
100
+ t .Parallel ()
99
101
validateClientSettingsPolicy (t , tt )
100
102
})
101
103
}
102
104
}
103
105
104
106
func TestClientSettingsPoliciesTargetRefGroup (t * testing.T ) {
107
+ t .Parallel ()
105
108
tests := []struct {
106
109
policySpec ngfAPIv1alpha1.ClientSettingsPolicySpec
107
110
name string
@@ -140,6 +143,7 @@ func TestClientSettingsPoliciesTargetRefGroup(t *testing.T) {
140
143
141
144
for _ , tt := range tests {
142
145
t .Run (tt .name , func (t * testing.T ) {
146
+ t .Parallel ()
143
147
validateClientSettingsPolicy (t , tt )
144
148
})
145
149
}
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ go 1.24.2
5
5
replace github.com/nginx/nginx-gateway-fabric/v2 => ../
6
6
7
7
require (
8
+ github.com/nginx/nginx-gateway-fabric v1.6.2
8
9
github.com/nginx/nginx-gateway-fabric/v2 v2.0.0
9
10
github.com/onsi/ginkgo/v2 v2.23.4
10
11
github.com/onsi/gomega v1.38.0
Original file line number Diff line number Diff line change @@ -94,6 +94,8 @@ github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f h1:KUppIJq7/+
94
94
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f /go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U =
95
95
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f h1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus =
96
96
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f /go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw =
97
+ github.com/nginx/nginx-gateway-fabric v1.6.2 h1:ktdShWxT/Drh/5/u8S5QMRgnnBGvVuFDV10ttRk0W+c =
98
+ github.com/nginx/nginx-gateway-fabric v1.6.2 /go.mod h1:Fi2hdmoNj9nQRX9YQDju+ntMPG4Fgcw+irfl/GYWSEk =
97
99
github.com/onsi/ginkgo/v2 v2.23.4 h1:ktYTpKJAVZnDT4VjxSbiBenUjmlL/5QkBEocaWXiQus =
98
100
github.com/onsi/ginkgo/v2 v2.23.4 /go.mod h1:Bt66ApGPBFzHyR+JO10Zbt0Gsp4uWxu5mIOTusL46e8 =
99
101
github.com/onsi/gomega v1.38.0 h1:c/WX+w8SLAinvuKKQFh77WEucCnPk4j2OTUr7lt7BeY =
You can’t perform that action at this time.
0 commit comments