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