Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: option to use installed lima for SOCI e2e tests (#533)
Issue #, if available: Closes #532 *Description of changes:* to verify SOCI snapshotter is working correctly, limactl is used to shell into the Finch VM and check that mounted snapshots match the expected created by SOCI. In our nightly builds we test against an installed version of Finch, but the previous SOCI e2e tests did not account for this. Now, branch on `installed` to determine which lima path to use. *Testing done:* For testing, I uninstalled Finch, reinstalled from brew, and tested that pathing matched the installation with `INSTALLED=true make test-e2e-vm` and some debug statements. `INSTALLED=false make test-e2e-vm` also still works. - [X] I've reviewed the guidance in CONTRIBUTING.md #### License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Gavin Inglis <[email protected]>
- Loading branch information