mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-28 08:01:04 +00:00
Remove the dry run related functionality. The main function now just having boilerplate code that we should test via integration tests. We can test the parsing by validating the `TryFrom` implementation. Everything else is not possible to test with unit tests because they need I/O (such as working with sockets), and thus are more appropriate for integration tests. Added more tests for validating the expected behavior of parsing. Signed-off-by: Andreea Florescu <fandree@amazon.com> |
||
|---|---|---|
| .cargo | ||
| .github | ||
| rust-vmm-ci@ae7db2d98a | ||
| src/i2c | ||
| .gitignore | ||
| .gitmodules | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CODEOWNERS | ||
| coverage_config_x86_64.json | ||
| LICENSE-APACHE | ||
| README.md | ||