test(vagrant): add Vagrantfile to use the tests VM.
This commit is contained in:
parent
b1a9a1cb5a
commit
398b22bd96
2 changed files with 85 additions and 0 deletions
28
tests/boxes.yml
Normal file
28
tests/boxes.yml
Normal 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'
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue