clixon/test/cicd
2021-10-04 20:06:11 +02:00
..
cicd.sh - Fixed: [xml2txt last param not used #204](https://github.com/clicon/clixon/issues/204) 2021-04-20 13:05:23 +02:00
cligen-mk.sh Very large commit for upcoming 4.4 release 2020-02-02 15:52:30 +01:00
clixon-config.sh * Changed config and install options for Restconf 2021-05-23 17:14:18 +02:00
clixon-mk.sh In the bbuild system, you dont need to do make install-include for installing include files for compiling. This is now included in the actions done by make install. 2020-04-05 12:25:33 +02:00
coverage.sh Refactored Makefile for static linking, removed netconf soap encoding 2021-10-04 20:06:11 +02:00
Makefile.in Copyright 2021 2021-01-13 14:40:34 +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.