Exemple #1
0
import logging
from vesna.omf import ALH

logging.basicConfig(level=logging.INFO)
coor = ALH()
print coor.get("hello")
Exemple #2
0
	def test_get_request(self):
		alh = ALH(cluster_uid='test', socket_path=self.socket_path)
		r = alh.get('hello')

		self.assertEqual(r, 'get')