Skip to content

Commit

Permalink
test: firecracker-microvm#1099: make sure the vm is killed
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonycorletti committed Feb 3, 2025
1 parent 68009ac commit b570b6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration_tests/security/test_jail.py
Original file line number Diff line number Diff line change
Expand Up @@ -690,3 +690,6 @@ def test_mount_proagation_to_root(uvm_plain, tmp_path):
assert "shared" in mount_info or "slave" in mount_info, (
"Mount propagation type is not SLAVE"
)

# Cleanup: Ensure the Firecracker process is terminated
test_microvm.kill()

0 comments on commit b570b6b

Please sign in to comment.