test(vagrant): add Vagrantfile to use the tests VM.

This commit is contained in:
Alexandre Pujol 2023-04-16 22:20:07 +01:00
parent b1a9a1cb5a
commit 398b22bd96
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 85 additions and 0 deletions

28
tests/boxes.yml Normal file
View file

@ -0,0 +1,28 @@
---
boxes:
- name: arch-gnome
box: aa-archlinux-gnome
uefi: false
ram: '6144'
cpu: '6'
- name: arch-kde
box: aa-archlinux-kde
uefi: false
ram: '6144'
cpu: '6'
- name: ubuntu-server
box: aa-ubuntu-server
uefi: true
ram: '6144'
cpu: '6'
- name: opensuse-kde
box: aa-opensuse-kde
uefi: true
ram: '6144'
cpu: '6'