Displaying 1 result from an estimated 1 matches for "xmtestnetdomain".
2006 Apr 24
0
[PATCH][XM-TEST][1/3] New Network Infrastructure for Xm-Test
...ew XenDevice class and NetConfig class. The XenDevice and
the XenNetDevice subclass represent devices in xm-test and are linked to
the XenDomains. The NetConfig class manages xm-test''s network
configuration.
The patches make it possible to easily create a domain with a network
device. The XmTestNetDomain class creates a domain with a single
ethernet device. It automatically grabs an IP and runs the necessary
commands on the guest domain - ifconfig - for you. Or, you can create
domains with XmTestDomain and then use the new device factory to add new
devices to the domain:
domain = XmTestDomain()
do...