aboutsummaryrefslogtreecommitdiff
path: root/entry_points.ini
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2013-07-02 18:19:37 +0200
committerMilo Casagrande <milo@ubuntu.com>2013-07-02 18:19:37 +0200
commitebc3a942dda2232b6670dcf254896b1e21fb5d5a (patch)
tree37c791b9bb16d5d8f5a407db9bb574442f113c0b /entry_points.ini
parenteafff3bcc722305dc42502319d535e76f652971a (diff)
Added new init command.
* Added new init command (lava init DIR) in order to initialize a directory and create a default structure with job and test files. * Made the deserialize method a class method. * Added first tests.
Diffstat (limited to 'entry_points.ini')
-rw-r--r--entry_points.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/entry_points.ini b/entry_points.ini
index 91723fb..bad2e0c 100644
--- a/entry_points.ini
+++ b/entry_points.ini
@@ -10,6 +10,7 @@ dashboard = lava_dashboard_tool.commands:dashboard
job = lava.job.commands:job
device = lava.device.commands:device
testdef = lava.testdef.commands:testdef
+init = lava.commands:init
[lava_tool.commands]
help = lava.tool.commands.help:help