def test_stop(self): client = ApolloClient() client.init_with_conf() print client.config_server_url client.start(namespace="mongodb.yaml", func=update_oncallback) client.stop()
def test_start3(self): client = ApolloClient() client.init_with_conf() client.start(namespace="redis1.json", func=update_oncallback)
def test_start4(self): client = ApolloClient() client.init_with_conf() client.start(namespace="mongodb1.yaml", func=update_oncallback)
def test_start2(self): client = ApolloClient() client.init_with_conf() client.start(func=update_oncallback)