notes for me:

    # results being posted
    # results = {
    #     "type": "cloud/web",
    #     "source": "machine-name",
    #     "pass": "pass",
    #     "test": "config-files/endpoints/test-run-autopkgtest",
    #     "results": {}, # <- json of actual test results
    # }

    # results going out:
    # results = {
    #     "cloud": {
    #         "machine1": {
    #             "test-name-1": {}, # <- results
    #             "test-name-2": {}, # <- results
    #         },
    #         "machine2": {
    #             "test-name-1": {}, # <- results
    #             "test-name-2": {}, # <- results
    #         }
    #     },
    #     "web" : {
    #         "machine1": {
    #             "test-name-1": {}, # <- results
    #             "test-name-2": {}, # <- results
    #         },
    #         "machine1": {
    #             "test-name-1": {}, # <- results
    #             "test-name-2": {}, # <- results
    #         },
    #     }
    # }
-- 
https://code.launchpad.net/~andersson123/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/457239
Your team Canonical's Ubuntu QA is requested to review the proposed merge of 
~andersson123/autopkgtest-cloud:integration-tests into autopkgtest-cloud:master.


-- 
Mailing list: https://launchpad.net/~canonical-ubuntu-qa
Post to     : canonical-ubuntu-qa@lists.launchpad.net
Unsubscribe : https://launchpad.net/~canonical-ubuntu-qa
More help   : https://help.launchpad.net/ListHelp

Reply via email to