cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

template.json (761B)


      1[
      2    {
      3        "id": "",
      4        "name": "",
      5        "category": [
      6            "",
      7            ""
      8        ],
      9        "setup": [
     10            ""
     11        ],
     12        "cmdUnderTest": "",
     13        "expExitCode": "",
     14        "verifyCmd": "",
     15        "matchPattern": "",
     16        "matchCount": "",
     17        "teardown": [
     18            ""
     19        ]
     20    },
     21    {
     22        "id": "",
     23        "name": "",
     24        "category": [
     25            "",
     26            ""
     27        ],
     28        "setup": [
     29            "",
     30	    [
     31		"",
     32		0,
     33		1,
     34		255
     35	    ]
     36        ],
     37        "cmdUnderTest": "",
     38        "expExitCode": "",
     39        "verifyCmd": "",
     40        "matchPattern": "",
     41        "matchCount": "",
     42        "teardown": [
     43            "",
     44	    [
     45		"",
     46		0,
     47		255
     48            ]
     49        ]
     50    }
     51]