摘要:
1. Create the MCS type machine catalog 2. Add the machine to MCS machine catalog 3.Delete the machine from XenServer host 4.Delete the vdisk from xens 阅读全文
摘要:
1. Create the PVS machine catalog: For the Server OS(MultiSession Support) as below: 2. Insert the machines data of devices in database: 3. Import the 阅读全文
摘要:
python3中用HTMLTestRunner.py报ImportError: No module named 'StringIO'的解决方法: Import HTMLTestRunner 1.原因是官网的是python2语法写的,看官手动把官网的HTMLTestRunner.py改成python3 阅读全文