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

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

Add xen and xen-common

File size: 403 bytes
Line 
1# Test domain "implicit" paths.
2
3# Create a domain, write an entry using implicit path, read using implicit
4mkdir /home
5expect handle is 1
6introduce 1 100 7 /home
71 write entry1 contents
8expect contents
9read /home/entry1
10expect entry1
11dir /home
12
13# Place a watch using a relative path: expect relative answer.
141 mkdir foo
151 watch foo token
16write /home/foo/bar contents
17expect 1:foo/bar:token
181 waitwatch
Note: See TracBrowser for help on using the repository browser.