4 "name": "simple test to test framework",
11 "cmdUnderTest": "touch mytest/blorfl",
13 "verifyCmd": "ls mytest/* | grep '[b]lorfl'",
14 "matchPattern": "orfl",
22 "name": "simple test, no need for verify",
30 "cmdUnderTest": "ls mytest/blorfl",
32 "verifyCmd": "/bin/true",
41 "name": "simple test, no need for setup or teardown (or verify)",
47 "cmdUnderTest": "ip l l lo",
49 "verifyCmd": "/bin/true",