diff --git a/testtools/config/validator.json b/testtools/config/validator.json index 51dfa5254ba6994bb0af3ebf784285e20dbf4f71..9e83bbea540581cdd56642cd1b2158dc65fee68e 100644 --- a/testtools/config/validator.json +++ b/testtools/config/validator.json @@ -1,6 +1,14 @@ { "description": "Config for acts test suites", "kits": [ - + { + "type": "CommandKit", + "shell": [ + { + "name": "shell", + "value": "SP_daemon" + } + ] + } ] } \ No newline at end of file