Home | History | Annotate | Download | only in tests
      1 {
      2     "testbed":
      3     [
      4         {
      5             "_description": "ACTS sanity test bed, no device needed.",
      6             "name": "Sanity",
      7             "icecream": 42,
      8             "MagicDevice": ["Magic!"]
      9         }
     10     ],
     11     "logpath": "/tmp/logs",
     12     "testpaths": ["./"],
     13     "icecream": "mememe",
     14     "extra_param": "haha"
     15 }
     16