Commit e10362aa authored by zhifan huang's avatar zhifan huang

change use args hamc to test: restart one machine

parent f1e95660
...@@ -344,10 +344,12 @@ class testHMAC(Thread): ...@@ -344,10 +344,12 @@ class testHMAC(Thread):
if args.hmac: if args.hmac:
import test_hmac import test_hmac
t = testHMAC() # t = testHMAC()
t.deamon = 1 # t.deamon = 1
t.start() # t.start()
del t # del t
test_hmac.killRe6st(machine1)
machine1.screen(machine1.re6st_cmdline)
_ll = {} _ll = {}
def node_by_ll(addr): def node_by_ll(addr):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment