SpiNNakerManchester / PACMAN

Partition and Configuration Manager for SpiNNaker
Apache License 2.0
9 stars 7 forks source link

Config checker #376

Closed Christian-B closed 3 years ago

Christian-B commented 3 years ago

A simple walker that looks for get_config... lines and then executes the call.

This checks that the value exists in the default config files.

Note: I decided to put the check code in config_holder as it uses config_holder methods. It is used by Pacman, FEC and Spynakker It could not go into TestBase as that sits above FEC

Fixes https://github.com/SpiNNakerManchester/PACMAN/issues/375

can be merged before PRs it depends on.