(test_env)
| 794 | |
| 795 | @test(requires_mastersrv=True) |
| 796 | def start_mastersrv(test_env): |
| 797 | mastersrv = test_env.mastersrv() |
| 798 | wait_for_startup([mastersrv]) |
| 799 | mastersrv.exit() |
| 800 | mastersrv.wait_for_exit() |
| 801 | |
| 802 | |
| 803 | @test(requires_mastersrv=True) |
nothing calls this directly
no test coverage detected