Message ID | 20120507052910.12260.66525.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_dispatcher/actions/lava-test.py' --- lava_dispatcher/actions/lava-test.py 2012-05-06 15:58:03 +0000 +++ lava_dispatcher/actions/lava-test.py 2012-05-07 05:27:30 +0000 @@ -156,7 +156,10 @@ parameters_schema = { 'type': 'object', 'properties': { - 'arg': {'type': 'string'}, + 'arg': { + 'type': 'array', + 'items': {'type': 'string'}, + } }, 'additionalProperties': False, }