Skip to content

Custom flags for test local (no go test ones) #1476

@smiklosovic

Description

@smiklosovic

Feature Request

Is your feature request related to a problem? Please describe.

I see there in memcached example in main that you are doing flag.String("image") but this flag is set in stone in operator-sdk in test command.

If I want to add my flag (as I have other properties to set, specific to my test), I can not propagate any to "test local" because operator-sdk and go test itself does not recognise them.

Describe the solution you'd like

I want to be able to specify my own additional flags.

Metadata

Metadata

Assignees

Labels

area/testingIssue related to testing the operator-sdk and subcomponentskind/featureCategorizes issue or PR as related to a new feature.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions