dapr / cli

Command-line tools for Dapr.
Apache License 2.0
315 stars 197 forks source link

Add support to start or stop container runtime in e2e standalone test suites #1320

Open shubham1172 opened 1 year ago

shubham1172 commented 1 year ago

Describe the proposal

Some changes like https://github.com/dapr/cli/pull/1310, require stopping/starting the container runtime to test CLI's behavior. This issue is to allow such behavior from the standalone e2e test framework. The 1310 PR can be taken as an example PR and a test can be added for the same.

Note, we need to make sure that no other tests run in parallel that depend on container runtime to be available.

Release Note

RELEASE NOTE: ADD option to manage container runtime with standalone e2e test