示例#1
0
 def test_env_port(self):
     os.environ['BLUEOX_HOST'] = 'master:123'
     host = ports.default_collect_host()
     assert_equal(host, "master:123")
示例#2
0
 def test_emtpy(self):
     host = ports.default_collect_host()
     assert_equal(host, "127.0.0.1:3514")