SeattleTestbed / nodemanager

Remote control server for SeattleTestbed nodes
MIT License
0 stars 10 forks source link

Make use of UTF's new setup/subprocess sequencing #125

Closed aaaaalbert closed 6 years ago

aaaaalbert commented 8 years ago

This moves the initialization for the test nodemanager (using nminit.py) from ut_nm_subprocess into ut_nm_setup. For this to work, UTF must use the new sequencing of setup/subprocess/shutdown and test cases, see SeattleTestbed/utf#71 for the issue description and SeattleTestbed/utf#73 for the proposed fix.

aaaaalbert commented 8 years ago

Note: This PR depends on SeattleTestbed/utf#73 to be merged before it can go in. Keep that in mind for testing also.

aaaaalbert commented 6 years ago

Implemented via bce5cc71cb5e25be5f9e6f1c21af96a0085c496f. Closing.