You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: simplify assertion that ensures Firecracker got killed
- utils.check_output already asserts `rc == 0`
- `output.find("firecracker") == -1` is an unidiomatic version of
"firecracker" not in output.
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments