Show a cover letter.

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

{
    "id": 76646,
    "url": "http://patches.dpdk.org/api/covers/76646/?format=api",
    "web_url": "http://patches.dpdk.org/project/dts/cover/20200907164929.51247-1-weix.ling@intel.com/",
    "project": {
        "id": 3,
        "url": "http://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": "<20200907164929.51247-1-weix.ling@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dts/20200907164929.51247-1-weix.ling@intel.com",
    "date": "2020-09-07T16:49:24",
    "name": "[V3,0/5] update test plan to sync with testcase",
    "submitter": {
        "id": 1828,
        "url": "http://patches.dpdk.org/api/people/1828/?format=api",
        "name": "Ling, WeiX",
        "email": "weix.ling@intel.com"
    },
    "mbox": "http://patches.dpdk.org/project/dts/cover/20200907164929.51247-1-weix.ling@intel.com/mbox/",
    "series": [
        {
            "id": 11985,
            "url": "http://patches.dpdk.org/api/series/11985/?format=api",
            "web_url": "http://patches.dpdk.org/project/dts/list/?series=11985",
            "date": "2020-09-07T16:49:24",
            "name": "update test plan to sync with testcase",
            "version": 3,
            "mbox": "http://patches.dpdk.org/series/11985/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/76646/comments/",
    "headers": {
        "Return-Path": "<dts-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 7C9CBA04B9;\n\tMon,  7 Sep 2020 11:03:43 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 405B61BE85;\n\tMon,  7 Sep 2020 11:03:43 +0200 (CEST)",
            "from mga09.intel.com (mga09.intel.com [134.134.136.24])\n by dpdk.org (Postfix) with ESMTP id 1D5AA1BE0C\n for <dts@dpdk.org>; Mon,  7 Sep 2020 11:03:41 +0200 (CEST)",
            "from orsmga002.jf.intel.com ([10.7.209.21])\n by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 07 Sep 2020 02:03:40 -0700",
            "from unknown (HELO localhost.localdomain) ([10.240.183.222])\n by orsmga002.jf.intel.com with ESMTP; 07 Sep 2020 02:03:39 -0700"
        ],
        "IronPort-SDR": [
            "\n H5ku78WBMnB7Y6zVPtrgtqopXojgFsjk4+yWGwEgn1zHuicBFRMwFmFLf0MSAXQQvVrwWuJAXY\n lVtnXm+eCJsQ==",
            "\n bAOhf4eO7r1tGTo5L0Wt8ZLl0nRcbdmBjPlBdXTX06+49rzbggmc1IAAW8Tk8Fn4HAtAedh6xG\n 9aTXYbxgjhVw=="
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6000,8403,9736\"; a=\"158956625\"",
            "E=Sophos;i=\"5.76,401,1592895600\"; d=\"scan'208\";a=\"158956625\"",
            "E=Sophos;i=\"5.76,401,1592895600\"; d=\"scan'208\";a=\"316810774\""
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "From": "lingwei <weix.ling@intel.com>",
        "To": "dts@dpdk.org",
        "Cc": "lingwei <weix.ling@intel.com>",
        "Date": "Mon,  7 Sep 2020 16:49:24 +0000",
        "Message-Id": "<20200907164929.51247-1-weix.ling@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "Subject": "[dts] [PATCH V3 0/5] update test plan to sync with testcase",
        "X-BeenThere": "dts@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "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": "update test plan to sync with testcase and fix wrong describle\n\nlingwei (5):\n  test_plans/nic_single_core_perf_test_plan:update test plan to sync\n    with testcase\n  test_plans/pmd_test_plan:update test plan to sync with testcase\n  test_plans/ptpclient_test_plan:update test plan to sync with testcase\n  test_plans/vf_l3fwd_test_plan:update test plan to sync with testcase\n  test_plans/vmdq_test_plan:update test plan to sync with testcase\n\n test_plans/nic_single_core_perf_test_plan.rst | 7 +++++++\n test_plans/pmd_test_plan.rst                  | 7 +++++++\n test_plans/ptpclient_test_plan.rst            | 3 +++\n test_plans/vf_l3fwd_test_plan.rst             | 9 +++++++++\n test_plans/vmdq_test_plan.rst                 | 5 ++++-\n 5 files changed, 30 insertions(+), 1 deletion(-)"
}