mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Speed up tests by skipping pings (#11642)
* Mock fping for module tests, there is no need. Removes some wait time. * fixup some rrd disabling code * oops
This commit is contained in:
@@ -11,8 +11,8 @@ $init_modules = array();
|
||||
require $install_dir . '/includes/init.php';
|
||||
$options = getopt('dh:e:', array("help"));
|
||||
|
||||
Config::set('norrd', true);
|
||||
Config::set('noinfluxdb', true);
|
||||
Config::set('rrd.enable', false);
|
||||
Config::set('influxdb.enable', false);
|
||||
Config::set('nographite', true);
|
||||
|
||||
function print_help()
|
||||
|
Reference in New Issue
Block a user