blob: 64a078a79e0734ba544fe8e0a4a4f4cf6ea2f53c [file] [log] [blame]
{
include: [ "//src/sys/test_runners/starnix/default.shard.cml" ],
program: {
binary: "/data/tests/open_test",
args: [ "--gunit_filter=*.OTrunc:*.OTruncAndReadOnlyDir:*.OTruncAndReadOnlyFile:*.MustCreateExisting:*.ReadOnly:*.WriteOnly:*.CreateWithAppend:*.ReadWrite:*.RelPath:*.AbsPath:*.AtRelPath:*.AtAbsPath:*.OpenNoFollowSymlink:*.OpenNoFollowStillFollowsLinksInPath:*.Fault:*.AppendOnly:*.AppendConcurrentWrite:*.Truncate:*.NameTooLong:*.DotsFromRoot:*.SymlinkDirectory:*.CanTruncateReadOnly" ],
mounts: [
"/:remotefs:root",
"/data:remotefs:data",
"/tmp:tmpfs",
],
},
}