Re: [RFC PATCH v4 1/1] tests/vm: Add Haiku test based on their vagrant images

2020-10-28 Thread Philippe Mathieu-Daudé
On 10/28/20 7:02 AM, Thomas Huth wrote: > On 27/10/2020 11.21, Philippe Mathieu-Daudé wrote: >> From: Alexander von Gluck IV >> ... >> +class HaikuVM(basevm.BaseVM): >> +name = "haiku" >> +arch = "x86_64" >> + >> +link = >> "https://app.vagrantup.com/haiku-os/boxes/r1beta2-x86_64/vers

Re: [RFC PATCH v4 1/1] tests/vm: Add Haiku test based on their vagrant images

2020-10-27 Thread Thomas Huth
On 27/10/2020 11.21, Philippe Mathieu-Daudé wrote: > From: Alexander von Gluck IV > > Signed-off-by: Alexander von Gluck IV > [PMD: Avoid recreating the image each time] > Signed-off-by: Philippe Mathieu-Daudé > --- > tests/keys/vagrant| 27 + > tests/keys/vagrant.pub| 1

[RFC PATCH v4 1/1] tests/vm: Add Haiku test based on their vagrant images

2020-10-27 Thread Philippe Mathieu-Daudé
From: Alexander von Gluck IV Signed-off-by: Alexander von Gluck IV [PMD: Avoid recreating the image each time] Signed-off-by: Philippe Mathieu-Daudé --- tests/keys/vagrant| 27 + tests/keys/vagrant.pub| 1 + tests/vm/Makefile.include | 3 +- tests/vm/basevm.py|