vagrant tests eg with evhtp

This commit is contained in:
Olof Hagsand 2020-07-10 12:33:30 +00:00
parent efc0228f99
commit 53deedc242
8 changed files with 317 additions and 138 deletions

View file

@ -7,7 +7,7 @@ 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:
in a `site.mk` file. You can add such a file, eg:
```
VAGRANTS += freebsd/FreeBSD-12.1-STABLE
VAGRANTS += generic/centos8
@ -15,7 +15,7 @@ in a "site.mk" file. You can add such a file, eg:
Beware memory exhaustion if you run too many simultaneously.
Logs appear in : <dir>/<hostname>.log.
Logs appear in : `<dir>/<hostname>.log.`
You can also run a single vagrant test as follows:
```
@ -23,9 +23,12 @@ You can also run a single vagrant test as follows:
```
The current status is as follows
* freebsd/FreeBSD-12.1-STABLE
* generic/opensuse42
* generic/centos8 - one state test fails
* freebsd/FreeBSD-12.1-STABLE - OK
* ubuntu/xenial64 - OK
* generic/opensuse42 - nginx: [emerg] getgrnam("www-data") failed in /etc/nginx/nginx.conf:2
* generic/centos8 - Error in test_perf_state.sh errcode=255
*
For other vagrant boxes, see [search vagrant boxes](https://vagrantcloud.com/search)