changeset: 9325:1ecb7f1ddc79
tag: tip
user: kaf24@xxxxxxxxxxxxxxxxxxxx
date: Sun Mar 19 11:55:46 2006 +0100
summary: Fix VMX guest can not be created on PAE xen with more than
4G RAM.
Hardware: x460
******************** x86_32(no PAE): ***************************
* dom0: SLES9 SP2
* dom0 boots fine
* xend starts without problem
--- Linux HVM domain status: ---
Details:
ISSUES:
* xm-test is not completing again. dom0 is getting a dump from the
python process. Eventually the system just reboots. This is bug# 560 but
now it dumps on a diffrent process. Attached are some file for details.
Needs investigation.
SUMMARY:
N/A
--- Windows HVM domain status: ---
* TBD
ISSUES:
*
SUMMERY:
N/A
********************** x86_64: *********************************
* dom0: SLES9 SP2
* dom0 boots fine
* xend starts without problem
* able to boot HVM domains.
--- Linux HVM domain status: ---
Details:
* xm-test run completes.
* loopback device problem is not present anymore. :)
ISSUES:
N/A
SUMMERY:
Xm-test execution summary:
PASS: 74
FAIL: 1
XPASS: 2
XFAIL: 1
Details:
XFAIL: 02_network_local_ping_pos
ping loopback failed for size 65507. ping eth0 failed for size
65507.
--- Windows HVM domain status: ---
* TBD
ISSUES:
N/A
SUMMERY:
N/A
regards,
Rick
dmesg:
xenbr0: port 2(peth0) entering forwarding state
Eeek! page_mapcount(page) went negative! (-1)
page->flags = 14
page->count = 0
page->mapping = 00000000
------------[ cut here ]------------
kernel BUG at mm/rmap.c:560!
invalid opcode: 0000 [#1]
Modules linked in: thermal processor fan button battery ac sworks_agp agpgart
CPU: 0
EIP: 0061:[<c014cc97>] Not tainted VLI
EFLAGS: 00010286 (2.6.16-rc6-xen0 #1)
EIP is at page_remove_rmap+0x97/0xb0
eax: ffffffff ebx: c137c600 ecx: 0000001b edx: fbfa9000
esi: 00000000 edi: 406fa000 ebp: dacd5d60 esp: dacd5d54
ds: 007b es: 007b ss: 0069
Process python (pid: 5081, threadinfo=dacd4000 task=cdd4c030)
Stack: <0>c048b8c1 00000000 40724000 dacd5d9c c0145650 c137c600 406fa000
b3041067
dacd4000 b3041067 c137c600 ffffffe9 ffffffff ce146be8 de2d8900 40724000
cf897404 40724000 dacd5ddc c01458a6 c05e1470 deecee8c cf897404 406e3000
Call Trace:
[<c0105156>] show_stack_log_lvl+0xf6/0x110
[<c010534e>] show_registers+0x18e/0x200
[<c0105539>] die+0xd9/0x180
[<c0105669>] do_trap+0x89/0xd0
[<c01059e8>] do_invalid_op+0xb8/0xd0
[<c0104d4f>] error_code+0x2b/0x30
[<c0145650>] zap_pte_range+0x1b0/0x320
[<c01458a6>] unmap_page_range+0xe6/0x180
[<c0145a23>] unmap_vmas+0xe3/0x1a0
[<c014ae3e>] exit_mmap+0x6e/0x100
[<c0116d37>] mmput+0x27/0x80
[<c011b273>] exit_mm+0xc3/0xe0
[<c011ba49>] do_exit+0xe9/0x390
[<c011bd64>] do_group_exit+0x34/0x90
[<c01256e2>] get_signal_to_deliver+0x242/0x2f0
[<c0104a1b>] do_signal+0x6b/0x170
[<c0104b5a>] do_notify_resume+0x3a/0x3c
[<c0104c73>] work_notifysig+0x13/0x18
Code: 53 0c 8b 42 04 c7 04 24 aa b8 48 c0 40 89 44 24 04 e8 9e cc fc ff 8b 43
10 c7 04 24 c1 b8 48 c0 89 44 24 04 e8 8b cc fc ff eb 84 <0f> 0b 30 02 7f b8 48
c0 eb 80 eb 0d 90 90 90 90 90 90 90 90 90
<1>Fixing recursive fault but reboot is needed!
/var/log/xend-debug.log:
Nothing to flush.
Traceback (most recent call last):
File "/usr/lib/python/xen/xend/server/SrvDomainDir.py", line 77, in op_create
dominfo = self.xd.domain_create(config)
File "/usr/lib/python/xen/xend/XendDomain.py", line 226, in domain_create
dominfo = XendDomainInfo.create(config)
File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 179, in create
vm = XendDomainInfo(parseConfig(config))
File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 436, in __init__
self.validateInfo()
File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 568, in validateInfo
self.check_name(self.info['name'])
File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 1148, in check_name
raise VmError("VM name '%s' already in use by domain %d" %
VmError: VM name 'default' already in use by domain 3
ERROR: Couldn't set hvm info for HVM guest.
ERROR: Error constructing guest OS
Traceback (most recent call last):
File "/usr/lib/python/xen/xend/server/SrvDomainDir.py", line 77, in op_create
dominfo = self.xd.domain_create(config)
File "/usr/lib/python/xen/xend/XendDomain.py", line 226, in domain_create
dominfo = XendDomainInfo.create(config)
File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 182, in create
vm.initDomain()
File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 1224, in initDomain
channel_details = self.image.createImage()
File "/usr/lib/python/xen/xend/image.py", line 118, in createImage
return self.createDomain()
File "/usr/lib/python/xen/xend/image.py", line 137, in createDomain
result = self.buildDomain()
File "/usr/lib/python/xen/xend/image.py", line 242, in buildDomain
apic = self.apic)
error: (14, 'Bad address')
Traceback (most recent call last):
File "/usr/lib/python/xen/xend/server/SrvDomainDir.py", line 77, in op_create
dominfo = self.xd.domain_create(config)
File "/usr/lib/python/xen/xend/XendDomain.py", line 226, in domain_create
dominfo = XendDomainInfo.create(config)
File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 182, in create
vm.initDomain()
File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 1218, in initDomain
balloon.free(m)
File "/usr/lib/python/xen/xend/balloon.py", line 162, in free
raise VmError('The privileged domain did not balloon!')
VmError: The privileged domain did not balloon!
*** case block-create from group default
*** Running tests for case block-create
make[1]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-create'
make check-TESTS
make[2]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-create'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1668.7
01_domu_proc-1142869458 1 64 1 -b---- 5.0
[dom0] Running `xm destroy 01_domu_proc-1142869458'
*** Finished cleaning domUs
*** Test 01_block_attach_device_pos started at Mon Mar 20 09:44:53 2006 CDT
REASON: Block-attach not supported for HVM domains
SKIP: 01_block_attach_device_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1669.3
Zombie-01_domu_proc-1142869458 1 64 1 -b---d 5.0
[dom0] Running `xm destroy Zombie-01_domu_proc-1142869458'
*** Finished cleaning domUs
*** Test 02_block_attach_file_device_pos started at Mon Mar 20 09:44:53 2006 CDT
REASON: Block-attach not supported for HVM domains
SKIP: 02_block_attach_file_device_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1669.7
*** Finished cleaning domUs
*** Test 04_block_attach_device_repeatedly_pos started at Mon Mar 20 09:44:53
2006 CDT
REASON: Block-attach not supported for HVM domains
SKIP: 04_block_attach_device_repeatedly_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1669.9
*** Finished cleaning domUs
*** Test 05_block_attach_and_dettach_device_repeatedly_pos started at Mon Mar
20 09:44:54 2006 CDT
REASON: Block-attach not supported for HVM domains
SKIP: 05_block_attach_and_dettach_device_repeatedly_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1670.1
*** Finished cleaning domUs
*** Test 06_block_attach_baddomain_neg started at Mon Mar 20 09:44:54 2006 CDT
REASON: Block-attach not supported for HVM domains
SKIP: 06_block_attach_baddomain_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1670.3
*** Finished cleaning domUs
*** Test 07_block_attach_baddevice_neg started at Mon Mar 20 09:44:54 2006 CDT
REASON: Block-attach not supported for HVM domains
SKIP: 07_block_attach_baddevice_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1670.4
*** Finished cleaning domUs
*** Test 08_block_attach_bad_filedevice_neg started at Mon Mar 20 09:44:54 2006
CDT
REASON: Block-attach not supported for HVM domains
SKIP: 08_block_attach_bad_filedevice_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1670.6
*** Finished cleaning domUs
*** Test 09_block_attach_and_dettach_device_check_data_pos started at Mon Mar
20 09:44:54 2006 CDT
REASON: Block-attach not supported for HVM domains
SKIP: 09_block_attach_and_dettach_device_check_data_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1670.8
*** Finished cleaning domUs
*** Test 11_block_attach_shared_dom0 started at Mon Mar 20 09:44:54 2006 CDT
REASON: Block-attach not supported for HVM domains
SKIP: 11_block_attach_shared_dom0.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1671.0
*** Finished cleaning domUs
*** Test 12_block_attach_shared_domU started at Mon Mar 20 09:44:55 2006 CDT
REASON: Block-attach not supported for HVM domains
SKIP: 12_block_attach_shared_domU.test
=======================
All 0 tests passed
(10 tests were not run)
=======================
make[2]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-create'
make[1]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-create'
*** case block-destroy from group default
*** Running tests for case block-destroy
make[1]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-destroy'
make check-TESTS
make[2]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-destroy'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1671.2
*** Finished cleaning domUs
*** Test 01_block-destroy_btblock_pos started at Mon Mar 20 09:44:55 2006 CDT
REASON: Block-detach not supported for HVM domains
SKIP: 01_block-destroy_btblock_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1671.4
*** Finished cleaning domUs
*** Test 02_block-destroy_rtblock_pos started at Mon Mar 20 09:44:55 2006 CDT
REASON: Block-detach not supported for HVM domains
SKIP: 02_block-destroy_rtblock_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1671.6
*** Finished cleaning domUs
*** Test 03_block-destroy_nonexist_neg started at Mon Mar 20 09:44:55 2006 CDT
[dom0] Running `xm block-detach 9999 769'
Error: Domain '9999' not found when running 'xm block-detach'
PASS: 03_block-destroy_nonexist_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1671.9
*** Finished cleaning domUs
*** Test 04_block-destroy_nonattached_neg started at Mon Mar 20 09:44:56 2006
CDT
REASON: Block-detach not supported for HVM domains
SKIP: 04_block-destroy_nonattached_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1672.0
*** Finished cleaning domUs
*** Test 05_block-destroy_byname_pos started at Mon Mar 20 09:44:56 2006 CDT
REASON: Block-detach not supported for HVM domains
SKIP: 05_block-destroy_byname_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1672.2
*** Finished cleaning domUs
*** Test 06_block-destroy_check_list_pos started at Mon Mar 20 09:44:56 2006 CDT
REASON: Block-detach not supported for HVM domains
SKIP: 06_block-destroy_check_list_pos.test
======================
All 1 tests passed
(5 tests were not run)
======================
make[2]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-destroy'
make[1]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-destroy'
*** case block-list from group default
*** Running tests for case block-list
make[1]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-list'
make check-TESTS
make[2]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-list'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1672.4
*** Finished cleaning domUs
*** Test 01_block-list_pos started at Mon Mar 20 09:44:56 2006 CDT
REASON: Block-list not supported for HVM domains
SKIP: 01_block-list_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1672.6
*** Finished cleaning domUs
*** Test 02_block-list_attachbd_pos started at Mon Mar 20 09:44:56 2006 CDT
REASON: Block-list not supported for HVM domains
SKIP: 02_block-list_attachbd_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1672.8
*** Finished cleaning domUs
*** Test 03_block-list_anotherbd_pos started at Mon Mar 20 09:44:57 2006 CDT
REASON: Block-list not supported for HVM domains
SKIP: 03_block-list_anotherbd_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1673.0
*** Finished cleaning domUs
*** Test 04_block-list_nodb_pos started at Mon Mar 20 09:44:57 2006 CDT
REASON: Block-list not supported for HVM domains
SKIP: 04_block-list_nodb_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1673.1
*** Finished cleaning domUs
*** Test 05_block-list_nonexist_neg started at Mon Mar 20 09:44:57 2006 CDT
[dom0] Running `xm block-list 9999'
Error: Domain '9999' not found when running 'xm block-list'
PASS: 05_block-list_nonexist_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1673.4
*** Finished cleaning domUs
*** Test 06_block-list_checkremove_pos started at Mon Mar 20 09:44:57 2006 CDT
REASON: Block-list not supported for HVM domains
SKIP: 06_block-list_checkremove_pos.test
======================
All 1 tests passed
(5 tests were not run)
======================
make[2]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-list'
make[1]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-list'
*** case console from group default
*** Running tests for case console
make[1]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/console'
make check-TESTS
make[2]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/console'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1673.7
*** Finished cleaning domUs
*** Test 01_console_badopt_neg started at Mon Mar 20 09:44:58 2006 CDT
[dom0] Running `xm console -x'
Error: Not found
PASS: 01_console_badopt_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1674.2
*** Finished cleaning domUs
*** Test 02_console_baddom_neg started at Mon Mar 20 09:44:58 2006 CDT
[dom0] Running `xm console 5000'
Error: Domain '5000' not found when running 'xm console'
[dom0] Running `xm console NON_EXIST'
Error: Domain 'NON_EXIST' not found when running 'xm console'
PASS: 02_console_baddom_neg.test
==================
All 2 tests passed
==================
make[2]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/console'
make[1]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/console'
*** case create from group default
*** Running tests for case create
make[1]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/create'
make check-TESTS
make[2]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/create'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1674.7
*** Finished cleaning domUs
*** Test 01_create_basic_pos started at Mon Mar 20 09:44:59 2006 CDT
[dom0] Running `xm info'
system : Linux
host : vmxdom2
release : 2.6.16-rc6-xen0
version : #1 Mon Mar 20 00:12:33 CST 2006
machine : i686
nr_cpus : 16
nr_nodes : 1
sockets_per_node : 4
cores_per_socket : 2
threads_per_core : 2
cpu_mhz : 3002
hw_caps :
bfebfbff:20000000:00000000:00000180:000065bd:00000000:00000001
total_memory : 3712
free_memory : 3174
xen_major : 3
xen_minor : 0
xen_extra : -unstable
xen_caps : xen-3.0-x86_32 hvm-3.0-x86_32
platform_params : virt_start=0xfc000000
xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79
cc_compiler : gcc version 3.3.3 (SuSE Linux)
cc_compile_by : root
cc_compile_domain : ltc.austin.ibm.com
cc_compile_date : Mon Mar 20 00:00:49 CST 2006
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 01_create_basic_pos-1142869499
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'01_create_basic_pos-1142869499']
[01_create_basic_pos-1142869499] Sending `input'
[01_create_basic_pos-1142869499] Sending `ls'
[01_create_basic_pos-1142869499] Sending `echo $?'
[dom0] Running `xm shutdown 01_create_basic_pos-1142869499'
PASS: 01_create_basic_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1680.6
Zombie-01_create_basic_pos-1142869499 2 64 1 -b---d 4.9
[dom0] Running `xm destroy Zombie-01_create_basic_pos-1142869499'
*** Finished cleaning domUs
*** Test 02_create_noparm_neg started at Mon Mar 20 09:45:32 2006 CDT
[dom0] Running `xm create'
Error: Cannot open config file "xmdefconfig"
PASS: 02_create_noparm_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1681.0
Zombie-01_create_basic_pos-1142869499 2 64 1 -b---d 4.9
[dom0] Running `xm destroy Zombie-01_create_basic_pos-1142869499'
*** Finished cleaning domUs
*** Test 03_create_badparm_neg started at Mon Mar 20 09:45:33 2006 CDT
[dom0] Running `xm create -x'
Error: option -x not recognized
PASS: 03_create_badparm_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1681.8
*** Finished cleaning domUs
*** Test 04_create_conflictname_neg started at Mon Mar 20 09:45:33 2006 CDT
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain default
[dom0] Waiting 20 seconds for domU boot...
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Error: Error creating domain: VM name 'default' already in use by domain 3
[dom0] Running `xm shutdown default'
PASS: 04_create_conflictname_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1687.3
Zombie-default 3 64 1 -b---d 5.6
[dom0] Running `xm destroy Zombie-default'
*** Finished cleaning domUs
*** Test 06_create_mem_neg started at Mon Mar 20 09:45:54 2006 CDT
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Error: Error creating domain: (14, 'Bad address')
[dom0] Running `xm info'
system : Linux
host : vmxdom2
release : 2.6.16-rc6-xen0
version : #1 Mon Mar 20 00:12:33 CST 2006
machine : i686
nr_cpus : 16
nr_nodes : 1
sockets_per_node : 4
cores_per_socket : 2
threads_per_core : 2
cpu_mhz : 3002
hw_caps :
bfebfbff:20000000:00000000:00000180:000065bd:00000000:00000001
total_memory : 3712
free_memory : 3102
xen_major : 3
xen_minor : 0
xen_extra : -unstable
xen_caps : xen-3.0-x86_32 hvm-3.0-x86_32
platform_params : virt_start=0xfc000000
xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79
cc_compiler : gcc version 3.3.3 (SuSE Linux)
cc_compile_by : root
cc_compile_domain : ltc.austin.ibm.com
cc_compile_date : Mon Mar 20 00:00:49 CST 2006
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Error: Error creating domain: The privileged domain did not balloon!
PASS: 06_create_mem_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1688.5
*** Finished cleaning domUs
*** Test 07_create_mem64_pos started at Mon Mar 20 09:46:01 2006 CDT
[dom0] Running `xm info'
system : Linux
host : vmxdom2
release : 2.6.16-rc6-xen0
version : #1 Mon Mar 20 00:12:33 CST 2006
machine : i686
nr_cpus : 16
nr_nodes : 1
sockets_per_node : 4
cores_per_socket : 2
threads_per_core : 2
cpu_mhz : 3002
hw_caps :
bfebfbff:20000000:00000000:00000180:000065bd:00000000:00000001
total_memory : 3712
free_memory : 3174
xen_major : 3
xen_minor : 0
xen_extra : -unstable
xen_caps : xen-3.0-x86_32 hvm-3.0-x86_32
platform_params : virt_start=0xfc000000
xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79
cc_compiler : gcc version 3.3.3 (SuSE Linux)
cc_compile_by : root
cc_compile_domain : ltc.austin.ibm.com
cc_compile_date : Mon Mar 20 00:00:49 CST 2006
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 07_create_mem64_pos-1142869561
[dom0] Waiting 20 seconds for domU boot...
[dom0] Running `xm domid 07_create_mem64_pos-1142869561'
6
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1693.3
07_create_mem64_pos-1142869561 6 64 1 -b---- 4.5
[dom0] Running `xm shutdown 07_create_mem64_pos-1142869561'
PASS: 07_create_mem64_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1693.7
Zombie-07_create_mem64_pos-1142869561 6 64 1 -b---d 4.5
[dom0] Running `xm destroy Zombie-07_create_mem64_pos-1142869561'
*** Finished cleaning domUs
*** Test 08_create_mem128_pos started at Mon Mar 20 09:46:22 2006 CDT
[dom0] Running `xm info'
system : Linux
host : vmxdom2
release : 2.6.16-rc6-xen0
version : #1 Mon Mar 20 00:12:33 CST 2006
machine : i686
nr_cpus : 16
nr_nodes : 1
sockets_per_node : 4
cores_per_socket : 2
threads_per_core : 2
cpu_mhz : 3002
hw_caps :
bfebfbff:20000000:00000000:00000180:000065bd:00000000:00000001
total_memory : 3712
free_memory : 3102
xen_major : 3
xen_minor : 0
xen_extra : -unstable
xen_caps : xen-3.0-x86_32 hvm-3.0-x86_32
platform_params : virt_start=0xfc000000
xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79
cc_compiler : gcc version 3.3.3 (SuSE Linux)
cc_compile_by : root
cc_compile_domain : ltc.austin.ibm.com
cc_compile_date : Mon Mar 20 00:00:49 CST 2006
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 08_create_mem128_pos-1142869582
[dom0] Waiting 20 seconds for domU boot...
[dom0] Running `xm domid 08_create_mem128_pos-1142869582'
7
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1699.1
08_create_mem128_pos-1142869582 7 128 1 -b---- 4.4
[dom0] Running `xm shutdown 08_create_mem128_pos-1142869582'
PASS: 08_create_mem128_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1699.5
Zombie-08_create_mem128_pos-1142869582 7 128 1 -b---d 4.4
[dom0] Running `xm destroy Zombie-08_create_mem128_pos-1142869582'
*** Finished cleaning domUs
*** Test 09_create_mem256_pos started at Mon Mar 20 09:46:44 2006 CDT
[dom0] Running `xm info'
system : Linux
host : vmxdom2
release : 2.6.16-rc6-xen0
version : #1 Mon Mar 20 00:12:33 CST 2006
machine : i686
nr_cpus : 16
nr_nodes : 1
sockets_per_node : 4
cores_per_socket : 2
threads_per_core : 2
cpu_mhz : 3002
hw_caps :
bfebfbff:20000000:00000000:00000180:000065bd:00000000:00000001
total_memory : 3712
free_memory : 3038
xen_major : 3
xen_minor : 0
xen_extra : -unstable
xen_caps : xen-3.0-x86_32 hvm-3.0-x86_32
platform_params : virt_start=0xfc000000
xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79
cc_compiler : gcc version 3.3.3 (SuSE Linux)
cc_compile_by : root
cc_compile_domain : ltc.austin.ibm.com
cc_compile_date : Mon Mar 20 00:00:49 CST 2006
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 09_create_mem256_pos-1142869604
[dom0] Waiting 20 seconds for domU boot...
[dom0] Running `xm domid 09_create_mem256_pos-1142869604'
8
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1704.6
09_create_mem256_pos-1142869604 8 256 1 -b---- 4.4
[dom0] Running `xm shutdown 09_create_mem256_pos-1142869604'
PASS: 09_create_mem256_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 500 1 r----- 1705.0
Zombie-09_create_mem256_pos-1142869604 8 256 1 -b---d 4.4
[dom0] Running `xm destroy Zombie-09_create_mem256_pos-1142869604'
*** Finished cleaning domUs
*** Test 10_create_fastdestroy started at Mon Mar 20 09:47:05 2006 CDT
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
Traceback (most recent call last):
File "./10_create_fastdestroy.test", line 42, in ?
domain.destroy()
File "/usr/xen/xen-unstable.hg/tools/xm-test/lib/XmTestLib/XenDomain.py",
line 218, in destroy
ret, output = traceCommand(prog + cmd + self.config.getOpt("name"))
File "/usr/xen/xen-unstable.hg/tools/xm-test/lib/XmTestLib/Test.py", line 99,
in traceCommand
status, output = commands.getstatusoutput(command)
File "/usr/lib/python2.3/commands.py", line 54, in getstatusoutput
text = pipe.read()
KeyboardInterrupt
make[2]: *** [check-TESTS] Interrupt
make[1]: *** [check-am] Interrupt
make: *** [check-recursive] Interrupt
*** case block-create from group default
*** Running tests for case block-create
make[1]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-create'
make check-TESTS
make[2]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-create'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 89.0
01_domu_proc-1142874531 1 64 1 -b---- 7.8
[dom0] Running `xm destroy 01_domu_proc-1142874531'
*** Finished cleaning domUs
*** Test 01_block_attach_device_pos started at Mon Mar 20 11:09:26 2006 CDT
REASON: Block-attach not supported for HVM domains
SKIP: 01_block_attach_device_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 90.0
*** Finished cleaning domUs
*** Test 02_block_attach_file_device_pos started at Mon Mar 20 11:09:26 2006 CDT
REASON: Block-attach not supported for HVM domains
SKIP: 02_block_attach_file_device_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 90.2
*** Finished cleaning domUs
*** Test 04_block_attach_device_repeatedly_pos started at Mon Mar 20 11:09:26
2006 CDT
REASON: Block-attach not supported for HVM domains
SKIP: 04_block_attach_device_repeatedly_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 90.4
*** Finished cleaning domUs
*** Test 05_block_attach_and_dettach_device_repeatedly_pos started at Mon Mar
20 11:09:27 2006 CDT
REASON: Block-attach not supported for HVM domains
SKIP: 05_block_attach_and_dettach_device_repeatedly_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 90.6
*** Finished cleaning domUs
*** Test 06_block_attach_baddomain_neg started at Mon Mar 20 11:09:27 2006 CDT
REASON: Block-attach not supported for HVM domains
SKIP: 06_block_attach_baddomain_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 90.8
*** Finished cleaning domUs
*** Test 07_block_attach_baddevice_neg started at Mon Mar 20 11:09:27 2006 CDT
REASON: Block-attach not supported for HVM domains
SKIP: 07_block_attach_baddevice_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 91.0
*** Finished cleaning domUs
*** Test 08_block_attach_bad_filedevice_neg started at Mon Mar 20 11:09:27 2006
CDT
REASON: Block-attach not supported for HVM domains
SKIP: 08_block_attach_bad_filedevice_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 91.1
*** Finished cleaning domUs
*** Test 09_block_attach_and_dettach_device_check_data_pos started at Mon Mar
20 11:09:27 2006 CDT
REASON: Block-attach not supported for HVM domains
SKIP: 09_block_attach_and_dettach_device_check_data_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 91.3
*** Finished cleaning domUs
*** Test 11_block_attach_shared_dom0 started at Mon Mar 20 11:09:28 2006 CDT
REASON: Block-attach not supported for HVM domains
SKIP: 11_block_attach_shared_dom0.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 91.5
*** Finished cleaning domUs
*** Test 12_block_attach_shared_domU started at Mon Mar 20 11:09:28 2006 CDT
REASON: Block-attach not supported for HVM domains
SKIP: 12_block_attach_shared_domU.test
=======================
All 0 tests passed
(10 tests were not run)
=======================
make[2]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-create'
make[1]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-create'
*** case block-destroy from group default
*** Running tests for case block-destroy
make[1]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-destroy'
make check-TESTS
make[2]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-destroy'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 91.8
*** Finished cleaning domUs
*** Test 01_block-destroy_btblock_pos started at Mon Mar 20 11:09:28 2006 CDT
REASON: Block-detach not supported for HVM domains
SKIP: 01_block-destroy_btblock_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 92.0
*** Finished cleaning domUs
*** Test 02_block-destroy_rtblock_pos started at Mon Mar 20 11:09:28 2006 CDT
REASON: Block-detach not supported for HVM domains
SKIP: 02_block-destroy_rtblock_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 92.2
*** Finished cleaning domUs
*** Test 03_block-destroy_nonexist_neg started at Mon Mar 20 11:09:28 2006 CDT
[dom0] Running `xm block-detach 9999 769'
Error: Domain '9999' not found when running 'xm block-detach'
PASS: 03_block-destroy_nonexist_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 92.5
*** Finished cleaning domUs
*** Test 04_block-destroy_nonattached_neg started at Mon Mar 20 11:09:29 2006
CDT
REASON: Block-detach not supported for HVM domains
SKIP: 04_block-destroy_nonattached_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 92.7
*** Finished cleaning domUs
*** Test 05_block-destroy_byname_pos started at Mon Mar 20 11:09:29 2006 CDT
REASON: Block-detach not supported for HVM domains
SKIP: 05_block-destroy_byname_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 92.9
*** Finished cleaning domUs
*** Test 06_block-destroy_check_list_pos started at Mon Mar 20 11:09:29 2006 CDT
REASON: Block-detach not supported for HVM domains
SKIP: 06_block-destroy_check_list_pos.test
======================
All 1 tests passed
(5 tests were not run)
======================
make[2]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-destroy'
make[1]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-destroy'
*** case block-list from group default
*** Running tests for case block-list
make[1]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-list'
make check-TESTS
make[2]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-list'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 93.1
*** Finished cleaning domUs
*** Test 01_block-list_pos started at Mon Mar 20 11:09:29 2006 CDT
REASON: Block-list not supported for HVM domains
SKIP: 01_block-list_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 93.3
*** Finished cleaning domUs
*** Test 02_block-list_attachbd_pos started at Mon Mar 20 11:09:30 2006 CDT
REASON: Block-list not supported for HVM domains
SKIP: 02_block-list_attachbd_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 93.5
*** Finished cleaning domUs
*** Test 03_block-list_anotherbd_pos started at Mon Mar 20 11:09:30 2006 CDT
REASON: Block-list not supported for HVM domains
SKIP: 03_block-list_anotherbd_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 93.7
*** Finished cleaning domUs
*** Test 04_block-list_nodb_pos started at Mon Mar 20 11:09:30 2006 CDT
REASON: Block-list not supported for HVM domains
SKIP: 04_block-list_nodb_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 93.9
*** Finished cleaning domUs
*** Test 05_block-list_nonexist_neg started at Mon Mar 20 11:09:30 2006 CDT
[dom0] Running `xm block-list 9999'
Error: Domain '9999' not found when running 'xm block-list'
PASS: 05_block-list_nonexist_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 94.2
*** Finished cleaning domUs
*** Test 06_block-list_checkremove_pos started at Mon Mar 20 11:09:31 2006 CDT
REASON: Block-list not supported for HVM domains
SKIP: 06_block-list_checkremove_pos.test
======================
All 1 tests passed
(5 tests were not run)
======================
make[2]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-list'
make[1]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-list'
*** case console from group default
*** Running tests for case console
make[1]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/console'
make check-TESTS
make[2]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/console'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 94.8
*** Finished cleaning domUs
*** Test 01_console_badopt_neg started at Mon Mar 20 11:09:31 2006 CDT
[dom0] Running `xm console -x'
Error: Not found
PASS: 01_console_badopt_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 95.1
*** Finished cleaning domUs
*** Test 02_console_baddom_neg started at Mon Mar 20 11:09:31 2006 CDT
[dom0] Running `xm console 5000'
Error: Domain '5000' not found when running 'xm console'
[dom0] Running `xm console NON_EXIST'
Error: Domain 'NON_EXIST' not found when running 'xm console'
PASS: 02_console_baddom_neg.test
==================
All 2 tests passed
==================
make[2]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/console'
make[1]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/console'
*** case create from group default
*** Running tests for case create
make[1]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/create'
make check-TESTS
make[2]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/create'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 95.6
*** Finished cleaning domUs
*** Test 01_create_basic_pos started at Mon Mar 20 11:09:32 2006 CDT
[dom0] Running `xm info'
system : Linux
host : vmxdom2
release : 2.6.16-rc6-xen0
version : #1 Mon Mar 20 10:32:13 CST 2006
machine : x86_64
nr_cpus : 16
nr_nodes : 1
sockets_per_node : 4
cores_per_socket : 2
threads_per_core : 2
cpu_mhz : 3002
hw_caps :
bfebfbff:20000800:00000000:00000180:000065bd:00000000:00000001
total_memory : 8192
free_memory : 7579
xen_major : 3
xen_minor : 0
xen_extra : -unstable
xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 hvm-3.0-x86_64
platform_params : virt_start=0xffff800000000000
xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79
cc_compiler : gcc version 3.3.3 (SuSE Linux)
cc_compile_by : root
cc_compile_domain : ltc.austin.ibm.com
cc_compile_date : Mon Mar 20 10:21:27 CST 2006
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 01_create_basic_pos-1142874572
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'01_create_basic_pos-1142874572']
[01_create_basic_pos-1142874572] Sending `input'
[01_create_basic_pos-1142874572] Sending `ls'
[01_create_basic_pos-1142874572] Sending `echo $?'
[dom0] Running `xm shutdown 01_create_basic_pos-1142874572'
PASS: 01_create_basic_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 103.2
*** Finished cleaning domUs
*** Test 02_create_noparm_neg started at Mon Mar 20 11:10:06 2006 CDT
[dom0] Running `xm create'
Error: Cannot open config file "xmdefconfig"
PASS: 02_create_noparm_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 103.6
*** Finished cleaning domUs
*** Test 03_create_badparm_neg started at Mon Mar 20 11:10:06 2006 CDT
[dom0] Running `xm create -x'
Error: option -x not recognized
PASS: 03_create_badparm_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 103.9
*** Finished cleaning domUs
*** Test 04_create_conflictname_neg started at Mon Mar 20 11:10:06 2006 CDT
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain default
[dom0] Waiting 20 seconds for domU boot...
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Error: Error creating domain: VM name 'default' already in use by domain 3
[dom0] Running `xm shutdown default'
PASS: 04_create_conflictname_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 110.3
*** Finished cleaning domUs
*** Test 06_create_mem_neg started at Mon Mar 20 11:10:28 2006 CDT
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Error: Error creating domain: (14, 'Bad address')
[dom0] Running `xm info'
system : Linux
host : vmxdom2
release : 2.6.16-rc6-xen0
version : #1 Mon Mar 20 10:32:13 CST 2006
machine : x86_64
nr_cpus : 16
nr_nodes : 1
sockets_per_node : 4
cores_per_socket : 2
threads_per_core : 2
cpu_mhz : 3002
hw_caps :
bfebfbff:20000800:00000000:00000180:000065bd:00000000:00000001
total_memory : 8192
free_memory : 7579
xen_major : 3
xen_minor : 0
xen_extra : -unstable
xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 hvm-3.0-x86_64
platform_params : virt_start=0xffff800000000000
xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79
cc_compiler : gcc version 3.3.3 (SuSE Linux)
cc_compile_by : root
cc_compile_domain : ltc.austin.ibm.com
cc_compile_date : Mon Mar 20 10:21:27 CST 2006
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Error: Error creating domain: The privileged domain did not balloon!
PASS: 06_create_mem_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 111.4
*** Finished cleaning domUs
*** Test 07_create_mem64_pos started at Mon Mar 20 11:10:34 2006 CDT
[dom0] Running `xm info'
system : Linux
host : vmxdom2
release : 2.6.16-rc6-xen0
version : #1 Mon Mar 20 10:32:13 CST 2006
machine : x86_64
nr_cpus : 16
nr_nodes : 1
sockets_per_node : 4
cores_per_socket : 2
threads_per_core : 2
cpu_mhz : 3002
hw_caps :
bfebfbff:20000800:00000000:00000180:000065bd:00000000:00000001
total_memory : 8192
free_memory : 7579
xen_major : 3
xen_minor : 0
xen_extra : -unstable
xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 hvm-3.0-x86_64
platform_params : virt_start=0xffff800000000000
xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79
cc_compiler : gcc version 3.3.3 (SuSE Linux)
cc_compile_by : root
cc_compile_domain : ltc.austin.ibm.com
cc_compile_date : Mon Mar 20 10:21:27 CST 2006
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 07_create_mem64_pos-1142874634
[dom0] Waiting 20 seconds for domU boot...
[dom0] Running `xm domid 07_create_mem64_pos-1142874634'
6
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 117.9
07_create_mem64_pos-1142874634 6 64 1 -b---- 6.1
[dom0] Running `xm shutdown 07_create_mem64_pos-1142874634'
PASS: 07_create_mem64_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 118.5
*** Finished cleaning domUs
*** Test 08_create_mem128_pos started at Mon Mar 20 11:10:56 2006 CDT
[dom0] Running `xm info'
system : Linux
host : vmxdom2
release : 2.6.16-rc6-xen0
version : #1 Mon Mar 20 10:32:13 CST 2006
machine : x86_64
nr_cpus : 16
nr_nodes : 1
sockets_per_node : 4
cores_per_socket : 2
threads_per_core : 2
cpu_mhz : 3002
hw_caps :
bfebfbff:20000800:00000000:00000180:000065bd:00000000:00000001
total_memory : 8192
free_memory : 7579
xen_major : 3
xen_minor : 0
xen_extra : -unstable
xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 hvm-3.0-x86_64
platform_params : virt_start=0xffff800000000000
xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79
cc_compiler : gcc version 3.3.3 (SuSE Linux)
cc_compile_by : root
cc_compile_domain : ltc.austin.ibm.com
cc_compile_date : Mon Mar 20 10:21:27 CST 2006
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 08_create_mem128_pos-1142874656
[dom0] Waiting 20 seconds for domU boot...
[dom0] Running `xm domid 08_create_mem128_pos-1142874656'
7
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 124.9
08_create_mem128_pos-1142874656 7 128 1 -b---- 6.2
[dom0] Running `xm shutdown 08_create_mem128_pos-1142874656'
PASS: 08_create_mem128_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 125.6
*** Finished cleaning domUs
*** Test 09_create_mem256_pos started at Mon Mar 20 11:11:17 2006 CDT
[dom0] Running `xm info'
system : Linux
host : vmxdom2
release : 2.6.16-rc6-xen0
version : #1 Mon Mar 20 10:32:13 CST 2006
machine : x86_64
nr_cpus : 16
nr_nodes : 1
sockets_per_node : 4
cores_per_socket : 2
threads_per_core : 2
cpu_mhz : 3002
hw_caps :
bfebfbff:20000800:00000000:00000180:000065bd:00000000:00000001
total_memory : 8192
free_memory : 7579
xen_major : 3
xen_minor : 0
xen_extra : -unstable
xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 hvm-3.0-x86_64
platform_params : virt_start=0xffff800000000000
xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79
cc_compiler : gcc version 3.3.3 (SuSE Linux)
cc_compile_by : root
cc_compile_domain : ltc.austin.ibm.com
cc_compile_date : Mon Mar 20 10:21:27 CST 2006
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 09_create_mem256_pos-1142874678
[dom0] Waiting 20 seconds for domU boot...
[dom0] Running `xm domid 09_create_mem256_pos-1142874678'
8
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 132.0
09_create_mem256_pos-1142874678 8 256 1 -b---- 6.2
[dom0] Running `xm shutdown 09_create_mem256_pos-1142874678'
PASS: 09_create_mem256_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 132.9
*** Finished cleaning domUs
*** Test 10_create_fastdestroy started at Mon Mar 20 11:11:39 2006 CDT
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
PASS: 10_create_fastdestroy.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 220.9
*** Finished cleaning domUs
*** Test 11_create_concurrent_pos started at Mon Mar 20 11:13:10 2006 CDT
[dom0] Running `xm info'
system : Linux
host : vmxdom2
release : 2.6.16-rc6-xen0
version : #1 Mon Mar 20 10:32:13 CST 2006
machine : x86_64
nr_cpus : 16
nr_nodes : 1
sockets_per_node : 4
cores_per_socket : 2
threads_per_core : 2
cpu_mhz : 3002
hw_caps :
bfebfbff:20000800:00000000:00000180:000065bd:00000000:00000001
total_memory : 8192
free_memory : 7579
xen_major : 3
xen_minor : 0
xen_extra : -unstable
xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 hvm-3.0-x86_64
platform_params : virt_start=0xffff800000000000
xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79
cc_compiler : gcc version 3.3.3 (SuSE Linux)
cc_compile_by : root
cc_compile_domain : ltc.austin.ibm.com
cc_compile_date : Mon Mar 20 10:21:27 CST 2006
*** 315 doms is too many: capping at 16
Watch out! I'm trying to create 16 DomUs!
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 11_create_0
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console', '11_create_0']
[11_create_0] Sending `foo'
[11_create_0] Sending `ls'
[11_create_0] Sending `echo $?'
[0] Started 11_create_0
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 11_create_1
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console', '11_create_1']
[11_create_1] Sending `foo'
[11_create_1] Sending `ls'
[11_create_1] Sending `echo $?'
[1] Started 11_create_1
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 11_create_2
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console', '11_create_2']
[11_create_2] Sending `foo'
[11_create_2] Sending `ls'
[11_create_2] Sending `echo $?'
[2] Started 11_create_2
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 11_create_3
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console', '11_create_3']
[11_create_3] Sending `foo'
[11_create_3] Sending `ls'
[11_create_3] Sending `echo $?'
[3] Started 11_create_3
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 11_create_4
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console', '11_create_4']
[11_create_4] Sending `foo'
[11_create_4] Sending `ls'
[11_create_4] Sending `echo $?'
[4] Started 11_create_4
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 11_create_5
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console', '11_create_5']
[11_create_5] Sending `foo'
[11_create_5] Sending `ls'
[11_create_5] Sending `echo $?'
[5] Started 11_create_5
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 11_create_6
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console', '11_create_6']
[11_create_6] Sending `foo'
[11_create_6] Sending `ls'
[11_create_6] Sending `echo $?'
[6] Started 11_create_6
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 11_create_7
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console', '11_create_7']
[11_create_7] Sending `foo'
[11_create_7] Sending `ls'
[11_create_7] Sending `echo $?'
[7] Started 11_create_7
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 11_create_8
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console', '11_create_8']
[11_create_8] Sending `foo'
[11_create_8] Sending `ls'
[11_create_8] Sending `echo $?'
[8] Started 11_create_8
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 11_create_9
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console', '11_create_9']
[11_create_9] Sending `foo'
[11_create_9] Sending `ls'
[11_create_9] Sending `echo $?'
[9] Started 11_create_9
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 11_create_10
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console', '11_create_10']
[11_create_10] Sending `foo'
[11_create_10] Sending `ls'
[11_create_10] Sending `echo $?'
[10] Started 11_create_10
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 11_create_11
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console', '11_create_11']
[11_create_11] Sending `foo'
[11_create_11] Sending `ls'
[11_create_11] Sending `echo $?'
[11] Started 11_create_11
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 11_create_12
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console', '11_create_12']
[11_create_12] Sending `foo'
[11_create_12] Sending `ls'
[11_create_12] Sending `echo $?'
[12] Started 11_create_12
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 11_create_13
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console', '11_create_13']
[11_create_13] Sending `foo'
[11_create_13] Sending `ls'
[11_create_13] Sending `echo $?'
[13] Started 11_create_13
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 11_create_14
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console', '11_create_14']
[11_create_14] Sending `foo'
[11_create_14] Sending `ls'
[11_create_14] Sending `echo $?'
[14] Started 11_create_14
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 11_create_15
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console', '11_create_15']
[11_create_15] Sending `foo'
[11_create_15] Sending `ls'
[11_create_15] Sending `echo $?'
[15] Started 11_create_15
Testing console of 11_create_14
[11_create_14] Sending `ls'
[11_create_14] Sending `echo $?'
Testing console of 11_create_4
[11_create_4] Sending `ls'
[11_create_4] Sending `echo $?'
Testing console of 11_create_0
[11_create_0] Sending `ls'
[11_create_0] Sending `echo $?'
Testing console of 11_create_13
[11_create_13] Sending `ls'
[11_create_13] Sending `echo $?'
Testing console of 11_create_6
[11_create_6] Sending `ls'
[11_create_6] Sending `echo $?'
PASS: 11_create_concurrent_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 350.1
11_create_5 64 24 1 -b---- 19.0
11_create_7 66 24 1 -b---- 18.4
11_create_8 67 24 1 -b---- 15.3
11_create_9 68 24 1 -b---- 14.0
11_create_10 69 24 1 -b---- 12.8
11_create_11 70 24 1 -b---- 11.8
11_create_6 65 24 1 -b---- 18.5
11_create_13 72 24 1 -b---- 9.4
11_create_14 73 24 1 -b---- 7.8
11_create_15 74 24 1 -b---- 6.7
11_create_12 71 24 1 -b---- 10.3
11_create_0 59 24 1 -b---- 27.2
11_create_1 60 24 1 -b---- 24.9
11_create_2 61 24 1 -b---- 23.6
11_create_3 62 24 1 -b---- 23.4
11_create_4 63 24 1 -b---- 20.3
[dom0] Running `xm destroy 11_create_5'
[dom0] Running `xm destroy 11_create_7'
[dom0] Running `xm destroy 11_create_8'
[dom0] Running `xm destroy 11_create_9'
[dom0] Running `xm destroy 11_create_10'
[dom0] Running `xm destroy 11_create_11'
[dom0] Running `xm destroy 11_create_6'
[dom0] Running `xm destroy 11_create_13'
[dom0] Running `xm destroy 11_create_14'
[dom0] Running `xm destroy 11_create_15'
[dom0] Running `xm destroy 11_create_12'
[dom0] Running `xm destroy 11_create_0'
[dom0] Running `xm destroy 11_create_1'
[dom0] Running `xm destroy 11_create_2'
[dom0] Running `xm destroy 11_create_3'
[dom0] Running `xm destroy 11_create_4'
*** Finished cleaning domUs
*** Test 12_create_concurrent_stress_pos started at Mon Mar 20 11:22:34 2006 CDT
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 12_create_concurrent_stress_pos-1142875354
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'12_create_concurrent_stress_pos-1142875354']
[12_create_concurrent_stress_pos-1142875354] Sending `foo'
[0/5] Started 12_create_concurrent_stress_pos-1142875354
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 12_create_concurrent_stress_pos-1142875381
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'12_create_concurrent_stress_pos-1142875381']
[12_create_concurrent_stress_pos-1142875381] Sending `foo'
[1/5] Started 12_create_concurrent_stress_pos-1142875381
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 12_create_concurrent_stress_pos-1142875408
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'12_create_concurrent_stress_pos-1142875408']
[12_create_concurrent_stress_pos-1142875408] Sending `foo'
[2/5] Started 12_create_concurrent_stress_pos-1142875408
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 12_create_concurrent_stress_pos-1142875434
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'12_create_concurrent_stress_pos-1142875434']
[12_create_concurrent_stress_pos-1142875434] Sending `foo'
[3/5] Started 12_create_concurrent_stress_pos-1142875434
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 12_create_concurrent_stress_pos-1142875461
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'12_create_concurrent_stress_pos-1142875461']
[12_create_concurrent_stress_pos-1142875461] Sending `foo'
[4/5] Started 12_create_concurrent_stress_pos-1142875461
Starting task on 12_create_concurrent_stress_pos-1142875354
[12_create_concurrent_stress_pos-1142875354] Sending `gzip -c </dev/zero
>/dev/null &
'
Starting task on 12_create_concurrent_stress_pos-1142875381
[12_create_concurrent_stress_pos-1142875381] Sending `gzip -c </dev/zero
>/dev/null &
'
Starting task on 12_create_concurrent_stress_pos-1142875408
[12_create_concurrent_stress_pos-1142875408] Sending `gzip -c </dev/zero
>/dev/null &
'
Starting task on 12_create_concurrent_stress_pos-1142875434
[12_create_concurrent_stress_pos-1142875434] Sending `gzip -c </dev/zero
>/dev/null &
'
Starting task on 12_create_concurrent_stress_pos-1142875461
[12_create_concurrent_stress_pos-1142875461] Sending `gzip -c </dev/zero
>/dev/null &
'
Waiting 60 seconds...
Testing domain 12_create_concurrent_stress_pos-1142875354...
[12_create_concurrent_stress_pos-1142875354] Sending `ls'
[12_create_concurrent_stress_pos-1142875354] Sending `echo $?'
Testing domain 12_create_concurrent_stress_pos-1142875381...
[12_create_concurrent_stress_pos-1142875381] Sending `ls'
[12_create_concurrent_stress_pos-1142875381] Sending `echo $?'
Testing domain 12_create_concurrent_stress_pos-1142875408...
[12_create_concurrent_stress_pos-1142875408] Sending `ls'
[12_create_concurrent_stress_pos-1142875408] Sending `echo $?'
Testing domain 12_create_concurrent_stress_pos-1142875434...
[12_create_concurrent_stress_pos-1142875434] Sending `ls'
[12_create_concurrent_stress_pos-1142875434] Sending `echo $?'
Testing domain 12_create_concurrent_stress_pos-1142875461...
[12_create_concurrent_stress_pos-1142875461] Sending `ls'
[12_create_concurrent_stress_pos-1142875461] Sending `echo $?'
PASS: 12_create_concurrent_stress_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 399.2
12_create_concurrent_stress_pos-1142875354 75 32 1 r----- 114.5
12_create_concurrent_stress_pos-1142875381 76 32 1 r----- 110.4
12_create_concurrent_stress_pos-1142875408 77 32 1 r----- 107.2
12_create_concurrent_stress_pos-1142875434 78 32 1 r----- 100.3
12_create_concurrent_stress_pos-1142875461 79 32 1 r----- 96.9
[dom0] Running `xm destroy 12_create_concurrent_stress_pos-1142875354'
[dom0] Running `xm destroy 12_create_concurrent_stress_pos-1142875381'
[dom0] Running `xm destroy 12_create_concurrent_stress_pos-1142875408'
[dom0] Running `xm destroy 12_create_concurrent_stress_pos-1142875434'
[dom0] Running `xm destroy 12_create_concurrent_stress_pos-1142875461'
*** Finished cleaning domUs
*** Test 13_create_multinic_pos started at Mon Mar 20 11:26:38 2006 CDT
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 13_create_multinic_pos-1142875598
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'13_create_multinic_pos-1142875598']
[13_create_multinic_pos-1142875598] Sending `input'
[13_create_multinic_pos-1142875598] Sending `ls'
[13_create_multinic_pos-1142875598] Sending `echo $?'
[dom0] Running `xm destroy 13_create_multinic_pos-1142875598'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 13_create_multinic_pos-1142875631
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'13_create_multinic_pos-1142875631']
[13_create_multinic_pos-1142875631] Sending `input'
[13_create_multinic_pos-1142875631] Sending `ls'
[13_create_multinic_pos-1142875631] Sending `echo $?'
[dom0] Running `xm destroy 13_create_multinic_pos-1142875631'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 13_create_multinic_pos-1142875665
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'13_create_multinic_pos-1142875665']
[13_create_multinic_pos-1142875665] Sending `input'
[13_create_multinic_pos-1142875665] Sending `ls'
[13_create_multinic_pos-1142875665] Sending `echo $?'
[dom0] Running `xm destroy 13_create_multinic_pos-1142875665'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 13_create_multinic_pos-1142875700
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'13_create_multinic_pos-1142875700']
[13_create_multinic_pos-1142875700] Sending `input'
[13_create_multinic_pos-1142875700] Sending `ls'
[13_create_multinic_pos-1142875700] Sending `echo $?'
[dom0] Running `xm destroy 13_create_multinic_pos-1142875700'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 13_create_multinic_pos-1142875736
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'13_create_multinic_pos-1142875736']
[13_create_multinic_pos-1142875736] Sending `input'
[13_create_multinic_pos-1142875736] Sending `ls'
[13_create_multinic_pos-1142875736] Sending `echo $?'
[dom0] Running `xm destroy 13_create_multinic_pos-1142875736'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 13_create_multinic_pos-1142875774
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'13_create_multinic_pos-1142875774']
[13_create_multinic_pos-1142875774] Sending `input'
[13_create_multinic_pos-1142875774] Sending `ls'
[13_create_multinic_pos-1142875774] Sending `echo $?'
[dom0] Running `xm destroy 13_create_multinic_pos-1142875774'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 13_create_multinic_pos-1142875811
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'13_create_multinic_pos-1142875811']
[13_create_multinic_pos-1142875811] Sending `input'
[13_create_multinic_pos-1142875811] Sending `ls'
[13_create_multinic_pos-1142875811] Sending `echo $?'
[dom0] Running `xm destroy 13_create_multinic_pos-1142875811'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 13_create_multinic_pos-1142875851
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'13_create_multinic_pos-1142875851']
[13_create_multinic_pos-1142875851] Sending `input'
[13_create_multinic_pos-1142875851] Sending `ls'
[13_create_multinic_pos-1142875851] Sending `echo $?'
[dom0] Running `xm destroy 13_create_multinic_pos-1142875851'
PASS: 13_create_multinic_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 506.9
*** Finished cleaning domUs
*** Test 14_create_blockroot_pos started at Mon Mar 20 11:31:34 2006 CDT
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 14_create_blockroot
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console', '14_create_blockroot']
[14_create_blockroot] Sending `foo'
[14_create_blockroot] Sending `ls'
[14_create_blockroot] Sending `echo $?'
PASS: 14_create_blockroot_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 514.1
14_create_blockroot 88 64 1 -b---- 7.7
[dom0] Running `xm destroy 14_create_blockroot'
*** Finished cleaning domUs
*** Test 15_create_smallmem_pos started at Mon Mar 20 11:32:07 2006 CDT
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 15_create_smallmem_pos-1142875927
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'15_create_smallmem_pos-1142875927']
[15_create_smallmem_pos-1142875927] Sending `input'
[15_create_smallmem_pos-1142875927] Sending `ls'
[15_create_smallmem_pos-1142875927] Sending `echo $?'
[dom0] Running `xm destroy 15_create_smallmem_pos-1142875927'
PASS: 15_create_smallmem_pos.test
===================
All 14 tests passed
===================
make[2]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/create'
make[1]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/create'
*** case destroy from group default
*** Running tests for case destroy
make[1]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/destroy'
make check-TESTS
make[2]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/destroy'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 522.2
*** Finished cleaning domUs
*** Test 01_destroy_basic_pos started at Mon Mar 20 11:32:41 2006 CDT
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 01_destroy_basic_pos-1142875961
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'01_destroy_basic_pos-1142875961']
[01_destroy_basic_pos-1142875961] Sending `foo'
[01_destroy_basic_pos-1142875961] Sending `ls'
[01_destroy_basic_pos-1142875961] Sending `echo $?'
[dom0] Running `xm destroy 01_destroy_basic_pos-1142875961'
PASS: 01_destroy_basic_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 529.8
*** Finished cleaning domUs
*** Test 02_destroy_noparm_neg started at Mon Mar 20 11:33:14 2006 CDT
[dom0] Running `xm destroy'
Error: 'xm destroy' requires 1 argument.
destroy <DomId> Terminate a domain immediately
PASS: 02_destroy_noparm_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 530.1
*** Finished cleaning domUs
*** Test 03_destroy_nonexist_neg started at Mon Mar 20 11:33:15 2006 CDT
[dom0] Running `xm destroy -x'
Error: Not found
PASS: 03_destroy_nonexist_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 530.8
*** Finished cleaning domUs
*** Test 04_destroy_badparm_neg started at Mon Mar 20 11:33:15 2006 CDT
[dom0] Running `xm destroy 6666'
Error: Domain '6666' not found when running 'xm destroy'
PASS: 04_destroy_badparm_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 531.1
*** Finished cleaning domUs
*** Test 05_destroy_byid_pos started at Mon Mar 20 11:33:16 2006 CDT
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 05_destroy_byid_pos-1142875996
[dom0] Waiting 20 seconds for domU boot...
[dom0] Running `xm domid 05_destroy_byid_pos-1142875996'
91
[dom0] Running `xm destroy 91'
PASS: 05_destroy_byid_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 537.7
*** Finished cleaning domUs
*** Test 06_destroy_dom0_neg started at Mon Mar 20 11:33:37 2006 CDT
[dom0] Running `xm destroy 0'
Error: Cannot destroy privileged domain 0
PASS: 06_destroy_dom0_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 538.1
*** Finished cleaning domUs
*** Test 07_destroy_stale_pos started at Mon Mar 20 11:33:37 2006 CDT
Running stale tests (nice mode)
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 07_destroy_stale_pos-1142876017
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'07_destroy_stale_pos-1142876017']
[07_destroy_stale_pos-1142876017] Sending `foo'
[07_destroy_stale_pos-1142876017] Sending `ls'
[07_destroy_stale_pos-1142876017] Sending `echo $?'
[dom0] Running `xm destroy 07_destroy_stale_pos-1142876017'
[dom0] Running `xm mem-set 07_destroy_stale_pos-1142876017 32'
Error: Domain '07_destroy_stale_pos-1142876017' not found when running 'xm
mem-set'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 07_destroy_stale_pos-1142876051
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'07_destroy_stale_pos-1142876051']
[07_destroy_stale_pos-1142876051] Sending `foo'
[07_destroy_stale_pos-1142876051] Sending `ls'
[07_destroy_stale_pos-1142876051] Sending `echo $?'
[dom0] Running `xm destroy 07_destroy_stale_pos-1142876051'
[dom0] Running `xm pause 07_destroy_stale_pos-1142876051'
Error: Domain '07_destroy_stale_pos-1142876051' not found when running 'xm
pause'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 07_destroy_stale_pos-1142876084
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'07_destroy_stale_pos-1142876084']
[07_destroy_stale_pos-1142876084] Sending `foo'
[07_destroy_stale_pos-1142876084] Sending `ls'
[07_destroy_stale_pos-1142876084] Sending `echo $?'
[dom0] Running `xm destroy 07_destroy_stale_pos-1142876084'
[dom0] Running `xm unpause 07_destroy_stale_pos-1142876084'
Error: Domain '07_destroy_stale_pos-1142876084' not found when running 'xm
unpause'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 07_destroy_stale_pos-1142876117
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'07_destroy_stale_pos-1142876117']
[07_destroy_stale_pos-1142876117] Sending `foo'
[07_destroy_stale_pos-1142876117] Sending `ls'
[07_destroy_stale_pos-1142876117] Sending `echo $?'
[dom0] Running `xm destroy 07_destroy_stale_pos-1142876117'
[dom0] Running `xm reboot 07_destroy_stale_pos-1142876117'
Error: Domain '07_destroy_stale_pos-1142876117' not found when running 'xm
reboot'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 07_destroy_stale_pos-1142876151
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'07_destroy_stale_pos-1142876151']
[07_destroy_stale_pos-1142876151] Sending `foo'
[07_destroy_stale_pos-1142876151] Sending `ls'
[07_destroy_stale_pos-1142876151] Sending `echo $?'
[dom0] Running `xm destroy 07_destroy_stale_pos-1142876151'
[dom0] Running `xm save 07_destroy_stale_pos-1142876151 /tmp/foo'
Error: Domain '07_destroy_stale_pos-1142876151' not found when running 'xm save'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 07_destroy_stale_pos-1142876184
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'07_destroy_stale_pos-1142876184']
[07_destroy_stale_pos-1142876184] Sending `foo'
[07_destroy_stale_pos-1142876184] Sending `ls'
[07_destroy_stale_pos-1142876184] Sending `echo $?'
[dom0] Running `xm destroy 07_destroy_stale_pos-1142876184'
[dom0] Running `xm block-list 07_destroy_stale_pos-1142876184'
Error: Domain '07_destroy_stale_pos-1142876184' not found when running 'xm
block-list'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 07_destroy_stale_pos-1142876218
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'07_destroy_stale_pos-1142876218']
[07_destroy_stale_pos-1142876218] Sending `foo'
[07_destroy_stale_pos-1142876218] Sending `ls'
[07_destroy_stale_pos-1142876218] Sending `echo $?'
[dom0] Running `xm destroy 07_destroy_stale_pos-1142876218'
[dom0] Running `xm shutdown 07_destroy_stale_pos-1142876218'
Error: Domain '07_destroy_stale_pos-1142876218' not found when running 'xm
shutdown'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 07_destroy_stale_pos-1142876252
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'07_destroy_stale_pos-1142876252']
[07_destroy_stale_pos-1142876252] Sending `foo'
[07_destroy_stale_pos-1142876252] Sending `ls'
[07_destroy_stale_pos-1142876252] Sending `echo $?'
[dom0] Running `xm destroy 07_destroy_stale_pos-1142876252'
[dom0] Running `xm domid 07_destroy_stale_pos-1142876252'
Error: Domain '07_destroy_stale_pos-1142876252' not found when running 'xm
domid'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 07_destroy_stale_pos-1142876285
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'07_destroy_stale_pos-1142876285']
[07_destroy_stale_pos-1142876285] Sending `foo'
[07_destroy_stale_pos-1142876285] Sending `ls'
[07_destroy_stale_pos-1142876285] Sending `echo $?'
[dom0] Running `xm destroy 07_destroy_stale_pos-1142876285'
[dom0] Running `xm domname 07_destroy_stale_pos-1142876285'
Error: Domain '07_destroy_stale_pos-1142876285' not found when running 'xm
domname'
Running stale tests (mean mode)
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 07_destroy_stale_pos-1142876319
[dom0] Running `xm destroy 07_destroy_stale_pos-1142876319'
[dom0] Running `xm mem-set 07_destroy_stale_pos-1142876319 32'
Error: Domain '07_destroy_stale_pos-1142876319' not found when running 'xm
mem-set'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 07_destroy_stale_pos-1142876320
[dom0] Running `xm destroy 07_destroy_stale_pos-1142876320'
[dom0] Running `xm pause 07_destroy_stale_pos-1142876320'
Error: Domain '07_destroy_stale_pos-1142876320' not found when running 'xm
pause'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 07_destroy_stale_pos-1142876323
[dom0] Running `xm destroy 07_destroy_stale_pos-1142876323'
[dom0] Running `xm unpause 07_destroy_stale_pos-1142876323'
Error: Domain '07_destroy_stale_pos-1142876323' not found when running 'xm
unpause'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 07_destroy_stale_pos-1142876324
[dom0] Running `xm destroy 07_destroy_stale_pos-1142876324'
[dom0] Running `xm reboot 07_destroy_stale_pos-1142876324'
Error: Domain '07_destroy_stale_pos-1142876324' not found when running 'xm
reboot'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 07_destroy_stale_pos-1142876326
[dom0] Running `xm destroy 07_destroy_stale_pos-1142876326'
[dom0] Running `xm save 07_destroy_stale_pos-1142876326 /tmp/foo'
Error: Domain '07_destroy_stale_pos-1142876326' not found when running 'xm save'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 07_destroy_stale_pos-1142876329
[dom0] Running `xm destroy 07_destroy_stale_pos-1142876329'
[dom0] Running `xm block-list 07_destroy_stale_pos-1142876329'
Error: Domain '07_destroy_stale_pos-1142876329' not found when running 'xm
block-list'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 07_destroy_stale_pos-1142876330
[dom0] Running `xm destroy 07_destroy_stale_pos-1142876330'
[dom0] Running `xm shutdown 07_destroy_stale_pos-1142876330'
Error: Domain '07_destroy_stale_pos-1142876330' not found when running 'xm
shutdown'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 07_destroy_stale_pos-1142876332
[dom0] Running `xm destroy 07_destroy_stale_pos-1142876332'
[dom0] Running `xm domid 07_destroy_stale_pos-1142876332'
Error: Domain '07_destroy_stale_pos-1142876332' not found when running 'xm
domid'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 07_destroy_stale_pos-1142876334
[dom0] Running `xm destroy 07_destroy_stale_pos-1142876334'
[dom0] Running `xm domname 07_destroy_stale_pos-1142876334'
Error: Domain '07_destroy_stale_pos-1142876334' not found when running 'xm
domname'
PASS: 07_destroy_stale_pos.test
==================
All 7 tests passed
==================
make[2]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/destroy'
make[1]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/destroy'
*** case dmesg from group default
*** Running tests for case dmesg
make[1]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/dmesg'
make check-TESTS
make[2]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/dmesg'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 624.5
*** Finished cleaning domUs
*** Test 01_dmesg_basic_pos started at Mon Mar 20 11:38:57 2006 CDT
[dom0] Running `xm dmesg'
1) 0000000000000000 - 000000000009F800 (RAM)
(XEN) (GUEST: 101) 000000000009F800 - 00000000000A0000 (Reserved)
(XEN) (GUEST: 101) 00000000000A0000 - 00000000000C0000 (Type 16)
(XEN) (GUEST: 101) 00000000000F0000 - 0000000000100000 (Reserved)
(XEN) (GUEST: 101) 0000000000100000 - 0000000003FFE000 (RAM)
(XEN) (GUEST: 101) 0000000003FFE000 - 0000000003FFF000 (Type 18)
(XEN) (GUEST: 101) 0000000003FFF000 - 0000000004000000 (Type 17)
(XEN) (GUEST: 101) 0000000004000000 - 0000000004003000 (ACPI NVS)
(XEN) (GUEST: 101) 0000000004003000 - 000000000400D000 (ACPI Data)
(XEN) (GUEST: 101) 00000000FEC00000 - 0000000100000000 (Type 16)
(XEN) (GUEST: 101)
(XEN) (GUEST: 101) Start BIOS ...
(XEN) (GUEST: 101) Starting emulated 16-bit real-mode: ip=F000:FFF0
(XEN) (GUEST: 101) rombios.c,v 1.138 2005/05/07 15:55:26 vruppert Exp $
(XEN) HVM_PIT: guest freq in cycles=150137173
(XEN) (GUEST: 101) Remapping master: ICW2 0x8 -> 0x20
(XEN) (GUEST: 101) Remapping slave: ICW2 0x70 -> 0x28
(XEN) (GUEST: 101) VGABios $Id: vgabios.c,v 1.61 2005/05/24 16:50:50 vruppert
Exp $
(XEN) (GUEST: 101) HVMAssist BIOS, 1 cpu, $Revision: 1.138 $ $Date: 2005/05/07
15:55:26 $
(XEN) (GUEST: 101)
(XEN) (GUEST: 101) ata0-0: PCHS=64/8/32 translation=none LCHS=64/8/32
(XEN) (GUEST: 101) ata0 master: QEMU HARDDISK ATA-2 Hard-Disk (8 MBytes)
(XEN) (GUEST: 101) ata0 slave: Unknown device
(XEN) (GUEST: 101) ata1 master: QEMU CD-ROM ATAPI-4 CD-Rom/DVD-Rom
(XEN) (GUEST: 101) ata1 slave: Unknown device
(XEN) (GUEST: 101)
(XEN) (GUEST: 101) Booting from Hard Disk...
(XEN) (GUEST: 102) HVM Loader
(XEN) (GUEST: 102) Loading ROMBIOS ...
(XEN) (GUEST: 102) Loading Cirrus VGABIOS ...
(XEN) (GUEST: 102) Loading VMXAssist ...
(XEN) (GUEST: 102) VMX go ...
(XEN) (GUEST: 102) VMXAssist (Mar 20 2006)
(XEN) (GUEST: 102) Memory size 64 MB
(XEN) (GUEST: 102) E820 map:
(XEN) (GUEST: 102) 0000000000000000 - 000000000009F800 (RAM)
(XEN) (GUEST: 102) 000000000009F800 - 00000000000A0000 (Reserved)
(XEN) (GUEST: 102) 00000000000A0000 - 00000000000C0000 (Type 16)
(XEN) (GUEST: 102) 00000000000F0000 - 0000000000100000 (Reserved)
(XEN) (GUEST: 102) 0000000000100000 - 0000000003FFE000 (RAM)
(XEN) (GUEST: 102) 0000000003FFE000 - 0000000003FFF000 (Type 18)
(XEN) (GUEST: 102) 0000000003FFF000 - 0000000004000000 (Type 17)
(XEN) (GUEST: 102) 0000000004000000 - 0000000004003000 (ACPI NVS)
(XEN) (GUEST: 102) 0000000004003000 - 000000000400D000 (ACPI Data)
(XEN) (GUEST: 102) 00000000FEC00000 - 0000000100000000 (Type 16)
(XEN) (GUEST: 102)
(XEN) (GUEST: 102) Start BIOS ...
(XEN) (GUEST: 102) Starting emulated 16-bit real-mode: ip=F000:FFF0
(XEN) (GUEST: 102) rombios.c,v 1.138 2005/05/07 15:55:26 vruppert Exp $
(XEN) HVM_PIT: guest freq in cycles=150137173
(XEN) (GUEST: 102) Remapping master: ICW2 0x8 -> 0x20
(XEN) (GUEST: 102) Remapping slave: ICW2 0x70 -> 0x28
(XEN) (GUEST: 102) VGABios $Id: vgabios.c,v 1.61 2005/05/24 16:50:50 vruppert
Exp $
(XEN) (GUEST: 102) HVMAssist BIOS, 1 cpu, $Revision: 1.138 $ $Date: 2005/05/07
15:55:26 $
(XEN) (GUEST: 102)
(XEN) (GUEST: 102) ata0-0: PCHS=64/8/32 translation=none LCHS=64/8/32
(XEN) (GUEST: 102) ata0 master: QEMU HARDDISK ATA-2 Hard-Disk (8 MBytes)
(XEN) (GUEST: 102) ata0 slave: Unknown device
(XEN) (GUEST: 102) ata1 master: QEMU CD-ROM ATAPI-4 CD-Rom/DVD-Rom
(XEN) (GUEST: 102) ata1 slave: Unknown device
(XEN) (GUEST: 102)
(XEN) (GUEST: 102) Booting from Hard Disk...
(XEN) (GUEST: 103) HVM Loader
(XEN) (GUEST: 103) Loading ROMBIOS ...
(XEN) (GUEST: 103) Loading Cirrus VGABIOS ...
(XEN) (GUEST: 103) Loading VMXAssist ...
(XEN) (GUEST: 103) VMX go ...
(XEN) (GUEST: 103) VMXAssist (Mar 20 2006)
(XEN) (GUEST: 103) Memory size 64 MB
(XEN) (GUEST: 103) E820 map:
(XEN) (GUEST: 103) 0000000000000000 - 000000000009F800 (RAM)
(XEN) (GUEST: 103) 000000000009F800 - 00000000000A0000 (Reserved)
(XEN) (GUEST: 103) 00000000000A0000 - 00000000000C0000 (Type 16)
(XEN) (GUEST: 103) 00000000000F0000 - 0000000000100000 (Reserved)
(XEN) (GUEST: 103) 0000000000100000 - 0000000003FFE000 (RAM)
(XEN) (GUEST: 103) 0000000003FFE000 - 0000000003FFF000 (Type 18)
(XEN) (GUEST: 103) 0000000003FFF000 - 0000000004000000 (Type 17)
(XEN) (GUEST: 103) 0000000004000000 - 0000000004003000 (ACPI NVS)
(XEN) (GUEST: 103) 0000000004003000 - 000000000400D000 (ACPI Data)
(XEN) (GUEST: 103) 00000000FEC00000 - 0000000100000000 (Type 16)
(XEN) (GUEST: 103)
(XEN) (GUEST: 103) Start BIOS ...
(XEN) (GUEST: 103) Starting emulated 16-bit real-mode: ip=F000:FFF0
(XEN) (GUEST: 103) rombios.c,v 1.138 2005/05/07 15:55:26 vruppert Exp $
(XEN) HVM_PIT: guest freq in cycles=150137173
(XEN) (GUEST: 103) Remapping master: ICW2 0x8 -> 0x20
(XEN) (GUEST: 103) Remapping slave: ICW2 0x70 -> 0x28
(XEN) (GUEST: 103) VGABios $Id: vgabios.c,v 1.61 2005/05/24 16:50:50 vruppert
Exp $
(XEN) (GUEST: 103) HVMAssist BIOS, 1 cpu, $Revision: 1.138 $ $Date: 2005/05/07
15:55:26 $
(XEN) (GUEST: 103)
(XEN) (GUEST: 103) ata0-0: PCHS=64/8/32 translation=none LCHS=64/8/32
(XEN) (GUEST: 103) ata0 master: QEMU HARDDISK ATA-2 Hard-Disk (8 MBytes)
(XEN) (GUEST: 103) ata0 slave: Unknown device
(XEN) (GUEST: 103) ata1 master: QEMU CD-ROM ATAPI-4 CD-Rom/DVD-Rom
(XEN) (GUEST: 103) ata1 slave: Unknown device
(XEN) (GUEST: 103)
(XEN) (GUEST: 103) Booting from Hard Disk...
(XEN) (GUEST: 104) HVM Loader
(XEN) (GUEST: 104) Loading ROMBIOS ...
(XEN) (GUEST: 104) Loading Cirrus VGABIOS ...
(XEN) (GUEST: 104) Loading VMXAssist ...
(XEN) (GUEST: 104) VMX go ...
(XEN) (GUEST: 104) VMXAssist (Mar 20 2006)
(XEN) (GUEST: 104) Memory size 64 MB
(XEN) (GUEST: 104) E820 map:
(XEN) (GUEST: 104) 0000000000000000 - 000000000009F800 (RAM)
(XEN) (GUEST: 104) 000000000009F800 - 00000000000A0000 (Reserved)
(XEN) (GUEST: 104) 00000000000A0000 - 00000000000C0000 (Type 16)
(XEN) (GUEST: 104) 00000000000F0000 - 0000000000100000 (Reserved)
(XEN) (GUEST: 104) 0000000000100000 - 0000000003FFE000 (RAM)
(XEN) (GUEST: 104) 0000000003FFE000 - 0000000003FFF000 (Type 18)
(XEN) (GUEST: 104) 0000000003FFF000 - 0000000004000000 (Type 17)
(XEN) (GUEST: 104) 0000000004000000 - 0000000004003000 (ACPI NVS)
(XEN) (GUEST: 104) 0000000004003000 - 000000000400D000 (ACPI Data)
(XEN) (GUEST: 104) 00000000FEC00000 - 0000000100000000 (Type 16)
(XEN) (GUEST: 104)
(XEN) (GUEST: 104) Start BIOS ...
(XEN) (GUEST: 104) Starting emulated 16-bit real-mode: ip=F000:FFF0
(XEN) (GUEST: 104) rombios.c,v 1.138 2005/05/07 15:55:26 vruppert Exp $
(XEN) HVM_PIT: guest freq in cycles=150137173
(XEN) (GUEST: 104) Remapping master: ICW2 0x8 -> 0x20
(XEN) (GUEST: 104) Remapping slave: ICW2 0x70 -> 0x28
(XEN) (GUEST: 104) VGABios $Id: vgabios.c,v 1.61 2005/05/24 16:50:50 vruppert
Exp $
(XEN) (GUEST: 104) HVMAssist BIOS, 1 cpu, $Revision: 1.138 $ $Date: 2005/05/07
15:55:26 $
(XEN) (GUEST: 104)
(XEN) (GUEST: 104) ata0-0: PCHS=64/8/32 translation=none LCHS=64/8/32
(XEN) (GUEST: 104) ata0 master: QEMU HARDDISK ATA-2 Hard-Disk (8 MBytes)
(XEN) (GUEST: 104) ata0 slave: Unknown device
(XEN) (GUEST: 104) ata1 master: QEMU CD-ROM ATAPI-4 CD-Rom/DVD-Rom
(XEN) (GUEST: 104) ata1 slave: Unknown device
(XEN) (GUEST: 104)
(XEN) (GUEST: 104) Booting from Hard Disk...
(XEN) (GUEST: 105) HVM Loader
(XEN) (GUEST: 105) Loading ROMBIOS ...
(XEN) (GUEST: 105) Loading Cirrus VGABIOS ...
(XEN) (GUEST: 105) Loading VMXAssist ...
(XEN) (GUEST: 105) VMX go ...
(XEN) (GUEST: 105) VMXAssist (Mar 20 2006)
(XEN) (GUEST: 105) Memory size 64 MB
(XEN) (GUEST: 105) E820 map:
(XEN) (GUEST: 105) 0000000000000000 - 000000000009F800 (RAM)
(XEN) (GUEST: 105) 000000000009F800 - 00000000000A0000 (Reserved)
(XEN) (GUEST: 105) 00000000000A0000 - 00000000000C0000 (Type 16)
(XEN) (GUEST: 105) 00000000000F0000 - 0000000000100000 (Reserved)
(XEN) (GUEST: 105) 0000000000100000 - 0000000003FFE000 (RAM)
(XEN) (GUEST: 105) 0000000003FFE000 - 0000000003FFF000 (Type 18)
(XEN) (GUEST: 105) 0000000003FFF000 - 0000000004000000 (Type 17)
(XEN) (GUEST: 105) 0000000004000000 - 0000000004003000 (ACPI NVS)
(XEN) (GUEST: 105) 0000000004003000 - 000000000400D000 (ACPI Data)
(XEN) (GUEST: 105) 00000000FEC00000 - 0000000100000000 (Type 16)
(XEN) (GUEST: 105)
(XEN) (GUEST: 105) Start BIOS ...
(XEN) (GUEST: 105) Starting emulated 16-bit real-mode: ip=F000:FFF0
(XEN) (GUEST: 105) rombios.c,v 1.138 2005/05/07 15:55:26 vruppert Exp $
(XEN) HVM_PIT: guest freq in cycles=150137173
(XEN) (GUEST: 105) Remapping master: ICW2 0x8 -> 0x20
(XEN) (GUEST: 105) Remapping slave: ICW2 0x70 -> 0x28
(XEN) (GUEST: 105) VGABios $Id: vgabios.c,v 1.61 2005/05/24 16:50:50 vruppert
Exp $
(XEN) (GUEST: 105) HVMAssist BIOS, 1 cpu, $Revision: 1.138 $ $Date: 2005/05/07
15:55:26 $
(XEN) (GUEST: 105)
(XEN) (GUEST: 105) ata0-0: PCHS=64/8/32 translation=none LCHS=64/8/32
(XEN) (GUEST: 105) ata0 master: QEMU HARDDISK ATA-2 Hard-Disk (8 MBytes)
(XEN) (GUEST: 105) ata0 slave: Unknown device
(XEN) (GUEST: 105) ata1 master: QEMU CD-ROM ATAPI-4 CD-Rom/DVD-Rom
(XEN) (GUEST: 105) ata1 slave: Unknown device
(XEN) (GUEST: 105)
(XEN) (GUEST: 105) Booting from Hard Disk...
(XEN) (GUEST: 106) HVM Loader
(XEN) (GUEST: 106) Loading ROMBIOS ...
(XEN) (GUEST: 106) Loading Cirrus VGABIOS ...
(XEN) (GUEST: 106) Loading VMXAssist ...
(XEN) (GUEST: 106) VMX go ...
(XEN) (GUEST: 106) VMXAssist (Mar 20 2006)
(XEN) (GUEST: 106) Memory size 64 MB
(XEN) (GUEST: 106) E820 map:
(XEN) (GUEST: 106) 0000000000000000 - 000000000009F800 (RAM)
(XEN) (GUEST: 106) 000000000009F800 - 00000000000A0000 (Reserved)
(XEN) (GUEST: 106) 00000000000A0000 - 00000000000C0000 (Type 16)
(XEN) (GUEST: 106) 00000000000F0000 - 0000000000100000 (Reserved)
(XEN) (GUEST: 106) 0000000000100000 - 0000000003FFE000 (RAM)
(XEN) (GUEST: 106) 0000000003FFE000 - 0000000003FFF000 (Type 18)
(XEN) (GUEST: 106) 0000000003FFF000 - 0000000004000000 (Type 17)
(XEN) (GUEST: 106) 0000000004000000 - 0000000004003000 (ACPI NVS)
(XEN) (GUEST: 106) 0000000004003000 - 000000000400D000 (ACPI Data)
(XEN) (GUEST: 106) 00000000FEC00000 - 0000000100000000 (Type 16)
(XEN) (GUEST: 106)
(XEN) (GUEST: 106) Start BIOS ...
(XEN) (GUEST: 106) Starting emulated 16-bit real-mode: ip=F000:FFF0
(XEN) (GUEST: 106) rombios.c,v 1.138 2005/05/07 15:55:26 vruppert Exp $
(XEN) HVM_PIT: guest freq in cycles=150137173
(XEN) (GUEST: 106) Remapping master: ICW2 0x8 -> 0x20
(XEN) (GUEST: 106) Remapping slave: ICW2 0x70 -> 0x28
(XEN) (GUEST: 106) VGABios $Id: vgabios.c,v 1.61 2005/05/24 16:50:50 vruppert
Exp $
(XEN) (GUEST: 106) HVMAssist BIOS, 1 cpu, $Revision: 1.138 $ $Date: 2005/05/07
15:55:26 $
(XEN) (GUEST: 106)
(XEN) (GUEST: 106) ata0-0: PCHS=64/8/32 translation=none LCHS=64/8/32
(XEN) (GUEST: 106) ata0 master: QEMU HARDDISK ATA-2 Hard-Disk (8 MBytes)
(XEN) (GUEST: 106) ata0 slave: Unknown device
(XEN) (GUEST: 106) ata1 master: QEMU CD-ROM ATAPI-4 CD-Rom/DVD-Rom
(XEN) (GUEST: 106) ata1 slave: Unknown device
(XEN) (GUEST: 106)
(XEN) (GUEST: 106) Booting from Hard Disk...
(XEN) (GUEST: 107) HVM Loader
(XEN) (GUEST: 107) Loading ROMBIOS ...
(XEN) (GUEST: 107) Loading Cirrus VGABIOS ...
(XEN) (GUEST: 107) Loading VMXAssist ...
(XEN) (GUEST: 107) VMX go ...
(XEN) (GUEST: 107) VMXAssist (Mar 20 2006)
(XEN) (GUEST: 107) Memory size 64 MB
(XEN) (GUEST: 107) E820 map:
(XEN) (GUEST: 107) 0000000000000000 - 000000000009F800 (RAM)
(XEN) (GUEST: 107) 000000000009F800 - 00000000000A0000 (Reserved)
(XEN) (GUEST: 107) 00000000000A0000 - 00000000000C0000 (Type 16)
(XEN) (GUEST: 107) 00000000000F0000 - 0000000000100000 (Reserved)
(XEN) (GUEST: 107) 0000000000100000 - 0000000003FFE000 (RAM)
(XEN) (GUEST: 107) 0000000003FFE000 - 0000000003FFF000 (Type 18)
(XEN) (GUEST: 107) 0000000003FFF000 - 0000000004000000 (Type 17)
(XEN) (GUEST: 107) 0000000004000000 - 0000000004003000 (ACPI NVS)
(XEN) (GUEST: 107) 0000000004003000 - 000000000400D000 (ACPI Data)
(XEN) (GUEST: 107) 00000000FEC00000 - 0000000100000000 (Type 16)
(XEN) (GUEST: 107)
(XEN) (GUEST: 107) Start BIOS ...
(XEN) (GUEST: 107) Starting emulated 16-bit real-mode: ip=F000:FFF0
(XEN) (GUEST: 107) rombios.c,v 1.138 2005/05/07 15:55:26 vruppert Exp $
(XEN) HVM_PIT: guest freq in cycles=150137173
(XEN) (GUEST: 107) Remapping master: ICW2 0x8 -> 0x20
(XEN) (GUEST: 107) Remapping slave: ICW2 0x70 -> 0x28
(XEN) (GUEST: 107) VGABios $Id: vgabios.c,v 1.61 2005/05/24 16:50:50 vruppert
Exp $
(XEN) (GUEST: 107) HVMAssist BIOS, 1 cpu, $Revision: 1.138 $ $Date: 2005/05/07
15:55:26 $
(XEN) (GUEST: 107)
(XEN) (GUEST: 107) ata0-0: PCHS=64/8/32 translation=none LCHS=64/8/32
(XEN) (GUEST: 107) ata0 master: QEMU HARDDISK ATA-2 Hard-Disk (8 MBytes)
(XEN) (GUEST: 107) ata0 slave: Unknown device
(XEN) (GUEST: 107) ata1 master: QEMU CD-ROM ATAPI-4 CD-Rom/DVD-Rom
(XEN) (GUEST: 107) ata1 slave: Unknown device
(XEN) (GUEST: 107)
(XEN) (GUEST: 107) Booting from Hard Disk...
(XEN) (GUEST: 108) HVM Loader
(XEN) (GUEST: 108) Loading ROMBIOS ...
(XEN) (GUEST: 108) Loading Cirrus VGABIOS ...
(XEN) (GUEST: 108) Loading VMXAssist ...
(XEN) (GUEST: 108) VMX go ...
(XEN) (GUEST: 108) VMXAssist (Mar 20 2006)
(XEN) (GUEST: 108) Memory size 64 MB
(XEN) (GUEST: 108) E820 map:
(XEN) (GUEST: 108) 0000000000000000 - 000000000009F800 (RAM)
(XEN) (GUEST: 108) 000000000009F800 - 00000000000A0000 (Reserved)
(XEN) (GUEST: 108) 00000000000A0000 - 00000000000C0000 (Type 16)
(XEN) (GUEST: 108) 00000000000F0000 - 0000000000100000 (Reserved)
(XEN) (GUEST: 108) 0000000000100000 - 0000000003FFE000 (RAM)
(XEN) (GUEST: 108) 0000000003FFE000 - 0000000003FFF000 (Type 18)
(XEN) (GUEST: 108) 0000000003FFF000 - 0000000004000000 (Type 17)
(XEN) (GUEST: 108) 0000000004000000 - 0000000004003000 (ACPI NVS)
(XEN) (GUEST: 108) 0000000004003000 - 000000000400D000 (ACPI Data)
(XEN) (GUEST: 108) 00000000FEC00000 - 0000000100000000 (Type 16)
(XEN) (GUEST: 108)
(XEN) (GUEST: 108) Start BIOS ...
(XEN) (GUEST: 108) Starting emulated 16-bit real-mode: ip=F000:FFF0
(XEN) (GUEST: 108) rombios.c,v 1.138 2005/05/07 15:55:26 vruppert Exp $
(XEN) HVM_PIT: guest freq in cycles=150137173
(XEN) (GUEST: 108) Remapping master: ICW2 0x8 -> 0x20
(XEN) (GUEST: 108) Remapping slave: ICW2 0x70 -> 0x28
(XEN) (GUEST: 108) VGABios $Id: vgabios.c,v 1.61 2005/05/24 16:50:50 vruppert
Exp $
(XEN) (GUEST: 108) HVMAssist BIOS, 1 cpu, $Revision: 1.138 $ $Date: 2005/05/07
15:55:26 $
(XEN) (GUEST: 108)
(XEN) (GUEST: 108) ata0-0: PCHS=64/8/32 translation=none LCHS=64/8/32
(XEN) (GUEST: 108) ata0 master: QEMU HARDDISK ATA-2 Hard-Disk (8 MBytes)
(XEN) (GUEST: 108) ata0 slave: Unknown device
(XEN) (GUEST: 108) ata1 master: QEMU CD-ROM ATAPI-4 CD-Rom/DVD-Rom
(XEN) (GUEST: 108) ata1 slave: Unknown device
(XEN) (GUEST: 108)
(XEN) (GUEST: 108) Booting from Hard Disk...
(XEN) (GUEST: 109) HVM Loader
(XEN) (GUEST: 109) Loading ROMBIOS ...
(XEN) (GUEST: 109) Loading Cirrus VGABIOS ...
(XEN) (GUEST: 109) Loading VMXAssist ...
(XEN) (GUEST: 109) VMX go ...
(XEN) (GUEST: 109) VMXAssist (Mar 20 2006)
(XEN) (GUEST: 109) Memory size 64 MB
(XEN) (GUEST: 109) E820 map:
(XEN) (GUEST: 109) 0000000000000000 - 000000000009F800 (RAM)
(XEN) (GUEST: 109) 000000000009F800 - 00000000000A0000 (Reserved)
(XEN) (GUEST: 109) 00000000000A0000 - 00000000000C0000 (Type 16)
(XEN) (GUEST: 109) 00000000000F0000 - 0000000000100000 (Reserved)
(XEN) (GUEST: 109) 0000000000100000 - 0000000003FFE000 (RAM)
(XEN) (GUEST: 109) 0000000003FFE000 - 0000000003FFF000 (Type 18)
(XEN) (GUEST: 109) 0000000003FFF000 - 0000000004000000 (Type 17)
(XEN) (GUEST: 109) 0000000004000000 - 0000000004003000 (ACPI NVS)
(XEN) (GUEST: 109) 0000000004003000 - 000000000400D000 (ACPI Data)
(XEN) (GUEST: 109) 00000000FEC00000 - 0000000100000000 (Type 16)
(XEN) (GUEST: 109)
(XEN) (GUEST: 109) Start BIOS ...
(XEN) (GUEST: 109) Starting emulated 16-bit real-mode: ip=F000:FFF0
(XEN) (GUEST: 109) rombios.c,v 1.138 2005/05/07 15:55:26 vruppert Exp $
(XEN) HVM_PIT: guest freq in cycles=150137173
(XEN) (GUEST: 109) Remapping master: ICW2 0x8 -> 0x20
(XEN) (GUEST: 109) Remapping slave: ICW2 0x70 -> 0x28
(XEN) (GUEST: 109) VGABios $Id: vgabios.c,v 1.61 2005/05/24 16:50:50 vruppert
Exp $
(XEN) (GUEST: 109) HVMAssist BIOS, 1 cpu, $Revision: 1.138 $ $Date: 2005/05/07
15:55:26 $
(XEN) (GUEST: 109)
(XEN) (GUEST: 109) ata0-0: PCHS=64/8/32 translation=none LCHS=64/8/32
(XEN) (GUEST: 109) ata0 master: QEMU HARDDISK ATA-2 Hard-Disk (8 MBytes)
(XEN) (GUEST: 109) ata0 slave: Unknown device
(XEN) (GUEST: 109) ata1 master: QEMU CD-ROM ATAPI-4 CD-Rom/DVD-Rom
(XEN) (GUEST: 109) ata1 slave: Unknown device
(XEN) (GUEST: 109)
(XEN) (GUEST: 109) Booting from Hard Disk...
PASS: 01_dmesg_basic_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 624.8
*** Finished cleaning domUs
*** Test 02_dmesg_basic_neg started at Mon Mar 20 11:38:57 2006 CDT
[dom0] Running `xm dmesg -x'
Error: 'xm dmesg' requires 0 argument.
dmesg [-c|--clear] Read or clear Xen's message buffer
PASS: 02_dmesg_basic_neg.test
==================
All 2 tests passed
==================
make[2]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/dmesg'
make[1]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/dmesg'
*** case domid from group default
*** Running tests for case domid
make[1]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/domid'
make check-TESTS
make[2]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/domid'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 625.2
*** Finished cleaning domUs
*** Test 01_domid_basic_pos started at Mon Mar 20 11:38:57 2006 CDT
[dom0] Running `xm domid Domain-0'
0
PASS: 01_domid_basic_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 625.5
*** Finished cleaning domUs
*** Test 02_domid_basic_neg started at Mon Mar 20 11:38:58 2006 CDT
[dom0] Running `xm domid non_existent_domain'
Error: Domain 'non_existent_domain' not found when running 'xm domid'
PASS: 02_domid_basic_neg.test
==================
All 2 tests passed
==================
make[2]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/domid'
make[1]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/domid'
*** case domname from group default
*** Running tests for case domname
make[1]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/domname'
make check-TESTS
make[2]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/domname'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 625.9
*** Finished cleaning domUs
*** Test 01_domname_basic_pos started at Mon Mar 20 11:38:58 2006 CDT
[dom0] Running `xm domname 0'
Domain-0
PASS: 01_domname_basic_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 626.2
*** Finished cleaning domUs
*** Test 02_domname_basic_neg started at Mon Mar 20 11:38:58 2006 CDT
[dom0] Running `xm domname 1492'
Error: Domain '1492' not found when running 'xm domname'
PASS: 02_domname_basic_neg.test
==================
All 2 tests passed
==================
make[2]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/domname'
make[1]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/domname'
*** case enforce_dom0_cpus from group default
*** Running tests for case enforce_dom0_cpus
make[1]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/enforce_dom0_cpus'
make check-TESTS
make[2]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/enforce_dom0_cpus'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 626.6
*** Finished cleaning domUs
*** Test 01_enforce_dom0_cpus_basic_pos started at Mon Mar 20 11:38:59 2006 CDT
[dom0] Running `xm info'
system : Linux
host : vmxdom2
release : 2.6.16-rc6-xen0
version : #1 Mon Mar 20 10:32:13 CST 2006
machine : x86_64
nr_cpus : 16
nr_nodes : 1
sockets_per_node : 4
cores_per_socket : 2
threads_per_core : 2
cpu_mhz : 3002
hw_caps :
bfebfbff:20000800:00000000:00000180:000065bd:00000000:00000001
total_memory : 8192
free_memory : 7579
xen_major : 3
xen_minor : 0
xen_extra : -unstable
xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 hvm-3.0-x86_64
platform_params : virt_start=0xffff800000000000
xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79
cc_compiler : gcc version 3.3.3 (SuSE Linux)
cc_compile_by : root
cc_compile_domain : ltc.austin.ibm.com
cc_compile_date : Mon Mar 20 10:21:27 CST 2006
[dom0] Running `xm info'
system : Linux
host : vmxdom2
release : 2.6.16-rc6-xen0
version : #1 Mon Mar 20 10:32:13 CST 2006
machine : x86_64
nr_cpus : 16
nr_nodes : 1
sockets_per_node : 4
cores_per_socket : 2
threads_per_core : 2
cpu_mhz : 3002
hw_caps :
bfebfbff:20000800:00000000:00000180:000065bd:00000000:00000001
total_memory : 8192
free_memory : 7579
xen_major : 3
xen_minor : 0
xen_extra : -unstable
xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 hvm-3.0-x86_64
platform_params : virt_start=0xffff800000000000
xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79
cc_compiler : gcc version 3.3.3 (SuSE Linux)
cc_compile_by : root
cc_compile_domain : ltc.austin.ibm.com
cc_compile_date : Mon Mar 20 10:21:27 CST 2006
[dom0] Running `xm info'
system : Linux
host : vmxdom2
release : 2.6.16-rc6-xen0
version : #1 Mon Mar 20 10:32:13 CST 2006
machine : x86_64
nr_cpus : 16
nr_nodes : 1
sockets_per_node : 4
cores_per_socket : 2
threads_per_core : 2
cpu_mhz : 3002
hw_caps :
bfebfbff:20000800:00000000:00000180:000065bd:00000000:00000001
total_memory : 8192
free_memory : 7579
xen_major : 3
xen_minor : 0
xen_extra : -unstable
xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 hvm-3.0-x86_64
platform_params : virt_start=0xffff800000000000
xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79
cc_compiler : gcc version 3.3.3 (SuSE Linux)
cc_compile_by : root
cc_compile_domain : ltc.austin.ibm.com
cc_compile_date : Mon Mar 20 10:21:27 CST 2006
[dom0] Running `sed -e 's,dom0-cpus 0,dom0-cpus 1,' /etc/xen/xend-config.sxp >
/tmp/xend-config.sxp'
*** Restarting xend ...
[dom0] Running `/etc/init.d/xend stop'
[dom0] Running `/etc/init.d/xend start'
[dom0] Running `grep "^processor" /proc/cpuinfo | wc -l'
1
[dom0] Running `xm vcpu-list Domain-0'
Name ID VCPU CPU State Time(s) CPU Affinity
Domain-0 0 0 0 r-- 628.1 any cpu
Domain-0 0 1 - --p 0.0 any cpu
Domain-0 0 2 - --p 0.0 any cpu
Domain-0 0 3 - --p 0.0 any cpu
Domain-0 0 4 - --p 0.0 any cpu
Domain-0 0 5 - --p 0.0 any cpu
Domain-0 0 6 - --p 0.0 any cpu
Domain-0 0 7 - --p 0.0 any cpu
Domain-0 0 8 - --p 0.0 any cpu
Domain-0 0 9 - --p 0.0 any cpu
Domain-0 0 10 - --p 0.0 any cpu
Domain-0 0 11 - --p 0.0 any cpu
Domain-0 0 12 - --p 0.0 any cpu
Domain-0 0 13 - --p 0.0 any cpu
Domain-0 0 14 - --p 0.0 any cpu
Domain-0 0 15 - --p 0.0 any cpu
*** Restarting xend ...
[dom0] Running `/etc/init.d/xend stop'
[dom0] Running `/etc/init.d/xend start'
PASS: 01_enforce_dom0_cpus_basic_pos.test
==================
All 1 tests passed
==================
make[2]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/enforce_dom0_cpus'
make[1]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/enforce_dom0_cpus'
*** case help from group default
*** Running tests for case help
make[1]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/help'
make check-TESTS
make[2]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/help'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 629.1
*** Finished cleaning domUs
*** Test 01_help_basic_pos started at Mon Mar 20 11:39:03 2006 CDT
[dom0] Running `xm help'
Usage: xm <subcommand> [args]
Control, list, and manipulate Xen guest instances
xm common subcommands:
console <DomId> Attach to domain DomId's console.
create [-c] <ConfigFile>
[Name=Value].. Create a domain based on Config File
destroy <DomId> Terminate a domain immediately
help Display this message
list [--long] [DomId, ...] List information about domains
mem-set <DomId> <Mem> Adjust the current memory usage for a domain
migrate <DomId> <Host> Migrate a domain to another machine
pause <DomId> Pause execution of a domain
reboot <DomId> [-w][-a] Reboot a domain
restore <File> Create a domain from a saved state file
save <DomId> <File> Save domain state (and config) to file
shutdown <DomId> [-w][-a][-R|-H] Shutdown a domain
top Monitor system and domains in real-time
unpause <DomId> Unpause a paused domain
vcpu-set <DomId> <VCPUs> Set the number of VCPUs for a domain
<DomName> can be substituted for <DomId> in xm subcommands.
For a complete list of subcommands run 'xm help --long'
For more help on xm see the xm(1) man page
For more help on xm create, see the xmdomain.cfg(5) man page
PASS: 01_help_basic_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 629.4
*** Finished cleaning domUs
*** Test 02_help_basic_neg started at Mon Mar 20 11:39:04 2006 CDT
[dom0] Running `xm'
Usage: xm <subcommand> [args]
Control, list, and manipulate Xen guest instances
xm common subcommands:
console <DomId> Attach to domain DomId's console.
create [-c] <ConfigFile>
[Name=Value].. Create a domain based on Config File
destroy <DomId> Terminate a domain immediately
help Display this message
list [--long] [DomId, ...] List information about domains
mem-set <DomId> <Mem> Adjust the current memory usage for a domain
migrate <DomId> <Host> Migrate a domain to another machine
pause <DomId> Pause execution of a domain
reboot <DomId> [-w][-a] Reboot a domain
restore <File> Create a domain from a saved state file
save <DomId> <File> Save domain state (and config) to file
shutdown <DomId> [-w][-a][-R|-H] Shutdown a domain
top Monitor system and domains in real-time
unpause <DomId> Unpause a paused domain
vcpu-set <DomId> <VCPUs> Set the number of VCPUs for a domain
<DomName> can be substituted for <DomId> in xm subcommands.
For a complete list of subcommands run 'xm help --long'
For more help on xm see the xm(1) man page
For more help on xm create, see the xmdomain.cfg(5) man page
PASS: 02_help_basic_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 630.0
*** Finished cleaning domUs
*** Test 03_help_badparm_neg started at Mon Mar 20 11:39:04 2006 CDT
[dom0] Running `xm -x'
Error: Sub Command -x not found!
Usage: xm <subcommand> [args]
Control, list, and manipulate Xen guest instances
xm common subcommands:
console <DomId> Attach to domain DomId's console.
create [-c] <ConfigFile>
[Name=Value].. Create a domain based on Config File
destroy <DomId> Terminate a domain immediately
help Display this message
list [--long] [DomId, ...] List information about domains
mem-set <DomId> <Mem> Adjust the current memory usage for a domain
migrate <DomId> <Host> Migrate a domain to another machine
pause <DomId> Pause execution of a domain
reboot <DomId> [-w][-a] Reboot a domain
restore <File> Create a domain from a saved state file
save <DomId> <File> Save domain state (and config) to file
shutdown <DomId> [-w][-a][-R|-H] Shutdown a domain
top Monitor system and domains in real-time
unpause <DomId> Unpause a paused domain
vcpu-set <DomId> <VCPUs> Set the number of VCPUs for a domain
<DomName> can be substituted for <DomId> in xm subcommands.
For a complete list of subcommands run 'xm help --long'
For more help on xm see the xm(1) man page
For more help on xm create, see the xmdomain.cfg(5) man page
PASS: 03_help_badparm_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 630.3
*** Finished cleaning domUs
*** Test 04_help_long_pos started at Mon Mar 20 11:39:05 2006 CDT
[dom0] Running `xm help --long'
Usage: xm <subcommand> [args]
Control, list, and manipulate Xen guest instances
xm full list of subcommands:
Domain Commands:
console <DomId> Attach to domain DomId's console.
create [-c] <ConfigFile>
[Name=Value].. Create a domain based on Config File
destroy <DomId> Terminate a domain immediately
domid <DomName> Converts a domain name to a domain id
domname <DomId> Convert a domain id to a domain name
list [--long] [DomId, ...] List information about domains
mem-max <DomId> <Mem> Set maximum memory reservation for a domain
mem-set <DomId> <Mem> Adjust the current memory usage for a domain
migrate <DomId> <Host> Migrate a domain to another machine
pause <DomId> Pause execution of a domain
reboot <DomId> [-w][-a] Reboot a domain
rename <DomId> <New Name> Rename a domain
restore <File> Create a domain from a saved state file
save <DomId> <File> Save domain state (and config) to file
shutdown <DomId> [-w][-a][-R|-H] Shutdown a domain
sysrq <DomId> <letter> Send a sysrq to a domain
top Monitor system and domains in real-time
unpause <DomId> Unpause a paused domain
vcpu-list <DomId> List the VCPUs for a domain (or all domains)
vcpu-pin <DomId> <VCPU> <CPUs> Set which cpus a VCPU can use
vcpu-set <DomId> <VCPUs> Set the number of VCPUs for a domain
Xen Host Commands:
dmesg [-c|--clear] Read or clear Xen's message buffer
info Get information about the xen host
log Print the xend log
Scheduler Commands:
sched-bvt <Parameters> Set Borrowed Virtual Time scheduler
parameters
sched-bvt-ctxallow <Allow> Set the BVT scheduler context switch
allowance
sched-sedf [DOM] [OPTIONS] Show|Set simple EDF parameters
-p, --period Relative deadline(ms).
-s, --slice Worst-case execution time(ms)
(slice < period).
-l, --latency scaled period(ms) in case the domain
is doing heavy I/O.
-e, --extra flag (0/1) which controls whether the
domain can run in extra-time
-w, --weight mutually exclusive with period/slice and
specifies another way of setting a domain's
cpu period/slice.
Virtual Device Commands:
block-attach <DomId> <BackDev> <FrontDev> <Mode>
[BackDomId] Create a new virtual block device
block-detach <DomId> <DevId> Destroy a domain's virtual block device,
where <DevId> may either be the device ID
or the device name as mounted in the guest
block-list <DomId> [--long] List virtual block devices for a domain
network-attach <DomID> [script=<script>] [ip=<ip>] [mac=<mac>]
[bridge=<bridge>] [backend=<backDomID>]
Create a new virtual network device
network-detach <DomId> <DevId> Destroy a domain's virtual network
device, where <DevId> is the device ID.
network-list <DomId> [--long] List virtual network interfaces for a domain
vtpm-list <DomId> [--long] list virtual TPM devices
Vnet commands:
vnet-list [-l|--long] list vnets
vnet-create <config> create a vnet from a config file
vnet-delete <vnetid> delete a vnet
<DomName> can be substituted for <DomId> in xm subcommands.
For a short list of subcommands run 'xm help'
For more help on xm see the xm(1) man page
For more help on xm create, see the xmdomain.cfg(5) man page
PASS: 04_help_long_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 630.6
*** Finished cleaning domUs
*** Test 05_help_nonroot_pos started at Mon Mar 20 11:39:05 2006 CDT
[dom0] Running `xm help'
Usage: xm <subcommand> [args]
Control, list, and manipulate Xen guest instances
xm common subcommands:
console <DomId> Attach to domain DomId's console.
create [-c] <ConfigFile>
[Name=Value].. Create a domain based on Config File
destroy <DomId> Terminate a domain immediately
help Display this message
list [--long] [DomId, ...] List information about domains
mem-set <DomId> <Mem> Adjust the current memory usage for a domain
migrate <DomId> <Host> Migrate a domain to another machine
pause <DomId> Pause execution of a domain
reboot <DomId> [-w][-a] Reboot a domain
restore <File> Create a domain from a saved state file
save <DomId> <File> Save domain state (and config) to file
shutdown <DomId> [-w][-a][-R|-H] Shutdown a domain
top Monitor system and domains in real-time
unpause <DomId> Unpause a paused domain
vcpu-set <DomId> <VCPUs> Set the number of VCPUs for a domain
<DomName> can be substituted for <DomId> in xm subcommands.
For a complete list of subcommands run 'xm help --long'
For more help on xm see the xm(1) man page
For more help on xm create, see the xmdomain.cfg(5) man page
PASS: 05_help_nonroot_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 630.9
*** Finished cleaning domUs
*** Test 06_help_allcmds started at Mon Mar 20 11:39:05 2006 CDT
[dom0] Running `xm help --long'
Usage: xm <subcommand> [args]
Control, list, and manipulate Xen guest instances
xm full list of subcommands:
Domain Commands:
console <DomId> Attach to domain DomId's console.
create [-c] <ConfigFile>
[Name=Value].. Create a domain based on Config File
destroy <DomId> Terminate a domain immediately
domid <DomName> Converts a domain name to a domain id
domname <DomId> Convert a domain id to a domain name
list [--long] [DomId, ...] List information about domains
mem-max <DomId> <Mem> Set maximum memory reservation for a domain
mem-set <DomId> <Mem> Adjust the current memory usage for a domain
migrate <DomId> <Host> Migrate a domain to another machine
pause <DomId> Pause execution of a domain
reboot <DomId> [-w][-a] Reboot a domain
rename <DomId> <New Name> Rename a domain
restore <File> Create a domain from a saved state file
save <DomId> <File> Save domain state (and config) to file
shutdown <DomId> [-w][-a][-R|-H] Shutdown a domain
sysrq <DomId> <letter> Send a sysrq to a domain
top Monitor system and domains in real-time
unpause <DomId> Unpause a paused domain
vcpu-list <DomId> List the VCPUs for a domain (or all domains)
vcpu-pin <DomId> <VCPU> <CPUs> Set which cpus a VCPU can use
vcpu-set <DomId> <VCPUs> Set the number of VCPUs for a domain
Xen Host Commands:
dmesg [-c|--clear] Read or clear Xen's message buffer
info Get information about the xen host
log Print the xend log
Scheduler Commands:
sched-bvt <Parameters> Set Borrowed Virtual Time scheduler
parameters
sched-bvt-ctxallow <Allow> Set the BVT scheduler context switch
allowance
sched-sedf [DOM] [OPTIONS] Show|Set simple EDF parameters
-p, --period Relative deadline(ms).
-s, --slice Worst-case execution time(ms)
(slice < period).
-l, --latency scaled period(ms) in case the domain
is doing heavy I/O.
-e, --extra flag (0/1) which controls whether the
domain can run in extra-time
-w, --weight mutually exclusive with period/slice and
specifies another way of setting a domain's
cpu period/slice.
Virtual Device Commands:
block-attach <DomId> <BackDev> <FrontDev> <Mode>
[BackDomId] Create a new virtual block device
block-detach <DomId> <DevId> Destroy a domain's virtual block device,
where <DevId> may either be the device ID
or the device name as mounted in the guest
block-list <DomId> [--long] List virtual block devices for a domain
network-attach <DomID> [script=<script>] [ip=<ip>] [mac=<mac>]
[bridge=<bridge>] [backend=<backDomID>]
Create a new virtual network device
network-detach <DomId> <DevId> Destroy a domain's virtual network
device, where <DevId> is the device ID.
network-list <DomId> [--long] List virtual network interfaces for a domain
vtpm-list <DomId> [--long] list virtual TPM devices
Vnet commands:
vnet-list [-l|--long] list vnets
vnet-create <config> create a vnet from a config file
vnet-delete <vnetid> delete a vnet
<DomName> can be substituted for <DomId> in xm subcommands.
For a short list of subcommands run 'xm help'
For more help on xm see the xm(1) man page
For more help on xm create, see the xmdomain.cfg(5) man page
PASS: 06_help_allcmds.test
==================
All 6 tests passed
==================
make[2]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/help'
make[1]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/help'
*** case info from group default
*** Running tests for case info
make[1]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/info'
make check-TESTS
make[2]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/info'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 631.3
*** Finished cleaning domUs
*** Test 01_info_basic_pos started at Mon Mar 20 11:39:06 2006 CDT
[dom0] Running `xm info'
system : Linux
host : vmxdom2
release : 2.6.16-rc6-xen0
version : #1 Mon Mar 20 10:32:13 CST 2006
machine : x86_64
nr_cpus : 16
nr_nodes : 1
sockets_per_node : 4
cores_per_socket : 2
threads_per_core : 2
cpu_mhz : 3002
hw_caps :
bfebfbff:20000800:00000000:00000180:000065bd:00000000:00000001
total_memory : 8192
free_memory : 7579
xen_major : 3
xen_minor : 0
xen_extra : -unstable
xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 hvm-3.0-x86_64
platform_params : virt_start=0xffff800000000000
xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79
cc_compiler : gcc version 3.3.3 (SuSE Linux)
cc_compile_by : root
cc_compile_domain : ltc.austin.ibm.com
cc_compile_date : Mon Mar 20 10:21:27 CST 2006
PASS: 01_info_basic_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 631.6
*** Finished cleaning domUs
*** Test 02_info_compiledata_pos started at Mon Mar 20 11:39:06 2006 CDT
[dom0] Running `xm info'
system : Linux
host : vmxdom2
release : 2.6.16-rc6-xen0
version : #1 Mon Mar 20 10:32:13 CST 2006
machine : x86_64
nr_cpus : 16
nr_nodes : 1
sockets_per_node : 4
cores_per_socket : 2
threads_per_core : 2
cpu_mhz : 3002
hw_caps :
bfebfbff:20000800:00000000:00000180:000065bd:00000000:00000001
total_memory : 8192
free_memory : 7579
xen_major : 3
xen_minor : 0
xen_extra : -unstable
xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 hvm-3.0-x86_64
platform_params : virt_start=0xffff800000000000
xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79
cc_compiler : gcc version 3.3.3 (SuSE Linux)
cc_compile_by : root
cc_compile_domain : ltc.austin.ibm.com
cc_compile_date : Mon Mar 20 10:21:27 CST 2006
PASS: 02_info_compiledata_pos.test
==================
All 2 tests passed
==================
make[2]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/info'
make[1]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/info'
*** case list from group default
*** Running tests for case list
make[1]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/list'
make check-TESTS
make[2]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/list'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 632.0
*** Finished cleaning domUs
*** Test 01_list_basic_pos started at Mon Mar 20 11:39:06 2006 CDT
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 632.1
PASS: 01_list_basic_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 632.3
*** Finished cleaning domUs
*** Test 02_list_badparm_neg started at Mon Mar 20 11:39:07 2006 CDT
[dom0] Running `xm list -x'
Error: option -x not recognized
PASS: 02_list_badparm_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 632.6
*** Finished cleaning domUs
*** Test 03_list_nonexist_neg started at Mon Mar 20 11:39:07 2006 CDT
[dom0] Running `xm list 6666'
Error: Domain '6666' not found when running 'xm list'
PASS: 03_list_nonexist_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 632.9
*** Finished cleaning domUs
*** Test 04_list_goodparm_pos started at Mon Mar 20 11:39:07 2006 CDT
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 04_list_goodparm_pos-1142876347
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'04_list_goodparm_pos-1142876347']
[dom0] Running `xm list 04_list_goodparm_pos-1142876347'
Name ID Mem(MiB) VCPUs State Time(s)
04_list_goodparm_pos-1142876347 110 64 1 -b---- 7.4
[dom0] Running `xm shutdown 04_list_goodparm_pos-1142876347'
PASS: 04_list_goodparm_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 640.1
*** Finished cleaning domUs
*** Test 05_list_long_pos started at Mon Mar 20 11:39:32 2006 CDT
[dom0] Running `xm list --long'
(domain
(domid 0)
(uuid 00000000-0000-0000-0000-000000000000)
(ssidref 0)
(vcpus 16)
(vcpu_avail 1)
(cpu_weight 1.0)
(memory 495)
(maxmem 495)
(name Domain-0)
(on_poweroff destroy)
(on_reboot restart)
(on_crash restart)
(state r-----)
(shutdown_reason poweroff)
(cpu_time 640.279650735)
(online_vcpus 1)
)
PASS: 05_list_long_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 640.5
*** Finished cleaning domUs
*** Test 06_list_nonroot started at Mon Mar 20 11:39:32 2006 CDT
[dom0] Running `xm list'
Error: Most commands need root access. Please try again as root.
PASS: 06_list_nonroot.test
==================
All 6 tests passed
==================
make[2]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/list'
make[1]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/list'
*** case memmax from group default
*** Running tests for case memmax
make[1]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/memmax'
make check-TESTS
make[2]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/memmax'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 640.8
*** Finished cleaning domUs
*** Test 01_memmax_badparm_neg started at Mon Mar 20 11:39:32 2006 CDT
REASON: Mem-max not supported for HVM domains
SKIP: 01_memmax_badparm_neg.test
======================
All 0 tests passed
(1 tests were not run)
======================
make[2]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/memmax'
make[1]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/memmax'
*** case memset from group default
*** Running tests for case memset
make[1]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/memset'
make check-TESTS
make[2]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/memset'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 641.1
*** Finished cleaning domUs
*** Test 01_memset_basic_pos started at Mon Mar 20 11:39:33 2006 CDT
REASON: Mem-set not supported for HVM domains
SKIP: 01_memset_basic_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 641.3
*** Finished cleaning domUs
*** Test 02_memset_badparm_neg started at Mon Mar 20 11:39:33 2006 CDT
REASON: Mem-set not supported for HVM domains
SKIP: 02_memset_badparm_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 641.5
*** Finished cleaning domUs
*** Test 03_memset_random_pos started at Mon Mar 20 11:39:33 2006 CDT
REASON: Mem-set not supported for HVM domains
SKIP: 03_memset_random_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 641.7
*** Finished cleaning domUs
*** Test 04_memset_smallmem_pos started at Mon Mar 20 11:39:33 2006 CDT
REASON: Mem-set not supported for HVM domains
SKIP: 04_memset_smallmem_pos.test
======================
All 0 tests passed
(4 tests were not run)
======================
make[2]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/memset'
make[1]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/memset'
*** case migrate from group default
*** Running tests for case migrate
make[1]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/migrate'
make check-TESTS
make[2]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/migrate'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 641.9
*** Finished cleaning domUs
*** Test 01_migrate_localhost_pos started at Mon Mar 20 11:39:34 2006 CDT
REASON: Migrate currently not supported for HVM domains
SKIP: 01_migrate_localhost_pos.test
======================
All 0 tests passed
(1 tests were not run)
======================
make[2]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/migrate'
make[1]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/migrate'
*** case network from group default
*** Running tests for case network
make[1]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/network'
make check-TESTS
make[2]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/network'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 642.5
*** Finished cleaning domUs
*** Test 02_network_local_ping_pos started at Mon Mar 20 11:39:34 2006 CDT
[dom0] Running `ip addr show |grep "inet 169.254" | grep -v vif'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 02_network_local_ping_pos-1142876374
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'02_network_local_ping_pos-1142876374']
[02_network_local_ping_pos-1142876374] Sending `bhs'
[02_network_local_ping_pos-1142876374] Sending `ifconfig lo 127.0.0.1'
[02_network_local_ping_pos-1142876374] Sending `echo $?'
[02_network_local_ping_pos-1142876374] Sending `ifconfig eth0 inet 169.254.48.2
netmask 255.255.255.240 up'
[02_network_local_ping_pos-1142876374] Sending `echo $?'
[02_network_local_ping_pos-1142876374] Sending `ping -q -c 1 -s 1 127.0.0.1'
[02_network_local_ping_pos-1142876374] Sending `echo $?'
[02_network_local_ping_pos-1142876374] Sending `ping -q -c 1 -s 48 127.0.0.1'
[02_network_local_ping_pos-1142876374] Sending `echo $?'
[02_network_local_ping_pos-1142876374] Sending `ping -q -c 1 -s 64 127.0.0.1'
[02_network_local_ping_pos-1142876374] Sending `echo $?'
[02_network_local_ping_pos-1142876374] Sending `ping -q -c 1 -s 512 127.0.0.1'
[02_network_local_ping_pos-1142876374] Sending `echo $?'
[02_network_local_ping_pos-1142876374] Sending `ping -q -c 1 -s 1440 127.0.0.1'
[02_network_local_ping_pos-1142876374] Sending `echo $?'
[02_network_local_ping_pos-1142876374] Sending `ping -q -c 1 -s 1500 127.0.0.1'
[02_network_local_ping_pos-1142876374] Sending `echo $?'
[02_network_local_ping_pos-1142876374] Sending `ping -q -c 1 -s 1505 127.0.0.1'
[02_network_local_ping_pos-1142876374] Sending `echo $?'
[02_network_local_ping_pos-1142876374] Sending `ping -q -c 1 -s 4096 127.0.0.1'
[02_network_local_ping_pos-1142876374] Sending `echo $?'
[02_network_local_ping_pos-1142876374] Sending `ping -q -c 1 -s 4192 127.0.0.1'
[02_network_local_ping_pos-1142876374] Sending `echo $?'
[02_network_local_ping_pos-1142876374] Sending `ping -q -c 1 -s 32767 127.0.0.1'
[02_network_local_ping_pos-1142876374] Sending `echo $?'
[02_network_local_ping_pos-1142876374] Sending `ping -q -c 1 -s 65507 127.0.0.1'
[02_network_local_ping_pos-1142876374] Sending `echo $?'
[02_network_local_ping_pos-1142876374] Sending `ping -q -c 1 -s 1 169.254.48.2'
[02_network_local_ping_pos-1142876374] Sending `echo $?'
[02_network_local_ping_pos-1142876374] Sending `ping -q -c 1 -s 48 169.254.48.2'
[02_network_local_ping_pos-1142876374] Sending `echo $?'
[02_network_local_ping_pos-1142876374] Sending `ping -q -c 1 -s 64 169.254.48.2'
[02_network_local_ping_pos-1142876374] Sending `echo $?'
[02_network_local_ping_pos-1142876374] Sending `ping -q -c 1 -s 512
169.254.48.2'
[02_network_local_ping_pos-1142876374] Sending `echo $?'
[02_network_local_ping_pos-1142876374] Sending `ping -q -c 1 -s 1440
169.254.48.2'
[02_network_local_ping_pos-1142876374] Sending `echo $?'
[02_network_local_ping_pos-1142876374] Sending `ping -q -c 1 -s 1500
169.254.48.2'
[02_network_local_ping_pos-1142876374] Sending `echo $?'
[02_network_local_ping_pos-1142876374] Sending `ping -q -c 1 -s 1505
169.254.48.2'
[02_network_local_ping_pos-1142876374] Sending `echo $?'
[02_network_local_ping_pos-1142876374] Sending `ping -q -c 1 -s 4096
169.254.48.2'
[02_network_local_ping_pos-1142876374] Sending `echo $?'
[02_network_local_ping_pos-1142876374] Sending `ping -q -c 1 -s 4192
169.254.48.2'
[02_network_local_ping_pos-1142876374] Sending `echo $?'
[02_network_local_ping_pos-1142876374] Sending `ping -q -c 1 -s 32767
169.254.48.2'
[02_network_local_ping_pos-1142876374] Sending `echo $?'
[02_network_local_ping_pos-1142876374] Sending `ping -q -c 1 -s 65507
169.254.48.2'
[02_network_local_ping_pos-1142876374] Sending `echo $?'
REASON: ping loopback failed for size 65507. ping eth0 failed for size 65507.
XFAIL: 02_network_local_ping_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 667.2
02_network_local_ping_pos-1142876374 111 64 1 r----- 14.3
[dom0] Running `xm destroy 02_network_local_ping_pos-1142876374'
*** Finished cleaning domUs
*** Test 03_network_local_tcp_pos started at Mon Mar 20 11:42:57 2006 CDT
[dom0] Running `ip addr show |grep "inet 169.254" | grep -v vif'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 03_network_local_tcp_pos-1142876577
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'03_network_local_tcp_pos-1142876577']
[03_network_local_tcp_pos-1142876577] Sending `bhs'
[03_network_local_tcp_pos-1142876577] Sending `ifconfig lo 127.0.0.1'
[03_network_local_tcp_pos-1142876577] Sending `echo $?'
[03_network_local_tcp_pos-1142876577] Sending `ifconfig eth0 inet 169.254.169.2
netmask 255.255.255.240 up'
[03_network_local_tcp_pos-1142876577] Sending `echo $?'
[03_network_local_tcp_pos-1142876577] Sending `hping2 127.0.0.1 -E /dev/urandom
-q -c 20 --fast -d 1'
[03_network_local_tcp_pos-1142876577] Sending `echo $?'
[03_network_local_tcp_pos-1142876577] Sending `hping2 127.0.0.1 -E /dev/urandom
-q -c 20 --fast -d 48'
[03_network_local_tcp_pos-1142876577] Sending `echo $?'
[03_network_local_tcp_pos-1142876577] Sending `hping2 127.0.0.1 -E /dev/urandom
-q -c 20 --fast -d 64'
[03_network_local_tcp_pos-1142876577] Sending `echo $?'
[03_network_local_tcp_pos-1142876577] Sending `hping2 127.0.0.1 -E /dev/urandom
-q -c 20 --fast -d 512'
[03_network_local_tcp_pos-1142876577] Sending `echo $?'
[03_network_local_tcp_pos-1142876577] Sending `hping2 127.0.0.1 -E /dev/urandom
-q -c 20 --fast -d 1440'
[03_network_local_tcp_pos-1142876577] Sending `echo $?'
[03_network_local_tcp_pos-1142876577] Sending `hping2 127.0.0.1 -E /dev/urandom
-q -c 20 --fast -d 1448'
[03_network_local_tcp_pos-1142876577] Sending `echo $?'
[03_network_local_tcp_pos-1142876577] Sending `hping2 127.0.0.1 -E /dev/urandom
-q -c 20 --fast -d 1500'
[03_network_local_tcp_pos-1142876577] Sending `echo $?'
[03_network_local_tcp_pos-1142876577] Sending `hping2 127.0.0.1 -E /dev/urandom
-q -c 20 --fast -d 1505'
[03_network_local_tcp_pos-1142876577] Sending `echo $?'
[03_network_local_tcp_pos-1142876577] Sending `hping2 127.0.0.1 -E /dev/urandom
-q -c 20 --fast -d 4096'
[03_network_local_tcp_pos-1142876577] Sending `echo $?'
[03_network_local_tcp_pos-1142876577] Sending `hping2 127.0.0.1 -E /dev/urandom
-q -c 20 --fast -d 4192'
[03_network_local_tcp_pos-1142876577] Sending `echo $?'
[03_network_local_tcp_pos-1142876577] Sending `hping2 127.0.0.1 -E /dev/urandom
-q -c 20 --fast -d 32767'
[03_network_local_tcp_pos-1142876577] Sending `echo $?'
[03_network_local_tcp_pos-1142876577] Sending `hping2 127.0.0.1 -E /dev/urandom
-q -c 20 --fast -d 65495'
[03_network_local_tcp_pos-1142876577] Sending `echo $?'
[03_network_local_tcp_pos-1142876577] Sending `hping2 169.254.169.2 -E
/dev/urandom -q -c 20 --fast -d 1'
[03_network_local_tcp_pos-1142876577] Sending `echo $?'
[03_network_local_tcp_pos-1142876577] Sending `hping2 169.254.169.2 -E
/dev/urandom -q -c 20 --fast -d 48'
[03_network_local_tcp_pos-1142876577] Sending `echo $?'
[03_network_local_tcp_pos-1142876577] Sending `hping2 169.254.169.2 -E
/dev/urandom -q -c 20 --fast -d 64'
[03_network_local_tcp_pos-1142876577] Sending `echo $?'
[03_network_local_tcp_pos-1142876577] Sending `hping2 169.254.169.2 -E
/dev/urandom -q -c 20 --fast -d 512'
[03_network_local_tcp_pos-1142876577] Sending `echo $?'
[03_network_local_tcp_pos-1142876577] Sending `hping2 169.254.169.2 -E
/dev/urandom -q -c 20 --fast -d 1440'
[03_network_local_tcp_pos-1142876577] Sending `echo $?'
[03_network_local_tcp_pos-1142876577] Sending `hping2 169.254.169.2 -E
/dev/urandom -q -c 20 --fast -d 1448'
[03_network_local_tcp_pos-1142876577] Sending `echo $?'
[03_network_local_tcp_pos-1142876577] Sending `hping2 169.254.169.2 -E
/dev/urandom -q -c 20 --fast -d 1500'
[03_network_local_tcp_pos-1142876577] Sending `echo $?'
[03_network_local_tcp_pos-1142876577] Sending `hping2 169.254.169.2 -E
/dev/urandom -q -c 20 --fast -d 1505'
[03_network_local_tcp_pos-1142876577] Sending `echo $?'
[03_network_local_tcp_pos-1142876577] Sending `hping2 169.254.169.2 -E
/dev/urandom -q -c 20 --fast -d 4096'
[03_network_local_tcp_pos-1142876577] Sending `echo $?'
[03_network_local_tcp_pos-1142876577] Sending `hping2 169.254.169.2 -E
/dev/urandom -q -c 20 --fast -d 4192'
[03_network_local_tcp_pos-1142876577] Sending `echo $?'
[03_network_local_tcp_pos-1142876577] Sending `hping2 169.254.169.2 -E
/dev/urandom -q -c 20 --fast -d 32767'
[03_network_local_tcp_pos-1142876577] Sending `echo $?'
[03_network_local_tcp_pos-1142876577] Sending `hping2 169.254.169.2 -E
/dev/urandom -q -c 20 --fast -d 65495'
[03_network_local_tcp_pos-1142876577] Sending `echo $?'
PASS: 03_network_local_tcp_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 698.4
03_network_local_tcp_pos-1142876577 112 64 1 -b---- 17.1
[dom0] Running `xm destroy 03_network_local_tcp_pos-1142876577'
*** Finished cleaning domUs
*** Test 04_network_local_udp_pos started at Mon Mar 20 11:47:07 2006 CDT
[dom0] Running `ip addr show |grep "inet 169.254" | grep -v vif'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 04_network_local_udp_pos-1142876827
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'04_network_local_udp_pos-1142876827']
[04_network_local_udp_pos-1142876827] Sending `bhs'
[04_network_local_udp_pos-1142876827] Sending `ifconfig lo 127.0.0.1'
[04_network_local_udp_pos-1142876827] Sending `echo $?'
[04_network_local_udp_pos-1142876827] Sending `ifconfig eth0 inet 169.254.225.2
netmask 255.255.255.240 up'
[04_network_local_udp_pos-1142876827] Sending `echo $?'
[04_network_local_udp_pos-1142876827] Sending `hping2 127.0.0.1 -E /dev/urandom
-2 -q -c 20 --fast -d 1'
[04_network_local_udp_pos-1142876827] Sending `echo $?'
[04_network_local_udp_pos-1142876827] Sending `hping2 127.0.0.1 -E /dev/urandom
-2 -q -c 20 --fast -d 48'
[04_network_local_udp_pos-1142876827] Sending `echo $?'
[04_network_local_udp_pos-1142876827] Sending `hping2 127.0.0.1 -E /dev/urandom
-2 -q -c 20 --fast -d 64'
[04_network_local_udp_pos-1142876827] Sending `echo $?'
[04_network_local_udp_pos-1142876827] Sending `hping2 127.0.0.1 -E /dev/urandom
-2 -q -c 20 --fast -d 512'
[04_network_local_udp_pos-1142876827] Sending `echo $?'
[04_network_local_udp_pos-1142876827] Sending `hping2 127.0.0.1 -E /dev/urandom
-2 -q -c 20 --fast -d 1440'
[04_network_local_udp_pos-1142876827] Sending `echo $?'
[04_network_local_udp_pos-1142876827] Sending `hping2 127.0.0.1 -E /dev/urandom
-2 -q -c 20 --fast -d 1448'
[04_network_local_udp_pos-1142876827] Sending `echo $?'
[04_network_local_udp_pos-1142876827] Sending `hping2 127.0.0.1 -E /dev/urandom
-2 -q -c 20 --fast -d 1500'
[04_network_local_udp_pos-1142876827] Sending `echo $?'
[04_network_local_udp_pos-1142876827] Sending `hping2 127.0.0.1 -E /dev/urandom
-2 -q -c 20 --fast -d 1505'
[04_network_local_udp_pos-1142876827] Sending `echo $?'
[04_network_local_udp_pos-1142876827] Sending `hping2 127.0.0.1 -E /dev/urandom
-2 -q -c 20 --fast -d 4096'
[04_network_local_udp_pos-1142876827] Sending `echo $?'
[04_network_local_udp_pos-1142876827] Sending `hping2 127.0.0.1 -E /dev/urandom
-2 -q -c 20 --fast -d 4192'
[04_network_local_udp_pos-1142876827] Sending `echo $?'
[04_network_local_udp_pos-1142876827] Sending `hping2 127.0.0.1 -E /dev/urandom
-2 -q -c 20 --fast -d 32767'
[04_network_local_udp_pos-1142876827] Sending `echo $?'
[04_network_local_udp_pos-1142876827] Sending `hping2 127.0.0.1 -E /dev/urandom
-2 -q -c 20 --fast -d 65495'
[04_network_local_udp_pos-1142876827] Sending `echo $?'
[04_network_local_udp_pos-1142876827] Sending `hping2 169.254.225.2 -E
/dev/urandom -2 -q -c 20 --fast -d 1'
[04_network_local_udp_pos-1142876827] Sending `echo $?'
[04_network_local_udp_pos-1142876827] Sending `hping2 169.254.225.2 -E
/dev/urandom -2 -q -c 20 --fast -d 48'
[04_network_local_udp_pos-1142876827] Sending `echo $?'
[04_network_local_udp_pos-1142876827] Sending `hping2 169.254.225.2 -E
/dev/urandom -2 -q -c 20 --fast -d 64'
[04_network_local_udp_pos-1142876827] Sending `echo $?'
[04_network_local_udp_pos-1142876827] Sending `hping2 169.254.225.2 -E
/dev/urandom -2 -q -c 20 --fast -d 512'
[04_network_local_udp_pos-1142876827] Sending `echo $?'
[04_network_local_udp_pos-1142876827] Sending `hping2 169.254.225.2 -E
/dev/urandom -2 -q -c 20 --fast -d 1440'
[04_network_local_udp_pos-1142876827] Sending `echo $?'
[04_network_local_udp_pos-1142876827] Sending `hping2 169.254.225.2 -E
/dev/urandom -2 -q -c 20 --fast -d 1448'
[04_network_local_udp_pos-1142876827] Sending `echo $?'
[04_network_local_udp_pos-1142876827] Sending `hping2 169.254.225.2 -E
/dev/urandom -2 -q -c 20 --fast -d 1500'
[04_network_local_udp_pos-1142876827] Sending `echo $?'
[04_network_local_udp_pos-1142876827] Sending `hping2 169.254.225.2 -E
/dev/urandom -2 -q -c 20 --fast -d 1505'
[04_network_local_udp_pos-1142876827] Sending `echo $?'
[04_network_local_udp_pos-1142876827] Sending `hping2 169.254.225.2 -E
/dev/urandom -2 -q -c 20 --fast -d 4096'
[04_network_local_udp_pos-1142876827] Sending `echo $?'
[04_network_local_udp_pos-1142876827] Sending `hping2 169.254.225.2 -E
/dev/urandom -2 -q -c 20 --fast -d 4192'
[04_network_local_udp_pos-1142876827] Sending `echo $?'
[04_network_local_udp_pos-1142876827] Sending `hping2 169.254.225.2 -E
/dev/urandom -2 -q -c 20 --fast -d 32767'
[04_network_local_udp_pos-1142876827] Sending `echo $?'
[04_network_local_udp_pos-1142876827] Sending `hping2 169.254.225.2 -E
/dev/urandom -2 -q -c 20 --fast -d 65495'
[04_network_local_udp_pos-1142876827] Sending `echo $?'
PASS: 04_network_local_udp_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 729.4
04_network_local_udp_pos-1142876827 113 64 1 -b---- 17.1
[dom0] Running `xm destroy 04_network_local_udp_pos-1142876827'
*** Finished cleaning domUs
*** Test 05_network_dom0_ping_pos started at Mon Mar 20 11:51:18 2006 CDT
[dom0] Running `ip addr show |grep "inet 169.254" | grep -v vif'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 05_network_dom0_ping_pos-1142877078
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'05_network_dom0_ping_pos-1142877078']
[05_network_dom0_ping_pos-1142877078] Sending `bhs'
[dom0] Running `ip addr add 169.254.99.1 dev xenbr0'
[dom0] Running `ip route add 169.254.99.0/24 dev xenbr0 scope link'
[05_network_dom0_ping_pos-1142877078] Sending `ifconfig eth0 inet 169.254.99.2
netmask 255.255.255.240 up'
[05_network_dom0_ping_pos-1142877078] Sending `echo $?'
[05_network_dom0_ping_pos-1142877078] Sending `ping -q -c 1 -s 1 169.254.99.1'
[05_network_dom0_ping_pos-1142877078] Sending `echo $?'
[05_network_dom0_ping_pos-1142877078] Sending `ping -q -c 1 -s 48 169.254.99.1'
[05_network_dom0_ping_pos-1142877078] Sending `echo $?'
[05_network_dom0_ping_pos-1142877078] Sending `ping -q -c 1 -s 64 169.254.99.1'
[05_network_dom0_ping_pos-1142877078] Sending `echo $?'
[05_network_dom0_ping_pos-1142877078] Sending `ping -q -c 1 -s 512 169.254.99.1'
[05_network_dom0_ping_pos-1142877078] Sending `echo $?'
[05_network_dom0_ping_pos-1142877078] Sending `ping -q -c 1 -s 1440
169.254.99.1'
[05_network_dom0_ping_pos-1142877078] Sending `echo $?'
[05_network_dom0_ping_pos-1142877078] Sending `ping -q -c 1 -s 1500
169.254.99.1'
[05_network_dom0_ping_pos-1142877078] Sending `echo $?'
[05_network_dom0_ping_pos-1142877078] Sending `ping -q -c 1 -s 1505
169.254.99.1'
[05_network_dom0_ping_pos-1142877078] Sending `echo $?'
[05_network_dom0_ping_pos-1142877078] Sending `ping -q -c 1 -s 4096
169.254.99.1'
[05_network_dom0_ping_pos-1142877078] Sending `echo $?'
[05_network_dom0_ping_pos-1142877078] Sending `ping -q -c 1 -s 4192
169.254.99.1'
[05_network_dom0_ping_pos-1142877078] Sending `echo $?'
[05_network_dom0_ping_pos-1142877078] Sending `ping -q -c 1 -s 32767
169.254.99.1'
[05_network_dom0_ping_pos-1142877078] Sending `echo $?'
[05_network_dom0_ping_pos-1142877078] Sending `ping -q -c 1 -s 65507
169.254.99.1'
[05_network_dom0_ping_pos-1142877078] Sending `echo $?'
[dom0] Running `ip addr del 169.254.99.1 dev xenbr0'
XPASS: 05_network_dom0_ping_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 745.9
05_network_dom0_ping_pos-1142877078 114 64 1 -b---- 10.5
[dom0] Running `xm destroy 05_network_dom0_ping_pos-1142877078'
*** Finished cleaning domUs
*** Test 06_network_dom0_tcp_pos started at Mon Mar 20 11:53:04 2006 CDT
[dom0] Running `ip addr show |grep "inet 169.254" | grep -v vif'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 06_network_dom0_tcp_pos-1142877184
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'06_network_dom0_tcp_pos-1142877184']
[06_network_dom0_tcp_pos-1142877184] Sending `bhs'
[dom0] Running `ip addr add 169.254.53.1 dev xenbr0'
[dom0] Running `ip route add 169.254.53.0/24 dev xenbr0 scope link'
[06_network_dom0_tcp_pos-1142877184] Sending `ifconfig eth0 inet 169.254.53.2
netmask 255.255.255.240 up'
[06_network_dom0_tcp_pos-1142877184] Sending `echo $?'
[06_network_dom0_tcp_pos-1142877184] Sending `hping2 169.254.53.1 -E
/dev/urandom -q -c 20 --fast -d 1'
[06_network_dom0_tcp_pos-1142877184] Sending `echo $?'
[06_network_dom0_tcp_pos-1142877184] Sending `hping2 169.254.53.1 -E
/dev/urandom -q -c 20 --fast -d 48'
[06_network_dom0_tcp_pos-1142877184] Sending `echo $?'
[06_network_dom0_tcp_pos-1142877184] Sending `hping2 169.254.53.1 -E
/dev/urandom -q -c 20 --fast -d 64'
[06_network_dom0_tcp_pos-1142877184] Sending `echo $?'
[06_network_dom0_tcp_pos-1142877184] Sending `hping2 169.254.53.1 -E
/dev/urandom -q -c 20 --fast -d 512'
[06_network_dom0_tcp_pos-1142877184] Sending `echo $?'
[06_network_dom0_tcp_pos-1142877184] Sending `hping2 169.254.53.1 -E
/dev/urandom -q -c 20 --fast -d 1440'
[06_network_dom0_tcp_pos-1142877184] Sending `echo $?'
[06_network_dom0_tcp_pos-1142877184] Sending `hping2 169.254.53.1 -E
/dev/urandom -q -c 20 --fast -d 1500'
[06_network_dom0_tcp_pos-1142877184] Sending `echo $?'
[06_network_dom0_tcp_pos-1142877184] Sending `hping2 169.254.53.1 -E
/dev/urandom -q -c 20 --fast -d 1505'
[06_network_dom0_tcp_pos-1142877184] Sending `echo $?'
[06_network_dom0_tcp_pos-1142877184] Sending `hping2 169.254.53.1 -E
/dev/urandom -q -c 20 --fast -d 4096'
[06_network_dom0_tcp_pos-1142877184] Sending `echo $?'
[06_network_dom0_tcp_pos-1142877184] Sending `hping2 169.254.53.1 -E
/dev/urandom -q -c 20 --fast -d 4192'
[06_network_dom0_tcp_pos-1142877184] Sending `echo $?'
[06_network_dom0_tcp_pos-1142877184] Sending `hping2 169.254.53.1 -E
/dev/urandom -q -c 20 --fast -d 32767'
[06_network_dom0_tcp_pos-1142877184] Sending `echo $?'
[06_network_dom0_tcp_pos-1142877184] Sending `hping2 169.254.53.1 -E
/dev/urandom -q -c 20 --fast -d 65495'
[06_network_dom0_tcp_pos-1142877184] Sending `echo $?'
[dom0] Running `ip addr del 169.254.53.1 dev xenbr0'
PASS: 06_network_dom0_tcp_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 765.6
06_network_dom0_tcp_pos-1142877184 115 64 1 -b---- 12.2
[dom0] Running `xm destroy 06_network_dom0_tcp_pos-1142877184'
*** Finished cleaning domUs
*** Test 07_network_dom0_udp_pos started at Mon Mar 20 11:55:16 2006 CDT
[dom0] Running `ip addr show |grep "inet 169.254" | grep -v vif'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 07_network_dom0_udp_pos-1142877316
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'07_network_dom0_udp_pos-1142877316']
[07_network_dom0_udp_pos-1142877316] Sending `bhs'
[dom0] Running `ip addr add 169.254.148.1 dev xenbr0'
[dom0] Running `ip route add 169.254.148.0/24 dev xenbr0 scope link'
[07_network_dom0_udp_pos-1142877316] Sending `ifconfig eth0 inet 169.254.148.2
netmask 255.255.255.240 up'
[07_network_dom0_udp_pos-1142877316] Sending `echo $?'
[07_network_dom0_udp_pos-1142877316] Sending `hping2 169.254.148.1 -E
/dev/urandom -2 -q -c 20 --fast -d 1'
[07_network_dom0_udp_pos-1142877316] Sending `echo $?'
[07_network_dom0_udp_pos-1142877316] Sending `hping2 169.254.148.1 -E
/dev/urandom -2 -q -c 20 --fast -d 48'
[07_network_dom0_udp_pos-1142877316] Sending `echo $?'
[07_network_dom0_udp_pos-1142877316] Sending `hping2 169.254.148.1 -E
/dev/urandom -2 -q -c 20 --fast -d 64'
[07_network_dom0_udp_pos-1142877316] Sending `echo $?'
[07_network_dom0_udp_pos-1142877316] Sending `hping2 169.254.148.1 -E
/dev/urandom -2 -q -c 20 --fast -d 512'
[07_network_dom0_udp_pos-1142877316] Sending `echo $?'
[07_network_dom0_udp_pos-1142877316] Sending `hping2 169.254.148.1 -E
/dev/urandom -2 -q -c 20 --fast -d 1440'
[07_network_dom0_udp_pos-1142877316] Sending `echo $?'
[07_network_dom0_udp_pos-1142877316] Sending `hping2 169.254.148.1 -E
/dev/urandom -2 -q -c 20 --fast -d 1500'
[07_network_dom0_udp_pos-1142877316] Sending `echo $?'
[07_network_dom0_udp_pos-1142877316] Sending `hping2 169.254.148.1 -E
/dev/urandom -2 -q -c 20 --fast -d 1505'
[07_network_dom0_udp_pos-1142877316] Sending `echo $?'
[07_network_dom0_udp_pos-1142877316] Sending `hping2 169.254.148.1 -E
/dev/urandom -2 -q -c 20 --fast -d 4096'
[07_network_dom0_udp_pos-1142877316] Sending `echo $?'
[07_network_dom0_udp_pos-1142877316] Sending `hping2 169.254.148.1 -E
/dev/urandom -2 -q -c 20 --fast -d 4192'
[07_network_dom0_udp_pos-1142877316] Sending `echo $?'
[07_network_dom0_udp_pos-1142877316] Sending `hping2 169.254.148.1 -E
/dev/urandom -2 -q -c 20 --fast -d 32767'
[07_network_dom0_udp_pos-1142877316] Sending `echo $?'
[07_network_dom0_udp_pos-1142877316] Sending `hping2 169.254.148.1 -E
/dev/urandom -2 -q -c 20 --fast -d 65495'
[07_network_dom0_udp_pos-1142877316] Sending `echo $?'
[dom0] Running `ip addr del 169.254.148.1 dev xenbr0'
PASS: 07_network_dom0_udp_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 786.3
07_network_dom0_udp_pos-1142877316 116 64 1 -b---- 12.6
[dom0] Running `xm destroy 07_network_dom0_udp_pos-1142877316'
*** Finished cleaning domUs
*** Test 11_network_domU_ping_pos started at Mon Mar 20 11:57:40 2006 CDT
[dom0] Running `ip addr show |grep "inet 169.254" | grep -v vif'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 11_network_domU_ping_pos-1142877460
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'11_network_domU_ping_pos-1142877460']
[11_network_domU_ping_pos-1142877460] Sending `bhs'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 11_network_domU_ping_pos-1142877487
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'11_network_domU_ping_pos-1142877487']
[11_network_domU_ping_pos-1142877487] Sending `bhs'
[11_network_domU_ping_pos-1142877460] Sending `ifconfig eth0 inet
169.254.156.34 netmask 255.255.255.240 up'
[11_network_domU_ping_pos-1142877460] Sending `echo $?'
[11_network_domU_ping_pos-1142877487] Sending `ifconfig eth0 inet
169.254.156.35 netmask 255.255.255.240 up'
[11_network_domU_ping_pos-1142877487] Sending `echo $?'
[11_network_domU_ping_pos-1142877460] Sending `ping -q -c 1 -s 1 169.254.156.35'
[11_network_domU_ping_pos-1142877460] Sending `echo $?'
[11_network_domU_ping_pos-1142877460] Sending `ping -q -c 1 -s 48
169.254.156.35'
[11_network_domU_ping_pos-1142877460] Sending `echo $?'
[11_network_domU_ping_pos-1142877460] Sending `ping -q -c 1 -s 64
169.254.156.35'
[11_network_domU_ping_pos-1142877460] Sending `echo $?'
[11_network_domU_ping_pos-1142877460] Sending `ping -q -c 1 -s 512
169.254.156.35'
[11_network_domU_ping_pos-1142877460] Sending `echo $?'
[11_network_domU_ping_pos-1142877460] Sending `ping -q -c 1 -s 1440
169.254.156.35'
[11_network_domU_ping_pos-1142877460] Sending `echo $?'
[11_network_domU_ping_pos-1142877460] Sending `ping -q -c 1 -s 1500
169.254.156.35'
[11_network_domU_ping_pos-1142877460] Sending `echo $?'
[11_network_domU_ping_pos-1142877460] Sending `ping -q -c 1 -s 1505
169.254.156.35'
[11_network_domU_ping_pos-1142877460] Sending `echo $?'
[11_network_domU_ping_pos-1142877460] Sending `ping -q -c 1 -s 4096
169.254.156.35'
[11_network_domU_ping_pos-1142877460] Sending `echo $?'
[11_network_domU_ping_pos-1142877460] Sending `ping -q -c 1 -s 4192
169.254.156.35'
[11_network_domU_ping_pos-1142877460] Sending `echo $?'
[11_network_domU_ping_pos-1142877460] Sending `ping -q -c 1 -s 32767
169.254.156.35'
[11_network_domU_ping_pos-1142877460] Sending `echo $?'
[11_network_domU_ping_pos-1142877460] Sending `ping -q -c 1 -s 65507
169.254.156.35'
[11_network_domU_ping_pos-1142877460] Sending `echo $?'
XPASS: 11_network_domU_ping_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 813.1
11_network_domU_ping_pos-1142877460 117 64 1 -b---- 11.7
11_network_domU_ping_pos-1142877487 118 64 1 -b---- 10.6
[dom0] Running `xm destroy 11_network_domU_ping_pos-1142877460'
[dom0] Running `xm destroy 11_network_domU_ping_pos-1142877487'
*** Finished cleaning domUs
*** Test 12_network_domU_tcp_pos started at Mon Mar 20 12:00:01 2006 CDT
[dom0] Running `ip addr show |grep "inet 169.254" | grep -v vif'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 12_network_domU_tcp_pos-1142877601
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'12_network_domU_tcp_pos-1142877601']
[12_network_domU_tcp_pos-1142877601] Sending `bhs'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 12_network_domU_tcp_pos-1142877629
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'12_network_domU_tcp_pos-1142877629']
[12_network_domU_tcp_pos-1142877629] Sending `bhs'
[12_network_domU_tcp_pos-1142877601] Sending `ifconfig eth0 inet 169.254.181.34
netmask 255.255.255.240 up'
[12_network_domU_tcp_pos-1142877601] Sending `echo $?'
[12_network_domU_tcp_pos-1142877629] Sending `ifconfig eth0 inet 169.254.181.35
netmask 255.255.255.240 up'
[12_network_domU_tcp_pos-1142877629] Sending `echo $?'
[12_network_domU_tcp_pos-1142877601] Sending `hping2 169.254.181.35 -E
/dev/urandom -q -c 20 --fast -d 1'
[12_network_domU_tcp_pos-1142877601] Sending `echo $?'
[12_network_domU_tcp_pos-1142877601] Sending `hping2 169.254.181.35 -E
/dev/urandom -q -c 20 --fast -d 48'
[12_network_domU_tcp_pos-1142877601] Sending `echo $?'
[12_network_domU_tcp_pos-1142877601] Sending `hping2 169.254.181.35 -E
/dev/urandom -q -c 20 --fast -d 64'
[12_network_domU_tcp_pos-1142877601] Sending `echo $?'
[12_network_domU_tcp_pos-1142877601] Sending `hping2 169.254.181.35 -E
/dev/urandom -q -c 20 --fast -d 512'
[12_network_domU_tcp_pos-1142877601] Sending `echo $?'
[12_network_domU_tcp_pos-1142877601] Sending `hping2 169.254.181.35 -E
/dev/urandom -q -c 20 --fast -d 1440'
[12_network_domU_tcp_pos-1142877601] Sending `echo $?'
[12_network_domU_tcp_pos-1142877601] Sending `hping2 169.254.181.35 -E
/dev/urandom -q -c 20 --fast -d 1500'
[12_network_domU_tcp_pos-1142877601] Sending `echo $?'
[12_network_domU_tcp_pos-1142877601] Sending `hping2 169.254.181.35 -E
/dev/urandom -q -c 20 --fast -d 1505'
[12_network_domU_tcp_pos-1142877601] Sending `echo $?'
[12_network_domU_tcp_pos-1142877601] Sending `hping2 169.254.181.35 -E
/dev/urandom -q -c 20 --fast -d 4096'
[12_network_domU_tcp_pos-1142877601] Sending `echo $?'
[12_network_domU_tcp_pos-1142877601] Sending `hping2 169.254.181.35 -E
/dev/urandom -q -c 20 --fast -d 4192'
[12_network_domU_tcp_pos-1142877601] Sending `echo $?'
[12_network_domU_tcp_pos-1142877601] Sending `hping2 169.254.181.35 -E
/dev/urandom -q -c 20 --fast -d 16384'
[12_network_domU_tcp_pos-1142877601] Sending `echo $?'
[12_network_domU_tcp_pos-1142877601] Sending `hping2 169.254.181.35 -E
/dev/urandom -q -c 20 --fast -d 24567'
[12_network_domU_tcp_pos-1142877601] Sending `echo $?'
[12_network_domU_tcp_pos-1142877601] Sending `hping2 169.254.181.35 -E
/dev/urandom -q -c 20 --fast -d 32767'
[12_network_domU_tcp_pos-1142877601] Sending `echo $?'
[12_network_domU_tcp_pos-1142877601] Sending `hping2 169.254.181.35 -E
/dev/urandom -q -c 20 --fast -d 65495'
[12_network_domU_tcp_pos-1142877601] Sending `echo $?'
PASS: 12_network_domU_tcp_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 848.0
12_network_domU_tcp_pos-1142877601 119 64 1 -b---- 14.4
12_network_domU_tcp_pos-1142877629 120 64 1 -b---- 11.3
[dom0] Running `xm destroy 12_network_domU_tcp_pos-1142877601'
[dom0] Running `xm destroy 12_network_domU_tcp_pos-1142877629'
*** Finished cleaning domUs
*** Test 13_network_domU_udp_pos started at Mon Mar 20 12:03:07 2006 CDT
[dom0] Running `ip addr show |grep "inet 169.254" | grep -v vif'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 13_network_domU_udp_pos-1142877787
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'13_network_domU_udp_pos-1142877787']
[13_network_domU_udp_pos-1142877787] Sending `bhs'
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 13_network_domU_udp_pos-1142877815
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'13_network_domU_udp_pos-1142877815']
[13_network_domU_udp_pos-1142877815] Sending `bhs'
[13_network_domU_udp_pos-1142877787] Sending `ifconfig eth0 inet 169.254.60.34
netmask 255.255.255.240 up'
[13_network_domU_udp_pos-1142877787] Sending `echo $?'
[13_network_domU_udp_pos-1142877815] Sending `ifconfig eth0 inet 169.254.60.35
netmask 255.255.255.240 up'
[13_network_domU_udp_pos-1142877815] Sending `echo $?'
[13_network_domU_udp_pos-1142877787] Sending `hping2 169.254.60.35 -E
/dev/urandom -2 -q -c 20 --fast -d 1'
[13_network_domU_udp_pos-1142877787] Sending `echo $?'
[13_network_domU_udp_pos-1142877787] Sending `hping2 169.254.60.35 -E
/dev/urandom -2 -q -c 20 --fast -d 48'
[13_network_domU_udp_pos-1142877787] Sending `echo $?'
[13_network_domU_udp_pos-1142877787] Sending `hping2 169.254.60.35 -E
/dev/urandom -2 -q -c 20 --fast -d 64'
[13_network_domU_udp_pos-1142877787] Sending `echo $?'
[13_network_domU_udp_pos-1142877787] Sending `hping2 169.254.60.35 -E
/dev/urandom -2 -q -c 20 --fast -d 512'
[13_network_domU_udp_pos-1142877787] Sending `echo $?'
[13_network_domU_udp_pos-1142877787] Sending `hping2 169.254.60.35 -E
/dev/urandom -2 -q -c 20 --fast -d 1440'
[13_network_domU_udp_pos-1142877787] Sending `echo $?'
[13_network_domU_udp_pos-1142877787] Sending `hping2 169.254.60.35 -E
/dev/urandom -2 -q -c 20 --fast -d 1500'
[13_network_domU_udp_pos-1142877787] Sending `echo $?'
[13_network_domU_udp_pos-1142877787] Sending `hping2 169.254.60.35 -E
/dev/urandom -2 -q -c 20 --fast -d 1505'
[13_network_domU_udp_pos-1142877787] Sending `echo $?'
[13_network_domU_udp_pos-1142877787] Sending `hping2 169.254.60.35 -E
/dev/urandom -2 -q -c 20 --fast -d 4096'
[13_network_domU_udp_pos-1142877787] Sending `echo $?'
[13_network_domU_udp_pos-1142877787] Sending `hping2 169.254.60.35 -E
/dev/urandom -2 -q -c 20 --fast -d 4192'
[13_network_domU_udp_pos-1142877787] Sending `echo $?'
[13_network_domU_udp_pos-1142877787] Sending `hping2 169.254.60.35 -E
/dev/urandom -2 -q -c 20 --fast -d 32767'
[13_network_domU_udp_pos-1142877787] Sending `echo $?'
[13_network_domU_udp_pos-1142877787] Sending `hping2 169.254.60.35 -E
/dev/urandom -2 -q -c 20 --fast -d 65495'
[13_network_domU_udp_pos-1142877787] Sending `echo $?'
PASS: 13_network_domU_udp_pos.test
=============================================================
2 of 9 tests did not behave as expected (2 unexpected passes)
=============================================================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/network'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/network'
make: *** [check-recursive] Error 1
make: Target `check' not remade because of errors.
*** case network-attach from group default
*** Running tests for case network-attach
make[1]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/network-attach'
make check-TESTS
make[2]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/network-attach'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 881.0
13_network_domU_udp_pos-1142877787 121 64 1 -b---- 13.8
13_network_domU_udp_pos-1142877815 122 64 1 -b---- 12.1
[dom0] Running `xm destroy 13_network_domU_udp_pos-1142877787'
[dom0] Running `xm destroy 13_network_domU_udp_pos-1142877815'
*** Finished cleaning domUs
*** Test 01_network_attach_pos started at Mon Mar 20 12:06:06 2006 CDT
REASON: Network-attach not supported for HVM domains
SKIP: 01_network_attach_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 882.9
*** Finished cleaning domUs
*** Test 02_network_attach_detach_pos started at Mon Mar 20 12:06:06 2006 CDT
REASON: Network-attach not supported for HVM domains
SKIP: 02_network_attach_detach_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 883.2
*** Finished cleaning domUs
*** Test 03_network_attach_detach_multiple_pos started at Mon Mar 20 12:06:07
2006 CDT
REASON: Network-attach not supported for HVM domains
SKIP: 03_network_attach_detach_multiple_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 883.7
*** Finished cleaning domUs
*** Test 04_network_attach_baddomain_neg started at Mon Mar 20 12:06:07 2006 CDT
[dom0] Running `xm network-attach NOT-EXIST'
Error: Domain 'NOT-EXIST' not found when running 'xm network-attach'
PASS: 04_network_attach_baddomain_neg.test
======================
All 1 tests passed
(3 tests were not run)
======================
make[2]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/network-attach'
make[1]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/network-attach'
*** case pause from group default
*** Running tests for case pause
make[1]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/pause'
make check-TESTS
make[2]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/pause'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 884.2
*** Finished cleaning domUs
*** Test 01_pause_basic_pos started at Mon Mar 20 12:06:08 2006 CDT
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 01_pause_basic_pos-1142877968
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'01_pause_basic_pos-1142877968']
[01_pause_basic_pos-1142877968] Sending `foo'
[01_pause_basic_pos-1142877968] Sending `ls'
[01_pause_basic_pos-1142877968] Sending `echo $?'
[dom0] Running `xm pause 01_pause_basic_pos-1142877968'
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'01_pause_basic_pos-1142877968']
[01_pause_basic_pos-1142877968] Sending `ls'
[dom0] Running `xm unpause 01_pause_basic_pos-1142877968'
[dom0] Running `xm shutdown 01_pause_basic_pos-1142877968'
PASS: 01_pause_basic_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 894.9
*** Finished cleaning domUs
*** Test 02_pause_badopt_neg started at Mon Mar 20 12:07:18 2006 CDT
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 02_pause_badopt_neg-1142878038
[dom0] Waiting 20 seconds for domU boot...
[dom0] Running `xm pause -x 02_pause_badopt_neg-1142878038'
Error: 'xm pause' requires 1 argument.
pause <DomId> Pause execution of a domain
[dom0] Running `xm destroy 02_pause_badopt_neg-1142878038'
PASS: 02_pause_badopt_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 901.6
*** Finished cleaning domUs
*** Test 03_pause_badname_neg started at Mon Mar 20 12:07:39 2006 CDT
[dom0] Running `xm pause NOT-EXIST'
Error: Domain 'NOT-EXIST' not found when running 'xm pause'
PASS: 03_pause_badname_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 901.9
*** Finished cleaning domUs
*** Test 04_pause_badid_neg started at Mon Mar 20 12:07:39 2006 CDT
[dom0] Running `xm pause 1246445'
Error: Domain '1246445' not found when running 'xm pause'
PASS: 04_pause_badid_neg.test
==================
All 4 tests passed
==================
make[2]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/pause'
make[1]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/pause'
*** case reboot from group default
*** Running tests for case reboot
make[1]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/reboot'
make check-TESTS
make[2]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/reboot'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 902.3
*** Finished cleaning domUs
*** Test 01_reboot_basic_pos started at Mon Mar 20 12:07:40 2006 CDT
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 01_reboot_basic_pos-1142878060
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'01_reboot_basic_pos-1142878060']
[dom0] Running `xm reboot 01_reboot_basic_pos-1142878060'
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'01_reboot_basic_pos-1142878060']
[01_reboot_basic_pos-1142878060] Sending `input'
[01_reboot_basic_pos-1142878060] Sending `uptime'
[01_reboot_basic_pos-1142878060] Sending `echo $?'
[dom0] Running `xm destroy 01_reboot_basic_pos-1142878060'
PASS: 01_reboot_basic_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 916.1
*** Finished cleaning domUs
*** Test 02_reboot_badopt_neg started at Mon Mar 20 12:08:32 2006 CDT
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 02_reboot_badopt_neg-1142878112
[dom0] Waiting 20 seconds for domU boot...
[dom0] Running `xm reboot -x 02_reboot_badopt_neg-1142878112'
Error: option -x not recognized
[dom0] Running `xm destroy 02_reboot_badopt_neg-1142878112'
PASS: 02_reboot_badopt_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 922.8
*** Finished cleaning domUs
*** Test 03_reboot_badname_neg started at Mon Mar 20 12:08:53 2006 CDT
[dom0] Running `xm reboot NOT-EXIST'
Error: Domain 'NOT-EXIST' not found when running 'xm reboot'
PASS: 03_reboot_badname_neg.test
==================
All 3 tests passed
==================
make[2]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/reboot'
make[1]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/reboot'
*** case restore from group default
*** Running tests for case restore
make[1]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/restore'
make check-TESTS
make[2]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/restore'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 923.2
*** Finished cleaning domUs
*** Test 01_restore_basic_pos started at Mon Mar 20 12:08:53 2006 CDT
REASON: Restore currently not supported for HVM domains
SKIP: 01_restore_basic_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 923.4
*** Finished cleaning domUs
*** Test 02_restore_badparm_neg started at Mon Mar 20 12:08:53 2006 CDT
REASON: Restore currently not supported for HVM domains
SKIP: 02_restore_badparm_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 923.6
*** Finished cleaning domUs
*** Test 03_restore_badfilename_neg started at Mon Mar 20 12:08:54 2006 CDT
REASON: Restore currently not supported for HVM domains
SKIP: 03_restore_badfilename_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 924.1
*** Finished cleaning domUs
*** Test 04_restore_withdevices_pos started at Mon Mar 20 12:08:54 2006 CDT
REASON: Restore currently not supported for HVM domains
SKIP: 04_restore_withdevices_pos.test
======================
All 0 tests passed
(4 tests were not run)
======================
make[2]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/restore'
make[1]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/restore'
*** case save from group default
*** Running tests for case save
make[1]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/save'
make check-TESTS
make[2]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/save'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 924.4
*** Finished cleaning domUs
*** Test 01_save_basic_pos started at Mon Mar 20 12:08:54 2006 CDT
REASON: Save currently not supported for HVM domains
SKIP: 01_save_basic_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 924.6
*** Finished cleaning domUs
*** Test 02_save_badparm_neg started at Mon Mar 20 12:08:55 2006 CDT
REASON: Save currently not supported for HVM domains
SKIP: 02_save_badparm_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 924.8
*** Finished cleaning domUs
*** Test 03_save_bogusfile_neg started at Mon Mar 20 12:08:55 2006 CDT
REASON: Save currently not supported for HVM domains
SKIP: 03_save_bogusfile_neg.test
======================
All 0 tests passed
(3 tests were not run)
======================
make[2]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/save'
make[1]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/save'
*** case sedf from group default
*** Running tests for case sedf
make[1]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/sedf'
make check-TESTS
make[2]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/sedf'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 925.0
*** Finished cleaning domUs
*** Test 01_sedf_period_slice_pos started at Mon Mar 20 12:08:55 2006 CDT
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 01_sedf_period_slice_pos-1142878135
[dom0] Waiting 20 seconds for domU boot...
[dom0] Running `xm sched-sedf 01_sedf_period_slice_pos-1142878135'
Name ID Period(ms) Slice(ms) Lat(ms) Extra Weight
01_sedf_period_slice_pos-1142878135 128 100.0 0.0 0.0 1 0
[dom0] Running `xm sched-sedf 01_sedf_period_slice_pos-1142878135 -p 50.0 -s
25.0'
[dom0] Running `xm sched-sedf 01_sedf_period_slice_pos-1142878135'
Name ID Period(ms) Slice(ms) Lat(ms) Extra Weight
01_sedf_period_slice_pos-1142878135 128 50.0 25.0 0.0 1 0
[dom0] Running `xm shutdown 01_sedf_period_slice_pos-1142878135'
PASS: 01_sedf_period_slice_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 932.0
*** Finished cleaning domUs
*** Test 02_sedf_period_lower_neg started at Mon Mar 20 12:09:17 2006 CDT
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 02_sedf_period_lower_neg-1142878157
[dom0] Waiting 20 seconds for domU boot...
[dom0] Running `xm sched-sedf 02_sedf_period_lower_neg-1142878157 -p -1 -s 5'
[dom0] Running `xm shutdown 02_sedf_period_lower_neg-1142878157'
PASS: 02_sedf_period_lower_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 938.8
*** Finished cleaning domUs
*** Test 03_sedf_slice_lower_neg started at Mon Mar 20 12:09:38 2006 CDT
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 03_sedf_slice_lower_neg-1142878178
[dom0] Waiting 20 seconds for domU boot...
[dom0] Running `xm sched-sedf 03_sedf_slice_lower_neg-1142878178 -s 0'
[dom0] Running `xm shutdown 03_sedf_slice_lower_neg-1142878178'
PASS: 03_sedf_slice_lower_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 945.8
*** Finished cleaning domUs
*** Test 04_sedf_slice_upper_neg started at Mon Mar 20 12:10:00 2006 CDT
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 04_sedf_slice_upper_neg-1142878200
[dom0] Waiting 20 seconds for domU boot...
[dom0] Running `xm sched-sedf 04_sedf_slice_upper_neg-1142878200'
Name ID Period(ms) Slice(ms) Lat(ms) Extra Weight
04_sedf_slice_upper_neg-1142878200 131 100.0 0.0 0.0 1 0
[dom0] Running `xm sched-sedf 04_sedf_slice_upper_neg-1142878200 -s 101.0'
[dom0] Running `xm shutdown 04_sedf_slice_upper_neg-1142878200'
PASS: 04_sedf_slice_upper_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 952.5
*** Finished cleaning domUs
*** Test 05_sedf_extratime_pos started at Mon Mar 20 12:10:21 2006 CDT
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 05_sedf_extratime_pos-1142878221
[dom0] Waiting 20 seconds for domU boot...
[dom0] Running `xm sched-sedf 05_sedf_extratime_pos-1142878221'
Name ID Period(ms) Slice(ms) Lat(ms) Extra Weight
05_sedf_extratime_pos-1142878221 132 100.0 0.0 0.0 1 0
[dom0] Running `xm sched-sedf 05_sedf_extratime_pos-1142878221 -e 0 -s 51.0'
[dom0] Running `xm sched-sedf 05_sedf_extratime_pos-1142878221'
Name ID Period(ms) Slice(ms) Lat(ms) Extra Weight
05_sedf_extratime_pos-1142878221 132 100.0 51.0 0.0 0 0
[dom0] Running `xm shutdown 05_sedf_extratime_pos-1142878221'
PASS: 05_sedf_extratime_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 959.6
*** Finished cleaning domUs
*** Test 06_sedf_extratime_disable_neg started at Mon Mar 20 12:10:43 2006 CDT
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 06_sedf_extratime_disable_neg-1142878243
[dom0] Waiting 20 seconds for domU boot...
[dom0] Running `xm sched-sedf 06_sedf_extratime_disable_neg-1142878243'
Name ID Period(ms) Slice(ms) Lat(ms) Extra Weight
06_sedf_extratime_disable_neg-1142878243 133 100.0 0.0 0.0 1
0
[dom0] Running `xm sched-sedf 06_sedf_extratime_disable_neg-1142878243 -e 0 '
[dom0] Running `xm shutdown 06_sedf_extratime_disable_neg-1142878243'
PASS: 06_sedf_extratime_disable_neg.test
==================
All 6 tests passed
==================
make[2]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/sedf'
make[1]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/sedf'
*** case shutdown from group default
*** Running tests for case shutdown
make[1]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/shutdown'
make check-TESTS
make[2]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/shutdown'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 966.7
*** Finished cleaning domUs
*** Test 01_shutdown_basic_pos started at Mon Mar 20 12:11:04 2006 CDT
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 01_shutdown_basic_pos-1142878264
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'01_shutdown_basic_pos-1142878264']
[01_shutdown_basic_pos-1142878264] Sending `foo'
[01_shutdown_basic_pos-1142878264] Sending `ls /bin'
[01_shutdown_basic_pos-1142878264] Sending `echo $?'
[dom0] Running `xm shutdown 01_shutdown_basic_pos-1142878264'
[dom0] Running `xm domid 01_shutdown_basic_pos-1142878264'
Error: Domain '01_shutdown_basic_pos-1142878264' not found when running 'xm
domid'
PASS: 01_shutdown_basic_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 975.2
*** Finished cleaning domUs
*** Test 02_shutdown_badparm_neg started at Mon Mar 20 12:11:48 2006 CDT
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 02_shutdown_badparm_neg-1142878308
[dom0] Waiting 20 seconds for domU boot...
[dom0] Running `xm shutdown -x 02_shutdown_badparm_neg-1142878308'
Error: option -x not recognized
[dom0] Running `xm shutdown 02_shutdown_badparm_neg-1142878308'
PASS: 02_shutdown_badparm_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 981.8
*** Finished cleaning domUs
*** Test 03_shutdown_nonexist_neg started at Mon Mar 20 12:12:09 2006 CDT
[dom0] Running `xm shutdown 9999'
Error: Domain '9999' not found when running 'xm shutdown'
PASS: 03_shutdown_nonexist_neg.test
==================
All 3 tests passed
==================
make[2]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/shutdown'
make[1]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/shutdown'
*** case sysrq from group default
*** Running tests for case sysrq
make[1]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/sysrq'
make check-TESTS
make[2]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/sysrq'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 982.5
*** Finished cleaning domUs
*** Test 01_sysrq_basic_neg started at Mon Mar 20 12:12:10 2006 CDT
REASON: Sysrq not supported for HVM domains
SKIP: 01_sysrq_basic_neg.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 982.7
*** Finished cleaning domUs
*** Test 02_sysrq_sync_pos started at Mon Mar 20 12:12:10 2006 CDT
REASON: Sysrq not supported for HVM domains
SKIP: 02_sysrq_sync_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 982.9
*** Finished cleaning domUs
*** Test 03_sysrq_withreboot_pos started at Mon Mar 20 12:12:11 2006 CDT
REASON: Sysrq not supported for HVM domains
SKIP: 03_sysrq_withreboot_pos.test
======================
All 0 tests passed
(3 tests were not run)
======================
make[2]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/sysrq'
make[1]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/sysrq'
*** case unpause from group default
*** Running tests for case unpause
make[1]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/unpause'
make check-TESTS
make[2]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/unpause'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 983.2
*** Finished cleaning domUs
*** Test 01_unpause_basic_pos started at Mon Mar 20 12:12:11 2006 CDT
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 01_unpause_basic_pos-1142878331
[dom0] Waiting 20 seconds for domU boot...
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'01_unpause_basic_pos-1142878331']
[01_unpause_basic_pos-1142878331] Sending `foo'
[01_unpause_basic_pos-1142878331] Sending `ls'
[01_unpause_basic_pos-1142878331] Sending `echo $?'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm pause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
[dom0] Running `xm unpause 01_unpause_basic_pos-1142878331'
Console executing: ['/usr/sbin/xm', 'xm', 'console',
'01_unpause_basic_pos-1142878331']
[01_unpause_basic_pos-1142878331] Sending `ls'
[01_unpause_basic_pos-1142878331] Sending `echo $?'
[dom0] Running `xm shutdown 01_unpause_basic_pos-1142878331'
PASS: 01_unpause_basic_pos.test
==================
All 1 tests passed
==================
make[2]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/unpause'
make[1]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/unpause'
*** case vcpu-disable from group default
*** Running tests for case vcpu-disable
make[1]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/vcpu-disable'
make check-TESTS
make[2]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/vcpu-disable'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 1005.9
*** Finished cleaning domUs
*** Test 01_vcpu-disable_basic_pos started at Mon Mar 20 12:13:08 2006 CDT
[dom0] Running `xm info'
system : Linux
host : vmxdom2
release : 2.6.16-rc6-xen0
version : #1 Mon Mar 20 10:32:13 CST 2006
machine : x86_64
nr_cpus : 16
nr_nodes : 1
sockets_per_node : 4
cores_per_socket : 2
threads_per_core : 2
cpu_mhz : 3002
hw_caps :
bfebfbff:20000800:00000000:00000180:000065bd:00000000:00000001
total_memory : 8192
free_memory : 7579
xen_major : 3
xen_minor : 0
xen_extra : -unstable
xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 hvm-3.0-x86_64
platform_params : virt_start=0xffff800000000000
xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79
cc_compiler : gcc version 3.3.3 (SuSE Linux)
cc_compile_by : root
cc_compile_domain : ltc.austin.ibm.com
cc_compile_date : Mon Mar 20 10:21:27 CST 2006
[dom0] Running `xm info'
system : Linux
host : vmxdom2
release : 2.6.16-rc6-xen0
version : #1 Mon Mar 20 10:32:13 CST 2006
machine : x86_64
nr_cpus : 16
nr_nodes : 1
sockets_per_node : 4
cores_per_socket : 2
threads_per_core : 2
cpu_mhz : 3002
hw_caps :
bfebfbff:20000800:00000000:00000180:000065bd:00000000:00000001
total_memory : 8192
free_memory : 7579
xen_major : 3
xen_minor : 0
xen_extra : -unstable
xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 hvm-3.0-x86_64
platform_params : virt_start=0xffff800000000000
xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79
cc_compiler : gcc version 3.3.3 (SuSE Linux)
cc_compile_by : root
cc_compile_domain : ltc.austin.ibm.com
cc_compile_date : Mon Mar 20 10:21:27 CST 2006
[dom0] Running `xm info'
system : Linux
host : vmxdom2
release : 2.6.16-rc6-xen0
version : #1 Mon Mar 20 10:32:13 CST 2006
machine : x86_64
nr_cpus : 16
nr_nodes : 1
sockets_per_node : 4
cores_per_socket : 2
threads_per_core : 2
cpu_mhz : 3002
hw_caps :
bfebfbff:20000800:00000000:00000180:000065bd:00000000:00000001
total_memory : 8192
free_memory : 7579
xen_major : 3
xen_minor : 0
xen_extra : -unstable
xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 hvm-3.0-x86_64
platform_params : virt_start=0xffff800000000000
xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79
cc_compiler : gcc version 3.3.3 (SuSE Linux)
cc_compile_by : root
cc_compile_domain : ltc.austin.ibm.com
cc_compile_date : Mon Mar 20 10:21:27 CST 2006
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 01_vcpu-disable_basic_pos-1142878389
[dom0] Waiting 20 seconds for domU boot...
[dom0] Running `xm vcpu-set 01_vcpu-disable_basic_pos-1142878389 1'
[dom0] Running `xm vcpu-list 01_vcpu-disable_basic_pos-1142878389'
Name ID VCPU CPU State Time(s) CPU Affinity
01_vcpu-disable_basic_pos-1142878389 137 0 15 -b- 7.2 any cpu
01_vcpu-disable_basic_pos-1142878389 137 1 - --p 0.0 any cpu
[dom0] Running `xm vcpu-list'
Name ID VCPU CPU State Time(s) CPU Affinity
01_vcpu-disable_basic_pos-1142878389 137 0 15 -b- 7.2 any cpu
01_vcpu-disable_basic_pos-1142878389 137 1 - --p 0.0 any cpu
Domain-0 0 0 0 r-- 1012.7 any cpu
Domain-0 0 1 - --p 0.0 any cpu
Domain-0 0 2 - --p 0.0 any cpu
Domain-0 0 3 - --p 0.0 any cpu
Domain-0 0 4 - --p 0.0 any cpu
Domain-0 0 5 - --p 0.0 any cpu
Domain-0 0 6 - --p 0.0 any cpu
Domain-0 0 7 - --p 0.0 any cpu
Domain-0 0 8 - --p 0.0 any cpu
Domain-0 0 9 - --p 0.0 any cpu
Domain-0 0 10 - --p 0.0 any cpu
Domain-0 0 11 - --p 0.0 any cpu
Domain-0 0 12 - --p 0.0 any cpu
Domain-0 0 13 - --p 0.0 any cpu
Domain-0 0 14 - --p 0.0 any cpu
Domain-0 0 15 - --p 0.0 any cpu
[dom0] Running `xm vcpu-set 01_vcpu-disable_basic_pos-1142878389 2'
[dom0] Running `xm vcpu-list 01_vcpu-disable_basic_pos-1142878389'
Name ID VCPU CPU State Time(s) CPU Affinity
01_vcpu-disable_basic_pos-1142878389 137 0 15 -b- 7.2 any cpu
01_vcpu-disable_basic_pos-1142878389 137 1 - --p 0.0 any cpu
[dom0] Running `xm vcpu-list 01_vcpu-disable_basic_pos-1142878389'
Name ID VCPU CPU State Time(s) CPU Affinity
01_vcpu-disable_basic_pos-1142878389 137 0 15 -b- 7.2 any cpu
01_vcpu-disable_basic_pos-1142878389 137 1 - --p 0.0 any cpu
[dom0] Running `xm vcpu-list 01_vcpu-disable_basic_pos-1142878389'
Name ID VCPU CPU State Time(s) CPU Affinity
01_vcpu-disable_basic_pos-1142878389 137 0 15 -b- 7.3 any cpu
01_vcpu-disable_basic_pos-1142878389 137 1 - --p 0.0 any cpu
[dom0] Running `xm vcpu-list 01_vcpu-disable_basic_pos-1142878389'
Name ID VCPU CPU State Time(s) CPU Affinity
01_vcpu-disable_basic_pos-1142878389 137 0 15 -b- 7.3 any cpu
01_vcpu-disable_basic_pos-1142878389 137 1 - --p 0.0 any cpu
[dom0] Running `xm vcpu-list 01_vcpu-disable_basic_pos-1142878389'
Name ID VCPU CPU State Time(s) CPU Affinity
01_vcpu-disable_basic_pos-1142878389 137 0 15 -b- 7.4 any cpu
01_vcpu-disable_basic_pos-1142878389 137 1 - --p 0.0 any cpu
[dom0] Running `xm vcpu-list 01_vcpu-disable_basic_pos-1142878389'
Name ID VCPU CPU State Time(s) CPU Affinity
01_vcpu-disable_basic_pos-1142878389 137 0 15 -b- 7.4 any cpu
01_vcpu-disable_basic_pos-1142878389 137 1 - --p 0.0 any cpu
[dom0] Running `xm vcpu-list 01_vcpu-disable_basic_pos-1142878389'
Name ID VCPU CPU State Time(s) CPU Affinity
01_vcpu-disable_basic_pos-1142878389 137 0 15 -b- 7.4 any cpu
01_vcpu-disable_basic_pos-1142878389 137 1 - --p 0.0 any cpu
[dom0] Running `xm vcpu-list 01_vcpu-disable_basic_pos-1142878389'
Name ID VCPU CPU State Time(s) CPU Affinity
01_vcpu-disable_basic_pos-1142878389 137 0 15 -b- 7.5 any cpu
01_vcpu-disable_basic_pos-1142878389 137 1 - --p 0.0 any cpu
[dom0] Running `xm vcpu-list 01_vcpu-disable_basic_pos-1142878389'
Name ID VCPU CPU State Time(s) CPU Affinity
01_vcpu-disable_basic_pos-1142878389 137 0 15 -b- 7.5 any cpu
01_vcpu-disable_basic_pos-1142878389 137 1 - --p 0.0 any cpu
[dom0] Running `xm vcpu-list 01_vcpu-disable_basic_pos-1142878389'
Name ID VCPU CPU State Time(s) CPU Affinity
01_vcpu-disable_basic_pos-1142878389 137 0 15 -b- 7.6 any cpu
01_vcpu-disable_basic_pos-1142878389 137 1 - --p 0.0 any cpu
[dom0] Running `xm destroy 01_vcpu-disable_basic_pos-1142878389'
PASS: 01_vcpu-disable_basic_pos.test
==================
All 1 tests passed
==================
make[2]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/vcpu-disable'
make[1]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/vcpu-disable'
*** case vcpu-pin from group default
*** Running tests for case vcpu-pin
make[1]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/vcpu-pin'
make check-TESTS
make[2]: Entering directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/vcpu-pin'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 1016.5
*** Finished cleaning domUs
*** Test 01_vcpu-pin_basic_pos started at Mon Mar 20 12:13:42 2006 CDT
[dom0] Running `xm info'
system : Linux
host : vmxdom2
release : 2.6.16-rc6-xen0
version : #1 Mon Mar 20 10:32:13 CST 2006
machine : x86_64
nr_cpus : 16
nr_nodes : 1
sockets_per_node : 4
cores_per_socket : 2
threads_per_core : 2
cpu_mhz : 3002
hw_caps :
bfebfbff:20000800:00000000:00000180:000065bd:00000000:00000001
total_memory : 8192
free_memory : 7579
xen_major : 3
xen_minor : 0
xen_extra : -unstable
xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 hvm-3.0-x86_64
platform_params : virt_start=0xffff800000000000
xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79
cc_compiler : gcc version 3.3.3 (SuSE Linux)
cc_compile_by : root
cc_compile_domain : ltc.austin.ibm.com
cc_compile_date : Mon Mar 20 10:21:27 CST 2006
[dom0] Running `xm info'
system : Linux
host : vmxdom2
release : 2.6.16-rc6-xen0
version : #1 Mon Mar 20 10:32:13 CST 2006
machine : x86_64
nr_cpus : 16
nr_nodes : 1
sockets_per_node : 4
cores_per_socket : 2
threads_per_core : 2
cpu_mhz : 3002
hw_caps :
bfebfbff:20000800:00000000:00000180:000065bd:00000000:00000001
total_memory : 8192
free_memory : 7579
xen_major : 3
xen_minor : 0
xen_extra : -unstable
xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 hvm-3.0-x86_64
platform_params : virt_start=0xffff800000000000
xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79
cc_compiler : gcc version 3.3.3 (SuSE Linux)
cc_compile_by : root
cc_compile_domain : ltc.austin.ibm.com
cc_compile_date : Mon Mar 20 10:21:27 CST 2006
[dom0] Running `xm info'
system : Linux
host : vmxdom2
release : 2.6.16-rc6-xen0
version : #1 Mon Mar 20 10:32:13 CST 2006
machine : x86_64
nr_cpus : 16
nr_nodes : 1
sockets_per_node : 4
cores_per_socket : 2
threads_per_core : 2
cpu_mhz : 3002
hw_caps :
bfebfbff:20000800:00000000:00000180:000065bd:00000000:00000001
total_memory : 8192
free_memory : 7579
xen_major : 3
xen_minor : 0
xen_extra : -unstable
xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 hvm-3.0-x86_64
platform_params : virt_start=0xffff800000000000
xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79
cc_compiler : gcc version 3.3.3 (SuSE Linux)
cc_compile_by : root
cc_compile_domain : ltc.austin.ibm.com
cc_compile_date : Mon Mar 20 10:21:27 CST 2006
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 01_vcpu-pin_basic_pos-1142878423
[dom0] Waiting 20 seconds for domU boot...
[dom0] Running `xm vcpu-pin 01_vcpu-pin_basic_pos-1142878423 0 0'
[dom0] Running `xm vcpu-list 01_vcpu-pin_basic_pos-1142878423'
Name ID VCPU CPU State Time(s) CPU Affinity
01_vcpu-pin_basic_pos-1142878423 138 0 0 --- 6.1 0
[dom0] Running `xm vcpu-pin 01_vcpu-pin_basic_pos-1142878423 0 1'
[dom0] Running `xm vcpu-list 01_vcpu-pin_basic_pos-1142878423'
Name ID VCPU CPU State Time(s) CPU Affinity
01_vcpu-pin_basic_pos-1142878423 138 0 1 -b- 6.2 1
PASS: 01_vcpu-pin_basic_pos.test
==================
All 1 tests passed
==================
make[2]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/vcpu-pin'
make[1]: Leaving directory
`/usr/xen/xen-unstable.hg/tools/xm-test/tests/vcpu-pin'
*** case vtpm from group default
*** Running tests for case vtpm
make[1]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/vtpm'
make check-TESTS
make[2]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/vtpm'
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 1023.7
01_vcpu-pin_basic_pos-1142878423 138 64 1 r----- 6.2
[dom0] Running `xm destroy 01_vcpu-pin_basic_pos-1142878423'
*** Finished cleaning domUs
*** Test 01_vtpm-list_pos started at Mon Mar 20 12:14:04 2006 CDT
REASON: vtpm-list not supported for HVM domains
SKIP: 01_vtpm-list_pos.test
*** Cleaning all running domU's
[dom0] Running `xm list'
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 495 1 r----- 1024.3
*** Finished cleaning domUs
*** Test 02_vtpm-cat_pcrs started at Mon Mar 20 12:14:04 2006 CDT
REASON: vtpm-list not supported for HVM domains
SKIP: 02_vtpm-cat_pcrs.test
======================
All 0 tests passed
(2 tests were not run)
======================
make[2]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/vtpm'
make[1]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/vtpm'
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|