lp:~stubbsdm/+junk/demo-test

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

Related bugs

Related blueprints

Branch information

Owner:
David Stubbs
Status:
Development

Recent revisions

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