Show a cover letter.

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

{
    "id": 99668,
    "url": "https://patches.dpdk.org/api/covers/99668/?format=api",
    "web_url": "https://patches.dpdk.org/project/dts/cover/20210926072248.3413437-1-weix.ling@intel.com/",
    "project": {
        "id": 3,
        "url": "https://patches.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": "<20210926072248.3413437-1-weix.ling@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dts/20210926072248.3413437-1-weix.ling@intel.com",
    "date": "2021-09-26T07:22:48",
    "name": "[V1,0/2] delete test plan and test suite",
    "submitter": {
        "id": 1828,
        "url": "https://patches.dpdk.org/api/people/1828/?format=api",
        "name": "Ling, WeiX",
        "email": "weix.ling@intel.com"
    },
    "mbox": "https://patches.dpdk.org/project/dts/cover/20210926072248.3413437-1-weix.ling@intel.com/mbox/",
    "series": [
        {
            "id": 19161,
            "url": "https://patches.dpdk.org/api/series/19161/?format=api",
            "web_url": "https://patches.dpdk.org/project/dts/list/?series=19161",
            "date": "2021-09-26T07:22:48",
            "name": "delete test plan and test suite",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/19161/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/covers/99668/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 B2092A0547;\n\tSun, 26 Sep 2021 09:30:00 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 7554E4003D;\n\tSun, 26 Sep 2021 09:30:00 +0200 (CEST)",
            "from mga01.intel.com (mga01.intel.com [192.55.52.88])\n by mails.dpdk.org (Postfix) with ESMTP id E5B0C4003C\n for <dts@dpdk.org>; Sun, 26 Sep 2021 09:29:58 +0200 (CEST)",
            "from fmsmga003.fm.intel.com ([10.253.24.29])\n by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 26 Sep 2021 00:29:45 -0700",
            "from unknown (HELO localhost.localdomain) ([10.240.183.222])\n by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 26 Sep 2021 00:29:44 -0700"
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10118\"; a=\"246802615\"",
            "E=Sophos;i=\"5.85,323,1624345200\"; d=\"scan'208\";a=\"246802615\"",
            "E=Sophos;i=\"5.85,323,1624345200\"; d=\"scan'208\";a=\"552385415\""
        ],
        "From": "Wei Ling <weix.ling@intel.com>",
        "To": "dts@dpdk.org",
        "Cc": "Wei Ling <weix.ling@intel.com>",
        "Date": "Sun, 26 Sep 2021 15:22:48 +0800",
        "Message-Id": "<20210926072248.3413437-1-weix.ling@intel.com>",
        "X-Mailer": "git-send-email 2.25.1",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dts] [PATCH V1 0/2] delete test plan and test suite",
        "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",
        "Sender": "\"dts\" <dts-bounces@dpdk.org>"
    },
    "content": "Delete test plan and test suite because this testplan and \ntestsuite is include by pvp_multi_paths_performance.\n\nWei Ling (2):\n  test_plans/perf_virtio_user_pvp_test_plan: delete test plan\n  tests/perf_virtio_user_pvp: delete test suite\n\n test_plans/perf_virtio_user_pvp_test_plan.rst | 191 ---------\n tests/TestSuite_perf_virtio_user_pvp.py       | 389 ------------------\n 2 files changed, 580 deletions(-)\n delete mode 100644 test_plans/perf_virtio_user_pvp_test_plan.rst\n delete mode 100644 tests/TestSuite_perf_virtio_user_pvp.py"
}