File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,9 @@ func DefaultOptions(t *testing.T) confsuite.ConformanceOptions {
135
135
136
136
exemptFeatures := confsuite .ParseSupportedFeatures (* confflags .ExemptFeatures )
137
137
skipTests := confsuite .ParseSkipTests (* confflags .SkipTests )
138
+ namespaceLabels := confsuite .ParseKeyValuePairs (* confflags .NamespaceLabels )
139
+ namespaceAnnotations := confsuite .ParseKeyValuePairs (* confflags .NamespaceAnnotations )
140
+
138
141
// Initially, run the GatewayLayerProfile. This will expand as other profiles
139
142
// (EPP, ModelServer) are added and can be selected via flags in future iterations.
140
143
conformanceProfiles := sets .New (GatewayLayerProfileName )
@@ -174,6 +177,8 @@ func DefaultOptions(t *testing.T) confsuite.ConformanceOptions {
174
177
ManifestFS : []fs.FS {& Manifests },
175
178
ReportOutputPath : * confflags .ReportOutput ,
176
179
SkipProvisionalTests : * confflags .SkipProvisionalTests ,
180
+ NamespaceLabels : namespaceLabels ,
181
+ NamespaceAnnotations : namespaceAnnotations ,
177
182
// TODO: Add the inference extension specific fields to ConformanceOptions struct if needed,
178
183
// or handle them during report generation.
179
184
// GatewayAPIInferenceExtensionChannel: inferenceExtensionChannel,
You can’t perform that action at this time.
0 commit comments