Skip to content

Parallelize integration tests using profiles support #3576

@tstromberg

Description

@tstromberg

Ensure that we don't break profiles support by running them simultaneously:

minikube start -p test1
minikube start -p test2
minikube ssh -p test1 hostname # assert that it says test1
minikube ssh -p test2 hostname # assert that it says test2
minikube delete -p test1
minikube delete -p test2

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/testinghelp wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.priority/important-longtermImportant over the long term, but may not be staffed and/or may need multiple releases to complete.r/2019q2Issue was last reviewed 2019q2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions