Skip to content

Commit

Permalink
test_ctlmgr: fix
Browse files Browse the repository at this point in the history
jordens committed Feb 5, 2016
1 parent c52081c commit 912274c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/test/test_ctlmgr.py
Original file line number Diff line number Diff line change
@@ -56,7 +56,6 @@ async def wait_for_ping(self, host, port, retries=5, timeout=2):
raise asyncio.TimeoutError

def test_start_ping_stop_controller(self):
command = sys.executable + " -m "
entry = {
"type": "controller",
"host": "::1",
@@ -67,5 +66,6 @@ def test_start_ping_stop_controller(self):
async def test():
await self.start("lda_sim", entry)
remote = await self.get_client(entry["host"], entry["port"])
await remote.ping()

self.loop.run_until_complete(test())

0 comments on commit 912274c

Please sign in to comment.