source: trunk/packages/xen-3.1/xen-3.1/tools/xenstore/testsuite/09domain.test @ 34

Last change on this file since 34 was 34, checked in by hartmans, 18 years ago

Add xen and xen-common

File size: 315 bytes
Line 
1# Test domain communication.
2
3# Create a domain, write an entry.
4expect handle is 1
5introduce 1 100 7 /my/home
61 write /entry1 contents
7expect entry1
8expect tool
9dir /
10close
11
12# Release that domain.
13release 1
14close
15
16# Introduce and release by same connection.
17expect handle is 2
18introduce 1 100 7 /my/home
19release 1
Note: See TracBrowser for help on using the repository browser.