)]}'
{
  "log": [
    {
      "commit": "b515c92900ebc561b76706c309631909df2937df",
      "tree": "01fa6400e50188f509d2a6ee3cfc1b87da259604",
      "parents": [
        "c27cf6baed462feb6d527e03d28184037ff80abd",
        "f8d254746e0f126fbd7e74011d7612967cbad61d"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Dec 17 00:50:19 2024 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Dec 17 00:50:19 2024 +0000"
      },
      "message": "Merge \"Deprecate options to enable/disable plugin tests\""
    },
    {
      "commit": "4d44a2bfd49c0713a8fe6d0f36010218b1688420",
      "tree": "85d25c1df7c6386ee3f89b817058d09fc9ce91fb",
      "parents": [
        "20e6666c816a51dbd89543280415258229965394"
      ],
      "author": {
        "name": "Takashi Kajinami",
        "email": "kajinamit@oss.nttdata.com",
        "time": "Sat Nov 23 02:09:25 2024 +0900"
      },
      "committer": {
        "name": "Takashi Kajinami",
        "email": "kajinamit@oss.nttdata.com",
        "time": "Tue Dec 03 07:29:41 2024 +0000"
      },
      "message": "dr: Add option to customize base image\n\nAdd the option to replace the base image to build the test container\nimage with quagga. This allows users to adjust the image reference\naccording to their environment (eg. in case a local image registry is\nused).\n\nChange-Id: I9ae3ef8bd5d42df801f9ee5b396d785ef42030c7\n"
    },
    {
      "commit": "f8d254746e0f126fbd7e74011d7612967cbad61d",
      "tree": "0d3682a2ed1bea9223e445c9fe4f429d008a7b78",
      "parents": [
        "3261fb3ae11084ac8f959ef8dd2392e00d630662"
      ],
      "author": {
        "name": "Takashi Kajinami",
        "email": "kajinamit@oss.nttdata.com",
        "time": "Sat Nov 23 02:24:14 2024 +0900"
      },
      "committer": {
        "name": "Takashi Kajinami",
        "email": "kajinamit@oss.nttdata.com",
        "time": "Sat Nov 23 08:18:47 2024 +0000"
      },
      "message": "Deprecate options to enable/disable plugin tests\n\nThese were added to merge plugin tests into neutron-tempest-plugin in\nTrain and haven\u0027t been necessary since Stein was transitioned to EOL.\n\nDeprecate these options so that we can remove these right after 2025.1\nrelease.\n\nChange-Id: Ia019cc1c1db65f8206727c4184561c44fc847395\n"
    },
    {
      "commit": "42aac38cc8489a741bffb437616885ee1c7a52f7",
      "tree": "5360c2db45bc4d7d4f5d8e216d2b31d14726abcc",
      "parents": [
        "14ea8d10d3cc78262737b2e57082dbcc822e1963"
      ],
      "author": {
        "name": "Ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Wed Feb 05 15:27:04 2020 -0600"
      },
      "committer": {
        "name": "Brian Haley",
        "email": "haleyb.dev@gmail.com",
        "time": "Wed Feb 26 15:35:20 2020 +0000"
      },
      "message": "[ussuri][goal] Drop python 2.7 support and testing\n\nOpenStack is dropping the py2.7 support in ussuri cycle.\n\nneutron-tempest-plugin is ready with python 3 and ok to drop the\npython 2.7 support.\n\nComplete discussion \u0026 schedule can be found in\n- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html\n- https://etherpad.openstack.org/p/drop-python2-support\n\nUssuri Communtiy-wide goal:\nhttps://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html\n\nDepends-On: https://review.opendev.org/#/c/705184/\n\nChange-Id: I9daafef0847a9a9baa45382b87da71fe8d1fffd0\n"
    },
    {
      "commit": "b5114e078f33bf2683f3bfc6ea59d9508155e529",
      "tree": "ab355ea22043aed9f967ab01d362bfc7075c6576",
      "parents": [
        "4dea8060f05fab427cd042934674f08b03927e05"
      ],
      "author": {
        "name": "Lucas Alvares Gomes",
        "email": "lucasagomes@gmail.com",
        "time": "Tue Feb 04 13:36:46 2020 +0000"
      },
      "committer": {
        "name": "Lucas Alvares Gomes",
        "email": "lucasagomes@gmail.com",
        "time": "Tue Feb 11 15:13:36 2020 +0000"
      },
      "message": "Enhance the test_multicast_between_vms_on_same_network test\n\nThis patch is enhancing the test_multicast_between_vms_on_same_network\ntest to fit the different scenarios that can be encountered when using\nmulticast:\n\n1) When IGMP snooping is enabled and the multicast group address *is not*\n   in the 224.0.0.X range [0], asserts that the multicast traffic *is not*\n   flooded.\n\n2) When IGMP snooping is not enabled, asserts that the multicast traffic\n   is flooded and the unregistered VM gets it.\n\n3) When IGMP snooping is enabled and the multicast group addres *is* in\n   the 224.0.0.X range [0], asserts that the multicast traffic *is*\n   flooded.\n\nIn order to make those assertions, a new VM is being launched as part of\nthe test running tcpdump to verify whether the traffic is reaching it or\nnot.\n\nA new configuration option called \"is_igmp_snooping_enabled\" has been\nadded.\n\n[0] https://tools.ietf.org/html/rfc4541 (See section 2.1.2)\n\nChange-Id: I8af041925119463c7199238988f0133e8d993a8f\nSigned-off-by: Lucas Alvares Gomes \u003clucasagomes@gmail.com\u003e\n"
    },
    {
      "commit": "5247e03ef3deaca27ac4f7bc27b52815aca253bc",
      "tree": "3382c0ce6c3bde7e15cb7b594d58284a94b5244e",
      "parents": [
        "17bc8d851e05c84f32fc35a6726a68c895a44b87",
        "299c4bd4505a71ec38578a0412a49a8c40ee137f"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Fri Sep 14 05:27:05 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Sep 14 05:27:05 2018 +0000"
      },
      "message": "Merge \"Add delete_agent to NetworkClientJSON\""
    },
    {
      "commit": "299c4bd4505a71ec38578a0412a49a8c40ee137f",
      "tree": "d87a5b44b17ffd119e22266010cc3c215a1461e2",
      "parents": [
        "e80584e81b53ac852c540987d682a4471a51c21d"
      ],
      "author": {
        "name": "Mykola Yakovliev",
        "email": "VegasQ@gmail.com",
        "time": "Wed Sep 12 09:26:39 2018 -0500"
      },
      "committer": {
        "name": "Mykola Yakovliev",
        "email": "VegasQ@gmail.com",
        "time": "Thu Sep 13 12:20:54 2018 -0500"
      },
      "message": "Add delete_agent to NetworkClientJSON\n\nThis patchset add delete_agent method that implements respective API [1]\n\n[1] https://developer.openstack.org/api-ref/network/v2/index.html#delete-agent\n\nChange-Id: I0f4927944cb48a19eb8cdff5312557b3ba044420\nCloses-Bug: 1792007\n"
    },
    {
      "commit": "bf877c84b3bfca8669992e3004b9ee42f5a6b87d",
      "tree": "9a1f9f102abf06426c68754e9e4d4cd4530ec12d",
      "parents": [
        "a69dcd5aec81f12314074efaa810c3fe80925d7f"
      ],
      "author": {
        "name": "Federico Ressi",
        "email": "fressi@redhat.com",
        "time": "Wed Aug 22 08:36:37 2018 +0200"
      },
      "committer": {
        "name": "Federico Ressi",
        "email": "fressi@redhat.com",
        "time": "Fri Aug 24 09:00:42 2018 +0200"
      },
      "message": "Deprecate BaseTempestTestCase.create_and_associate_floatingip method\n\nAdd new \u0027debtcollector\u0027 dependency with the purpose of deprecating methods\nthat are going to be removed.\n\nMark BaseTempestTestCase.create_and_associate_floatingip for removal.\n\nReplace create_and_associate_floatingip with create_floatingip in\nBaseTempestTestCase class.\n\nChange-Id: I5c5fd143a5cb4e138c46d13445f8225444bd2f58\n"
    },
    {
      "commit": "5e6198734b88b62d5b7c8e1e868af9e38fec4103",
      "tree": "4ecd76fe0cf48902c02a270ba0c1a73427b4b6c7",
      "parents": [
        "91bee6dcdd96c76c15fb81fab4d55d5c5be52ca5"
      ],
      "author": {
        "name": "Chandan Kumar",
        "email": "chkumar@redhat.com",
        "time": "Thu Sep 07 22:23:55 2017 +0530"
      },
      "committer": {
        "name": "Chandan Kumar",
        "email": "chkumar@redhat.com",
        "time": "Thu Sep 07 22:23:55 2017 +0530"
      },
      "message": " Apply cookiecutter to newly split project\n\nThis tempest plugin is being split out of the main neutron project in\naccordance with Queens goal \"Split Tempest Plugins into Separate\nRepos/Projects\"[1]. This patch applies the standard boilerplate files\nfor OpenStack projects so that it can stand on its own.\n\n[1] https://governance.openstack.org/tc/goals/queens/split-tempest-plugins.html\n"
    }
  ]
}
