Code review comment for lp:~stylesen/linaro-python-dashboard-bundle/evolve-bundle-stream-1.6

Revision history for this message
Zygmunt Krynicki (zyga) wrote :

17 + testdef_metadata = {
18 + "version": "5",
19 + "description": "sample test definition",
20 + "format": "Lava Test Shell Format 1.0",
21 + "location": "LOCAL",
22 + "url": "http://localhost/",
23 + "environment": "lava-test-shell",
24 + "os": "ubuntu",
25 + "devices": "panda"
26 + }

Why are you adding that to _all_ documents that previously had no metadata? Do you assume that everything is running ubuntu on a panda board?

-1

review: Disapprove

« Back to merge proposal