摘要: #_*_ coding:utf8 _*_ from pysphere import VIServer import ssl import re import sys import os import yaml config_name = 'config.yaml' config_file = os.path.join(os.path.dirname(os.path.abspath(__file... 阅读全文
posted @ 2018-05-16 17:16 划得戳 阅读(2904) 评论(0) 推荐(0)
摘要: #_*_ coding:utf8 _*_ import sys,time import yaml import re import os import ssl import random import ConfigParser from unittest import TestCase from pysphere import VIServer, VIProperty, MORTypes, V... 阅读全文
posted @ 2018-05-16 17:04 划得戳 阅读(1016) 评论(0) 推荐(0)