clixon/test/vagrant
2020-06-19 15:19:03 +02:00
..
Makefile.in vagrant centos8 and freebsd 2020-06-08 13:07:34 +00:00
nginx.sh vagrant fcgi etc 2020-06-16 07:29:11 +00:00
README.md vagrant fcgi etc 2020-06-16 07:29:11 +00:00
vagrant.sh restconf fcgi refactoring and generalizing restconf tests for evhtp 2020-06-19 15:19:03 +02:00

Vagrant scripts

Scripts for booting local vagrant hosts, installing clixon and running clixon tests

The script then uses a Makefile and logs in to each host, pulls from git, configure, makes and runs through the tests. Make is used to get concurrency - eg with make -j 10

The Makefile contains a configurable VAGRANTS variable, which is defined in a "site.mk" file. You can add such a file, eg:

  VAGRANTS += freebsd/FreeBSD-12.1-STABLE
  VAGRANTS += generic/centos8

Beware memory exhaustion if you run too many simultaneously.

Logs appear in :

/.log.

You can also run a single vagrant test as follows:

  vagrant.sh freebsd/FreeBSD-12.1-STABLE

The current status is as follows

  • freebsd/FreeBSD-12.1-STABLE
  • generic/opensuse42
  • generic/centos8 - one state test fails

For other vagrant boxes, see search vagrant boxes