aboutsummaryrefslogtreecommitdiff
path: root/entry_points.ini
AgeCommit message (Collapse)Author
2016-11-21Add zmq client to lava-tool.Stevan Radakovic
Implement wait_for_events command. It will connect to publisher socket and wait for particular job to finish and print job data to stdout. Or it will submit a job and wait for that particular job events. Implements https://projects.linaro.org/browse/LAVA-790 Change-Id: I7ff94c8052733dda539b14558fdf917baabaaf60 Reviewed-on: https://review.linaro.org/15443 Reviewed-by: lava-bot <lava-bot@linaro.org> Reviewed-by: Neil Williams <neil.williams@linaro.org>
2016-10-10lava-tool shortcuts.Stevan Radaković
Commands such as submit-job, auth-remove, auth-list etc. now support shortcuts for url and users and default user for url. Shortcuts/defaults are set through auth-add or the new command auth-config. Change-Id: Iafd97819a6c1aa891afe90b5f0aac2643191639f Reviewed-on: https://review.linaro.org/14535 Reviewed-by: lava-bot <lava-bot@linaro.org> Reviewed-by: Neil Williams <neil.williams@linaro.org>
2016-09-19lava-tool auth management.Stevan Radaković
Add list and delete options for authentication tokens. List can display all or only from specific endpoint. Remove python-keyring dependency and use config parser to handle token storage. Change-Id: I83cb3ff092973769080a0725ef62bbef089b7593 Reviewed-on: https://review.linaro.org/14391 Reviewed-by: lava-bot <lava-bot@linaro.org> Reviewed-by: Neil Williams <neil.williams@linaro.org>
2015-10-14LAVA-354 device dictionary supportNeil Williams
Wrap the import-device-dictionary and export-device-dictionary XMLRPC calls in a device-dictionary command in lava-tool. Change-Id: I9b464eacdd2cc039decb54aa928fd3253d22edae Reviewed-on: https://review.linaro.org/8108 Reviewed-by: lava-bot <lava-bot@linaro.org> Reviewed-by: Senthil Kumaran <senthil.kumaran@linaro.org>
2015-06-18Tool to compare config to be used in a job with the config in a specified YAML.Stevan Radaković
Implements card LAVA-1938 (https://cards.linaro.org/browse/LAVA-1938). Change-Id: I24c0eb57e110115d996be0619383bfba51616ae8 Reviewed-on: https://review.linaro.org/6050 Reviewed-by: lava-bot <lava-bot@linaro.org> Reviewed-by: Stevan Radaković <stevan.radakovic@linaro.org>
2015-06-05LAVA-2120 - lava-tool subcommand to get pipeline device configSenthil Kumaran S
Change-Id: I01ebdee8576019eab4d1691ce280319ff553cb0f Reviewed-on: https://review.linaro.org/6109 Reviewed-by: lava-bot <lava-bot@linaro.org> Reviewed-by: Neil Williams <neil.williams@linaro.org>
2015-05-05Remove references to backup and restoreNeil Williams
Bug: 1525 - backup and restore are old functionality from deployment-tool and no longer operate. Remove. Change-Id: I7c43d1fca15ab5fb00ee4bd66b49c74001b3445c Reviewed-on: https://review.linaro.org/5759 Reviewed-by: lava-bot <lava-bot@linaro.org> Reviewed-by: Senthil Kumaran <senthil.kumaran@linaro.org>
2014-10-22bug #349 - Get currently running and submitted jobs listGeorgy Redkozubov
https://bugs.linaro.org/show_bug.cgi?id=349 Add ability to get with lava-tool currently running and submitted jobs list and all devices with their states. Change-Id: I21acb7294743d15fa27031e4fcc504839f0da9f6 Reviewed-on: https://review.linaro.org/3071 Reviewed-by: Remi Duraffort <remi.duraffort@linaro.org>
2014-02-11Fix bug #1277092 - job-details subcommand should be added.Senthil Kumaran S
Adds job-details subcommand and details subcommand within jobs. Change-Id: I6fd2e36bca6225fa794bba23dc39120f40c71de7 Reviewed-on: https://review.linaro.org/1089 Reviewed-by: lava-bot <lava-bot@linaro.org> Reviewed-by: Tyler Baker <tyler.baker@linaro.org> Reviewed-by: Milo Casagrande <milo.casagrande@linaro.org>
2013-12-09Add `lava device list` commandAntonio Terceiro
Change-Id: I2f7a14cfe7880bd663484b430fed7a88cc393a39 Reviewed-on: http://review.linaro.org/557 Reviewed-by: lava-bot <lava-bot@linaro.org> Reviewed-by: Georgy Redkozubov <Georgy.Redkozubov@linaro.org> Reviewed-by: Milo Casagrande <milo.casagrande@linaro.org> Reviewed-by: Antonio Terceiro <antonio.terceiro@linaro.org>
2013-07-29Merged new lava-tool commands and tests.Milo Casagrande
2013-07-25Fixed script entry point.Milo Casagrande
2013-07-25Fixed the status command.Milo Casagrande
2013-07-25Added missing entry point commands.Milo Casagrande
2013-07-18Added status command as an 'alias' to job.status.Milo Casagrande
2013-07-18Added entry point.Milo Casagrande
2013-07-12Added update comamnd entry point.Milo Casagrande
2013-07-10Added run command entry point.Milo Casagrande
2013-07-09Added submit entry point.Milo Casagrande
2013-07-04Add job-status commandArthur She
modified: entry_points.ini lava_scheduler_tool/commands.py
2013-07-02Added new init command.Milo Casagrande
* 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.
2013-07-02Added testdef new command entry point.Milo Casagrande
2013-06-27Added structure for testdef commands.Milo Casagrande
2013-06-11Removed rm from the entry points: it showed up as remove in the command list.Milo Casagrande
2013-06-07Added config command for device.Milo Casagrande
* Refactored method. * Added entry points.
2013-06-07Fixed setup problem.Milo Casagrande
* Defined device command in entry points. * Fixed use of cls.__name__.
2013-06-06Added device commands to entry_point file.Milo Casagrande
2013-05-27`lava job new` implementedAntonio Terceiro
plus: - Document intended usage in README - add a initial integration test scripts - made ci-build output nicer It's hard to commit all those pieces separately because they are all evolving together.
2013-05-17Split entry points into their own fileAntonio Terceiro
This makes it easier to write (and read!) the entry points listing