cli icon indicating copy to clipboard operation
cli copied to clipboard

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

Open shubham1172 opened this issue 2 years ago • 0 comments

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

shubham1172 avatar Jun 17 '23 06:06 shubham1172