#!/bin/bash# Path to scenario filesTESTS=sets/knotd/slave# Path to daemonDAEMON=knotd# Template file nameTEMPLATE=template/knotd_slave.j2 # Config file nameCONFIG=knotd.conf# Additional parameter for knotd# it means configuration file can be found in working directoryADDITIONAL="-c ./knotd.conf"export TESTS DAEMON TEMPLATE CONFIG ADDITIONALmake