-
Notifications
You must be signed in to change notification settings - Fork 283
Conformance: Create Dedicated Shared Location for Feature Names #863
Copy link
Copy link
Closed
Labels
gie-area/conformanceCategorizes an issue or PR as relevant to GIE conformance tests.Categorizes an issue or PR as relevant to GIE conformance tests.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.
Metadata
Metadata
Assignees
Labels
gie-area/conformanceCategorizes an issue or PR as relevant to GIE conformance tests.Categorizes an issue or PR as relevant to GIE conformance tests.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.
Current the features are defined directly inside conformance.go file and referenced by string in individual tests. This work item is to change the setup to closely match the gateway api by creating a dedicated module for feature name management.