cfg
411 Bytes
//
// Rand Test file
//
Name: Test1
Cmd: ../../iosim -f rr
log: aa
// %s refer to log file
chk: grep -i fail %s
# no fail is found
Ret: 1
Lock: AI
Mem: 4096
Pri: 4
Mcp: 7
Name: Test2
Cmd: ../../iosim -f rr1
log: bb
// %s refer to log file
chk: grep -i fail %s
Ret: 1
Mem: 8192
Mcp: 2
Name: Test3
Cmd: ../../iosim -f rr2
log: cc
lock: USB1
// %s refer to log file
chk: grep -i fail %s
Ret: 1
Mem: 8192
Mcp: 2