AlmaLinux / cloud-images

Packer templates and other tools for building AlmaLinux images for various cloud platforms.
MIT License
154 stars 48 forks source link

Add tests for vagrant boxes #65

Closed LKHN closed 2 years ago

LKHN commented 2 years ago

Added Vagrant box tests and documentation

Signed-off-by: Elkhan Mammadli elkhan.mammadli@protonmail.com

srbala commented 2 years ago

@LKHN is this for automated testing use in Linux environments?

LKHN commented 2 years ago

@LKHN is this for automated testing use in Linux environments?

You can run this for Libvirt boxes on Linux. VirtualBox, VMware vagrant boxes on Linux and Windows environments. Hyper-V on Windows. The test can be used as either manual or automated. For instance, We use this in our pipeline at https://github.com/AlmaLinux/alcib. See tests/vagrant/Vagrant.md for tests and instruction.

srbala commented 2 years ago

I got that, order of check variants. If most frequest use is automated testing current order is ok. otherwise other or check should start 3rd party software before defaults to system native, just a point of view.