rex/test/units/all_test.units

25 lines
567 B
Plaintext
Raw Normal View History

{
"units": [
{
2017-06-25 22:39:41 +00:00
"name": "independent test 1",
"target": "components/independent_test_1.bash",
"rectifier": "",
2017-06-25 22:39:41 +00:00
"active": true,
"required": true,
"user": "root",
"group": "root",
"rectify": false
2017-06-25 22:39:41 +00:00
},
{
"name": "independent test 2",
"target": "components/independent_test_2.bash",
"rectifier": "",
"active": true,
"required": false,
"user": "bagira",
"group": "bagira",
"rectify": false
}
]
}