search for: xmtestdomain

Displaying 3 results from an estimated 3 matches for "xmtestdomain".

Did you mean: testdomain
2006 Apr 24
0
[PATCH][XM-TEST][1/3] New Network Infrastructure for Xm-Test
...figuration. 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() domain.newDevice(XenNetDevice, "eth0") Xm-test networking must be configured when it''s made. There are new options for configure that set IP address range - it uses the zeroconf range...
2006 Mar 07
8
[PATCH] xm,xend: flesh out xm sched-sedf
...lt;danms@us.ibm.com> +# Author: Ryan Harper <ryanh@us.ibm.com> + +from XmTestLib import * + +def get_sedf_params(domain): + status, output = traceCommand("xm sched-sedf %s" %(domain.getName())) + return (status, output.split(''\n'')[1].split()) + + +domain = XmTestDomain(extraConfig = {"sched":"sedf"}) + +try: + domain.start() +except DomainError, e: + if verbose: + print "Failed to create test domain because:" + print e.extra + FAIL(str(e)) + +# get current param values as baseline +(status, params) = get_sedf_p...
2006 Apr 19
2
[PATCH][XM-TEST] Fix for 15_create_smallmem_pos.py test - Bug 616
Hi, Here''s the first step toward dealing with the small memory issue. The 15_create_smallmem_pos.py test was hanging because it created a 16 MB domain and never got to the point where it could set a console limit. The OOM messages flooded the console on creation and the select in Console.py always had something to read. Since there was no limit and it never timed out, the test would