aboutsummaryrefslogtreecommitdiff
path: root/integration-tests.d
AgeCommit message (Collapse)Author
2013-11-14Fix build after RPC endpoint normalizationAntonio Terceiro
Change-Id: I12e02b7538636ad9eb296ad04afd4e203fafbad3 Reviewed-on: https://staging.review.linaro.org/464 Reviewed-by: lava-bot <lava-bot@linaro.org> Reviewed-by: Antonio Terceiro <antonio.terceiro@linaro.org>
2013-11-01Bring lava-tool up to PEP8 compliance.Tyler Baker
Change-Id: I39ccb9e48f462dd2a2740f1fddf5d044fe464563 Signed-off-by: Tyler Baker <tyler.baker@linaro.org> Reviewed-on: https://staging.review.linaro.org/410 Reviewed-by: lava-bot <lava-bot@linaro.org> Reviewed-by: Dave Pigott <dave.pigott@linaro.org>
2013-08-07fix integration testAntonio Terceiro
there should be a > after that cat call. lava_config just does the right thing
2013-08-06Added support for XDG directories.Milo Casagrande
2013-07-31Added trailing slash support for flask URL.Milo Casagrande
2013-07-31Fixed env variable name.Milo Casagrande
2013-07-30Corrected server/rpc_endpoint usage.Milo Casagrande
2013-07-30Fixed second integration test.Milo Casagrande
* Make sure we are not interactive anymore. * Corrected how the server and rpc_parameter are used now in lava-tool. This might change in the future since it is not clear how they should be really used. Right now, 'server' is the URL of the server, while 'rpc_endpoint' is just the final part of the URL that gives access to the XML-RPC interface.
2013-07-30Fixed one of the integration tests.Milo Casagrande
* The parameter in the config has been renamed to image instead of prebuilt_image. * Also, make sure now we are not interactive anymore, since that is the default.
2013-06-03remove test that does not test anythingAntonio Terceiro
2013-06-03$ lava job submit JOBAntonio Terceiro
Lots of infrastructure added; still missing proper unit testing in some places. At least an integraion test was added
2013-05-28Implemented interactive configurationAntonio Terceiro
now the code in lava/config.py needs unit tests!
2013-05-27add an integration test for `lava job new` on existing filesAntonio Terceiro
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.