Add support to start or stop container runtime in e2e standalone test suites
Open
area/test/e2e
P2
triaged/resolved
- Dominant language
- Go
- Stars
- 353
- Forks
- 221
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 2
Description
## 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
Contributor guide
Assessment
This issue has not been assessed yet.