代码搜索结果
找到约 10,000 项符合
Python 的代码
01_reboot_basic_pos.py
#!/usr/bin/python
# Copyright (C) International Business Machines Corp., 2005
# Author: Dan Smith
import time
import re
from XmTestLib import *
domain = XmTestDomain()
try:
01_info_basic_pos.py
#!/usr/bin/python
# Copyright (C) International Business Machines Corp., 2005
# Author: Dan Smith
from XmTestLib import *
status, output = traceCommand("xm info")
if status != 0
04_network_local_udp_pos.py
#!/usr/bin/python
# Copyright (C) International Business Machines Corp., 2006
# Author:
# UDP tests on local interfaces.
# - creates a single guest domain
# - sets up a single
03_network_local_tcp_pos.py
#!/usr/bin/python
# Copyright (C) International Business Machines Corp., 2006
# Author:
# TCP tests on local interfaces.
# - creates a single guest domain
# - sets up a single
12_network_domu_tcp_pos.py
#!/usr/bin/python
# Copyright (C) International Business Machines Corp., 2006
# Author:
# TCP tests to domU interface
# - creates two guest domains
# - sets up a single NIC on
02_network_local_ping_pos.py
#!/usr/bin/python
# Copyright (C) International Business Machines Corp., 2005
# Author:
# Ping tests on local interfaces.
# - creates a single guest domain
# - sets up a singl
13_network_domu_udp_pos.py
#!/usr/bin/python
# Copyright (C) International Business Machines Corp., 2006
# Author:
# UDP tests to domU interface
# - creates two guest domains
# - sets up a single NIC on
gen-build.py
#!/usr/bin/env python
#
# USAGE: gen-build.py TYPE
#
# where TYPE is one of: make, dsp, vcproj
#
# It reads build.conf from the current directory, and produces its output
# into the current directory.
license.txt
Copyright (c) 2001-2002 Chris Liechti
All Rights Reserved.
This is the Python license. In short, you can use this product in
commercial and non-commercial applications, modify it,
readme
CMERT 0.5
5 Nov 2005
Copyright (c) 2005 David Chiang. All rights reserved (for now).
Minimalist installation instructions:
- make
- set #! lines and sys.path lines in Python scripts
- see ru