Gabriel
Gabriel
During the `0.25` release we've noticed a significant variation in the binary size, where simply changing the firecracker version would add 15kb to the binary size. Later investigation showed that...
We need to generate the Python API client to use inside the testing framework instead of writing our own API request classes. This effort would help in making sure that...
Currently, [image fixtures](https://github.com/firecracker-microvm/firecracker/blob/master/tests/conftest.py#L467) are built by enumerating capabilities in the S3 bucket and calling `exec()` to create new fixtures. It would be much cleaner to have a list of images...