📄 __init__.py
字号:
## Copyright (C) International Business Machines Corp., 2005# Author: Dan Smith <danms@us.ibm.com>#from Console import *from Test import *from Xm import *from XenDomain import *from config import *from XenDevice import *from NetConfig import *# Give this test a clean slatedestroyAllDomUs()if os.environ.get("TEST_VERBOSE"): verbose = Trueelse: verbose = Falseif verbose: timeStamp()# We need to track network configuration, like ips, etc.xmtest_netconf = NetConfig()
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -