mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Yaml value filling improvements (#15116)
* Yaml value filling improvements search all data for fully qualified oids (to prevent incorrect matches) Reduce searches when not needed subindex code optimization * fix aos7 * fix e3meterdc * Cleanups * fix hpe-mapdu * fix timos add note to dev:check * remove inconsistent Str::contains usage
This commit is contained in:
@@ -44,7 +44,7 @@ return [
|
||||
'fail-fast' => 'Stop checks when any failure is encountered',
|
||||
'full' => 'Run full checks ignoring changed file filtering',
|
||||
'module' => 'Specific Module to run tests on. Implies unit, --db, --snmpsim',
|
||||
'os' => 'Specific OS to run tests on. Implies unit, --db, --snmpsim',
|
||||
'os' => 'Specific OS to run tests on. May be a regex or comma seperated list. Implies unit, --db, --snmpsim',
|
||||
'os-modules-only' => 'Skip os detection test when specifying a specific OS. Speeds up test time when checking non-detection changes.',
|
||||
'quiet' => 'Hide output unless there is an error',
|
||||
'snmpsim' => 'Use snmpsim for unit tests',
|
||||
|
Reference in New Issue
Block a user