File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
gfe_integration_tests/test_rte Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1717from time import sleep
1818
1919from spinnman .model .enums import ExecutableType
20- from spinn_front_end_common .utilities .exceptions import (
21- ExecutableFailedToStopException )
20+ from spinnman .exceptions import SpinnmanException
2221from spinn_front_end_common .utilities .database import DatabaseConnection
2322from spinnaker_testbase import BaseTestCase
2423
@@ -40,7 +39,7 @@ def start():
4039 "test_rte_during_run.aplx" ,
4140 ExecutableType .USES_SIMULATION_INTERFACE ))
4241 s .add_socket_address (None , "localhost" , conn .local_port )
43- with pytest .raises (ExecutableFailedToStopException ):
42+ with pytest .raises (SpinnmanException ):
4443 s .run (None )
4544
4645 def test_rte_during_run_forever (self ):
You can’t perform that action at this time.
0 commit comments