Closed Christian-B closed 1 year ago
The test board spinn-4.cs.man.ac.uk was down which allowed some bugs to creep in. This because the test where skipped
Before approving this PR please restart spinn-4.cs.man.ac.uk and rerun the tests
BoardTestConfiguration changed from using a cfg file to a trial and error method
BoardTestConfiguration now set cfg Machine/version so unittest_setup() needs to be called first
Transceiver unittest use some private properties as they are testing/ using things not required by the normal runs. Alternatives are:
Add api methods just for testing
Remove the Tests
Depends on: https://github.com/SpiNNakerManchester/SpiNNMachine/pull/218 https://github.com/SpiNNakerManchester/SpiNNFrontEndCommon/pull/1098 tested by: https://github.com/SpiNNakerManchester/IntegrationTests/pull/223
blocker if spinn-4.cs.man.ac.uk is on
The test board spinn-4.cs.man.ac.uk was down which allowed some bugs to creep in. This because the test where skipped
Before approving this PR please restart spinn-4.cs.man.ac.uk and rerun the tests
BoardTestConfiguration changed from using a cfg file to a trial and error method
BoardTestConfiguration now set cfg Machine/version so unittest_setup() needs to be called first
Transceiver unittest use some private properties as they are testing/ using things not required by the normal runs. Alternatives are:
Add api methods just for testing
Remove the Tests
Depends on: https://github.com/SpiNNakerManchester/SpiNNMachine/pull/218 https://github.com/SpiNNakerManchester/SpiNNFrontEndCommon/pull/1098 tested by: https://github.com/SpiNNakerManchester/IntegrationTests/pull/223