Commit 38bc661e authored by Tom Niget's avatar Tom Niget

Add none test

parent 60d04954
......@@ -103,6 +103,7 @@ class TestRegistryClientInteract(unittest.TestCase):
# simulate the process in cache
# just prove works
net_config = client.getNetworkConfig(prefix)
self.assertIsNotNone(net_config)
net_config = json.loads(zlib.decompress(net_config))
self.assertEqual(net_config[u'max_clients'], self.max_clients)
......
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