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:
Tony Murray
2020-05-19 22:08:41 -05:00
committed by GitHub
parent b41d262537
commit f1320b6510
7 changed files with 134 additions and 84 deletions

View File

@@ -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()