rust-vmm / vmm-reference

A VMM implementation based of rust-vmm components
Apache License 2.0
146 stars 61 forks source link

Destroy newly created tap device on cleanup of tests #228

Open ramyak-mehra opened 2 years ago

ramyak-mehra commented 2 years ago

When we configure the tap device on docker for #107, we should make sure it destroys on the host machine as well. This needs to happen irrespective of wether the test pass or fails.