diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 281: update the schema for add_apt_repository to match usage

Message ID 20120507052910.12260.66525.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Michael-Doyle Hudson May 7, 2012, 5:29 a.m. UTC
------------------------------------------------------------
revno: 281
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Mon 2012-05-07 17:27:30 +1200
message:
  update the schema for add_apt_repository to match usage
modified:
  lava_dispatcher/actions/lava-test.py


--
lp:lava-dispatcher
https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk

You are subscribed to branch lp:lava-dispatcher.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription
diff mbox

Patch

=== 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,
         }