lp:~zyga/+junk/lava-test-demo

Created by Zygmunt Krynicki and last modified
Get this branch:
bzr branch lp:~zyga/+junk/lava-test-demo
Only Zygmunt Krynicki can upload to this branch. If you are Zygmunt Krynicki please log in for upload directions.

Related bugs

Related blueprints

Branch information

Owner:
Zygmunt Krynicki
Status:
Development

Recent revisions

9. By Zygmunt Krynicki

Fix missing comma

8. By Zygmunt Krynicki

Fix the code URL

7. By Zygmunt Krynicki

Implement the parse() method and slightly change the run() method

Parse looks for the data saved by run and constructs a structured test run
object. The test run object needs to have an array of test_results, each
that has to have the result field (with one of pass/fail/skip/unknown).
All other fields are optional. For more details see:
http://readthedocs.org/docs/linaro-dashboard-bundle/en/latest/schema.html

6. By Zygmunt Krynicki

Write random text in run()

The text is stored in the 'standard_output' of the test. This is a special file
that automatically gets stored by lava (unless you ask it not to) when you
submit the results back to the server.

5. By Zygmunt Krynicki

Add a dummy run method

4. By Zygmunt Krynicki

Make the test_id match the entry point name

3. By Zygmunt Krynicki

Add a demo test definition

This test does absolutely nothing but can be seen by lava-test list-tests

2. By Zygmunt Krynicki

Add skeleton structure

Skeleton for typical python package:
 - setup.py - meta data definition
 - lava_test_demo - our package

1. By Zygmunt Krynicki

Add README file

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers