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