Show a cover letter.

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

{
    "id": 109299,
    "url": "http://patches.dpdk.org/api/covers/109299/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20220406151903.2916254-1-juraj.linkes@pantheon.tech/",
    "project": {
        "id": 1,
        "url": "http://patches.dpdk.org/api/projects/1/?format=api",
        "name": "DPDK",
        "link_name": "dpdk",
        "list_id": "dev.dpdk.org",
        "list_email": "dev@dpdk.org",
        "web_url": "http://core.dpdk.org",
        "scm_url": "git://dpdk.org/dpdk",
        "webscm_url": "http://git.dpdk.org/dpdk",
        "list_archive_url": "https://inbox.dpdk.org/dev",
        "list_archive_url_format": "https://inbox.dpdk.org/dev/{}",
        "commit_url_format": ""
    },
    "msgid": "<20220406151903.2916254-1-juraj.linkes@pantheon.tech>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20220406151903.2916254-1-juraj.linkes@pantheon.tech",
    "date": "2022-04-06T15:18:40",
    "name": "[RFC,v1,00/23] merge DTS test resource files to DPDK",
    "submitter": {
        "id": 1626,
        "url": "http://patches.dpdk.org/api/people/1626/?format=api",
        "name": "Juraj Linkeš",
        "email": "juraj.linkes@pantheon.tech"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/20220406151903.2916254-1-juraj.linkes@pantheon.tech/mbox/",
    "series": [
        {
            "id": 22381,
            "url": "http://patches.dpdk.org/api/series/22381/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=22381",
            "date": "2022-04-06T15:18:40",
            "name": "merge DTS test resource files to DPDK",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/22381/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/109299/comments/",
    "headers": {
        "Return-Path": "<dev-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 9BE9BA0509;\n\tWed,  6 Apr 2022 17:19:07 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 8395E40689;\n\tWed,  6 Apr 2022 17:19:07 +0200 (CEST)",
            "from lb.pantheon.sk (lb.pantheon.sk [46.229.239.20])\n by mails.dpdk.org (Postfix) with ESMTP id 370064014F\n for <dev@dpdk.org>; Wed,  6 Apr 2022 17:19:06 +0200 (CEST)",
            "from localhost (localhost [127.0.0.1])\n by lb.pantheon.sk (Postfix) with ESMTP id 18A0C184FF0;\n Wed,  6 Apr 2022 17:19:05 +0200 (CEST)",
            "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 8NMLhevWibgu; Wed,  6 Apr 2022 17:19:04 +0200 (CEST)",
            "from entguard.lab.pantheon.local (unknown [46.229.239.141])\n by lb.pantheon.sk (Postfix) with ESMTP id 8DF5E129C28;\n Wed,  6 Apr 2022 17:19:03 +0200 (CEST)"
        ],
        "X-Virus-Scanned": "amavisd-new at siecit.sk",
        "From": "=?utf-8?q?Juraj_Linke=C5=A1?= <juraj.linkes@pantheon.tech>",
        "To": "thomas@monjalon.net, david.marchand@redhat.com,\n Honnappa.Nagarahalli@arm.com, ohilyard@iol.unh.edu, lijuan.tu@intel.com",
        "Cc": "dev@dpdk.org, =?utf-8?q?Juraj_Linke=C5=A1?= <juraj.linkes@pantheon.tech>",
        "Subject": "[RFC PATCH v1 00/23] merge DTS test resource files to DPDK",
        "Date": "Wed,  6 Apr 2022 15:18:40 +0000",
        "Message-Id": "<20220406151903.2916254-1-juraj.linkes@pantheon.tech>",
        "X-Mailer": "git-send-email 2.25.1",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain; charset=UTF-8",
        "Content-Transfer-Encoding": "8bit",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.29",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/dev>,\n <mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://mails.dpdk.org/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://mails.dpdk.org/listinfo/dev>,\n <mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org"
    },
    "content": "Libraries and miscellaneous resources used by DTS tests.\n\nOutstanding item:\nMove testsuite-specific framework python files to tests/util.\nWe want to leave only framework-related files in the framework\ndirectory. Grouping testsuite related files in one directory will make\nDTS better organized.\n\nJuraj Linkeš (23):\n  dts: merge DTS framework/plotgraph.py to DPDK\n  dts: merge DTS framework/plotting.py to DPDK\n  dts: merge DTS framework/pmd_output.py to DPDK\n  dts: merge DTS framework/qemu_kvm.py to DPDK\n  dts: merge DTS framework/qemu_libvirt.py to DPDK\n  dts: merge DTS framework/test_capabilities.py to DPDK\n  dts: merge DTS framework/test_case.py to DPDK\n  dts: merge DTS framework/virt_base.py to DPDK\n  dts: merge DTS framework/virt_common.py to DPDK\n  dts: merge DTS framework/virt_dut.py to DPDK\n  dts: merge DTS framework/virt_resource.py to DPDK\n  dts: merge DTS framework/virt_scene.py to DPDK\n  dts: merge DTS nics/__init__.py to DPDK\n  dts: merge DTS nics/system_info.py to DPDK\n  dts: merge DTS framework/flow/__init__.py to DPDK\n  dts: merge DTS framework/flow/enums.py to DPDK\n  dts: merge DTS framework/flow/exceptions.py to DPDK\n  dts: merge DTS framework/flow/flow.py to DPDK\n  dts: merge DTS framework/flow/flow_action_items.py to DPDK\n  dts: merge DTS framework/flow/flow_items.py to DPDK\n  dts: merge DTS framework/flow/flow_pattern_items.py to DPDK\n  dts: merge DTS framework/flow/flow_rule.py to DPDK\n  dts: merge DTS framework/flow/generator.py to DPDK\n\n dts/framework/flow/__init__.py           |    0\n dts/framework/flow/enums.py              |  122 ++\n dts/framework/flow/exceptions.py         |   44 +\n dts/framework/flow/flow.py               |  223 +++\n dts/framework/flow/flow_action_items.py  | 1597 +++++++++++++++++\n dts/framework/flow/flow_items.py         |  128 ++\n dts/framework/flow/flow_pattern_items.py | 1219 +++++++++++++\n dts/framework/flow/flow_rule.py          |   65 +\n dts/framework/flow/generator.py          |  204 +++\n dts/framework/plotgraph.py               |  842 +++++++++\n dts/framework/plotting.py                |  246 +++\n dts/framework/pmd_output.py              |  341 ++++\n dts/framework/qemu_kvm.py                | 2042 ++++++++++++++++++++++\n dts/framework/qemu_libvirt.py            |  884 ++++++++++\n dts/framework/test_capabilities.py       |    5 +\n dts/framework/test_case.py               |  625 +++++++\n dts/framework/virt_base.py               |  553 ++++++\n dts/framework/virt_common.py             |   54 +\n dts/framework/virt_dut.py                |  463 +++++\n dts/framework/virt_resource.py           |  584 +++++++\n dts/framework/virt_scene.py              |  560 ++++++\n dts/nics/__init__.py                     |   30 +\n dts/nics/system_info.py                  |  144 ++\n 23 files changed, 10975 insertions(+)\n create mode 100644 dts/framework/flow/__init__.py\n create mode 100644 dts/framework/flow/enums.py\n create mode 100644 dts/framework/flow/exceptions.py\n create mode 100644 dts/framework/flow/flow.py\n create mode 100644 dts/framework/flow/flow_action_items.py\n create mode 100644 dts/framework/flow/flow_items.py\n create mode 100644 dts/framework/flow/flow_pattern_items.py\n create mode 100644 dts/framework/flow/flow_rule.py\n create mode 100644 dts/framework/flow/generator.py\n create mode 100644 dts/framework/plotgraph.py\n create mode 100644 dts/framework/plotting.py\n create mode 100644 dts/framework/pmd_output.py\n create mode 100644 dts/framework/qemu_kvm.py\n create mode 100644 dts/framework/qemu_libvirt.py\n create mode 100644 dts/framework/test_capabilities.py\n create mode 100644 dts/framework/test_case.py\n create mode 100644 dts/framework/virt_base.py\n create mode 100644 dts/framework/virt_common.py\n create mode 100644 dts/framework/virt_dut.py\n create mode 100644 dts/framework/virt_resource.py\n create mode 100644 dts/framework/virt_scene.py\n create mode 100644 dts/nics/__init__.py\n create mode 100644 dts/nics/system_info.py"
}