Commit 9ac64f16 authored by Xiaowu Zhang's avatar Xiaowu Zhang

test_registry_client: skip seems no need

anyway, let test failed if any error
parent a6ca9a52
......@@ -45,12 +45,11 @@ class TestRegistryClientInteract(unittest.TestCase):
def test_1_main(self):
""" a client interact a server, no re6stnet node test basic function"""
try:
self.server = re6st_wrap.Re6stRegistry(DummyNode(), "2001:db8:42::",
self.max_clients, port=self.port,
recreate=True)
except:
self.skipTest("start registry failed")
self.server = re6st_wrap.Re6stRegistry(
DummyNode(),
"2001:db8:42::",
self.max_clients, port=self.port,
recreate=True)
client = registry.RegistryClient(self.url)
email = "m1@miku.com"
......
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