get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

GET /api/patches/104531/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 104531,
    "url": "http://patches.dpdk.org/api/patches/104531/?format=api",
    "web_url": "http://patches.dpdk.org/project/dts/patch/20211119184225.32057-1-leweix.yang@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": "<20211119184225.32057-1-leweix.yang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dts/20211119184225.32057-1-leweix.yang@intel.com",
    "date": "2021-11-19T18:42:25",
    "name": "[V1] tests/unit_tests_eal:remove cycles_autotest",
    "commit_ref": null,
    "pull_url": null,
    "state": "changes-requested",
    "archived": false,
    "hash": "ab78fa79ce26a49d84a844d9a87b22a134dabce8",
    "submitter": {
        "id": 2225,
        "url": "http://patches.dpdk.org/api/people/2225/?format=api",
        "name": "Lewei Yang",
        "email": "leweix.yang@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dts/patch/20211119184225.32057-1-leweix.yang@intel.com/mbox/",
    "series": [
        {
            "id": 20659,
            "url": "http://patches.dpdk.org/api/series/20659/?format=api",
            "web_url": "http://patches.dpdk.org/project/dts/list/?series=20659",
            "date": "2021-11-19T18:42:25",
            "name": "[V1] tests/unit_tests_eal:remove cycles_autotest",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/20659/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/104531/comments/",
    "check": "fail",
    "checks": "http://patches.dpdk.org/api/patches/104531/checks/",
    "tags": {},
    "related": [],
    "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 45A1BA0C4B;\n\tFri, 19 Nov 2021 11:11:54 +0100 (CET)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 16A8D40143;\n\tFri, 19 Nov 2021 11:11:54 +0100 (CET)",
            "from mga12.intel.com (mga12.intel.com [192.55.52.136])\n by mails.dpdk.org (Postfix) with ESMTP id CA68040140\n for <dts@dpdk.org>; Fri, 19 Nov 2021 11:11:52 +0100 (CET)",
            "from orsmga007.jf.intel.com ([10.7.209.58])\n by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 19 Nov 2021 02:11:51 -0800",
            "from unknown (HELO localhost.localdomain) ([10.240.183.102])\n by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 19 Nov 2021 02:11:50 -0800"
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10172\"; a=\"214421499\"",
            "E=Sophos;i=\"5.87,247,1631602800\"; d=\"scan'208\";a=\"214421499\"",
            "E=Sophos;i=\"5.87,247,1631602800\"; d=\"scan'208\";a=\"495811889\""
        ],
        "From": "Lewei Yang <leweix.yang@intel.com>",
        "To": "dts@dpdk.org",
        "Cc": "Lewei Yang <leweix.yang@intel.com>",
        "Subject": "[dts][PATCH V1] tests/unit_tests_eal:remove cycles_autotest",
        "Date": "Fri, 19 Nov 2021 18:42:25 +0000",
        "Message-Id": "<20211119184225.32057-1-leweix.yang@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "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": "According to dpdk commit ee00af60170b(\"test: remove strict timing requirements some tests\"),\nRemove the timing related tests from the test suites\n\nSigned-off-by: Lewei Yang <leweix.yang@intel.com>\n---\n test_plans/unit_tests_eal_test_plan.rst |  9 ---------\n tests/TestSuite_unit_tests_eal.py       | 10 ----------\n 2 files changed, 19 deletions(-)",
    "diff": "diff --git a/test_plans/unit_tests_eal_test_plan.rst b/test_plans/unit_tests_eal_test_plan.rst\nindex 4cb9d6b9..df7c8dd2 100644\n--- a/test_plans/unit_tests_eal_test_plan.rst\n+++ b/test_plans/unit_tests_eal_test_plan.rst\n@@ -189,15 +189,6 @@ Byteorder functions\n Check the result of optimized byte swap functions for each size (16-,\n 32- and 64-bit).\n \n-Cycles Test\n-===========\n-\n-- Loop N times and check that the timer always increments and\n-  never decrements during this loop.\n-\n-- Wait one second using rte_usleep() and check that the increment\n-  of cycles is correct with regard to the frequency of the timer.\n-\n Logs\n ====\n \ndiff --git a/tests/TestSuite_unit_tests_eal.py b/tests/TestSuite_unit_tests_eal.py\nindex 8096183c..2710bfdd 100644\n--- a/tests/TestSuite_unit_tests_eal.py\n+++ b/tests/TestSuite_unit_tests_eal.py\n@@ -316,16 +316,6 @@ class TestUnitTestsEal(TestCase):\n         self.dut.send_expect(\"quit\", \"# \")\n         self.verify(\"Test OK\" in out, \"Test failed\")\n \n-    def test_cycles(self):\n-        \"\"\"\n-        Run cycles autotest.\n-        \"\"\"\n-\n-        self.dut.send_expect(self.test_app_cmdline, \"R.*T.*E.*>.*>\", self.start_test_time)\n-        out = self.dut.send_expect(\"cycles_autotest\", \"RTE>>\", self.run_cmd_time)\n-        self.dut.send_expect(\"quit\", \"# \")\n-        self.verify(\"Test OK\" in out, \"Test failed\")\n-\n     def test_logs(self):\n         \"\"\"\n         Run logs autotest.\n",
    "prefixes": [
        "V1"
    ]
}