impl unit loading in task

This commit is contained in:
Chris Punches
2017-06-25 18:39:41 -04:00
parent 27257f98e1
commit 2724cf71a4
3 changed files with 24 additions and 7 deletions

View File

@@ -1,7 +1,16 @@
{
"units": [
{
"name": "independent test",
"name": "independent test 1",
"target": "/bin/pwd",
"output": "pass",
"rectifier": "/bin/pwd",
"active": true,
"required": true,
"rectify": true
},
{
"name": "independent test 2",
"target": "/bin/pwd",
"output": "pass",
"rectifier": "/bin/pwd",