)]}'
{
  "log": [
    {
      "commit": "d4c707e68d488885f4164b015d7adc797a151851",
      "tree": "6e6bef448b293ae617e06601cc7ce8368d81245f",
      "parents": [
        "affa9b47cb4242208337f1d0f364377c8a3572e5"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Mon Dec 16 14:46:16 2024 +0100"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Sun Feb 23 10:57:02 2025 +0000"
      },
      "message": "Add scenario tests for the Vlan QinQ feature\n\nThis patch adds 2 new scenario tests to test connectivity between VMs\nusing vlan network with enabled QinQ and with vlan configured inside\nVMs.\nThis is very similar to the \"vlan_transparent\" option which was already\ntested since some time. The only difference is in the ethtype of the\nouter vlan packets send through such network. Unfortunately we can\u0027t\ntest ethtype of the outer vlan in the neutron-tempest-plugin tests as\nthat would require access to the host where VMs runs and test packets on\nthe physical NICs.\nSo those new tests are actually the same as the existing tests for the\nnetwork with \"vlan_transparent\" enabled to at least make sure that QinQ\nfunctionality works from the end user point of view.\n\nThis patch also enables those new tests for the ML2/OVN job as this is\ncurrently only backend with implemented support for QinQ.\n\nDepends-On: https://review.opendev.org/c/openstack/neutron/+/937633\nRelated-Bug: #1915151\nChange-Id: Icc2b175cf4cfe5c4ca73bb7ccc5a9089a27798c9\n"
    },
    {
      "commit": "4b082c9ae78107bad38e07aa98416f44f88f7f3d",
      "tree": "08c157aa5f6ca28673ab9889be5a54b9a9715381",
      "parents": [
        "cc02d407d9b433fcf6042c36d0f9ef28ede04447"
      ],
      "author": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Fri Feb 14 16:24:40 2025 +0000"
      },
      "committer": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Mon Feb 17 14:13:15 2025 +0000"
      },
      "message": "Execute router commands with admin client\n\nThe API calls that change the router external gateway info \"enable_snat\"\nflag are, by default, allowed only for admin users. That fix is proposed\nto the Neutron API definitions in [1].\n\n[1]https://review.opendev.org/c/openstack/neutron-lib/+/941631\n\nRelated-Bug: #2098109\nChange-Id: I6c19692fefb09c15423aa58756fb001615ce1ce4\n"
    },
    {
      "commit": "5697d2d4bdc3df6362a56183038d370985091772",
      "tree": "890b57c760916a9a0f01468e9cceddc2fcdf2988",
      "parents": [
        "db447e58c8abf686dba991380fa6540a931e3ce4"
      ],
      "author": {
        "name": "yatinkarel",
        "email": "ykarel@redhat.com",
        "time": "Mon Jan 13 20:17:12 2025 +0530"
      },
      "committer": {
        "name": "yatinkarel",
        "email": "ykarel@redhat.com",
        "time": "Wed Jan 15 11:35:58 2025 +0530"
      },
      "message": "Always create router interface for ipv6 metadata test\n\nCurrently it was not created when firewall_driver\u003d\u0027ovn\u0027 and\ncausing random issues with tests in some environments.\nWe need a router with subnet attached when using \u0027slaac\u0027\nas \u0027ra\u0027 and \u0027address\u0027 mode[1].\n\nAlso enable debug for bash script and encode\ninterface correctly[2].\n\n[1] https://docs.openstack.org/neutron/latest/admin/config-ipv6.html#using-slaac-for-addressing\n[2] Please URL encode % as %25, see RFC 6874\n\nRelated-Issue: #OSPCIX-565\nChange-Id: Iaf44b791c575d0a0c93578ccab0c7f4dd40005b4\n"
    },
    {
      "commit": "435ff6ffc5a76d79001b702d99a42270fa72dc43",
      "tree": "e7fe3af75de54dd0a8a495ee4e411de29478224a",
      "parents": [
        "20e6666c816a51dbd89543280415258229965394"
      ],
      "author": {
        "name": "Takashi Kajinami",
        "email": "kajinamit@oss.nttdata.com",
        "time": "Sat Nov 16 15:33:27 2024 +0900"
      },
      "committer": {
        "name": "Takashi Kajinami",
        "email": "kajinamit@oss.nttdata.com",
        "time": "Fri Nov 22 10:37:03 2024 +0000"
      },
      "message": "Bump hacking\n\nhacking 3.0.x is too old. Bump it to the version currently used in\ntempest repo.\n\nDepends-on: https://review.opendev.org/c/openstack/tempest/+/906634\nChange-Id: I01f9496e0fb66397916f8f8ce7543e3786f5d1dc\n"
    },
    {
      "commit": "a0593c77f846463bb7e1cc0136036a00d3abd34a",
      "tree": "da3666ffb19ce399366c65241b11230643e37f57",
      "parents": [
        "e52927e7677c7376b4e2263da551f018e01bca7c"
      ],
      "author": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Wed Nov 20 08:49:29 2024 +0000"
      },
      "committer": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Wed Nov 20 08:49:29 2024 +0000"
      },
      "message": "Change the default FRR docker image repository\n\nThis patch changes the default reporitory (hub.docker.com) to quay.io,\nin order to avoid the limitations implemented in the website, reducing\nthe download request. The base image is the same: Ubuntu 22.04\n\nNOTE: it could be possible that quay.io implements the same limitations.\n\nCloses-Bug: #2089140\nChange-Id: If2aa7a58de35f14066d3e95058407af343b97f44\n"
    },
    {
      "commit": "505a7981278f9f0ea80f72fcea99514aef383833",
      "tree": "41ab88b7ef98a9e787ffff972cfc29085681880f",
      "parents": [
        "087b757534f7a93e5166a0f879b899b1e56ee566",
        "0714486e37d7a0a62f2ce44fbb9951df9907f657"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Oct 30 12:16:07 2024 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Oct 30 12:16:07 2024 +0000"
      },
      "message": "Merge \"Fix trunk transition waiting message\""
    },
    {
      "commit": "0714486e37d7a0a62f2ce44fbb9951df9907f657",
      "tree": "6ec9306432973de631866d11518685d77e8802c3",
      "parents": [
        "3da2b2a711c718fb16716c842c625f61c66f8461"
      ],
      "author": {
        "name": "Brian Haley",
        "email": "haleyb.dev@gmail.com",
        "time": "Wed Oct 16 14:34:53 2024 -0400"
      },
      "committer": {
        "name": "Brian Haley",
        "email": "haleyb.dev@gmail.com",
        "time": "Wed Oct 16 14:34:53 2024 -0400"
      },
      "message": "Fix trunk transition waiting message\n\nRemove the extra word \u0027get\u0027 as it\u0027s unneeded.\n\nTrivialFix\n\nChange-Id: I1b0911fa7b19296e6e612ef5d32b458091ed6b3d\n"
    },
    {
      "commit": "489408a1f5d5b07d10ffda245aaeae031de588df",
      "tree": "12538995de1e885568e701f40a897fc842e21202",
      "parents": [
        "5c51c5fe6441cd755cc5b1945772135b0fe4085d"
      ],
      "author": {
        "name": "Arkady Shtempler",
        "email": "ashtempl@redhat.com",
        "time": "Mon Sep 23 13:17:15 2024 +0300"
      },
      "committer": {
        "name": "Arkady Shtempler",
        "email": "ashtempl@redhat.com",
        "time": "Tue Oct 08 15:20:11 2024 +0300"
      },
      "message": "Neutron\u0026Designate DNS integration - some enhancements\n\n1) Increase \"build_timeout\" for stability purposes\n2) Extend \"test_port_with_publishing_subnet\", so it will now\n   cover IPV4 missing test case, it means:\"subnet-dns-publish-fixed-ip\"\n   is set to True for IPV4 subnet.\n3) Minor code changes:\n   - Using provided by Designate Plugin \"wait_until\" to reduce\n     some code lines\n   - Giving names to created instances for debug purposes\n\nChange-Id: I3ff8d4543ae02f107553d621dd18f6f8367b4c61\n"
    },
    {
      "commit": "847ebcfaeff53e18e778aa31b3a8521dfbab976b",
      "tree": "8bb9f9031e804b850f1f286e9bc643fbdfe1d087",
      "parents": [
        "9be9375131ad08c016d0f2de2c8ddc5e4b3eab23",
        "153b67d2fee433097560500c11ff793543dccba6"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sat Sep 21 00:57:51 2024 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Sep 21 00:57:51 2024 +0000"
      },
      "message": "Merge \"Revert \"Neutron\u0026Designate DNS integration - some enhancements\"\""
    },
    {
      "commit": "153b67d2fee433097560500c11ff793543dccba6",
      "tree": "cc609f1cc95badd58b3389d2e3ba82ab76e70f31",
      "parents": [
        "7013c81be19c927dbad56a0cc21cb623c6292ca1"
      ],
      "author": {
        "name": "yatin",
        "email": "ykarel@redhat.com",
        "time": "Fri Sep 20 12:41:45 2024 +0000"
      },
      "committer": {
        "name": "yatin",
        "email": "ykarel@redhat.com",
        "time": "Fri Sep 20 12:55:36 2024 +0000"
      },
      "message": "Revert \"Neutron\u0026Designate DNS integration - some enhancements\"\n\nThis reverts commit 7013c81be19c927dbad56a0cc21cb623c6292ca1.\n\nReason for revert: designate scenario jobs are failing randomly\nacross branches, as since this patch in_addr zone needed for a test\nare being deleted by concurrently running tests.\n\nChange-Id: I23482a874b13f02cfcfbbdc4a146d722ebfd3682\nRelated-Bug: #2081252\n"
    },
    {
      "commit": "9be9375131ad08c016d0f2de2c8ddc5e4b3eab23",
      "tree": "34b13dee5c78bd848ede171d760045364965cb28",
      "parents": [
        "26adc41889a9093924b7928292c74588bdc3bab3"
      ],
      "author": {
        "name": "Roman Safronov",
        "email": "rsafrono@redhat.com",
        "time": "Tue Sep 17 14:57:48 2024 +0300"
      },
      "committer": {
        "name": "Roman Safronov",
        "email": "rsafrono@redhat.com",
        "time": "Wed Sep 18 12:10:01 2024 +0300"
      },
      "message": "Skip NetworkWritableMtuTest when driver is ML2/OVN\n\nEast/west icmp fragmentation is not supported with ML2/OVN since\nthere is no production use case, as mentioned in [1].\nWith this change NetworkWritableMtuTest will be skipped\nautomatically when ML2/OVN agents found and thus ci jobs\nconfigs can be simplified by removing exclude list.\n\n[1] https://docs.openstack.org/neutron/latest/ovn/gaps.html\n\nChange-Id: I7f690b1a260ff70e12bcfac82f63e36ddca7cfbc\n"
    },
    {
      "commit": "0cb985055babc75b62e14898ffc91611b7f7f24a",
      "tree": "8e0ac8f855b028d8615d54b794474880971793a0",
      "parents": [
        "86ddcd2fa5822c556e2e224c231cd82698535b15",
        "7013c81be19c927dbad56a0cc21cb623c6292ca1"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Sep 11 12:40:14 2024 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Sep 11 12:40:14 2024 +0000"
      },
      "message": "Merge \"Neutron\u0026Designate DNS integration - some enhancements\""
    },
    {
      "commit": "86ddcd2fa5822c556e2e224c231cd82698535b15",
      "tree": "ed36faf0231ee71100484c61fa8c65b15d5c0ae7",
      "parents": [
        "f70313a236421d3852b97ef094d8522326833737"
      ],
      "author": {
        "name": "Ihar Hrachyshka",
        "email": "ihar.hrachyshka@gmail.com",
        "time": "Fri Sep 06 13:06:48 2024 -0400"
      },
      "committer": {
        "name": "Ihar Hrachyshka",
        "email": "ihar.hrachyshka@gmail.com",
        "time": "Mon Sep 09 12:02:08 2024 -0400"
      },
      "message": "refactor: Remove unused code from utils and tests\n\nSince Iaca6fd3e6ed3c64ab3ca22817ad461479ecfa189, _verify_http_connection\nis no longer used anywhere. Its removal also exposes two more utils\nfunctions that are also not used anywhere.\n\nChange-Id: I88423b89f30ef2c4cb4738bbee1246e019796d73\n"
    },
    {
      "commit": "bd83688c8a4a0207f5c2b576525e2bc5517bfb80",
      "tree": "4627c87327ce94bc9041a6687d8d89b14ccbaad7",
      "parents": [
        "bda354c8aaac537fd29bf62aba4630c066e93ce7",
        "3c3eace3e50f56f25b72ace3571270b256897f9b"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Sep 09 15:51:53 2024 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Sep 09 15:51:53 2024 +0000"
      },
      "message": "Merge \"Log console output on con.test_connection timeout\""
    },
    {
      "commit": "3c3eace3e50f56f25b72ace3571270b256897f9b",
      "tree": "4d9fb5ed3ed49e7d888a5199aa6cca48810e7ceb",
      "parents": [
        "1f538b55513fd21a54b037f58fadf18e071c5a6e"
      ],
      "author": {
        "name": "Ihar Hrachyshka",
        "email": "ihar.hrachyshka@gmail.com",
        "time": "Fri Sep 06 12:57:01 2024 -0400"
      },
      "committer": {
        "name": "Ihar Hrachyshka",
        "email": "ihar.hrachyshka@gmail.com",
        "time": "Fri Sep 06 13:04:43 2024 -0400"
      },
      "message": "Log console output on con.test_connection timeout\n\nWhen a test fails, it\u0027s helpful to see what was on the console when it\ndid. For example, if `nc` failed to start.\n\nChange-Id: I36d1cd5a04691c09fb0d7c330444ae4a50bfe264\n"
    },
    {
      "commit": "c62d9d2cc74d7e8e5c3a1f37bbfabe46c9f5d03f",
      "tree": "c453046b587ffc2373d24279be7afe7c2a6b3cc6",
      "parents": [
        "11fe004764ba77777850b2e1945567015810e9f2",
        "4a0b2343d723ea1227e85e0776fc58988a6b9e35"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Sep 06 10:31:51 2024 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Sep 06 10:31:51 2024 +0000"
      },
      "message": "Merge \"Test metadata query over IPv6 only network with OVS and LB\""
    },
    {
      "commit": "11fe004764ba77777850b2e1945567015810e9f2",
      "tree": "aa1da0d449f46c46ced7b1e4edfc62c594c4782c",
      "parents": [
        "1f538b55513fd21a54b037f58fadf18e071c5a6e",
        "2d6635540794deff16d048aa8b1d9d1def674d58"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Sep 05 22:17:06 2024 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Sep 05 22:17:06 2024 +0000"
      },
      "message": "Merge \"refactor: don\u0027t require host\u003d for check_connectivity\""
    },
    {
      "commit": "5a98d921fe947b688f623c89d8d8d26cea6652d3",
      "tree": "68a3b8d2401c72554a93823a3bf8ede56b9158cf",
      "parents": [
        "e2cf5ab8c3670d342442e883d199a7bc7b771191",
        "889566aa9735cade0842af45b2e040c23a60c8a1"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Aug 29 09:30:09 2024 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Aug 29 09:30:09 2024 +0000"
      },
      "message": "Merge \"Implement nested snat validation test scenario\""
    },
    {
      "commit": "889566aa9735cade0842af45b2e040c23a60c8a1",
      "tree": "5e70a44b8702ad0a466255ec52d37763f9ee8436",
      "parents": [
        "54e4ebe02d7034d77732beba926aae5cb172a308"
      ],
      "author": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Thu Aug 22 18:08:29 2024 +0000"
      },
      "committer": {
        "name": "Ihar Hrachyshka",
        "email": "ihar.hrachyshka@gmail.com",
        "time": "Mon Aug 26 19:34:36 2024 -0400"
      },
      "message": "Implement nested snat validation test scenario\n\nIt\u0027s disabled for ovn because it\u0027s not, yet, implemented for the driver.\n\nSee: https://review.opendev.org/c/openstack/neutron/+/926495\n\n(The feature also requires special configuration for the driver that we\nprobably won\u0027t enable in the gate. This can be discussed though.)\n\nRelated-Bug: #2051935\nChange-Id: Ie2e49a53857009446e22300e2fff292355cef058\n"
    },
    {
      "commit": "8a74ef325955f1869e7873ce8867a72a61a24c41",
      "tree": "81b972f59bbd97eda877bc160d003fb996dcc175",
      "parents": [
        "20dec4e823d8217c45f2c7f7891e5b78ec04596e"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Fri Nov 16 17:28:33 2018 +0100"
      },
      "committer": {
        "name": "Terry Wilson",
        "email": "twilson@redhat.com",
        "time": "Mon Aug 26 16:15:25 2024 -0500"
      },
      "message": "Remove unstable_test from FIP test_east_west\n\nDepends-On: https://review.openstack.org/#/c/618750/\n\nChange-Id: I47cc5656ea2e1e6e085d4d6602dbc76f87463cc3\nRelated-Bug: #1717302\n"
    },
    {
      "commit": "2d6635540794deff16d048aa8b1d9d1def674d58",
      "tree": "cc2f1c7d56d11ad9ad52a35ac44233ebc67162a4",
      "parents": [
        "20dec4e823d8217c45f2c7f7891e5b78ec04596e"
      ],
      "author": {
        "name": "Ihar Hrachyshka",
        "email": "ihar.hrachyshka@gmail.com",
        "time": "Mon Aug 26 12:47:24 2024 -0400"
      },
      "committer": {
        "name": "Ihar Hrachyshka",
        "email": "ihar.hrachyshka@gmail.com",
        "time": "Mon Aug 26 12:48:07 2024 -0400"
      },
      "message": "refactor: don\u0027t require host\u003d for check_connectivity\n\nWhen ssh_client is passed, the argument is not used.\n\nChange-Id: Ibf73130fbf82c2ed85e16b3f69aacbc2930efb3d\n"
    },
    {
      "commit": "4a0b2343d723ea1227e85e0776fc58988a6b9e35",
      "tree": "210b69b498fc4d4b33cd6fcbcb27b5113441544b",
      "parents": [
        "e0d03fc6b2a3a6b3ff89f07d5aa0501daa0a76eb"
      ],
      "author": {
        "name": "Miguel Lavalle",
        "email": "mlavalle@redhat.com",
        "time": "Sun Aug 18 17:20:51 2024 -0500"
      },
      "committer": {
        "name": "Miguel Lavalle",
        "email": "mlavalle@redhat.com",
        "time": "Tue Aug 20 17:16:42 2024 -0500"
      },
      "message": "Test metadata query over IPv6 only network with OVS and LB\n\nThis change enables the testing of querying the metadata service over an\nIPv6 only network\n\nDepends-On: https://review.opendev.org/c/openstack/neutron/+/922264\n\nChange-Id: I56b1b7e5ca69e2fb01d359ab302e676773966aca\nRelated-Bug: #2069482\nCloses-Bug: 2076916\n"
    },
    {
      "commit": "e0d03fc6b2a3a6b3ff89f07d5aa0501daa0a76eb",
      "tree": "d297dbde438d552754ffdc763ccd8a54b38e6434",
      "parents": [
        "5225abc6049e0b4912d6635df0a142b8bfccebca"
      ],
      "author": {
        "name": "Miguel Lavalle",
        "email": "mlavalle@redhat.com",
        "time": "Wed Aug 07 19:27:25 2024 -0500"
      },
      "committer": {
        "name": "Miguel Lavalle",
        "email": "mlavalle@redhat.com",
        "time": "Tue Aug 13 14:55:45 2024 -0500"
      },
      "message": "Test metadata query over IPv6 only network\n\nA test case is added to test querying the metadata service over an IPv6\nonly network\n\nDepends-On: https://review.opendev.org/c/openstack/neutron/+/922264\nChange-Id: I7db8b7cbd199fc15ecc3b28fe95e041c5957c574\nRelated-Bug: #2069482\nRelated-Bug: #2076916\n"
    },
    {
      "commit": "1bb8e62a3a9e985f80a187a44310db5b734f8bf8",
      "tree": "645904d3837bfb19c13568e2c776ffbe341bb12b",
      "parents": [
        "4f5cb57d6864d2548ec585089fa709043f8443ed"
      ],
      "author": {
        "name": "Frode Nordahl",
        "email": "frode.nordahl@canonical.com",
        "time": "Mon Oct 16 15:16:34 2023 +0200"
      },
      "committer": {
        "name": "Frode Nordahl",
        "email": "fnordahl@ubuntu.com",
        "time": "Wed May 29 03:10:34 2024 +0000"
      },
      "message": "Add Active Active L3 GW scenario test cases\n\nDepends-On: I34e2453ab206c13c3ca40c4181970c320bdd8e67\nChange-Id: Idba4e48c22f8668ed2565e0c97e53a438b6746e7\nSigned-off-by: Frode Nordahl \u003cfrode.nordahl@canonical.com\u003e\n"
    },
    {
      "commit": "7013c81be19c927dbad56a0cc21cb623c6292ca1",
      "tree": "7cf37ba6c895f430d04dd01b58cecd289fbe23a4",
      "parents": [
        "395e6fa2905cdf819937edfd4008d51e5826d246"
      ],
      "author": {
        "name": "Arkady Shtempler",
        "email": "arkadysh@gmail.com",
        "time": "Tue Apr 09 20:22:12 2024 +0300"
      },
      "committer": {
        "name": "Arkady Shtempler",
        "email": "arkadysh@gmail.com",
        "time": "Sun Apr 21 19:34:23 2024 +0300"
      },
      "message": "Neutron\u0026Designate DNS integration - some enhancements\n\n1) Increase \"build_timeout\" for stability purposes\n2) Extend \"test_port_with_publishing_subnet\", so it will now\n   cover IPV4 missing test case, it means:\"subnet-dns-publish-fixed-ip\"\n   is set to True for IPV4 subnet.\n3) As of now \"reverse zones\" created by Neutron for testing\n   purposes aren\u0027t cleanuped.\n   This patch adds \"resource_cleanup\" that detects \"arpa\"\n   zone created by Neutron within the test and removes it.\n4) Minor code changes:\n   - Using provided by Designate Plugin \"wait_until\" to reduce\n     some code lines\n   - Giving names to created instances for debug purposes\n\nChange-Id: I8aa238cfc73d67906e7d3f769a8a10423b2247cc\n"
    },
    {
      "commit": "0c9c484e87d9222a68374327c4ba38182721f0f8",
      "tree": "d0166b6e332be5d6609a1db85f9411035bd4a06d",
      "parents": [
        "03eb4f272819cde1fe434af06c5537f68220625d",
        "4d6ae07f5e449fcdb42e97385356a7135529a5f1"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Mar 25 12:39:10 2024 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Mar 25 12:39:10 2024 +0000"
      },
      "message": "Merge \"Check device_owner with actual availability zone\""
    },
    {
      "commit": "ad4ddcbaa1690b40ea61a4ce575ec198408dd715",
      "tree": "003cb10cd0024eecf07c95c48f7756454155a131",
      "parents": [
        "ec162e0f56588419e3efb7e70eee8b1d826c307b"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Thu Mar 14 11:15:59 2024 +0100"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Thu Mar 14 11:15:59 2024 +0100"
      },
      "message": "[Stateless SG] Add test for port security and stateless SGs\n\nThis patch modifies exisitng port_security_removed_added to be run\nfor both stateful and stateless SGs.\n\nChange-Id: Idb49963618c45dbe5976e32d5db466f35ed534c8\n"
    },
    {
      "commit": "ec162e0f56588419e3efb7e70eee8b1d826c307b",
      "tree": "dbd7d7e7033fd92612cba59efecdabbbf8a87cc8",
      "parents": [
        "468deaf6fbc67fa3abf0b49ddbc19f37b7523c11"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Wed Mar 06 12:21:24 2024 +0100"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Wed Mar 06 14:27:39 2024 +0100"
      },
      "message": "Remove usage of testscenarios and replace it with ddt library\n\nAs our internal QE reported to us, ddt is producing more consistent\nnames of the same tests with different variables then testscenarios.\nWith testscenarios it is something like:\n\nfoo_tempest_plugin.tests.something.SomeClass.test_foo[id-123456](c1,c2)\n\nand with ddt is more similar to tests without scenarios:\n\nfoo_tempest_plugin.tests.something.SomeClass.test_foo_1[id-123456]\n\nApparently due to this inconsistency results of some tests couldn\u0027t be\nproperly reported properly to some tools which we are using downstream.\n\nSo this patch proposes to remove usage of testscenarios in\nneutron_tempest_plugin and replace it with ddt where it is needed.\nActually ddt was already used in some of the tests here so this will\nmake it also more consistent across the tests in that repo.\n\nAlso as part of this effort I relalised that in some cases testscenarios\nwhere used, tests were running e.g. 2 times but actually variable set to\ndifferent value in different scenarios were not used at all. So in such\ncase I simply dropped usage of testscenarios and left only one variant\nof the test to be run.\n\nChange-Id: Ieabab4ccaa0e2a365939425dff0c0776839251eb\n"
    },
    {
      "commit": "468deaf6fbc67fa3abf0b49ddbc19f37b7523c11",
      "tree": "e4ed392d20b2862e16da35bd967e465ab0702d94",
      "parents": [
        "20549ceb92567010a8fed8e0eaba0f29dc346cb4",
        "9286588fc0c3df370d4b906776432b7f3591e3b6"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Mar 06 09:43:06 2024 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Mar 06 09:43:06 2024 +0000"
      },
      "message": "Merge \"[OVN] Do not check L3 agents state with ML2/OVN\""
    },
    {
      "commit": "20549ceb92567010a8fed8e0eaba0f29dc346cb4",
      "tree": "76d8e670584b5a92383c17c4031458ef2c54dc3a",
      "parents": [
        "9c55bfc36400c16013a997304173114ed6eb55cc",
        "88d1d5752a0f2762df052d70a85edfab1db5a87c"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Mar 05 12:12:47 2024 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Mar 05 12:12:47 2024 +0000"
      },
      "message": "Merge \"Makes \"segmentation_id\" configurable\""
    },
    {
      "commit": "9286588fc0c3df370d4b906776432b7f3591e3b6",
      "tree": "c04f6eb1ba954a706ddad92f6b56a81848e1af05",
      "parents": [
        "9c55bfc36400c16013a997304173114ed6eb55cc"
      ],
      "author": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Mon Mar 04 20:30:40 2024 +0000"
      },
      "committer": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Mon Mar 04 20:33:33 2024 +0000"
      },
      "message": "[OVN] Do not check L3 agents state with ML2/OVN\n\nWith [1], the ML2/OVN L3 plugin will have the \"ha\" API extension\nenabled. The OVN L3 plugin does not have L3 agents; this check\nshould be skipped.\n\n[1]https://review.opendev.org/c/openstack/neutron/+/910889\n\nRelated-Bug: #2020823\nChange-Id: I09c12ba36b007d4f6fdd3723974ecfe9e4466b72\n"
    },
    {
      "commit": "4d6ae07f5e449fcdb42e97385356a7135529a5f1",
      "tree": "4f54ed0d9e8ff1c5c0c621ae46ae79da86e5f241",
      "parents": [
        "777c95faa745c2f64dd7c79234a83821158848fb"
      ],
      "author": {
        "name": "Roman Safronov",
        "email": "rsafrono@redhat.com",
        "time": "Tue Oct 31 17:49:35 2023 +0200"
      },
      "committer": {
        "name": "Roman Safronov",
        "email": "rsafrono@redhat.com",
        "time": "Wed Feb 21 17:57:45 2024 +0000"
      },
      "message": "Check device_owner with actual availability zone\n\ntest_floatingip_port_details was checking device_owner port field\nagainst a hard-coded default value of \u0027compute:nova\u0027. This was\ncausing a MismatchError in case custom availability zones were\nconfigured on openstack environment.\n\nResolves: https://bugzilla.redhat.com/show_bug.cgi?id\u003d2247268\n\nChange-Id: Ibdb8bf6f90818c74f1198cd89d24778c74739f50\n"
    },
    {
      "commit": "a9b54e26a8cf0ed785527b00f565cacde62348ba",
      "tree": "d1f9ab7e888bb72ab25208b5488dfbf97957d4ec",
      "parents": [
        "3abea1de41b3446043ddcf8dd28afd2546e0730b",
        "052808c2e62489fbe5e560131f3f7209b364a764"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Nov 16 17:23:31 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Nov 16 17:23:31 2023 +0000"
      },
      "message": "Merge \"Fix importing security group tests\""
    },
    {
      "commit": "052808c2e62489fbe5e560131f3f7209b364a764",
      "tree": "7ef2e3f62fcc5959694ab77688c9a7ddc2ad78cc",
      "parents": [
        "7944b08b1f40c3948f8c77af7189526d7bb710e0"
      ],
      "author": {
        "name": "Roman Safronov",
        "email": "rsafrono@redhat.com",
        "time": "Mon Nov 13 12:03:06 2023 +0200"
      },
      "committer": {
        "name": "Roman Safronov",
        "email": "rsafrono@redhat.com",
        "time": "Wed Nov 15 15:53:04 2023 +0200"
      },
      "message": "Fix importing security group tests\n\nImporting StatelessSecGroupDualStackDHCPv6StatelessTest was causing\na type error in case CONF.neutron_plugin_options.firewall_driver\nwas set to \u0027openvswitch\u0027 [1]. This patch fixes the issue by\nseparation code to a class with base functions, that is never skipped\nand classes with tests that optionally can be skipped.\n\n[1] https://bugzilla.redhat.com/show_bug.cgi?id\u003d2249407\n\nChange-Id: I90b9cf495f35aca7a9171dc685696ae4cdd4d0f2\n"
    },
    {
      "commit": "f2e985e8fd923636e6bc724c6767b323c396a9ad",
      "tree": "ee2e1662d7f45094528c993438f1478cd903f767",
      "parents": [
        "9aa8eb4530f13d27b2eb4417d38742c10272b766"
      ],
      "author": {
        "name": "Elod Illes",
        "email": "elod.illes@est.tech",
        "time": "Mon Nov 06 19:30:29 2023 +0100"
      },
      "committer": {
        "name": "Elod Illes",
        "email": "elod.illes@est.tech",
        "time": "Wed Nov 08 15:52:37 2023 +0100"
      },
      "message": "Add test documentation for docs tox target\n\nEnable sphinx to generate documentation from docstrings by running\n\u0027tox -e docs\u0027.\n\nChange-Id: I5996e5f07493f69f14172b4bb0535852e89d5456\n"
    },
    {
      "commit": "88d1d5752a0f2762df052d70a85edfab1db5a87c",
      "tree": "8c449fc14841c9313eadab793b96de3a2d95934b",
      "parents": [
        "777c95faa745c2f64dd7c79234a83821158848fb"
      ],
      "author": {
        "name": "Arkady Shtempler",
        "email": "arkadysh@gmail.com",
        "time": "Wed Nov 01 13:05:07 2023 +0200"
      },
      "committer": {
        "name": "Arkady Shtempler",
        "email": "arkadysh@gmail.com",
        "time": "Wed Nov 01 13:06:05 2023 +0200"
      },
      "message": "Makes \"segmentation_id\" configurable\n\nWe should add the segmentation_id as tempest option,\nso that it can be changed to match the deployment if needed.\n\nChange-Id: I42bea9217462226e8650e55997449e1cc05f085c\n"
    },
    {
      "commit": "370f71e9877fad13883413225bf25051c0c9c391",
      "tree": "062ed354371e471750fab33f98d3e2b86729835b",
      "parents": [
        "7aa02077ac12c05950eac6094f330d4082cf8881"
      ],
      "author": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Sat Sep 09 21:33:55 2023 +0000"
      },
      "committer": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Sat Sep 09 21:36:37 2023 +0000"
      },
      "message": "Mark \"test_subport_connectivity_soft_reboot\" as unstable\n\nThis issue is related to:\n* https://bugs.launchpad.net/neutron/+bug/2033887: the patches\n  previously merged in the Neutron repository [1][2] should be\n  reverted.\n* https://bugs.launchpad.net/neutron/+bug/2024160: this issue\n  is still present.\n\n[1]https://review.opendev.org/c/openstack/neutron/+/882581\n[2]https://review.opendev.org/c/openstack/neutron/+/888776\n\nChange-Id: I9d8d76810d15913c29610464ab1b8fa34863aaf6\nRelated-Bug: #2024160\nRelated-Bug: #2033887\n"
    },
    {
      "commit": "7aa02077ac12c05950eac6094f330d4082cf8881",
      "tree": "f4de4faf0b5b0025abbc56c4afbeade30554a665",
      "parents": [
        "8f63937f01e6e662ced78a758991a0035df468b9"
      ],
      "author": {
        "name": "Fiorella Yanac",
        "email": "fyanac@redhat.com",
        "time": "Thu Sep 07 13:32:00 2023 +0100"
      },
      "committer": {
        "name": "Fiorella Yanac",
        "email": "fyanac@redhat.com",
        "time": "Thu Sep 07 13:32:00 2023 +0100"
      },
      "message": "Add username in resource_setup\n\nThere is a condition when rhel is used as default image\nin tempest, so default_image_is_advanced set as true\nand validation.image_ssh_user is set but\nadvanced_image_ssh_user is not set.\ntest_fragmented_traffic_is_accepted was failing\nbecause advanced_image_ssh_user was empty.\n\nChange-Id: I7fa5b167ba27cc78e017765eca927a1dfb24825e\n"
    },
    {
      "commit": "c1793ca2e84aa336c7a0eaa6a63861120d93758b",
      "tree": "a87a1f8c1a8222ebd63e3dea52830f5999502324",
      "parents": [
        "9cf35d26c8a03610af7119c2c15ed17d8514ed88"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Tue Aug 01 15:51:50 2023 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Wed Aug 02 16:55:10 2023 +0200"
      },
      "message": "Skip stateless SG dualstack tests when openvswitch fw driver is used\n\nOpenvswitch firewall driver does not support stateless SG so tests from\nclasses:\nStatelessSecGroupDualStackDHCPv6StatelessTest\nStatelessSecGroupDualStackSlaacTest\n\nfrom the module neutron_tempest_plugin.scenario.test_security_groups\nshould be skipped in such case.\n\nCloses-bz: https://bugzilla.redhat.com/show_bug.cgi?id\u003d2227138\nChange-Id: Ice0f3573dd51851752c745c0b1d35c82bd7808fd\n"
    },
    {
      "commit": "9cf35d26c8a03610af7119c2c15ed17d8514ed88",
      "tree": "d71b2f045cc4c929bc7ae4b5d5620da537bab867",
      "parents": [
        "d5023e1b9914fe93d909ea92b38baba76f2d7869",
        "d5acee3804aec24bdfec5896825abc6b59c90d3c"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Jul 19 20:07:12 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Jul 19 20:07:12 2023 +0000"
      },
      "message": "Merge \"Using \"Designate API\" in addition to DNS query client check\""
    },
    {
      "commit": "d5acee3804aec24bdfec5896825abc6b59c90d3c",
      "tree": "85dadd23d27e06ddc76ba22410b643c1a6de4fe7",
      "parents": [
        "021ce916c6b72f15fa1b873b2c01c1409ca0b37d"
      ],
      "author": {
        "name": "Arkady Shtempler",
        "email": "arkadysh@gmail.com",
        "time": "Thu Sep 29 13:45:52 2022 +0300"
      },
      "committer": {
        "name": "Arkady Shtempler",
        "email": "arkadysh@gmail.com",
        "time": "Mon Jul 17 17:45:31 2023 +0300"
      },
      "message": "Using \"Designate API\" in addition to DNS query client check\n\nAs of now the only validation done in Neutron\u0026Designate E2E scenario\ntest cases is based on DNS query client only.\nAs a result, we don\u0027t really know what\u0027s happens on the Designate side,\nfor example, we wouldn\u0027t expect to see the recordset on Backend if it\nwasn\u0027t previously created on the Designate.\nThis patch improves the situation and it will definitely help on debugging.\nIt will use \"Designate APIs\" when \"query client\" throws an assertion.\nFor example, if \"A\" type recordset wasn\u0027t detected on backend (as expected\nby test), \"Designate APIs\" will be used to provide more details on failure.\n\nChange-Id: Ie2093e457e0b664f36204d61f3020ef84ef15a3e\n"
    },
    {
      "commit": "21874c703f3edc7ca0b8e5a621507b2eeea03cc2",
      "tree": "c7295cd5d72e6977616c96624162cfa42a907518",
      "parents": [
        "75ce4eb4ad1cfe6c220d77a1d8d1ca106554c318",
        "fddcd186a496b4510ca29952e1529430a2072033"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Jul 05 10:30:20 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Jul 05 10:30:20 2023 +0000"
      },
      "message": "Merge \"Add \"-d 1\" option to the ncat client.\""
    },
    {
      "commit": "fddcd186a496b4510ca29952e1529430a2072033",
      "tree": "ec34e115b05ff36f54172648baf869e4b293cbb4",
      "parents": [
        "da45177a2f02c4daf2663872154576e51621c97f"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Tue Jul 04 11:28:06 2023 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Tue Jul 04 12:15:56 2023 +0200"
      },
      "message": "Add \"-d 1\" option to the ncat client.\n\nIn nc run as client, when it is provided by the nmap (nmap-ncat package\nin Centos/RHEL for example) it could happend that client which was\nstarted with input string given through pipe (echo \"test\" | nc ... ) was\nclosed sooner than it received response from the nc server. In such case\nnc client was finished without error (exit code 0) but also without\nprinting any message from server and that causes tests failures.\n\nTo avoid that there is option \"-d 1\" (--delay) added. According to the\nnc man page [1] this option can be used to configure \"Wait between\nread/writes\".\n\n[1] https://man7.org/linux/man-pages/man1/ncat.1.html\n\nChange-Id: Id49654aa5ca59eeb0585646d3fd5aa0de22337b5\n"
    },
    {
      "commit": "75ce4eb4ad1cfe6c220d77a1d8d1ca106554c318",
      "tree": "084701262e733efd7cb274e5450df533a9be37d0",
      "parents": [
        "2d9bd7002fb6bc4ad9313d5a27438393c544867d",
        "5a9c67741274e49841091221e21365db810b81b1"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Jun 29 21:56:48 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jun 29 21:56:48 2023 +0000"
      },
      "message": "Merge \"[Stateless SG] Add IPv6 and DHCP related tests\""
    },
    {
      "commit": "da45177a2f02c4daf2663872154576e51621c97f",
      "tree": "b442eb17544515ab870926a5a1b0b5fba6f96746",
      "parents": [
        "6e4d04071bbe672839c791d0f60ebab038c9a3de"
      ],
      "author": {
        "name": "Takashi Kajinami",
        "email": "tkajinam@redhat.com",
        "time": "Wed Mar 22 00:19:39 2023 +0900"
      },
      "committer": {
        "name": "Takashi Kajinami",
        "email": "tkajinam@redhat.com",
        "time": "Mon Jun 19 08:09:20 2023 +0900"
      },
      "message": "Replace deprecated tenant_id property\n\nThe tenant_id property of RestClient in tempest was deprecated in\n25.0.0. This replaces the deprecated property by the new project_id\nproperty to avoid the following warning.\n\nWARNING tempest.lib.common.rest_client [-] Deprecated: \"tenant_id\"\nproperty is deprecated for removal, use \"project_id\" instead\n\nDepends-on: https://review.opendev.org/c/openstack/tempest/+/707938\nChange-Id: Ie3c32f9f2278b78603a4214c5717df8691ba490a\n"
    },
    {
      "commit": "19424c5cf1bf6f1a46360070f0622d5a77abe87b",
      "tree": "822e785b8b16a79847c42b55e85a5e6d60ec1db7",
      "parents": [
        "fd95bf0b8e52c9f7548b7f72ecb779b78e5da9a9",
        "03bd62ef366e65a994788d50f461000b893c576f"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Jun 06 23:34:05 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jun 06 23:34:05 2023 +0000"
      },
      "message": "Merge \"Don\u0027t check exit status when nc_client is spawned\""
    },
    {
      "commit": "03bd62ef366e65a994788d50f461000b893c576f",
      "tree": "ce1a65ec1cccf8f688b8836e9dfaf7892aa1b1d7",
      "parents": [
        "6a6d177d21bcb021c4162eb8c5775fd6b056e6ca"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Fri Jun 02 10:54:05 2023 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Fri Jun 02 10:54:05 2023 +0200"
      },
      "message": "Don\u0027t check exit status when nc_client is spawned\n\nIn all cases where we are using nc_client, we rely on the messages\nreturned there in stdout and we don\u0027t really check exit_status codes.\n\nIt seems that e.g. ncat provided by RHEL 9 returns error_code\u003d1 in case\nwhen connection was refused. And that is expected thing e.g. in some\nparts of the port_forwarding related tests.\nTo avoid unexpected failures due to ShellCommandFailed error we\nshouldn\u0027t check exit_code there and always return messages from\nnc_client\u0027s stdout to assert them in the test.\n\nCloses: rhbz#2210233\nChange-Id: I17cebaa34acb0dd6c60bd106eb70656faaebbb04\n"
    },
    {
      "commit": "dd5b0e6c48e4a027d1f3f1aa5fc34dc716d1d804",
      "tree": "1dec9f45eb2dc3cfbd721b6968b3664d398578f5",
      "parents": [
        "318d629308287c199ff937c1b4923a09a56f2984"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Wed May 31 13:57:25 2023 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Wed May 31 13:59:43 2023 +0200"
      },
      "message": "Don\u0027t use \"Zero-I/O mode\" in nc client in the TCP mode\n\nIt seems that using \"Zero-I/O mode\" (\"-z\" option) in nc client is\nnecessary for the UDP tests but it is causing failures when it runs it TCP\nmode.\n\nCloses: rhbz#2211094\nChange-Id: I7d313a7afc60825885854eaa6de858b1f53e5e46\n"
    },
    {
      "commit": "5a9c67741274e49841091221e21365db810b81b1",
      "tree": "95314ca2d2e7dd386e8700241360b2a1220cc207",
      "parents": [
        "cb596489a73389b1817d32e8b478f606f3d7f1b8"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Fri Feb 10 16:17:40 2023 +0100"
      },
      "committer": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Tue May 09 19:52:19 2023 +0000"
      },
      "message": "[Stateless SG] Add IPv6 and DHCP related tests\n\nWhen stateless SG are used RA packets may be blocked as there is no\nstateful connections in SG so it will not be by default accepted\nas related to the outgoing RS packets.\nTo confirm that this works fine, this patch adds new, dual stack cases\nfor the test \"test_default_sec_grp_scenarios\". This test is the same as\nexisting test_default_sec_grp_scenarios for stateful and stateless IPv4\nscenarios but additionally checks at the end if IPv6 addresses were\nconfigured properly in the guest VMs.\n\nChange-Id: I1595e5c2072f43e9c8fd7cbfe6fa25815f1ffd92\nDepends-On: Id1328d7cba418fa7c227ae9db4fe83c09fd06035\n"
    },
    {
      "commit": "663bbc29e4bb5d0e4d2212380a0eea091488ae9c",
      "tree": "a7031603ae4e97a6ba0300e524d609083c582c83",
      "parents": [
        "4330ca08687772aaa50867cc48668e2a17098aaf"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Wed Apr 05 16:30:20 2023 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Thu Apr 20 14:53:45 2023 +0000"
      },
      "message": "Get nc client\u0027s command based on the nc on correct host\n\nAs nc client\u0027s command depends on the nc version installed\nit should be checked on the host where it is going to be run.\nBefore this patch it was always checked on the host where tempest\nwas running and that could cause some issues e.g. when tempest\nwas run on RHEL 8/Centos 8 host and Cirros was used for guest VMs.\n\nChange-Id: Ib0ce72a1b622d0f6fcda24f4b78f627092edf639\n"
    },
    {
      "commit": "271403ae7eb792f65d9af2441703e2f66300fdc6",
      "tree": "e08d015912d5b0e1c78fb122c36b4fec0b5e80f6",
      "parents": [
        "6bcc06e5593e744dffe1690decf752c11c9df1c8"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Tue Apr 11 11:16:30 2023 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Tue Apr 11 11:20:46 2023 +0200"
      },
      "message": "Set unlimited SG rules quota in security groups scenario tests\n\nThere is a lot of SG rules created in those tests so lets not fail\njust due to SG rules quota reached for the test project.\n\nCloses: rhbz#2184349\nChange-Id: I717452abeb708fa6007db95a810be3d628b47f39\n"
    },
    {
      "commit": "2e6ef175c809e8de3b0164661f2d63c4c6be3a7c",
      "tree": "757c572ebfc2d7ffb6d7ac55468931749a90025a",
      "parents": [
        "32b0f8b7ae8d86c9c332182a6c60f5a75b2c4622"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Wed Mar 15 15:01:35 2023 +0100"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Tue Mar 28 08:15:25 2023 +0000"
      },
      "message": "[Stateless SG] Test fragmented traffic is allowed by stateless SG\n\nThis patch adds scenario test to ensure that fragmented traffic can be\nsend properly between VMs which are using stateless SG.\nThere is no need to add same test for stateful SG as this is already\ncovered by various tests in neutron_tempest_plugin.scenario.test_mtu\nmodule.\n\nChange-Id: Id07a2bee283c33aeb083e68599faecec467a9844\n"
    },
    {
      "commit": "32b0f8b7ae8d86c9c332182a6c60f5a75b2c4622",
      "tree": "936c6b91922b4e70bebbc0c0ae55219e6af01125",
      "parents": [
        "365373910cef371a79ae9bd8e905ce41c1a7cb0a"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Fri Mar 10 17:03:20 2023 +0100"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Tue Mar 28 08:15:20 2023 +0000"
      },
      "message": "[Stateless SG] Test if TCP packets with various conn state are allowed\n\nIn stateless SG there is no connection track so TCP packet of any type\nshould be allowed by SG. This patch adds test which spawns 2 vms,\nconnected to 2 different networks and the same router. Both vms are\nusing different stateless SGs. Finally test asserts that packets of any\nof the TCP type (syn, ack, syn-ack, psh, rst, fin) sent from one of the\nvms can reach second one.\n\nChange-Id: I23a4b282c83101526af05aa309d578aecaef1fa9\n"
    },
    {
      "commit": "365373910cef371a79ae9bd8e905ce41c1a7cb0a",
      "tree": "d751d560eff743b57cd731ac141e65d7a7390140",
      "parents": [
        "b327a6342fa52d93ffd21dca3679c2e5e402f7d5"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Fri Mar 10 11:31:34 2023 +0100"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Tue Mar 28 08:15:11 2023 +0000"
      },
      "message": "[Stateless SG] Ensure replies won\u0027t work without ingress rule\n\nThis patch extends existing\ntest_connectivity_between_vms_using_different_sec_groups\nin the way that for stateless SG rules it makes sure that replies from\nserver to client will not work without explicity add SG rule which will\nallow ingress traffic on the ephemeral ports\u0027 range.\n\nChange-Id: I940678c15b65552634096ea3e72888b5bf830912\n"
    },
    {
      "commit": "b327a6342fa52d93ffd21dca3679c2e5e402f7d5",
      "tree": "a292e84884d79f0a6e6edf67eb5ff76b85593471",
      "parents": [
        "1f7870e60ea50289d422f3446f2bdf33845c6c11"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Thu Feb 23 07:59:12 2023 +0100"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Tue Mar 28 08:15:04 2023 +0000"
      },
      "message": "[Stateless SG] Add test to check connectivity between vms\n\nThis patch adds new test (for both stateful and stateless type of\nsecurity groups) which creates: 2 VMs connected to 2 different networks\nand using 2 different SGs. Both networks connected to the same router.\nFinally it checks TCP connectivity between VMs.\nIn case of stateless SG additional security group rule needs to be added\nto allow ingress traffic on the ephemeral ports\u0027 range.\n\nChange-Id: Icf318d8e7a76286ee2c2b8626d80e554aa5289f6\n"
    },
    {
      "commit": "1f7870e60ea50289d422f3446f2bdf33845c6c11",
      "tree": "833496446ca100be9bddfec3bedde25389671375",
      "parents": [
        "a8d67e6f3bccf9cd9946b0dcd73eb95c248783e1"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Mon Mar 20 12:18:32 2023 +0100"
      },
      "committer": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Mon Mar 27 15:26:47 2023 +0200"
      },
      "message": "Skip stateless SG related tests for backends which don\u0027t support it\n\nCurrently stateless SGs are supported by ML2/OVN backend and by backends\nwhich uses iptables based firewall driver.\nIt\u0027s not supported e.g. by ML2/OVS with \u0027openvswitch\u0027 fw driver thus\nthose tests should be skipped in case of that backend driver.\n\nChange-Id: I9fa572c3b7eda96706caa2ba1a181de475357804\n"
    },
    {
      "commit": "9367ead530bcb01e7f92d7eb60328b40fcde9a23",
      "tree": "a3be3ce488b5888c7a9a84838379abe938fa529f",
      "parents": [
        "bf1b7019d252d43e27b81e19db595453c49818fb"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Fri Mar 10 10:07:38 2023 +0100"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Wed Mar 15 11:18:50 2023 +0000"
      },
      "message": "[Stateless SG] Add test to check change stateful to stateless SG\n\nThis scenario test applies stateful SG to the VM, ensures that\nconnectivity is working fine and then detach SG from the vm, update it\nto be stateless, attach again and ensures that connectivity is working\nstill fine.\n\nChange-Id: I99cf5edf79a77f5940d28fa760e03b66d289be20\n"
    },
    {
      "commit": "cc548bfc01a56f51e94a81c1ce65d498c20020b9",
      "tree": "d34af512063d7ca291b018761e4a5d78138aadb0",
      "parents": [
        "23700da1d3f762906ab92019d999da06ee448126",
        "7b8fa63f41e264e6258dc77469e034bd177913be"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Mar 07 16:58:25 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Mar 07 16:58:25 2023 +0000"
      },
      "message": "Merge \"Fix the way how default SG for project if found in SG scenario test\""
    },
    {
      "commit": "7b8fa63f41e264e6258dc77469e034bd177913be",
      "tree": "d9a28797f44275f2398cd38efcf32f3360f016fe",
      "parents": [
        "1577dc850a6779b32c18fe28e7abc6476ba1abe7"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Thu Mar 02 10:58:04 2023 +0100"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Thu Mar 02 10:58:34 2023 +0100"
      },
      "message": "Fix the way how default SG for project if found in SG scenario test\n\nPreviously it was just getting list of SGs and assumed that first one in\nthe list is the \"default\" one. It\u0027s not always true so now there is\nhelper method which lists of SGs for project and looks for the one with\nname \"default\" as this name is hardcoded in Neutron.\n\nChange-Id: I608677547c9c8ae00af8821622cefa0955d692c6\n"
    },
    {
      "commit": "0ea053cb32fc292c643dae4c0d1518382f25f70d",
      "tree": "420e1b715cde091ea9337146a0c02a84622ce178",
      "parents": [
        "57c84781baadfbc63a353ac0d8a25b89e972f0b7"
      ],
      "author": {
        "name": "Maor Blaustein",
        "email": "blue@redhat.com",
        "time": "Thu Feb 16 17:23:53 2023 +0200"
      },
      "committer": {
        "name": "Maor Blaustein",
        "email": "blue@redhat.com",
        "time": "Thu Feb 16 17:23:53 2023 +0200"
      },
      "message": "Drop stateless_sg property check from base method\n\nThis patch is addition to patch [1], in which tests of stateless\nsecurity group feature are checking for stateless_sg property,\nand adding ingress rule accordingly.\n\nThis patch drops extra internal check inside\ncreate_ingress_metadata_secgroup_rule, so it can be used without\ndependency in stateless_sg property.\n\nFor example:\nWhen testing security group logging integration with stateless\nsecurity groups, there will be no need to add specifically that extra\nstateless_sg property.\n\n[1] https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/871397\n\nChange-Id: Ic7b021ad262549aee0e4b3ef951791a6d30580b4\n"
    },
    {
      "commit": "387d1b1b1829f9da317a790212effd74492c88fe",
      "tree": "5e258e494206c4e917ee7efda7f298768b227bdb",
      "parents": [
        "5e78bd4ca0d26f76ff58ba480c1453b062f3b7bc"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Fri Feb 10 14:58:24 2023 +0100"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Fri Feb 10 16:30:36 2023 +0100"
      },
      "message": "[Stateless SG] Fix usage of the default stateless SG\n\nIn the test test_default_sec_grp_scenarios default SG from project is\nused. In the stateless tests suite this group wasn\u0027t really stateless\nas default group is always created as stateful initiall.\nThis patch adds update of the SG to ensure that it is stateless when\nneeded.\n\nChange-Id: I6774f586b1a0a531d277cf5954737a0dfd1f2a5c\n"
    },
    {
      "commit": "a20bcddf514ea2fc3ee445d8547cbf520c32bdfb",
      "tree": "8320285c05b66a44ff061e732466e871ca7db70f",
      "parents": [
        "bb0cf73edec8f1d72826c4b092c9fc1b517c33ca"
      ],
      "author": {
        "name": "Maor Blaustein",
        "email": "blue@redhat.com",
        "time": "Sun Jan 22 16:57:25 2023 +0200"
      },
      "committer": {
        "name": "Maor Blaustein",
        "email": "blue@redhat.com",
        "time": "Sun Jan 22 16:57:25 2023 +0200"
      },
      "message": "Stateful SG tests without ingress metadata rule\n\nIn case stateful security groups are tested,\nthen the security group rule that allows ingress metadata isn\u0027t needed.\n\nChange-Id: I33dce15a708dac36d20f5ef5eb006c2033bbeee8\n"
    },
    {
      "commit": "58c5d47ed8d9beb628261d589c6746e6b3059dad",
      "tree": "1a4a964487228fbf553f70894c184560f8ec3d0d",
      "parents": [
        "ad03ebf2da660ff7ab5a86ecd36d44fa99ba29d3"
      ],
      "author": {
        "name": "Eduardo Olivares",
        "email": "eolivare@redhat.com",
        "time": "Thu Jan 12 10:04:02 2023 +0100"
      },
      "committer": {
        "name": "Eduardo Olivares",
        "email": "eolivare@redhat.com",
        "time": "Thu Jan 12 09:18:11 2023 +0000"
      },
      "message": "Make dns_domain value configurable\n\nTest test_dns_domain_and_name uses a hardcoded dns_domain value, which\ncorresponds with the value configured in neutron repository.\nThis value could change and/or it can be different in other CI jobs.\nDue to that, with this patch the dns_domain value becomes configurable.\n\nChange-Id: Ib35b2ecd3a7350f5b744e5e063cfa25b1ecd4806\n"
    },
    {
      "commit": "83979b9205612353e8cdcdff5d4ca28c83003f24",
      "tree": "69a36ea1fe7c8f0f951aa12e0f41f7b1686246c3",
      "parents": [
        "f8eda8fdacd3e2ca6a7e42262467bf974c321319"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Thu Dec 15 14:15:12 2022 +0100"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Thu Dec 22 15:44:02 2022 +0000"
      },
      "message": "Run security group scenario tests against stateless security groups too\n\nWith this patch all relevant scenario tests related to Security groups will be\nrun for the default (stateful) security groups and also for stateless\nsecurity groups by passing \"stateful\u003dFalse\" to the\ncreate_security_group() function.\n\nChange-Id: I0bca93e9eac311978ef65c15af5ea793e2164631\n"
    },
    {
      "commit": "5684d5e96de431a6850bd78ab8e077699b879e97",
      "tree": "e03a3923197abd658ec8e6e2510141958fd8afdd",
      "parents": [
        "f6d2d887bea6aca0ab86b84888ed60e2adf7392b"
      ],
      "author": {
        "name": "Alex Katz",
        "email": "akatz@redhat.com",
        "time": "Mon Aug 15 23:50:24 2022 +0300"
      },
      "committer": {
        "name": "Alex Katz",
        "email": "akatz@redhat.com",
        "time": "Tue Aug 16 17:15:01 2022 +0300"
      },
      "message": "Use StatefulConnection class to verify connectivity in SG tests\n\nThere are two security group tests that are running for more than\n20 minutes with RHEL image:\n - test_multiple_ports_portrange_remote\n - test_overlapping_sec_grp_rules\nIt happens because of the lack of privileges. I think it makes\nsense to utilize the existing StatefulConnection class as it\nhas better service handling (start/stop) with all necessary\npermissions\n\nChange-Id: Iaca6fd3e6ed3c64ab3ca22817ad461479ecfa189\n"
    },
    {
      "commit": "f6d2d887bea6aca0ab86b84888ed60e2adf7392b",
      "tree": "394ddeaebad74e30ded7ca4d5ddca3e67c36e064",
      "parents": [
        "305ea4a74811d395fbe9b59c116c67a35c341ffa",
        "111226608a396676c051da3e90cf151f38af2725"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Aug 16 09:03:17 2022 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Aug 16 09:03:17 2022 +0000"
      },
      "message": "Merge \"Delete tcp rule from a security group\""
    },
    {
      "commit": "111226608a396676c051da3e90cf151f38af2725",
      "tree": "5c8f1fef2f1535d7ee05d133733cb2ba9cf799e0",
      "parents": [
        "e3230013a6bfd6410fa7edbf92bb307f9c8eb237"
      ],
      "author": {
        "name": "Ayenachew Molla",
        "email": "amolla@redhat.com",
        "time": "Thu Jun 30 15:49:01 2022 +0300"
      },
      "committer": {
        "name": "Ayenachew Molla",
        "email": "amolla@redhat.com",
        "time": "Wed Aug 10 17:42:10 2022 +0300"
      },
      "message": "Delete tcp rule from a security group\n\n1.List the tcp rule id by SG id and port-range\n2.Delete the tcp rule from the security group\n3.Verify that conections are not working\n\nChange-Id: I63ce3029bc69206671255f8a2335d88d15646ea2\n"
    },
    {
      "commit": "7b2f5c38a1b5483c0cb8a767e74ae12e3df6c63b",
      "tree": "c0a92019e5da521fa4a1bb70232569ef7f9f057a",
      "parents": [
        "802062b7fb1682b136d3208c31b71ac8744e9cab",
        "e3230013a6bfd6410fa7edbf92bb307f9c8eb237"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Jul 05 08:40:42 2022 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jul 05 08:40:42 2022 +0000"
      },
      "message": "Merge \"Add a test for removing security group from ACTIVE instance\""
    },
    {
      "commit": "e3230013a6bfd6410fa7edbf92bb307f9c8eb237",
      "tree": "078b536800c362bed0ac1498b75ab86cdad83556",
      "parents": [
        "34bd09c75880b547abee1bafb08a9e8f923c6607"
      ],
      "author": {
        "name": "Ayenachew Molla",
        "email": "amolla@redhat.com",
        "time": "Tue Jun 07 12:15:49 2022 +0300"
      },
      "committer": {
        "name": "Ayenachew Molla",
        "email": "amolla@redhat.com",
        "time": "Wed Jun 29 11:22:32 2022 +0300"
      },
      "message": "Add a test for removing security group from ACTIVE instance\n\nTest name: \"test_remove_sec_grp_from_active_vm\"\n1) Create SG associated with ICMP rule\n2) Create Port (assoiated to SG #1) and use it to create the VM\n3) Ping the VM, expected should be PASS\n4) Remove the security group from VM by Port update\n5) Ping the VM, expected should be FAIL\n\nChange-Id: I9fbcdd0f30beeb6985bab4de4d53af639f408c75\n"
    },
    {
      "commit": "13546b825e7e9aa39359d533bd41af4a13804ffc",
      "tree": "28c4163edcff506a27fcadb797503d0e4b28fd47",
      "parents": [
        "6dcc0e81b5f3c656181091025f351eb479cdde21"
      ],
      "author": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Thu May 12 23:56:47 2022 +0000"
      },
      "committer": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Fri May 13 00:00:10 2022 +0000"
      },
      "message": "Remove \"distutils\" library\n\nLibrary \"distutils\" will be marked as deprecated in Python 3.10:\nhttps://peps.python.org/pep-0386/\n\nThis patch does the following replacements, that provide the same\nfunctionality and API:\n- distutils.version.StrictVersion -\u003e packaging.version.Version\n\nChange-Id: I0fc0c2ac7a545b8250e05586f48226953f3595df\nCloses-Bug: #1973780\n"
    },
    {
      "commit": "f10618eac3a12d35a35044443b63d144b71e0c6b",
      "tree": "307ba89f11d2222ae9ac26030cb2682772839c71",
      "parents": [
        "b02a11f3f7b7eb126eb57ab6d3260d650ef24211"
      ],
      "author": {
        "name": "Eduardo Olivares",
        "email": "eolivare@redhat.com",
        "time": "Mon Apr 25 13:06:28 2022 +0200"
      },
      "committer": {
        "name": "Eduardo Olivares",
        "email": "eolivare@redhat.com",
        "time": "Thu Apr 28 16:23:59 2022 +0000"
      },
      "message": "Fix wrong exceptions import from test_metadata\n\nSSHExecCommandFailed should be imported from tempest.lib.exceptions, not\nfrom neutron_tempest_plugin.exceptions\n\nChange-Id: I74e3e69d9e7ca866840f7a9f1e1990d88a138da0\n"
    },
    {
      "commit": "be4c178274805f911a4df478fca295de881773e9",
      "tree": "3a8490ecabc4c600390554e11f45db51543c7180",
      "parents": [
        "291c45c27d5152c69f0e056bbfcbd05612820737",
        "f70acd1650568ba8f5c48491b99135fd4f5f605c"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Apr 25 12:52:48 2022 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Apr 25 12:52:48 2022 +0000"
      },
      "message": "Merge \"Test dns_assignment with external dns integration\""
    },
    {
      "commit": "46fa42463cc43aada54c4861d7f6dafb387948f5",
      "tree": "f3dfe49fa6dcd04f50cb40cf4c0652a2e6a28c0a",
      "parents": [
        "36a231e229a0d178403d6aadf37567868bedf4d3"
      ],
      "author": {
        "name": "Eduardo Olivares",
        "email": "eolivare@redhat.com",
        "time": "Mon Apr 18 12:47:43 2022 +0200"
      },
      "committer": {
        "name": "Eduardo Olivares",
        "email": "eolivare@redhat.com",
        "time": "Thu Apr 21 08:22:09 2022 +0000"
      },
      "message": "Print VM console output upon different exceptions\n\nVM console ouput is printed when tests fail due to some exceptions\nThis patch extends the list of caught exceptions for which it will be\nprinted - The added exceptions were recently reproduced\n\nThe complete list of expected exceptions follows:\ntempest.lib.exceptions.SSHTimeout\nparamiko.ssh_exception.AuthenticationException\nparamiko.ssh_exception.NoValidConnectionsError\nConnectionResetError\n\nChange-Id: Ie5f58209739aed1a0dd7f4fb3a9b1fb06b27061c\n"
    },
    {
      "commit": "f70acd1650568ba8f5c48491b99135fd4f5f605c",
      "tree": "04e5eeace3e5555821a8678d0cda5e1be5d78d0a",
      "parents": [
        "6b5360ef1812a732ea4437625de8ab423c9cb009"
      ],
      "author": {
        "name": "Miguel Lavalle",
        "email": "mlavalle@redhat.com",
        "time": "Sun Mar 20 18:20:54 2022 -0500"
      },
      "committer": {
        "name": "Miguel Lavalle",
        "email": "mlavalle@redhat.com",
        "time": "Sun Mar 20 18:20:54 2022 -0500"
      },
      "message": "Test dns_assignment with external dns integration\n\nAfter the ports dns_assignment attribute calculation was changed by [1]\nto implement [2], this patch updates the corresponding scenario test\ncase to reflect the current functionality\n\n[1] https://review.opendev.org/c/openstack/neutron/+/731624/\n[2] https://specs.openstack.org/openstack//neutron-specs/specs/victoria/port_dns_assignment.html\n\nChange-Id: If667550a8745ea224d2099d662dd901dc5368ae5\nCloses-Bug: #1956632\n"
    },
    {
      "commit": "5139376dd8a12ad115e3807119ae689637adafbd",
      "tree": "2c8b57860a3e17ea194e84674c21ffa85ade7857",
      "parents": [
        "6b5360ef1812a732ea4437625de8ab423c9cb009",
        "1f275e4b0d8c108ae36dc50aa5cbd981159b3bbc"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Mar 22 00:48:59 2022 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Mar 22 00:48:59 2022 +0000"
      },
      "message": "Merge \"Add tap-as-a-service scenario tests\""
    },
    {
      "commit": "6b5360ef1812a732ea4437625de8ab423c9cb009",
      "tree": "eec0319535ea0cd4e04694f3fb1f32c72aeeb956",
      "parents": [
        "255586cca98d0f49d44ed511279627b83995d925",
        "fd7d8a711e772a1ecae2cc4a239e80348c414809"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sat Mar 12 16:03:47 2022 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Mar 12 16:03:47 2022 +0000"
      },
      "message": "Merge \"Recover ssh interface config and interface reload\""
    },
    {
      "commit": "fd7d8a711e772a1ecae2cc4a239e80348c414809",
      "tree": "44609638dc3d74c8c6173477b9044ed91100539e",
      "parents": [
        "d2ecabb4fc1f35aa6374260f8b89cea0c467534b"
      ],
      "author": {
        "name": "ccamposr",
        "email": "ccamposr@redhat.com",
        "time": "Tue Mar 01 00:30:02 2022 +0100"
      },
      "committer": {
        "name": "ccamposr",
        "email": "ccamposr@redhat.com",
        "time": "Thu Mar 10 10:14:28 2022 +0100"
      },
      "message": "Recover ssh interface config and interface reload\n\nWith ovn and Rhel sometimes a reload interface is needed for\nthe ipv6 was configured in the interface\n\nChange-Id: Ifc449198906d3505014864a2b8b7ed1ce8040c33\n"
    },
    {
      "commit": "1f275e4b0d8c108ae36dc50aa5cbd981159b3bbc",
      "tree": "e85b722e6160e2b63c11fa82abdeff3a1bab118e",
      "parents": [
        "77052674d937cebccf6eded30aefa9d56b0d1467"
      ],
      "author": {
        "name": "elajkat",
        "email": "lajos.katona@est.tech",
        "time": "Fri Oct 15 12:47:55 2021 +0200"
      },
      "committer": {
        "name": "Lajos Katona",
        "email": "katonalala@gmail.com",
        "time": "Mon Feb 14 10:41:39 2022 +0000"
      },
      "message": "Add tap-as-a-service scenario tests\n\nAs tap-as-a-service was moved under Neutron governance its tests should\nbe in neutron-tempest-plugin.\n\nChange-Id: I3055d8512c099eea2e25376f3525d96a040e70fa\n"
    },
    {
      "commit": "32a7fbeb0fd90f7efd1d3c2b94ada0bc5a2198dd",
      "tree": "4d81546b8250b20c810ea04f6883435a38d5864f",
      "parents": [
        "77052674d937cebccf6eded30aefa9d56b0d1467"
      ],
      "author": {
        "name": "Eduardo Olivares",
        "email": "eolivare@redhat.com",
        "time": "Fri Feb 04 10:22:42 2022 +0100"
      },
      "committer": {
        "name": "Eduardo Olivares",
        "email": "eolivare@redhat.com",
        "time": "Wed Feb 09 16:57:50 2022 +0100"
      },
      "message": "Add test to verify DHCP port IP address modification\n\nWhen the IP address from a subnet DHCP port is changed, the route to the\nmetadata provisioned for that port should be modified accordingly\nIn case this route is not correctly updated, the server will not be\nable to obtain metadata information - hence, it will not get the\nssh authorized keys\n\nThis new test only applies to OVN\n\nRelated-Bug: #1942794\n\nChange-Id: I76e75db469e2518ed90561430aa9c8c68846dae5\n"
    },
    {
      "commit": "30ec9ca5063905c24aa9eb3e7ca7341904249cb4",
      "tree": "2c3a335b7596a6573f5a92b08e62720a2b2652bc",
      "parents": [
        "3a19069a8f2e26d7688290d1c489728b8b0640e3",
        "1b1c9d3cc6e1f38b13dc2da4350d8d9e466ffbba"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Jan 28 15:12:55 2022 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Jan 28 15:12:55 2022 +0000"
      },
      "message": "Merge \"Add local ip scenario tests\""
    },
    {
      "commit": "1b1c9d3cc6e1f38b13dc2da4350d8d9e466ffbba",
      "tree": "350d98083839eefe5581d4036649fc730824c74a",
      "parents": [
        "3f2bbb570219f61a5e0a4c6c541db3b5bf442ccb"
      ],
      "author": {
        "name": "Nurmatov Mamatisa",
        "email": "nurmatov.mamatisa@huawei.com",
        "time": "Mon Dec 27 15:37:03 2021 +0300"
      },
      "committer": {
        "name": "Nurmatov Mamatisa",
        "email": "nurmatov.mamatisa@huawei.com",
        "time": "Thu Jan 27 16:52:31 2022 +0300"
      },
      "message": "Add local ip scenario tests\n\nWith Local IP static_nat set to True (for work with ovs firewall) - back\nICMP traffic from VM with Local IP assigned will have source IP\nsubstituted with local IP. To overcome this new parameter was added to\ncheck_remote_connectivity - check_responce_ip\n\nDepends-On: https://review.opendev.org/c/openstack/neutron/+/818228\nDepends-On: https://review.opendev.org/c/openstack/neutron/+/824363\nChange-Id: I85b4c07a623443e3fd856b9218024773125f20eb\n"
    },
    {
      "commit": "38d9051eea7cb52728b380fa6cab82dedb9c0e13",
      "tree": "d3406251d72b019716ecd9c9aaa22c7210e38737",
      "parents": [
        "aa2e58e12048a703eef0e4d6eed336b1fbe263cd"
      ],
      "author": {
        "name": "elajkat",
        "email": "lajos.katona@est.tech",
        "time": "Mon Dec 13 14:21:30 2021 +0100"
      },
      "committer": {
        "name": "Lajos Katona",
        "email": "katonalala@gmail.com",
        "time": "Mon Jan 03 16:44:26 2022 +0000"
      },
      "message": "Add logs for test_floatingip_port_details\n\nChange-Id: I8d4b7a5ca6982c4e68f6bd0915da38c12e0d4d1a\nRelated-bug: #1799790\n"
    },
    {
      "commit": "526535d2a694430e4e5271dae9fb6e7d1b0b9ba7",
      "tree": "b3825f0b59d977bd4b6f59418d6e383aa635071a",
      "parents": [
        "864d1b9a1655c36e9ab2b52390330fc5e129def7",
        "1bd28aea955c4a437ad49883e96722e05c274f07"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Dec 21 14:05:32 2021 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Dec 21 14:05:32 2021 +0000"
      },
      "message": "Merge \"Increase guest os ready timeout\""
    },
    {
      "commit": "864d1b9a1655c36e9ab2b52390330fc5e129def7",
      "tree": "bec4cdda3a112cda432893cd12e31e7c4f0a7682",
      "parents": [
        "c3f60c3221c41200749e9fcd6c43c091ef054d6f",
        "e01cd53d6c6cd9d74ead277c1fcd5eba73625397"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Dec 20 19:44:57 2021 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Dec 20 19:44:57 2021 +0000"
      },
      "message": "Merge \"Set SG quota for specific project.\""
    },
    {
      "commit": "e01cd53d6c6cd9d74ead277c1fcd5eba73625397",
      "tree": "cbb985169089426649c1c88637fc606fcca48dcd",
      "parents": [
        "0c69ec5bd751569d13ecf32ed2841dbca8e58423"
      ],
      "author": {
        "name": "Mitya_Eremeev",
        "email": "mitossvyaz@mail.ru",
        "time": "Tue Nov 23 17:47:21 2021 +0300"
      },
      "committer": {
        "name": "mitya-eremeev-2",
        "email": "mitossvyaz@mail.ru",
        "time": "Fri Dec 17 17:55:03 2021 +0000"
      },
      "message": "Set SG quota for specific project.\n\nproject_id was initialized too early.\nIt was None. The same for tenant_id.\nThat\u0027s why unlimited SG quota was set for\n\"some default project\".\nBut the project in test had default quota(10).\nIf test class created more 10 SG then arised exception\n\"OverQuota\".\nAlso SG quota for default project was reset to default value in cleanup.\nIt could harm another tests which were launched in parallel.\n\nCloses-Bug: 1895876\nCloses-Bug: 1810963\nChange-Id: If7f3789b2791be08088588619f3a1629aeecbda4\n"
    },
    {
      "commit": "c18067fa3489dd488d9fc80127ee28fd05182f18",
      "tree": "34776c68b023d31750d0143243b4fab9b3492d19",
      "parents": [
        "07db06249aeeae07daeb1a425f24c7b9fbbcc7d7"
      ],
      "author": {
        "name": "Maor Blaustein",
        "email": "blue@redhat.com",
        "time": "Wed Dec 08 14:09:28 2021 +0200"
      },
      "committer": {
        "name": "Maor Blaustein",
        "email": "blue@redhat.com",
        "time": "Tue Dec 14 19:35:57 2021 +0200"
      },
      "message": "Add test_create_and_update_port_with_dns_name\n\nTest both create and update of port with a correct predefined\ninternal dns-name (hostname).\n\nChange-Id: Ia05be62e552ca43173833d3436fc1d36c1c34bf4\n"
    },
    {
      "commit": "07db06249aeeae07daeb1a425f24c7b9fbbcc7d7",
      "tree": "e334675e554969384d7c207f73c4e2c72570f27c",
      "parents": [
        "ef99cfe153a61b60acd40d4e4727906cf4b063ba",
        "518c1f84357febde0b38c632d3f83d99c15573ef"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Dec 14 14:45:48 2021 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Dec 14 14:45:48 2021 +0000"
      },
      "message": "Merge \"Add test_create_port_with_dns_name\""
    },
    {
      "commit": "ef99cfe153a61b60acd40d4e4727906cf4b063ba",
      "tree": "d4a90961eff170916c4ba2aa405a90cd41f0499b",
      "parents": [
        "c4597e696de6ff48bbd76112059894e299e14718",
        "12ff05bc5ed8dce7e61ade470e1b667769414b0e"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Dec 13 11:55:28 2021 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Dec 13 11:55:28 2021 +0000"
      },
      "message": "Merge \"Use LOG.warning instead of deprecated LOG.warn\""
    },
    {
      "commit": "518c1f84357febde0b38c632d3f83d99c15573ef",
      "tree": "3be8bef29793be86e8588e4e17ee884d1c8c4379",
      "parents": [
        "82cd7afa96a03d14660810889e4486cb6f560081"
      ],
      "author": {
        "name": "Maor Blaustein",
        "email": "mblue@redhat.com",
        "time": "Sun Dec 05 18:09:27 2021 +0200"
      },
      "committer": {
        "name": "Maor Blaustein",
        "email": "blue@redhat.com",
        "time": "Thu Dec 09 14:23:10 2021 +0200"
      },
      "message": "Add test_create_port_with_dns_name\n\nTest the creation of port with a correct predefined\ninternal dns-name (hostname).\n\nChange-Id: Ic5f884fb1cb0e0acf80cfd0b1e039900a9ade10f\n"
    },
    {
      "commit": "c4597e696de6ff48bbd76112059894e299e14718",
      "tree": "82405cdac2097545428c928ff1a9cdb3272c5060",
      "parents": [
        "6390d3d50022d820627310336d15af4011c4dc57"
      ],
      "author": {
        "name": "yatinkarel",
        "email": "ykarel@redhat.com",
        "time": "Fri Nov 26 14:09:18 2021 +0530"
      },
      "committer": {
        "name": "yatinkarel",
        "email": "ykarel@redhat.com",
        "time": "Wed Dec 08 10:51:21 2021 +0530"
      },
      "message": "Log console output for mac_learning and multicast tests\n\nWould be useful to debug ssh failures in test vms.\n\nAlso for trunk_tests move check_connectivity method call to\n_configure_vlan_subport as there SSH is attempted and that can\nfail.\n\nRelated-Bug: #1952066\nChange-Id: I64a1fd8118c9db1f337b7bf97bb9a77f974149b9\n"
    },
    {
      "commit": "c75ba5028fd1abfca557351eaf0da086599a3be8",
      "tree": "d984a4ae816127ce55af501fa442fd2c707fc6c8",
      "parents": [
        "2736974f680f00859e8654851c27a19d8a552833"
      ],
      "author": {
        "name": "elajkat",
        "email": "lajos.katona@est.tech",
        "time": "Wed Dec 01 15:54:28 2021 +0100"
      },
      "committer": {
        "name": "Lajos Katona",
        "email": "katonalala@gmail.com",
        "time": "Thu Dec 02 13:23:29 2021 +0000"
      },
      "message": "Use admin_client to list admin\u0027s servers\u0027 ports\n\nFloatingIpTestCasesAdmin creates VMs as admin (to be sure to boot on\navailability_zone) so to list ports for the VM we have to use\nadmin_client.\n\nChange-Id: I1da9ccc99b70355554ace3a20a237bb4f33381ab\nCloses-Bug: #1952806\n"
    },
    {
      "commit": "12ff05bc5ed8dce7e61ade470e1b667769414b0e",
      "tree": "0d5ba17371a4e1ce5ced0af8f84336997204ff43",
      "parents": [
        "88ea2dd2be634dfde27319ae621153b92ff15cab"
      ],
      "author": {
        "name": "Takashi Kajinami",
        "email": "tkajinam@redhat.com",
        "time": "Mon Nov 29 15:35:09 2021 +0900"
      },
      "committer": {
        "name": "Takashi Kajinami",
        "email": "tkajinam@redhat.com",
        "time": "Mon Nov 29 18:21:55 2021 +0900"
      },
      "message": "Use LOG.warning instead of deprecated LOG.warn\n\nThe LOG.warn method is deprecated[1] and the LOG.warning method should\nbe used instead.\n\n[1] https://docs.python.org/3/library/logging.html#logging.warning\n\nChange-Id: Idfe1b7d7dce1dcf1799865c24ffb2c43f423e3ad\n"
    },
    {
      "commit": "1bd28aea955c4a437ad49883e96722e05c274f07",
      "tree": "380a3a582b14cb6f241063e2f326b5edec2b8439",
      "parents": [
        "88ea2dd2be634dfde27319ae621153b92ff15cab"
      ],
      "author": {
        "name": "ccamposr",
        "email": "ccamposr@redhat.com",
        "time": "Mon Nov 29 10:06:02 2021 +0100"
      },
      "committer": {
        "name": "ccamposr",
        "email": "ccamposr@redhat.com",
        "time": "Mon Nov 29 10:19:12 2021 +0100"
      },
      "message": "Increase guest os ready timeout\n\nRhel image is taking more than 60 seconds for starting\nsometines and then we are seeing the paramiko issue with ssh\nstablishment again(Bug: #1892861)\nOriginal fix:\nhttps://review.opendev.org/c/openstack/neutron-tempest-plugin/+/758968\n\nChange-Id: I06586175a1607775cc61d57703f26a9ad23123d9\n"
    },
    {
      "commit": "50d725c786f4ee4ae2d012e94d36a6de7b496b7b",
      "tree": "73ec8445736e72e803b2f8cf7342aecc1d4cab82",
      "parents": [
        "7e5923ac25769073e34a5500504bb8851978cb0e",
        "8053c97502fedd861435af17f9a1028da95181c3"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sat Oct 16 12:22:20 2021 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Oct 16 12:22:20 2021 +0000"
      },
      "message": "Merge \"Update service client access test_dns_integration\""
    },
    {
      "commit": "da0daf3fc1113e55f22b20cf083d4f68218e4137",
      "tree": "762df4868e3b98b59d9da9db7d5cfe6d54ae4de8",
      "parents": [
        "6acf7ee0f0886ef4b005a8f63a90f32f5f9a271a",
        "7ebb66e0fdbfea8bf5a0e387d6ea3409a7b2a6d2"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sat Sep 25 06:00:55 2021 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Sep 25 06:00:55 2021 +0000"
      },
      "message": "Merge \"Refactoring - Use existing Tempest APIs in \"QoS bandwidth limit rule\" tests\""
    },
    {
      "commit": "4d74044f42a026415ed491cf0c72ea81e3278dcb",
      "tree": "8a64fb9ada1864a4c279d8ebf425b23be01c1f1d",
      "parents": [
        "feb7f94a534e40a64bdef365a2d65f3ffb8d04b9"
      ],
      "author": {
        "name": "ibumarskov",
        "email": "ibumarskov@mirantis.com",
        "time": "Tue Mar 30 11:58:25 2021 +0400"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Wed Sep 22 09:23:52 2021 +0000"
      },
      "message": "Add skip function for IPv6Test tests\n\nSkip_checks method should be called to check appropriate\nparameters (include specific test parameters such as\nipv6_subnet_attributes) before run IPv6Test.\n\nChange-Id: I6e1a0c192a8e8ce62b7437d864f4f4f86563db79\n"
    },
    {
      "commit": "7ebb66e0fdbfea8bf5a0e387d6ea3409a7b2a6d2",
      "tree": "d4a3c6586f1b2a1308c484e02f92483efa10dd00",
      "parents": [
        "a7c081344661e84a6cbed1fc3ec77ae30dae041a"
      ],
      "author": {
        "name": "zahlabut",
        "email": "ashtempl@redhat.com",
        "time": "Wed Sep 01 22:39:49 2021 +0300"
      },
      "committer": {
        "name": "zahlabut",
        "email": "ashtempl@redhat.com",
        "time": "Thu Sep 09 14:21:44 2021 +0300"
      },
      "message": "Refactoring - Use existing Tempest APIs in \"QoS bandwidth limit rule\" tests\n\nChange-Id: I742156400061f9b293fd655fb69a3c4db65cad37\n"
    },
    {
      "commit": "dfca7c12dc4862c6feedc66f2fa645d9e42e9628",
      "tree": "2e3ae551210beaa942f413105b3f53624cca0795",
      "parents": [
        "74bd5c8edd3305ae91352befa828ccd0c4cccc74"
      ],
      "author": {
        "name": "ccamposr",
        "email": "ccamposr@redhat.com",
        "time": "Sat Mar 06 00:26:14 2021 +0100"
      },
      "committer": {
        "name": "Candido Campos Rivas",
        "email": "ccamposr@redhat.com",
        "time": "Thu Aug 12 08:01:41 2021 +0000"
      },
      "message": "Configure a NetworkManager profile with ipv6 supported format\n\nThis test was unstable due to the default ipv6 format in NM isn\u0027t\nsupported by neutron\n\nChange-Id: Ied226dec9923f021d8f26f1e59b01602d4b1ae82\n"
    },
    {
      "commit": "da1197c59c2d7c76e72e0bb6626c6630732a5d9e",
      "tree": "3e05ff8ce688f2e0f55cf1a7fb568dc1a9568dd5",
      "parents": [
        "0e98f828abdd9397b16a025519bb8cc88e06fb82",
        "585ade8235d065d2cd2812a6d5d3df5f3cf10420"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Aug 04 12:24:08 2021 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Aug 04 12:24:08 2021 +0000"
      },
      "message": "Merge \"Add test for mac learning\""
    },
    {
      "commit": "585ade8235d065d2cd2812a6d5d3df5f3cf10420",
      "tree": "5b899724f4fdc1d03d37c77165820c5dfce6eda4",
      "parents": [
        "d594a877c8eddd823bf43c40f9c9df673082f1fd"
      ],
      "author": {
        "name": "Elvira García",
        "email": "egarciar@redhat.com",
        "time": "Mon Jun 14 13:23:34 2021 +0200"
      },
      "committer": {
        "name": "Elvira García",
        "email": "egarciar@redhat.com",
        "time": "Mon Jul 26 12:22:39 2021 +0200"
      },
      "message": "Add test for mac learning\n\nThis scenario test checks that, even with no DHCP and no port security,\npackets are not flooded to every port on the network.\n\nTo see this work in OVN, port security and DHCP must be disabled on a\nnetwork. Before having those capabilities, packets would be flooded\nto all servers. Now, the OVN switch can learn the MAC of a port and\nstore it on the FDB table. The adoption of this feature was completed\nin [0].\n\n[0] https://review.opendev.org/c/openstack/neutron/+/763567\n\nChange-Id: I0313ac13f8e8922849f6388d2d1379817230294b\n"
    }
  ],
  "next": "8053c97502fedd861435af17f9a1028da95181c3"
}
