clixon/test/cicd
2023-12-02 17:46:43 +01:00
..
cicd.sh Preparations for Clixon 6.0 release 2022-11-29 10:00:41 +01:00
cligen-mk.sh Very large commit for upcoming 4.4 release 2020-02-02 15:52:30 +01:00
clixon-config.sh Fixed: SEGV when starting FCGI restconf program 2021-12-30 16:35:54 +01:00
clixon-mk.sh more clixon-util rm effects 2023-12-02 17:46:43 +01:00
coverage.sh more clixon-util rm effects 2023-12-02 17:46:43 +01:00
Makefile.in Preparations for Clixon 6.0 release 2022-11-29 10:00:41 +01:00
README.md * Added [Vagrant tests](test/vagrant/README.md) 2020-06-08 08:16:42 +00:00

Hosts scripts

Manual scripts for running committed code on a set of remote hosts accessible with ssh.

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 HOSTS variable, which is defined in a "site.mk" file. You must add such a file, eg:

   HOSTS += vandal.hagsand.com # i86_32 ubuntu

Logs appear in : .log.