摘要: 【前言】Rally是一个开源测试工具,用于测试openstack各个组件的性能在使用Rally测试完毕后,一般会生成测试报告,这点很重要。但是原生态的Rally报告模板angular js框架是从Google下载的。 国内一般链接Google很困难(VPN用户可以飘过了)。有以下几种办... 阅读全文
posted @ 2015-08-06 13:32 ttbelieve 阅读(784) 评论(0) 推荐(1)
摘要: #!/usr/bin/env python# -*- coding: utf-8 -*- import time,osimport threadingimport sys threads = [] username = 'root'passwd = '123456'ssh_ip = ['10.11. 阅读全文
posted @ 2015-04-13 18:25 ttbelieve 阅读(2751) 评论(1) 推荐(0)
摘要: for num in range(5,0,-1): time.sleep(1) sys.stdout.flush() sys.stdout.write('\rPlease Wait: '+str(num)+'s \r') sys.stdout.flush() 阅读全文
posted @ 2015-04-13 15:48 ttbelieve 阅读(4632) 评论(0) 推荐(1)