clixon/test/vagrant
2020-08-13 17:09:38 +02:00
..
clixon.sh made c-compiler configurable, and added /usr/local as include path for cc and c++ tests 2020-07-10 13:22:45 +00:00
Makefile.in vagrant, docker and remote test small changes 2020-07-23 17:23:08 +00:00
mem.sh vagrant tests eg with evhtp 2020-07-10 12:33:30 +00:00
nginx.sh vagrant tests eg with evhtp 2020-07-10 12:33:30 +00:00
README.md CHANGLEOG 4.6 2020-08-13 17:09:38 +02:00
vagrant.sh Last minute documentation and testing changes befoire 4.6 2020-08-13 14:58:42 +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 : <dir>/<hostname>.log.

You can also run a single vagrant test as follows:

  vagrant.sh freebsd/FreeBSD-12.1-STABLE

The current vagrant boxes are verified continuously:

  • ubuntu/bionic64
  • generic/centos8
  • freebsd/FreeBSD-12.1-STABLE

For other vagrant boxes, see search vagrant boxes