Show a cover letter.

GET /api/covers/106079/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 106079,
    "url": "http://patchwork.dpdk.org/api/covers/106079/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dts/cover/1642599655-11727-1-git-send-email-juraj.linkes@pantheon.tech/",
    "project": {
        "id": 3,
        "url": "http://patchwork.dpdk.org/api/projects/3/?format=api",
        "name": "DTS",
        "link_name": "dts",
        "list_id": "dts.dpdk.org",
        "list_email": "dts@dpdk.org",
        "web_url": "",
        "scm_url": "git://dpdk.org/tools/dts",
        "webscm_url": "http://git.dpdk.org/tools/dts/",
        "list_archive_url": "https://inbox.dpdk.org/dts",
        "list_archive_url_format": "https://inbox.dpdk.org/dts/{}",
        "commit_url_format": ""
    },
    "msgid": "<1642599655-11727-1-git-send-email-juraj.linkes@pantheon.tech>",
    "list_archive_url": "https://inbox.dpdk.org/dts/1642599655-11727-1-git-send-email-juraj.linkes@pantheon.tech",
    "date": "2022-01-19T13:40:53",
    "name": "[v1,0/2] fix pylama framework errors in crb and virt",
    "submitter": {
        "id": 1626,
        "url": "http://patchwork.dpdk.org/api/people/1626/?format=api",
        "name": "Juraj Linkeš",
        "email": "juraj.linkes@pantheon.tech"
    },
    "mbox": "http://patchwork.dpdk.org/project/dts/cover/1642599655-11727-1-git-send-email-juraj.linkes@pantheon.tech/mbox/",
    "series": [
        {
            "id": 21260,
            "url": "http://patchwork.dpdk.org/api/series/21260/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dts/list/?series=21260",
            "date": "2022-01-19T13:40:53",
            "name": "fix pylama framework errors in crb and virt",
            "version": 1,
            "mbox": "http://patchwork.dpdk.org/series/21260/mbox/"
        }
    ],
    "comments": "http://patchwork.dpdk.org/api/covers/106079/comments/",
    "headers": {
        "Return-Path": "<dts-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from mails.dpdk.org (mails.dpdk.org [217.70.189.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id E6942A04AD;\n\tWed, 19 Jan 2022 14:40:59 +0100 (CET)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id DACFD41152;\n\tWed, 19 Jan 2022 14:40:59 +0100 (CET)",
            "from lb.pantheon.sk (lb.pantheon.sk [46.229.239.20])\n by mails.dpdk.org (Postfix) with ESMTP id 17D5641147\n for <dts@dpdk.org>; Wed, 19 Jan 2022 14:40:58 +0100 (CET)",
            "from localhost (localhost [127.0.0.1])\n by lb.pantheon.sk (Postfix) with ESMTP id 5E33B137712;\n Wed, 19 Jan 2022 14:40:57 +0100 (CET)",
            "from lb.pantheon.sk ([127.0.0.1])\n by localhost (lb.pantheon.sk [127.0.0.1]) (amavisd-new, port 10024)\n with ESMTP id 8ivjPLUPuQdw; Wed, 19 Jan 2022 14:40:56 +0100 (CET)",
            "from service-node1.lab.pantheon.local (unknown [46.229.239.141])\n by lb.pantheon.sk (Postfix) with ESMTP id 049DF1376F0;\n Wed, 19 Jan 2022 14:40:55 +0100 (CET)"
        ],
        "X-Virus-Scanned": "amavisd-new at siecit.sk",
        "From": "=?utf-8?q?Juraj_Linke=C5=A1?= <juraj.linkes@pantheon.tech>",
        "To": "junx.dong@intel.com,\n\tlijuan.tu@intel.com,\n\tohilyard@iol.unh.edu",
        "Cc": "dts@dpdk.org, =?utf-8?q?Juraj_Linke=C5=A1?= <juraj.linkes@pantheon.tech>",
        "Subject": "[PATCH v1 0/2] fix pylama framework errors in crb and virt",
        "Date": "Wed, 19 Jan 2022 14:40:53 +0100",
        "Message-Id": "<1642599655-11727-1-git-send-email-juraj.linkes@pantheon.tech>",
        "X-Mailer": "git-send-email 2.7.4",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain; charset=UTF-8",
        "Content-Transfer-Encoding": "8bit",
        "X-BeenThere": "dts@dpdk.org",
        "X-Mailman-Version": "2.1.29",
        "Precedence": "list",
        "List-Id": "test suite reviews and discussions <dts.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/dts>,\n <mailto:dts-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://mails.dpdk.org/archives/dts/>",
        "List-Post": "<mailto:dts@dpdk.org>",
        "List-Help": "<mailto:dts-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://mails.dpdk.org/listinfo/dts>,\n <mailto:dts-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dts-bounces@dpdk.org"
    },
    "content": "The patches must be submitted together because there would be conflicts\notherwise. The commit messages of the respective commits describe the\nPylama errors being fixed.\n\nJuraj Linkeš (2):\n  framework/crb: fix pylama errors\n  framework/virt_*: fix pylama errors\n\n framework/crb.py           | 31 +++++++++++++++++++++++++++----\n framework/dut.py           | 11 +++++------\n framework/project_dpdk.py  |  5 +++--\n framework/tester.py        |  2 +-\n framework/virt_base.py     | 28 ++++++++++++++++++++++++++--\n framework/virt_dut.py      | 12 +++++-------\n framework/virt_resource.py |  7 +++++--\n framework/virt_scene.py    | 12 +++++++-----\n 8 files changed, 79 insertions(+), 29 deletions(-)"
}