Update run scenarios for policy label matching

Issue #1766
This commit is contained in:
Emery Hemingway
2015-11-18 12:17:32 +01:00
committed by Christian Helmuth
parent 3f6ff39d76
commit 20dc750d6a
36 changed files with 79 additions and 79 deletions

View File

@@ -93,7 +93,7 @@ append config {
<resource name="RAM" quantum="16M"/>
<provides><service name="File_system"/></provides>
<config fs="ext2fs">
<policy label="" root="/" writeable="yes"/>
<policy root="/" writeable="yes"/>
</config>
<route>
<service name="Block"> <child name="rump_cgd"/> </service>

View File

@@ -62,7 +62,7 @@ append config {
<start name="rump_fs">
<resource name="RAM" quantum="8M" />
<provides><service name="File_system"/></provides>
<config fs="ext2fs"><policy label="" root="/" writeable="yes"/></config>
<config fs="ext2fs"><policy label="test-libc_vfs" root="/" writeable="yes"/></config>
</start>
<start name="test-libc_vfs">
<resource name="RAM" quantum="4M"/>

View File

@@ -62,7 +62,7 @@ append config {
<start name="rump_fs">
<resource name="RAM" quantum="8M" />
<provides><service name="File_system"/></provides>
<config fs="msdos"><policy label="" root="/" writeable="yes"/></config>
<config fs="msdos"><policy root="/" writeable="yes"/></config>
</start>
<start name="test-libc_vfs">
<resource name="RAM" quantum="4M"/>

View File

@@ -56,7 +56,7 @@ append config {
<start name="rump_fs">
<resource name="RAM" quantum="8M" />
<provides><service name="File_system"/></provides>
<config fs="cd9660"><policy label="" root="/" writeable="no"/></config>
<config fs="cd9660"><policy label="fs_rom" root="/" writeable="no"/></config>
</start>
<start name="fs_rom">
<resource name="RAM" quantum="2M"/>