blob: 380816aaf64038ebd3f70ade68d553d03f3afef2 [file] [log] [blame]
{
include: [ "//src/sys/test_runners/starnix/default.shard.cml" ],
program: {
binary: "/data/tests/open_test",
args: [ "--gunit_filter=*.OTruncAndReadOnlyFile:*.ReadOnly:*.WriteOnly:*.ReadWrite:*.RelPath:*.AbsPath:*.AtRelPath:*.AtAbsPath:*.OpenNoFollowStillFollowsLinksInPath:*.Fault:*.NameTooLong:*.DotsFromRoot:*.SymlinkDirectory" ],
mounts: [
"/:remotefs:root",
"/data:remotefs:data",
"/tmp:tmpfs",
],
},
}