def test_deploy(self):
self.d = amulet.Deployment(series='xenial')
self.d.add('client', 'hadoop-client')
self.d.setup(timeout=900)
self.d.sentry.wait(timeout=1800)
self.unit = self.d.sentry['client'][0]
01-basic-deployment.py 文件源码
python
阅读 24
收藏 0
点赞 0
评论 0
评论列表
文章目录