Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[metalos][vm] provide multi-kernel test API for default VM
Summary: The main reason I didn't want a multi-kernel API like antlir1 did is to avoid bloated parameters. Most tests only ever customize one or two parameters of the VM, but if we combine them together, it becomes a long list of parameters with defaults that no one will use at the same time. Thanks to comment on D49612785, I suddenly realized it shouldn't prevent me from getting the default VM wrapped in a more restricted API. This also nicely hide the target name I've been exposing to clients that can be satisfied with the default VM. Test Plan: CI should cover all tests. Double check that no test name changes. Reviewed By: epilatow Differential Revision: D49703243 fbshipit-source-id: a7067a769a0ccf93236ef1fe2b0ec4106cb35e00
- Loading branch information