)]}'
{
  "log": [
    {
      "commit": "27f071f1308bdc0dd987ca09ff61d3d91f9200d2",
      "tree": "a2643eb09e7897928d6fec735f3fcab11ca16f10",
      "parents": [
        "676340a8ba551b07d68c27fb51ba58a8a302f2b6"
      ],
      "author": {
        "name": "Maciej Józefczyk",
        "email": "mjozefcz@redhat.com",
        "time": "Tue Mar 03 17:10:57 2020 +0100"
      },
      "committer": {
        "name": "Ilya Menkov",
        "email": "imenkov@mirantis.com",
        "time": "Wed Jun 03 07:23:08 2020 +0000"
      },
      "message": "QoS - Change the way we measure bw limits\n\nThis patch introduces new way of fetching the data.\nInstead creating the file, it reads /dev/zero.\n/dev/zero is always very fast, so we also break the\nprevious hard disk limitations.\n\nThe test time is limited to 5 seconds. After that we\ncalculate avg bytes per second value and compare it\nto expected one.\n\nSometimes it is visible that first kilobytes of the\ntest file are downloaded a little bit faster than the\nactual bw limit claims, especially while testing OVN\nas a backend.\nWhen it happens the avg bytes per second value that is\nmeasured in the test could be higher than required limit.\n\nIt is pretty easy to show the case while testing QoS with iperf3:\n\nAccepted connection from 172.24.5.1, port 59690\n[  5] local 10.1.0.35 port 5201 connected to 172.24.5.1 port 59692\n[ ID] Interval           Transfer     Bandwidth       Retr  Cwnd\n[  5]   0.00-1.00   sec  1.32 MBytes  11.0 Mbits/sec  139   2.62 KBytes\n[  5]   1.00-2.00   sec   628 KBytes  5.15 Mbits/sec   96   10.5 KBytes\n[  5]   2.00-3.00   sec   502 KBytes  4.12 Mbits/sec   84   7.85 KBytes\n[  5]   3.00-4.00   sec   649 KBytes  5.32 Mbits/sec   83   10.5 KBytes\n[  5]   4.00-5.00   sec   643 KBytes  5.26 Mbits/sec   84   3.93 KBytes\n[  5]   5.00-6.00   sec   529 KBytes  4.33 Mbits/sec   73   5.23 KBytes\n[  5]   6.00-7.00   sec   628 KBytes  5.15 Mbits/sec   92   20.9 KBytes\n[  5]   7.00-8.00   sec   534 KBytes  4.37 Mbits/sec   82   18.3 KBytes\n[  5]   8.00-9.00   sec   667 KBytes  5.47 Mbits/sec  110   7.85 KBytes\n[  5]   9.00-10.00  sec   635 KBytes  5.20 Mbits/sec   90   11.8 KBytes\n[  5]  10.00-10.02  sec  0.00 Bytes  0.00 bits/sec    0   11.8 KBytes\n- - - - - - - - - - - - - - - - - - - - - - - - -\n[ ID] Interval           Transfer     Bandwidth       Retr\n[  5]   0.00-10.02  sec  6.61 MBytes  5.53 Mbits/sec  933             sender\n[  5]   0.00-10.02  sec  6.41 MBytes  5.36 Mbits/sec                  receiver\n-----------------------------------------------------------\n\nWe can find out that during first second of the test the bw limit\nis exceeded, but after that the traffic is shaped.\n\nIn our case when we run the tempest QoS test the avg bytes per second\nmeasured value that we compare with bw limit is impacted.\n\nCloses-Bug: 1866039\nRelated-prod: PRODX-4900\nChange-Id: I0964464e709baf9958548384933bd000fdee979b\n"
    },
    {
      "commit": "676340a8ba551b07d68c27fb51ba58a8a302f2b6",
      "tree": "6bbf4627a687f35dfdc59b4447935cf752bf04c8",
      "parents": [
        "91215cac0c54ca7012edaec0c1c6689e041ccd60"
      ],
      "author": {
        "name": "Ilya Menkov",
        "email": "imenkov@mirantis.com",
        "time": "Fri May 22 15:16:32 2020 +0400"
      },
      "committer": {
        "name": "Ilya Menkov",
        "email": "imenkov@mirantis.com",
        "time": "Fri May 22 11:18:21 2020 +0000"
      },
      "message": "add required ext for subnetpool tests\n\ntests with required default-subnetpool extencion:\n  test_create_subnetpool_with_timestamp\n  test_update_subnetpool_with_timestamp\n  test_show_subnetpool_attribute_with_timestamp\n\nRelated-prod: PRODX-3721\nChange-Id: I31882a8cd25d2ae229d63bf872b729e7a36b6798\n"
    },
    {
      "commit": "91215cac0c54ca7012edaec0c1c6689e041ccd60",
      "tree": "5e6ff689232c91e7ee4518f35ed2aaf917df1a50",
      "parents": [
        "d130a6cc0725dd3e37e3b2babc9d6e12e49afd37"
      ],
      "author": {
        "name": "Ilya Menkov",
        "email": "imenkov@mirantis.com",
        "time": "Wed May 06 11:52:44 2020 +0400"
      },
      "committer": {
        "name": "Ilya Menkov",
        "email": "imenkov@mirantis.com",
        "time": "Wed May 06 11:56:40 2020 +0400"
      },
      "message": "skip subnetpools tests if default-subnetpools extension not defined\n\nSome subnetpool tests don\u0027t have association with certain extension.\nThis doesn\u0027t allow to disable those tests via enabled extensions\n\nRelated-prod: PRODX-3721\nChange-Id: Ic60654caca3f4fa4473b5cf75872b3131506da11\n"
    },
    {
      "commit": "d130a6cc0725dd3e37e3b2babc9d6e12e49afd37",
      "tree": "881c18c44a5ce5d45b0eca273f8c6d9557c334c9",
      "parents": [
        "b866ad3d34fbe7f89b120359763fcca4281173bb"
      ],
      "author": {
        "name": "Maksym Shalamov",
        "email": "mshalamov@mirantis.com",
        "time": "Wed Apr 15 15:46:43 2020 +0300"
      },
      "committer": {
        "name": "Maksym Shalamov",
        "email": "mshalamov@mirantis.com",
        "time": "Wed Apr 15 15:46:43 2020 +0300"
      },
      "message": "fix dns_domain option call\n\nfollowup change-id I92f598c3b3035924e9b90820d0aab0d24dc9fb4e\n\nRelated-prod: PRODX-2967\nChange-Id: I60830504e281ff551afed18bec017b2873101bab\n"
    },
    {
      "commit": "b866ad3d34fbe7f89b120359763fcca4281173bb",
      "tree": "5b75206f8e0cf4427a82c496bf95290f5731346c",
      "parents": [
        "3a4fc7923efe21a7f56ba130f05efdfcd3c596ec"
      ],
      "author": {
        "name": "Maksym Shalamov",
        "email": "mshalamov@mirantis.com",
        "time": "Wed Mar 18 15:31:12 2020 +0200"
      },
      "committer": {
        "name": "Maksym Shalamov",
        "email": "mshalamov@mirantis.com",
        "time": "Wed Mar 18 15:33:13 2020 +0200"
      },
      "message": "Add ability to set custom internal dns zone name\n\nDue to internal dns zone name can be custom\nwe should set it via config option.\n\nRelated-prod: PRODX-2967\nChange-Id: I92f598c3b3035924e9b90820d0aab0d24dc9fb4e\n"
    },
    {
      "commit": "3a4fc7923efe21a7f56ba130f05efdfcd3c596ec",
      "tree": "1c680b1a9ba56b3c0e4b7528e21a208e7fc76913",
      "parents": [
        "4e50dc913cb4980e6910032ece1e381aba2594aa",
        "46bd3aff145d2dc1a77b4c29322d0a49b0738e2d"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Sep 25 02:42:06 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Sep 25 02:42:06 2019 +0000"
      },
      "message": "Merge \"Tempest test for Neutron extension: extraroute-atomic\""
    },
    {
      "commit": "4e50dc913cb4980e6910032ece1e381aba2594aa",
      "tree": "8fcbe936e3b78f0a76eb286cc08f8e9a75048d78",
      "parents": [
        "c3e8673eaf4cab8f38b2a1d4a1926d72a341da9f",
        "81530cdd7da3f67328b87c9b269be2579b4a5fa2"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Sep 24 18:33:33 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Sep 24 18:33:33 2019 +0000"
      },
      "message": "Merge \"Run FWaaS and SFC jobs on all file changes\""
    },
    {
      "commit": "c3e8673eaf4cab8f38b2a1d4a1926d72a341da9f",
      "tree": "f71099a70e0028b498d47fdda35f835a7a9ffbac",
      "parents": [
        "2f467caa9821a9e9fbe7d77069a40115337af275",
        "aa65dfb5265536eca40dbaf9b1826f8bf5148f80"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Sep 23 12:39:13 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Sep 23 12:39:13 2019 +0000"
      },
      "message": "Merge \"Add retry decorator to SSH \"execute\" method\""
    },
    {
      "commit": "81530cdd7da3f67328b87c9b269be2579b4a5fa2",
      "tree": "c1efbb943d03c07f0b8227c28c92a10bb7476d9e",
      "parents": [
        "2f467caa9821a9e9fbe7d77069a40115337af275"
      ],
      "author": {
        "name": "Bernard Cafarelli",
        "email": "bcafarel@redhat.com",
        "time": "Mon Sep 23 14:00:03 2019 +0200"
      },
      "committer": {
        "name": "Bernard Cafarelli",
        "email": "bcafarel@redhat.com",
        "time": "Mon Sep 23 14:00:03 2019 +0200"
      },
      "message": "Run FWaaS and SFC jobs on all file changes\n\nWhen moving these tests to neutron-tempest-plugin, the jobs were\nconfigured to run only on relevant files changes. Drop this restriction\nso we check that any change to the repo will not break a stadium test.\n\nThis is in line with current configuration for bgpvpn and proposed one\nfor dynamic-routing\n\nChange-Id: I81dc79150f2a7e2b099acad2e9a021d360dff799\n"
    },
    {
      "commit": "aa65dfb5265536eca40dbaf9b1826f8bf5148f80",
      "tree": "90c63876d28bedd1b2d69d1404a15e7fc25a953d",
      "parents": [
        "31993d50fd449e2d3ba02f3d4d94989130cd2118"
      ],
      "author": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Wed Sep 18 11:30:04 2019 +0000"
      },
      "committer": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Fri Sep 20 10:13:29 2019 +0000"
      },
      "message": "Add retry decorator to SSH \"execute\" method\n\nIn case of SSH timeout (TimeoutException, TimeoutError), the\ntenacity.retry decorator retries the execution of the SSH\n\"execute\" method up to 10 times.\n\nSome SSH execute calls, related to QoS scenario tests, have been\nenhanced by setting a relatively small timeout value. The commands\nexecuted should be quick enough to be executed in this amount of time.\nIn case of timeout (due to communication problems), the retry decorator\nwill send again the command to be executed.\n\nChange-Id: Idc0d55b776f499a4bc5d8c9d9a549f0af8f3fac0\nCloses-Bug: #1844516\n"
    },
    {
      "commit": "46bd3aff145d2dc1a77b4c29322d0a49b0738e2d",
      "tree": "44da51acbf8cb026f899b02edb4cc688c7fe1b9d",
      "parents": [
        "4e0a3d3913480691594ed28c23f11f281aebb0a5"
      ],
      "author": {
        "name": "Bence Romsics",
        "email": "bence.romsics@gmail.com",
        "time": "Fri Sep 13 10:52:41 2019 +0200"
      },
      "committer": {
        "name": "Bence Romsics",
        "email": "bence.romsics@gmail.com",
        "time": "Thu Sep 19 14:02:15 2019 +0200"
      },
      "message": "Tempest test for Neutron extension: extraroute-atomic\n\nChange-Id: I9b104432f1cd1aa1471087226ffc53152b823222\nDepends-On: https://review.opendev.org/670851\nPartial-Bug: #1826396 (rfe)\nRelated-Change: https://review.opendev.org/655680 (spec)\n"
    },
    {
      "commit": "2f467caa9821a9e9fbe7d77069a40115337af275",
      "tree": "3175f6e693b16e50496c1f6d1625de42188be7e6",
      "parents": [
        "4e0a3d3913480691594ed28c23f11f281aebb0a5"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Thu Sep 05 16:28:09 2019 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Wed Sep 11 12:53:43 2019 +0200"
      },
      "message": "Skip multicast test if there is no python3 on VM\n\nFor example RHEL 8 image don\u0027t have Python installed by default,\nso this test will fail when it should be skipped.\n\nWith this patch it will be skipped as before trying to start\nmulticast sender/receiver scripts, there is simple check if\npython3 binary exists on VM.\n\nChange-Id: I25cb5b159330ac80777f8ea784e98fa06e6e056f\nCloses-Bug: #1842934\n"
    },
    {
      "commit": "4e0a3d3913480691594ed28c23f11f281aebb0a5",
      "tree": "7bf7d6d506790a856848a11b285516ba307c9119",
      "parents": [
        "0a3705f937bbe16aeffea4bc434a87655f282ea2",
        "ee00085c333dd010363a198ea4609ccbb50d8b86"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Sep 02 12:47:20 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Sep 02 12:47:20 2019 +0000"
      },
      "message": "Merge \"Use _create_admin_router() where possible\""
    },
    {
      "commit": "ee00085c333dd010363a198ea4609ccbb50d8b86",
      "tree": "7bf7d6d506790a856848a11b285516ba307c9119",
      "parents": [
        "d11f4ec31ab1cf7965671817f2733c362765ebb1"
      ],
      "author": {
        "name": "Brian Haley",
        "email": "bhaley@redhat.com",
        "time": "Thu Aug 29 17:27:38 2019 -0400"
      },
      "committer": {
        "name": "Brian Haley",
        "email": "bhaley@redhat.com",
        "time": "Fri Aug 30 11:27:25 2019 -0400"
      },
      "message": "Use _create_admin_router() where possible\n\nIt will automatically set the router for cleanup, so use\nit instead of admin_client.create_router().\n\nTrivialfix\n\nChange-Id: I7cff3f164dd76ba5e160cee4566732be10e9276d\n"
    },
    {
      "commit": "0a3705f937bbe16aeffea4bc434a87655f282ea2",
      "tree": "f9086cf5469f65b422ffbcd59ffe430d6a96d5e7",
      "parents": [
        "d11f4ec31ab1cf7965671817f2733c362765ebb1"
      ],
      "author": {
        "name": "Cédric Ollivier",
        "email": "ollivier.cedric@gmail.com",
        "time": "Wed Aug 21 09:26:37 2019 +0200"
      },
      "committer": {
        "name": "Cédric Ollivier",
        "email": "ollivier.cedric@gmail.com",
        "time": "Thu Aug 29 11:49:52 2019 +0200"
      },
      "message": "Clean routers in DvrRoutersNegativeTestExtended\n\nIt completes the initial patch \"Add tempest tests for DVR router state\nmanagement\" which doesn\u0027t clean 2 routers [1].\n\n[1] https://review.opendev.org/#/c/668760/\n\nChange-Id: Iec14343578ca587143a55bbd3d602790730d31b6\nSigned-off-by: Cédric Ollivier \u003collivier.cedric@gmail.com\u003e\n"
    },
    {
      "commit": "d11f4ec31ab1cf7965671817f2733c362765ebb1",
      "tree": "bca9080ed17c657a2d391acd6cfba83fb32ac5a1",
      "parents": [
        "99684ac97eb1ad1e0be6fd824ba00ee707421e0f"
      ],
      "author": {
        "name": "Brian Haley",
        "email": "bhaley@redhat.com",
        "time": "Tue Aug 13 12:09:57 2019 -0400"
      },
      "committer": {
        "name": "Brian Haley",
        "email": "bhaley@redhat.com",
        "time": "Tue Aug 13 12:09:57 2019 -0400"
      },
      "message": "Start enforcing E125 flake8 directive\n\nRemoved E125 (continuation line does not distinguish itself\nfrom next logical line) from the ignore list and fixed all\nthe indentation issues.  Recently done in neutron tree.\n\nChange-Id: Id002c874af7197823df4577035803528296dd4b7\n"
    },
    {
      "commit": "99684ac97eb1ad1e0be6fd824ba00ee707421e0f",
      "tree": "175c82cbe2cace78c3fac818df81cb06d3106beb",
      "parents": [
        "c08aef5b52dfea159583383fb836f9f657fb6249",
        "9f868d1c7fa1ba7a909b6a8d7184203e4e80dad7"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Aug 06 18:22:39 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Aug 06 18:22:39 2019 +0000"
      },
      "message": "Merge \"Add new job neutron-tempest-plugin-scenario-openvswitch-iptables_hybrid\""
    },
    {
      "commit": "c08aef5b52dfea159583383fb836f9f657fb6249",
      "tree": "0bf69eb3b4184eb348d80d097d163f9a6f676bf5",
      "parents": [
        "31993d50fd449e2d3ba02f3d4d94989130cd2118",
        "e5b4350eb43fef727f8ad03dd078302dcd370ad7"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Aug 05 20:45:37 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Aug 05 20:45:37 2019 +0000"
      },
      "message": "Merge \"Add new job neutron-tempest-plugin-scenario-openvswitch\""
    },
    {
      "commit": "31993d50fd449e2d3ba02f3d4d94989130cd2118",
      "tree": "4819041d613ea0e38ffd4c71ec9373d954ad297c",
      "parents": [
        "fa5ebc4b98e4964b73210e38772af50e2524be3b"
      ],
      "author": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Fri Aug 02 13:42:18 2019 +0000"
      },
      "committer": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Fri Aug 02 13:44:51 2019 +0000"
      },
      "message": "Force the kill of the \"nc\" process only if timeout\n\nIf the file is received correctly, the \"nc\" process in the remote\nmachine will end gracefully. Only in case of socket timeout, will force\nthe completion of the process before returning.\n\nChange-Id: I6cec868daa0139f6a49807883f901d2eac84fe14\nRelated-Bug: #1838068\n"
    },
    {
      "commit": "9f868d1c7fa1ba7a909b6a8d7184203e4e80dad7",
      "tree": "79080ff51882712cc8f563af7922e7122daab904",
      "parents": [
        "e5b4350eb43fef727f8ad03dd078302dcd370ad7"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Fri Aug 02 13:24:57 2019 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Fri Aug 02 11:34:43 2019 +0000"
      },
      "message": "Add new job neutron-tempest-plugin-scenario-openvswitch-iptables_hybrid\n\nThis new scenario job is single node job which will run\nneutron-tempest-plugin scenario tests with openvswitch agent and\niptables_hybrid firewall driver.\nSince in Rocky we switched default fw driver in devstack to be\n\"openvswitch\" we are didn\u0027t have any job which would run\nneutron-tempest-plugin tests on openvswitch agent with iptables_hybrid\ndriver. And it\u0027s necessary to have such job.\n\nThis patch don\u0027t add such job for Queens release because in Queens\niptables_hybrid was default driver so\n\"neutron-tempest-plugin-scenario-openvswitch\" job will cover this\ncase for this release.\n\nChange-Id: I37c43e0fbb434a53f1b971895dd3d6e9ab7b617f\n"
    },
    {
      "commit": "e5b4350eb43fef727f8ad03dd078302dcd370ad7",
      "tree": "559baae6b611e1f0992699d2a197d128ea28e20a",
      "parents": [
        "5cec35e997e006f123099a9c5e8fe588e63ffbde"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Sun Jul 14 22:31:16 2019 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Fri Aug 02 13:33:59 2019 +0200"
      },
      "message": "Add new job neutron-tempest-plugin-scenario-openvswitch\n\nThere was missing simple, single node scenario job with\nopenvswitch agent in neutron-tempest-plugin. We have such jobs\ndefined in neutron and tempest repos but those jobs are running\ntempest tests.\nThis patch proposes similar job but to run tests defined\nin neutron_tempest_plugin repo.\n\nChange-Id: I977176d3e90cb864cde628d23f24bf38836121ef\n"
    },
    {
      "commit": "fa5ebc4b98e4964b73210e38772af50e2524be3b",
      "tree": "8b716cc8fe53e699c991ad80c1871933a52bbbb1",
      "parents": [
        "aff03051e37530c823db7741d56834df6f52aa12"
      ],
      "author": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Fri Jul 26 17:02:40 2019 +0000"
      },
      "committer": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Tue Jul 30 13:45:53 2019 +0000"
      },
      "message": "Refactor the test_qos.QoSTestMixin._check_bw function\n\nImproved the robustness of this function:\n- The remote process (\"nc\"), will be stopped both at the beginning and\n  the end of this function, just to ensure the process is not left\n  running at the beginning of the next check.\n- The socket connection is closed when the file is received (or in case\n  of exception). This will close the client socket and will end the \"nc\"\n  process in the remote VM.\n- Set a socket timeout. This timeout, specifically defined for each\n  iteration, depending on the expected bandwidth, will force a quick\n  timeout while receiving from the remote VM. The check will fail and it\n  will be tested again, if the \"FILE_DOWNLOAD_TIMEOUT\" didn\u0027t happen yet.\n\nChange-Id: I5ce1a34f7d5d635002baa1e5b14c288e6d2bc43e\nCloses-Bug: #1838068\n"
    },
    {
      "commit": "aff03051e37530c823db7741d56834df6f52aa12",
      "tree": "ce97c179bacf30d8bb01c673891b98d051c8a46d",
      "parents": [
        "989f2abf58868aa24fc23d0dc5a78f5740c3e38f",
        "031fd5a78885bf6ec6a432ffd4e421a9cc816c77"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Jul 29 11:04:59 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Jul 29 11:04:59 2019 +0000"
      },
      "message": "Merge \"Test updating FIP with a different port\""
    },
    {
      "commit": "989f2abf58868aa24fc23d0dc5a78f5740c3e38f",
      "tree": "e8cf81478825d9b06bca8c223d9f0faa533c487b",
      "parents": [
        "48fa3ced39ed5fbb4134f180bc2d8a3c6d1a94a0",
        "ffe9be8ba91e298c2bdf5300edf1ef4cb410d8e9"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sat Jul 27 04:04:31 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Jul 27 04:04:31 2019 +0000"
      },
      "message": "Merge \"Add tempest tests for DVR router state management\""
    },
    {
      "commit": "48fa3ced39ed5fbb4134f180bc2d8a3c6d1a94a0",
      "tree": "24e4d769f8e86da44d86744234ead32c07756b6a",
      "parents": [
        "7d5bf8d6a016ad674cc3dbd79a8638be0b481082",
        "88ff7434af25e63c09542cfb30564a0c3fc4dfa1"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sat Jul 27 02:43:09 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Jul 27 02:43:09 2019 +0000"
      },
      "message": "Merge \"Bump the openstackdocstheme extension to 1.20\""
    },
    {
      "commit": "88ff7434af25e63c09542cfb30564a0c3fc4dfa1",
      "tree": "148e7f95e146cb85692f93616f95fd5cf1987a84",
      "parents": [
        "940ceee18274fd36404e746c01c6775810bb7a7b"
      ],
      "author": {
        "name": "pengyuesheng",
        "email": "pengyuesheng@gohighsec.com",
        "time": "Fri Jul 26 11:34:05 2019 +0800"
      },
      "committer": {
        "name": "pengyuesheng",
        "email": "pengyuesheng@gohighsec.com",
        "time": "Fri Jul 26 11:34:09 2019 +0800"
      },
      "message": "Bump the openstackdocstheme extension to 1.20\n\nSome options are now automatically configured by the version 1.20:\n- project\n- html_last_updated_fmt\n- latex_engine\n- latex_elements\n- version\n- release.\n\nChange-Id: I2e12b3da4686bf9f18d55fbb629d8a4525f3bc8d\n"
    },
    {
      "commit": "7d5bf8d6a016ad674cc3dbd79a8638be0b481082",
      "tree": "d3e7a37a5edbbac68a34057b10366aad954f1357",
      "parents": [
        "940ceee18274fd36404e746c01c6775810bb7a7b"
      ],
      "author": {
        "name": "pengyuesheng",
        "email": "pengyuesheng@gohighsec.com",
        "time": "Fri Jul 26 11:29:51 2019 +0800"
      },
      "committer": {
        "name": "pengyuesheng",
        "email": "pengyuesheng@gohighsec.com",
        "time": "Fri Jul 26 11:31:10 2019 +0800"
      },
      "message": "Blacklist sphinx 2.1.0 (autodoc bug)\n\nSee https://github.com/sphinx-doc/sphinx/issues/6440 for upstream details\nDepend-On: https://review.opendev.org/#/c/663060/\n\nChange-Id: Ic86546c18dbde251b7cc77955f591677c0de1fd4\n"
    },
    {
      "commit": "940ceee18274fd36404e746c01c6775810bb7a7b",
      "tree": "0d224964614cbedc629f269d1b3b36e523b8f079",
      "parents": [
        "b8c18fcefc8baac20848cf66b18d3e0418f2a332",
        "a2aad94f9dd97377331f57b1088bc4920aad935e"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Jul 25 22:10:09 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jul 25 22:10:09 2019 +0000"
      },
      "message": "Merge \"Test multi-cast messaging between VMs.\""
    },
    {
      "commit": "b8c18fcefc8baac20848cf66b18d3e0418f2a332",
      "tree": "a4c601ccfb04050fc11916b4682068d95540ec94",
      "parents": [
        "a7bb1619d43b413eb8d5849eb6df8d0dee260660",
        "b7238bd91b6ca17b612b0fe05e12c4fff05b3d33"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Jul 24 13:16:12 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Jul 24 13:16:12 2019 +0000"
      },
      "message": "Merge \"Add API tests for subnet pool prefix operations\""
    },
    {
      "commit": "031fd5a78885bf6ec6a432ffd4e421a9cc816c77",
      "tree": "4475dc097315cdbead840ff81f83d41832423bed",
      "parents": [
        "5cec35e997e006f123099a9c5e8fe588e63ffbde"
      ],
      "author": {
        "name": "Jakub Libosvar",
        "email": "libosvar@redhat.com",
        "time": "Mon Jul 15 16:10:07 2019 +0000"
      },
      "committer": {
        "name": "Jakub Libosvar",
        "email": "libosvar@redhat.com",
        "time": "Wed Jul 24 08:46:10 2019 +0000"
      },
      "message": "Test updating FIP with a different port\n\nThe test creates two servers, first one with a floating ip. Then the\nfloating ip is updated and associated with the port from the second\nserver and connectivity is checked.\n\nRelated-bug: #1835029\n\nChange-Id: I7f48a67af172911d52f62322d2d9fd0222c4c0a1\n"
    },
    {
      "commit": "ffe9be8ba91e298c2bdf5300edf1ef4cb410d8e9",
      "tree": "ff9ae92c7c9d0153cf0546e48fac37da332751ce",
      "parents": [
        "22c547853e9a786f8849a06fa46e3aa164bdd782"
      ],
      "author": {
        "name": "Matt Welch",
        "email": "matt.welch@intel.com",
        "time": "Tue Jul 02 13:24:29 2019 +0000"
      },
      "committer": {
        "name": "Matt Welch",
        "email": "matt.welch@intel.com",
        "time": "Tue Jul 23 14:48:35 2019 +0000"
      },
      "message": "Add tempest tests for DVR router state management\n\nAdd positive and negative tempest tests that assert correct operation of\na DVR router when the extension \u0027router-admin-state-down-before-update\u0027\nis enabled.\nAdded extension to neutron-tempest-plugin job.\n\nDepends-On: https://review.opendev.org/#/c/625134/\nChange-Id: Iaf24afa3d0fc28f2bec7be1b705a8d8b5ff886f8\nSigned-off-by: Matt Welch \u003cmatt.welch@intel.com\u003e\n"
    },
    {
      "commit": "a7bb1619d43b413eb8d5849eb6df8d0dee260660",
      "tree": "a716bd155f93aceb5134156ee3af6b9e29519212",
      "parents": [
        "5cec35e997e006f123099a9c5e8fe588e63ffbde"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Wed Jul 17 15:34:46 2019 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Thu Jul 18 14:26:08 2019 +0200"
      },
      "message": "Add possibility to disable running stadium projects tests\n\nThis patch adds possibility to disable running of tests related to:\n* networking-bgpvpn,\n* neutron-fwaas,\n* networking-sfc\n\nwhich were moved to neutron-tempest-plugin repo recently.\nThis will be useful when tests will be run for one of\nstable branches up to Stein, in which those tests are still\nin project\u0027s repo.\n\nChange-Id: I61dc252920154e7e0998eb2c7c1f026814796cdf\n"
    },
    {
      "commit": "5cec35e997e006f123099a9c5e8fe588e63ffbde",
      "tree": "fb57817a30724fa26262f24fd98d25449f39eb35",
      "parents": [
        "1d36a20e24689fb7034acfa7d55caff79b018ea6",
        "0daae87170cdf5f51d017684089e911de2f9b097"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Jul 11 19:00:06 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jul 11 19:00:06 2019 +0000"
      },
      "message": "Merge \"Add logging of servers console in scenario test_port_forwardings\""
    },
    {
      "commit": "a2aad94f9dd97377331f57b1088bc4920aad935e",
      "tree": "670df9dad928dfba01668b608875f3747255898a",
      "parents": [
        "25cea25f12b8622d8a1595a9d674735756746516"
      ],
      "author": {
        "name": "Federico Ressi",
        "email": "fressi@redhat.com",
        "time": "Mon Apr 09 12:01:48 2018 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Thu Jul 11 13:50:01 2019 +0000"
      },
      "message": "Test multi-cast messaging between VMs.\n\nTest multi-cast messages are delivered bewteen two VMs\nusing IPv4 through the same tenant network.\n\nThis new test scenario requires advanced image to be run as\nit needs to run python3 scripts and python3 is not available\non Cirros.\n\nCo-authored-by: Slawek Kaplonski \u003cskaplons@redhat.com\u003e\n\nChange-Id: Idd1589adbff6e556290f43fabbb8a23737a34adf\n"
    },
    {
      "commit": "1d36a20e24689fb7034acfa7d55caff79b018ea6",
      "tree": "0144c278175ee019d5c7543f6b2d76e731b6b823",
      "parents": [
        "97a8cd53b70240586902eca477ee751c39654d7f"
      ],
      "author": {
        "name": "Nate Johnston",
        "email": "nate.johnston@redhat.com",
        "time": "Fri Mar 15 15:01:21 2019 -0400"
      },
      "committer": {
        "name": "Nate Johnston",
        "email": "nate.johnston@redhat.com",
        "time": "Fri Jul 05 17:44:53 2019 -0400"
      },
      "message": "Migrate neutron-fwaas tests to neutron-tempest-plugin\n\nAs discussed in the neutron_c1 meeting [1] the QA team would like to\nmove the tempest tests for the stadium projects from their repos to\nrepos specific to being tempest plugins.  This is the first part of a\ntwo stage move, by copying over the tempest tests to the\nneutron-tempest-plugin repo [2] rather than spawning new repos to be\nseparate.\n\n[1] http://eavesdrop.openstack.org/meetings/neutron_ci/2019/neutron_ci.2019-03-12-16.01.log.html#l-94\n[2] https://etherpad.openstack.org/p/neutron_stadium_move_to_tempest_plugin_repo\n\nNeeded-By: https://review.opendev.org/643668\nDepends-On: https://review.opendev.org/660483\nChange-Id: I979edd26264ae5f9ceab2da350bc99c40145ec40\n"
    },
    {
      "commit": "0daae87170cdf5f51d017684089e911de2f9b097",
      "tree": "56ea2732227b4103ed26d95b0a2829c157bcbbb5",
      "parents": [
        "97a8cd53b70240586902eca477ee751c39654d7f"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Tue Jul 02 12:00:58 2019 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Tue Jul 02 17:51:39 2019 +0200"
      },
      "message": "Add logging of servers console in scenario test_port_forwardings\n\nIn case when ssh to one of servers in test test_port_forwardings\nwill fail it is useful to have consile log from servers used in\ntest.\nThis patch adds logging of such console output in this test.\n\nChange-Id: I597d2c13544d668f88d78016ff4545e164e97a3e\n"
    },
    {
      "commit": "97a8cd53b70240586902eca477ee751c39654d7f",
      "tree": "1e115ce7e6e5aec7d40d1703dab3426a1a0f71fc",
      "parents": [
        "d4fa6dc0f600fd1184c25e946c99735c04451003",
        "6aae0d4b0e7e058e4da992b0cb74be84cedad433"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sat Jun 29 03:05:27 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Jun 29 03:05:27 2019 +0000"
      },
      "message": "Merge \"Change order of creating vms and plug routers in scenario test\""
    },
    {
      "commit": "d4fa6dc0f600fd1184c25e946c99735c04451003",
      "tree": "1cd2338a82aca1acf84fde6deeb308bafc4d3da2",
      "parents": [
        "2da72f09f5fded7f40048f7369c7f44d0760d807"
      ],
      "author": {
        "name": "Brian Haley",
        "email": "bhaley@redhat.com",
        "time": "Thu Jun 27 11:31:55 2019 -0400"
      },
      "committer": {
        "name": "Brian Haley",
        "email": "bhaley@redhat.com",
        "time": "Thu Jun 27 11:31:55 2019 -0400"
      },
      "message": "Update flake8 style enforcement\n\nAdded enforcement of H204 and H205 extensions to match\nneutron repo, there were no few failures.\n\nChange-Id: I9809f9f93e5c9dc4b654e2a50b35ed8cf3428987\n"
    },
    {
      "commit": "6aae0d4b0e7e058e4da992b0cb74be84cedad433",
      "tree": "4dca548079a92339bda2df51cad63bd031cd927f",
      "parents": [
        "af04e1db7d6e5d7a2170a16a168f29bdbea42fe5"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Wed Jun 26 10:17:15 2019 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Thu Jun 27 07:13:46 2019 +0000"
      },
      "message": "Change order of creating vms and plug routers in scenario test\n\nIn scenario tests in module\ntest_connectivity there was an issue that first 2 vms\nwere created and after that subnets were plugged into\nrouter. That caused race condition between spawning vms\nand cloud-init script during boot process and configuring\nmetadata service in routers. Because of that often\ninstance was booted without SSH key configured properly\nthus there was no possibility to ssh to this VM and test\nwas failing.\n\nAs we don\u0027t have any way to ensure that metadata is already\nconfigured inside router, this patch just change order of\noperations that subnets are first plugged into router and\nthan VMs are created. Thanks to this change it should be\nat least much more reliable and test should be working better.\n\nChange-Id: Ieca8567965789f8d7763a77cecc82059c30b5ced\nRelated-Bug: #1830763\n"
    },
    {
      "commit": "2da72f09f5fded7f40048f7369c7f44d0760d807",
      "tree": "511dcf1fe51808778932d3141e93b03f39f9f35b",
      "parents": [
        "af04e1db7d6e5d7a2170a16a168f29bdbea42fe5",
        "411261f4ff24f7394bdbe583dc2dcf2201bdf718"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Jun 25 19:35:52 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jun 25 19:35:52 2019 +0000"
      },
      "message": "Merge \"Additional test cases for port forwardings API\""
    },
    {
      "commit": "b7238bd91b6ca17b612b0fe05e12c4fff05b3d33",
      "tree": "9a059c7cd72781da424b39af0c5e33233ea1766a",
      "parents": [
        "1c95d624ae52df415f2de807959c80117aea0ea8"
      ],
      "author": {
        "name": "Ryan Tidwell",
        "email": "rtidwell@suse.com",
        "time": "Thu May 30 10:35:09 2019 -0500"
      },
      "committer": {
        "name": "Ryan Tidwell",
        "email": "rtidwell@suse.com",
        "time": "Sat Jun 22 03:11:32 2019 +0000"
      },
      "message": "Add API tests for subnet pool prefix operations\n\nThis introduces API tests for the subnetpool_prefix_ops\nextension. These tests assert proper addition and removal of\nprefixes against subnet pools under the various scenarios that\nare supported.\n\nRelated-Bug: #1792901\nDepends-On: https://review.opendev.org/#/c/648197/\nChange-Id: I51564669fc1113556b0927296fa9dd2a8806bce8\n"
    },
    {
      "commit": "af04e1db7d6e5d7a2170a16a168f29bdbea42fe5",
      "tree": "fde523175f10fda651086f023e6e07e144a390c8",
      "parents": [
        "25cea25f12b8622d8a1595a9d674735756746516",
        "b7f7d1383648f1c61a0a70e983f8afa8e5ac2d14"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Jun 21 20:39:40 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Jun 21 20:39:40 2019 +0000"
      },
      "message": "Merge \"Re-enable internal DNS tests\""
    },
    {
      "commit": "25cea25f12b8622d8a1595a9d674735756746516",
      "tree": "283b19b8ea4422c84eb96705667aa3d54f231cfd",
      "parents": [
        "1c95d624ae52df415f2de807959c80117aea0ea8"
      ],
      "author": {
        "name": "jacky06",
        "email": "zhang.min@99cloud.net",
        "time": "Wed Jun 19 22:58:24 2019 +0800"
      },
      "committer": {
        "name": "jacky06",
        "email": "zhang.min@99cloud.net",
        "time": "Wed Jun 19 22:58:47 2019 +0800"
      },
      "message": "Sync Sphinx requirement\n\n1. Sync sphinx dependency with global requirements. It caps python 2 since\nsphinx 2.0 no longer supports Python 2.7.\n2. Remove unncessary \"\u003d\u003d\"\n\nChange-Id: Id733fe1f513e756eb7bb2e8314bdb5dacc5dacd3\n"
    },
    {
      "commit": "411261f4ff24f7394bdbe583dc2dcf2201bdf718",
      "tree": "f0d3df97dc6392e2c92a4a88246ef9954328c38c",
      "parents": [
        "4e44e244f7cb258d4baa1b839deb7ae83b2b0521"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Fri Jun 14 00:01:43 2019 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Wed Jun 19 06:44:36 2019 +0000"
      },
      "message": "Additional test cases for port forwardings API\n\nThis patch adds 2 additional test cases to API tests for\nport forwardings:\n1. Attempt to delete Floating IP used already by port forwarding -\n   this should returns Conflict error,\n2. Try to associate port forwarding to Neutron\u0027s port which is\n   already associated with another Floating IP - this should raise\n   Conflict error.\n\nDepends-On: https://review.opendev.org/666235\nChange-Id: I8b036068645f9d0277cde66b027a22273d9b1c41\n"
    },
    {
      "commit": "b7f7d1383648f1c61a0a70e983f8afa8e5ac2d14",
      "tree": "86a835924686df96c87e89e92e57adc36c160821",
      "parents": [
        "e142c0b6e9d935ec37bdcab4efbca7c2ca9b150e"
      ],
      "author": {
        "name": "James Page",
        "email": "james.page@ubuntu.com",
        "time": "Mon Jun 10 11:14:25 2019 +0100"
      },
      "committer": {
        "name": "James Page",
        "email": "james.page@ubuntu.com",
        "time": "Mon Jun 17 09:16:10 2019 +0100"
      },
      "message": "Re-enable internal DNS tests\n\nRe-enable internal DNS tests as assocaited Neutron\nchanges have now landed.\n\nAssert that \u0027starwars\u0027 has not been configured in\nthe search path for the test instance.\n\nRelated-Bug: 1826419\nChange-Id: I9d16f3b2dacd1e753c8f9d803c889c537a3f3378\n"
    },
    {
      "commit": "1c95d624ae52df415f2de807959c80117aea0ea8",
      "tree": "48882d26179e3fa17ce3f451f4fcb43063ea7f0d",
      "parents": [
        "4e44e244f7cb258d4baa1b839deb7ae83b2b0521"
      ],
      "author": {
        "name": "LIU Yulong",
        "email": "i@liuyulong.me",
        "time": "Sun Jun 16 10:36:56 2019 +0800"
      },
      "committer": {
        "name": "LIU Yulong",
        "email": "i@liuyulong.me",
        "time": "Sun Jun 16 13:15:49 2019 +0800"
      },
      "message": "Fix: test fails due to image not found\n\nNo image in the following link anymore:\nhttp://cloud-images.ubuntu.com/releases/16.04/release-20180622/\nReplace with release name based image location.\n\nCloses-Bug: #1832968\nChange-Id: I92a0e1643b6d58c4d882ecd03bbc4df855f57301\n"
    },
    {
      "commit": "4e44e244f7cb258d4baa1b839deb7ae83b2b0521",
      "tree": "c7e0191df5c23880128472325f3b81320bf62712",
      "parents": [
        "03201d3d62a134d501a751108c26428cc9c4c7e1",
        "e142c0b6e9d935ec37bdcab4efbca7c2ca9b150e"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Jun 10 17:17:18 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Jun 10 17:17:18 2019 +0000"
      },
      "message": "Merge \"Ensure DNS configuration from conf\""
    },
    {
      "commit": "03201d3d62a134d501a751108c26428cc9c4c7e1",
      "tree": "3bd98598d5673c7e7fda99a6edd66f2a658cf9d8",
      "parents": [
        "d2a6accd066492ed7f6df30397a59b5845e398a2",
        "13903aae40c99eeef66410c2251948940d9ac293"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Jun 07 09:41:48 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Jun 07 09:41:48 2019 +0000"
      },
      "message": "Merge \"Scenario test for port forwarding\""
    },
    {
      "commit": "13903aae40c99eeef66410c2251948940d9ac293",
      "tree": "7f871594effed81a05d9976d4bec2edcf656658f",
      "parents": [
        "033803c3b84c0b931b564bc2cf36dd77af6fea17"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Sun Jun 02 14:31:47 2019 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Thu Jun 06 09:29:43 2019 +0200"
      },
      "message": "Scenario test for port forwarding\n\nThis patch adds new scenario test for port forwarding functionality.\nIt creates 1 floating IP, and 1 router, then spawns 2 VMs and configure\n2 port forwardings using created floating IP and VMs.\nThose 2 port forwardings allows to SSH with 2 different ports to 2\ndifferent VMs using same floating IP.\n\nChange-Id: Ie5475c797113cfc5c9bfaf4bbd58c211ed30bc89\n"
    },
    {
      "commit": "d2a6accd066492ed7f6df30397a59b5845e398a2",
      "tree": "b0f7d97aa0c59b2b1388d1cfc0790ec1923a3ef3",
      "parents": [
        "033803c3b84c0b931b564bc2cf36dd77af6fea17"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Tue Jun 04 12:22:24 2019 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Tue Jun 04 23:10:51 2019 +0200"
      },
      "message": "Scenario test case to check connectivity when dvr and non-dvr routers used\n\nSubnet is connected to dvr and non-dvr routers in the same time, test\nensures that connectivity from VM to both routers works properly.\n\nDepends-On: https://review.opendev.org/662999\n\nChange-Id: Ib41b58d25955b9a7fa0c06c9257bf0db17f4f8fc\nRelated-Bug: #1831575\n"
    },
    {
      "commit": "e142c0b6e9d935ec37bdcab4efbca7c2ca9b150e",
      "tree": "9977983a403e1c6c8585933741c1ba9249a30a31",
      "parents": [
        "033803c3b84c0b931b564bc2cf36dd77af6fea17"
      ],
      "author": {
        "name": "James Page",
        "email": "james.page@ubuntu.com",
        "time": "Mon Jun 03 09:23:40 2019 +0100"
      },
      "committer": {
        "name": "James Page",
        "email": "james.page@ubuntu.com",
        "time": "Tue Jun 04 10:29:03 2019 +0100"
      },
      "message": "Ensure DNS configuration from conf\n\nFor internal DNS the DNS configuration including the search\npath should be derived from configuration rather than from\nthe dns_domain attribute of the network, which is used for\nexternal DNS integration.\n\nUpdate test to ensure that configuration based dns domain\nis present in the server search path and is used to validate\nresolution of the hostname of the server.\n\nThis commit also temporaily skips the internal DNS test whilst\nthe associated Neutron reviews are landed; it will be re-enabled\nafterwards.\n\nChange-Id: I145144c042b100f7e12a02a8ac7e0fbbe41e984d\nRelated-Bug: 1826419\nRequired-By: I5ff03b5ad8af432a9f7919ef953d7d8c434b93bd\n"
    },
    {
      "commit": "033803c3b84c0b931b564bc2cf36dd77af6fea17",
      "tree": "c5f6d7743c03f2773351981ed2dcaefb9dd07e4c",
      "parents": [
        "c89a00a3ba907d6b67831be4ead64bb80c9aed2b",
        "f40b4945c7cb73beab9774791e7819b9abf293d6"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed May 29 22:53:56 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed May 29 22:53:56 2019 +0000"
      },
      "message": "Merge \"Remove networking-bgpvpn job from template\""
    },
    {
      "commit": "c89a00a3ba907d6b67831be4ead64bb80c9aed2b",
      "tree": "40594ba9af4b8958767253192ef72d9a33715df0",
      "parents": [
        "0d29ebb40c8dca7fbb24bf48a423a1c585867553",
        "003fcae7f971685bc9a490cb3e1ea5001f6ff550"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed May 29 22:04:34 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed May 29 22:04:34 2019 +0000"
      },
      "message": "Merge \"Add base API tests for port forwarding\""
    },
    {
      "commit": "f40b4945c7cb73beab9774791e7819b9abf293d6",
      "tree": "a744b2e25835f864a4e209bf953226fbd52884b8",
      "parents": [
        "0d29ebb40c8dca7fbb24bf48a423a1c585867553"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Wed May 29 08:53:33 2019 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Wed May 29 08:56:17 2019 +0200"
      },
      "message": "Remove networking-bgpvpn job from template\n\nJob neutron-tempest-plugin-bgpvpn-bagpipe was by mistake added\nto the neutron-tempest-plugin-jobs template in [1] and because\nof that it was run in check and gate queue for every Neutron\npatch.\nThis isn\u0027t necessary so this patch moves this job out of the template\nand adds it directly to check and gate queue in neutron-tempest-plugin\nrepo.\n\n[1] https://review.openstack.org/652991\n\nChange-Id: Iec9dc16b2e37d4f93dd15db314bc3286779489dd\n"
    },
    {
      "commit": "0d29ebb40c8dca7fbb24bf48a423a1c585867553",
      "tree": "1459121b94db04f70ad8497f7650b04e6762efc4",
      "parents": [
        "cbae55252410887fb1a43986ee62623ac35e6ae6",
        "87c3f941a3dd168d64226a4e238545ed69e05383"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue May 28 17:43:05 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue May 28 17:43:05 2019 +0000"
      },
      "message": "Merge \"Add API test case to check if SG displays all rules\""
    },
    {
      "commit": "cbae55252410887fb1a43986ee62623ac35e6ae6",
      "tree": "8dc0db5a8143f3a2447f15cb30a50af67817d3dc",
      "parents": [
        "f83bb96a0d5436c88c32b8a50fc9643847d11066",
        "8d2557c6320208e0d27532f8d4d5f239b002a4c5"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue May 28 05:57:41 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue May 28 05:57:41 2019 +0000"
      },
      "message": "Merge \"Change legacy security group rule check\""
    },
    {
      "commit": "f83bb96a0d5436c88c32b8a50fc9643847d11066",
      "tree": "28a813fcb6e2476a6ee7e9e6eebf891382db0baf",
      "parents": [
        "406a7ae873cbf67cd302c49271fae7d36ecd8bf3",
        "68ab245db7731358a97b3fd47ab5458d42e6b7d9"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue May 28 00:57:50 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue May 28 00:57:50 2019 +0000"
      },
      "message": "Merge \"Add case for router east west traffic\""
    },
    {
      "commit": "406a7ae873cbf67cd302c49271fae7d36ecd8bf3",
      "tree": "19da133789e4ce98220efd0b40674bbcb9817ff7",
      "parents": [
        "8dd49aac9fa27166d76755c7d62ea9f0553d8d74",
        "74e760a46e6c2260b6b048271c3b759641290efb"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon May 27 19:49:42 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon May 27 19:49:42 2019 +0000"
      },
      "message": "Merge \"Normalize url without port with schema default port\""
    },
    {
      "commit": "74e760a46e6c2260b6b048271c3b759641290efb",
      "tree": "83974a9f688341dbf805ae62c17dbc81e9f27eb3",
      "parents": [
        "22c547853e9a786f8849a06fa46e3aa164bdd782"
      ],
      "author": {
        "name": "zheng.yong",
        "email": "yong.zheng@easystack.cn",
        "time": "Wed May 22 14:16:14 2019 +0800"
      },
      "committer": {
        "name": "yong.zheng",
        "email": "zhengy23@163.com",
        "time": "Mon May 27 13:14:14 2019 +0800"
      },
      "message": "Normalize url without port with schema default port\n\nIn function get_bare_url, it will assert url startswith base_url,\nif base_url is \u0027http://neutron.openstack.svc.cluster.local:80/\u0027,\nwhile url is \u0027http://neutron.openstack.svc.cluster.local/v2.0/router/...\u0027,\nit will raise error. here need to add default schema port 80 to url to\nfix this problem.\n\nChange-Id: I44d623d3d0d96711f7ca93fc24b40c024dd86446\nCloses-Bug: #1829962\n"
    },
    {
      "commit": "003fcae7f971685bc9a490cb3e1ea5001f6ff550",
      "tree": "d69ce25118c9c74faa908b32019ad7ebb352487c",
      "parents": [
        "8dd49aac9fa27166d76755c7d62ea9f0553d8d74"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Sun May 26 22:38:35 2019 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Mon May 27 06:33:01 2019 +0200"
      },
      "message": "Add base API tests for port forwarding\n\nThis patch adds base client support and API tests for port forwarding\nfeature.\n\nThis patch also enable port_forwarding service plugin in\nneutron_tempest_plugin CI jobs.\n\nDepends-On: https://review.opendev.org/#/c/661581/\n\nChange-Id: Ice58232b640ea8aa28d7a54aa9cf14e6ad0a2bb0\n"
    },
    {
      "commit": "68ab245db7731358a97b3fd47ab5458d42e6b7d9",
      "tree": "98daff7ef06943eb5ebc379f27549aad14b452f4",
      "parents": [
        "cbec36256ab991fd9e32f1480ca8ecb7d8a49caf"
      ],
      "author": {
        "name": "LIU Yulong",
        "email": "i@liuyulong.me",
        "time": "Sat May 18 10:19:49 2019 +0800"
      },
      "committer": {
        "name": "LIU Yulong",
        "email": "i@liuyulong.me",
        "time": "Sun May 26 16:40:05 2019 +0800"
      },
      "message": "Add case for router east west traffic\n\nIn order to avoid unexpected regression, this patch adds one\ntest case for router east west traffic.\n\nChange-Id: I695e833ccedddafaf9f5b7ccbd4831f02efde733\n"
    },
    {
      "commit": "87c3f941a3dd168d64226a4e238545ed69e05383",
      "tree": "b42f7c42ff62313a97477583068bf373c70e7cd5",
      "parents": [
        "1a987ecb4d310328cc4c2c5628dc5018dc7afc48"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Mon May 20 18:50:53 2019 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Fri May 24 19:02:54 2019 +0000"
      },
      "message": "Add API test case to check if SG displays all rules\n\nThis patch adds new API test which checks if owner of security group\ncan see rules which belongs to his security group even if rule was\ncreated and belongs to other user (admin).\n\nPatch for master branch:\nDepends-On: https://review.opendev.org/660174\n\nBackport to stable/Stein:\nDepends-On: https://review.opendev.org/661281\n\nBackport to stable/Rocky:\nDepends-On: https://review.opendev.org/661283\n\nBackport to stable/Queens:\nDepends-On: https://review.opendev.org/661284\n\nChange-Id: I728cd8252d27e27e91bd95e4734d9db470dee35a\nRelated-Bug: #1824248\n"
    },
    {
      "commit": "8dd49aac9fa27166d76755c7d62ea9f0553d8d74",
      "tree": "4e4ea3955f17942f60468bfeaabaebfe187af974",
      "parents": [
        "22c547853e9a786f8849a06fa46e3aa164bdd782"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Tue Apr 16 14:47:07 2019 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Thu May 23 16:59:23 2019 +0200"
      },
      "message": "Rehome tempest tests from networking-bgpvpn repo\n\nThis patch rehomes networking-bgpvpn tempest tests from\nnetworking-bgpvpn repo to neutron_tempest_plugin.bgpvpn module.\n\nIt also adds definition of new, zuulv3 job which will run tests from\nthis neutron_tempest_plugin.bgpvpn module.\n\nChange-Id: Ideb935b76c9a3b36f88a2a66dbfcb1844348cd86\n"
    },
    {
      "commit": "22c547853e9a786f8849a06fa46e3aa164bdd782",
      "tree": "756dfd0598b519619bb0f18600e07443a1108d82",
      "parents": [
        "4f5afdce6bbb5868817119443ef6b125196dd36d",
        "46a0ae2ccdf0b08aec87272d35276a563e48a18b"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue May 21 17:13:32 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue May 21 17:13:32 2019 +0000"
      },
      "message": "Merge \"Remove obsolete docs job from neutron-tempest-plugin-jobs\""
    },
    {
      "commit": "8d2557c6320208e0d27532f8d4d5f239b002a4c5",
      "tree": "08abdbe2d20586b0fdaa54d75f5d6d18865183d5",
      "parents": [
        "1a987ecb4d310328cc4c2c5628dc5018dc7afc48"
      ],
      "author": {
        "name": "Brian Haley",
        "email": "bhaley@redhat.com",
        "time": "Mon May 20 15:56:58 2019 -0400"
      },
      "committer": {
        "name": "Brian Haley",
        "email": "bhaley@redhat.com",
        "time": "Tue May 21 09:14:38 2019 -0400"
      },
      "message": "Change legacy security group rule check\n\nA neutron change, https://review.opendev.org/#/c/453346/\nis standardizing the protocol name for IPv6 ICMP in security\ngroup rules to be \u0027ipv6-icmp\u0027, even if \u0027icmp\u0027 or \u0027icmpv6\u0027\nwas passed during creation.  Change the API test to check\nagainst a list of possible values so it covers both old and\nnew behaviors.\n\nChange-Id: I0ca8d743ca56f7d67ef8c1ae45ca518bd6e6dc35\nPartial-Bug: #1582500\n"
    },
    {
      "commit": "4f5afdce6bbb5868817119443ef6b125196dd36d",
      "tree": "ef5397bd84440bc6622a3ad5d0d618bffbe24c60",
      "parents": [
        "1a987ecb4d310328cc4c2c5628dc5018dc7afc48"
      ],
      "author": {
        "name": "zhangbailin",
        "email": "zhangbailin@inspur.com",
        "time": "Tue May 21 11:08:31 2019 +0800"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Tue May 21 07:14:43 2019 +0000"
      },
      "message": "Dropping support for py35\n\nAs per below ML thread, we are good to drop the py35\nsupport now:\nhttp://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html\n\n[1]http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html\n[2]\nhttps://governance.openstack.org/tc/reference/runtimes/stein.html\nhttps://governance.openstack.org/tc/reference/runtimes/train.html\n\nChange-Id: Icf0980b8f1a8d884b05621f5298c13cad5f05387\n"
    },
    {
      "commit": "46a0ae2ccdf0b08aec87272d35276a563e48a18b",
      "tree": "ae8715623ae8b366f017d0dfb9090fe64e90dcc5",
      "parents": [
        "1a987ecb4d310328cc4c2c5628dc5018dc7afc48"
      ],
      "author": {
        "name": "Andreas Jaeger",
        "email": "aj@suse.com",
        "time": "Sun May 19 09:34:23 2019 +0200"
      },
      "committer": {
        "name": "Andreas Jaeger",
        "email": "aj@suse.com",
        "time": "Sun May 19 09:38:51 2019 +0200"
      },
      "message": "Remove obsolete docs job from neutron-tempest-plugin-jobs\n\nCurrently, neutron repo builds docs twice: with the PTI job\nopenstack-tox-docs which is part of publish-openstack-docs-pti and with\nthe obsolete job build-openstack-sphinx-docs which is part of\nneutron-tempest-plugin-jobs.\n\nThe template neutron-tempest-plugin-jobs is only used for this repo and\nfor neutron.\n\nFix:\n* Remove the obsolete doc building job so that only the new PTI job is used.\n\n* Add the template build-openstack-docs-pti so that the new PTI jobs run\n  on this repo.\n\nChange-Id: I7e5cb3a3fc1b6da0f4b335b631fbaa071cf74631\n"
    },
    {
      "commit": "1a987ecb4d310328cc4c2c5628dc5018dc7afc48",
      "tree": "8495308c2a81e633d489d041a52fa9a9795beeeb",
      "parents": [
        "cbec36256ab991fd9e32f1480ca8ecb7d8a49caf"
      ],
      "author": {
        "name": "Bernard Cafarelli",
        "email": "bcafarel@redhat.com",
        "time": "Tue Apr 16 16:42:10 2019 +0200"
      },
      "committer": {
        "name": "Bernard Cafarelli",
        "email": "bcafarel@redhat.com",
        "time": "Fri May 17 12:21:57 2019 +0200"
      },
      "message": "Migrate networking-sfc tests to neutron-tempest-plugin\n\nAs discussed in the neutron_ci meeting [1] the QA team would like to\nmove the tempest tests for the stadium projects from their repos to\nrepos specific to being tempest plugins.  This is the first part of a\ntwo stage move, by copying over the tempest tests to the\nneutron-tempest-plugin repo [2] rather than spawning new repos to be\nseparate.\n\nUpdated some uuids to fix idempotent ids\n\n[1] http://eavesdrop.openstack.org/meetings/neutron_ci/2019/neutron_ci.2019-03-12-16.01.log.html#l-94\n[2] https://etherpad.openstack.org/p/neutron_stadium_move_to_tempest_plugin_repo\n\nChange-Id: I80ff2daac44bd3a4ee179c7a6cf1d62a8fd2004c\n"
    },
    {
      "commit": "cbec36256ab991fd9e32f1480ca8ecb7d8a49caf",
      "tree": "5a9a328f6fc0e55d915e15e2dc3b2e7cfb466f6b",
      "parents": [
        "ce246d0b487d9ddc66aa0abe749ab54fca8476a9",
        "d49cf7ab5c42c81aff58860d5809500d2f6c7b1a"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sun May 05 20:41:55 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun May 05 20:41:55 2019 +0000"
      },
      "message": "Merge \"Replace git.openstack.org URLs with opendev.org URLs\""
    },
    {
      "commit": "d49cf7ab5c42c81aff58860d5809500d2f6c7b1a",
      "tree": "1f4ce809fefdb74f99e64fdaf20357e561ef7a26",
      "parents": [
        "eae7a379326f137cd45b43168ceaca43fdab5fb3"
      ],
      "author": {
        "name": "caoyuan",
        "email": "cao.yuan@99cloud.net",
        "time": "Tue Apr 23 19:38:35 2019 +0800"
      },
      "committer": {
        "name": "caoyuan",
        "email": "cao.yuan@99cloud.net",
        "time": "Fri Apr 26 17:31:20 2019 +0800"
      },
      "message": "Replace git.openstack.org URLs with opendev.org URLs\n\nChange-Id: If60f0bea94b5cf1009466c6371a4c8ee06e9c728\n"
    },
    {
      "commit": "ce246d0b487d9ddc66aa0abe749ab54fca8476a9",
      "tree": "2058967d329f8ef560705645fd892bb503ee0f43",
      "parents": [
        "46be4325b57ba58cd3a20c33789eff336d2973cb"
      ],
      "author": {
        "name": "Kailun Qin",
        "email": "kailun.qin@intel.com",
        "time": "Fri Jul 20 21:38:07 2018 +0800"
      },
      "committer": {
        "name": "Kailun Qin",
        "email": "kailun.qin@intel.com",
        "time": "Thu Apr 25 21:09:01 2019 +0800"
      },
      "message": "Add api test for DVR coverting back to centralized\n\nThis patch adds a test case for DVR routers which converts a centralized\nrouter to distributed firstly, followed by making a transition back to\ncentralized. It checks whether the attributes are updated or retained as\nexpected.\n\nRelated-Bug: #1780094\nChange-Id: Ida6e75d0215283c15b7a1c0ce0f473169afe8a66\n"
    },
    {
      "commit": "46be4325b57ba58cd3a20c33789eff336d2973cb",
      "tree": "15c95b6c1d9469bdd3ff967bf8af994844fe485e",
      "parents": [
        "eae7a379326f137cd45b43168ceaca43fdab5fb3",
        "fa1081ad9f607b7a45a406eca7fbf48de206409b"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Apr 23 20:51:21 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Apr 23 20:51:21 2019 +0000"
      },
      "message": "Merge \"Add additional config option \"default_image_is_advanced\"\""
    },
    {
      "commit": "eae7a379326f137cd45b43168ceaca43fdab5fb3",
      "tree": "96a68d06155c14d6128ae9fced309fd46f73b1e5",
      "parents": [
        "a57f80d1809a7d2a58e36ccd7d82c082f0be7080"
      ],
      "author": {
        "name": "OpenDev Sysadmins",
        "email": "openstack-infra@lists.openstack.org",
        "time": "Fri Apr 19 19:43:58 2019 +0000"
      },
      "committer": {
        "name": "OpenDev Sysadmins",
        "email": "openstack-infra@lists.openstack.org",
        "time": "Fri Apr 19 19:43:58 2019 +0000"
      },
      "message": "OpenDev Migration Patch\n\nThis commit was bulk generated and pushed by the OpenDev sysadmins\nas a part of the Git hosting and code review systems migration\ndetailed in these mailing list posts:\n\nhttp://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html\nhttp://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html\n\nAttempts have been made to correct repository namespaces and\nhostnames based on simple pattern matching, but it\u0027s possible some\nwere updated incorrectly or missed entirely. Please reach out to us\nvia the contact information listed at https://opendev.org/ with any\nquestions you may have.\n"
    },
    {
      "commit": "fa1081ad9f607b7a45a406eca7fbf48de206409b",
      "tree": "7140f8c3a3cb7ca0f5a30e8a80f0674fcd5d2686",
      "parents": [
        "a57f80d1809a7d2a58e36ccd7d82c082f0be7080"
      ],
      "author": {
        "name": "Yariv Rachmani",
        "email": "yrachman@redhat.com",
        "time": "Wed Nov 21 12:46:57 2018 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Mon Apr 15 07:47:12 2019 +0000"
      },
      "message": "Add additional config option \"default_image_is_advanced\"\n\nIn patch [1] we added new config option to configure \"advanced\" image\nwhich we are using in some tests which require it and can\u0027t run using\ndefault Cirros image.\nUnfortunatelly this made life of some downstream users harder as they\nhave CI systems which don\u0027t use devstack and don\u0027t have easy way to\nload another \"advanced\" image and use it for those tests.\n\nSo now this patch adds one ore config option \"default_image_is_advanced\"\nwhich has boolean value and defaults to False.\nIf this is set to True, tests which require advanced image will not be\nskipped and default image will be used for those tests.\n\n[1] https://review.openstack.org/#/c/609762/16/neutron_tempest_plugin/config.py\n\nCo-Authored-By: Slawek Kaplonski \u003cskaplons@redhat.com\u003e\n\nChange-Id: Ic78ee64a9350863ff5bd4b4baa4b20770e1b9d47\n"
    },
    {
      "commit": "a57f80d1809a7d2a58e36ccd7d82c082f0be7080",
      "tree": "25f24df91ae84ee1fd66335084f1feaf6a67eb94",
      "parents": [
        "52b1b95fed8bb57580a2d068ca9aafb2de5e0217"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Mon Apr 01 17:21:30 2019 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Mon Apr 01 17:21:30 2019 +0200"
      },
      "message": "Add definition of jobs running on stable/stein branch\n\nStable Stein branch is already done so we should run\nneutron-tempest-plugin jobs on it also.\n\nChange-Id: I1a940da1a44bab9a5c60c439ebfbc40ff09f0f59\n"
    },
    {
      "commit": "52b1b95fed8bb57580a2d068ca9aafb2de5e0217",
      "tree": "5e9af1c3127c4c848f2ea22a7176f46b99cc0c94",
      "parents": [
        "d8d2facf945592ffc44e2e364e8197f07b260a94"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Mon Apr 01 08:42:04 2019 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Mon Apr 01 10:01:29 2019 +0200"
      },
      "message": "Switch job definitions to use new \"tempest_plugin\" variable\n\nThis new variable was recently added to zuul in [1] to build\nTEMPEST_PLUGINS list by combining plugin names with devstack\nbase path.\n\nIn old stable branches we still have to use old version with\nTEMPEST_PLUGINS devstack option configured directly.\n\n[1] https://review.openstack.org/#/c/639374/\n\nChange-Id: I6bc2a3e752234d20890d64ceaefa0714cd05038f\nCloses-Bug: #1822453\n"
    },
    {
      "commit": "d8d2facf945592ffc44e2e364e8197f07b260a94",
      "tree": "8129bdda8d16372a6672aaf4891c1dd575c65853",
      "parents": [
        "d220cc01ec0567da38c53e6c5444b19b9db4c9a6",
        "5ce1bc22b4d84ccf81bb9c3aa63446eef72a6184"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu Mar 28 15:59:06 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Mar 28 15:59:06 2019 +0000"
      },
      "message": "Merge \"Addition of negative test: network creation with an above the limit mtu value. The value max_mtu can be configured in tempest.conf\""
    },
    {
      "commit": "5ce1bc22b4d84ccf81bb9c3aa63446eef72a6184",
      "tree": "d553c63a80d7b23bcbd4236eaa6e6bdd08df9d2d",
      "parents": [
        "c1052e777ded77ff565c78b3e106d4bbf782d7c5"
      ],
      "author": {
        "name": "pkomarov",
        "email": "pkomarov@redhat.com",
        "time": "Sat Mar 23 22:53:26 2019 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Wed Mar 27 22:09:53 2019 +0000"
      },
      "message": "Addition of negative test: network creation with an\nabove the limit mtu value.\nThe value max_mtu can be configured in tempest.conf\n\nChange-Id: Ic1d488418fbceeca9ff34baa2d177431e98c1edc\n"
    },
    {
      "commit": "d220cc01ec0567da38c53e6c5444b19b9db4c9a6",
      "tree": "0c91310b87098a9ae38e8a35a688aa49183d48f8",
      "parents": [
        "76114d69f6601293b3025cf5e84b5fcde55e4e8a",
        "5ddcf33322f1e257322369fff6416aa48c4214b9"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Wed Mar 27 07:44:58 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Mar 27 07:44:58 2019 +0000"
      },
      "message": "Merge \"Mark test_floatingip_port_details test as unstable\""
    },
    {
      "commit": "76114d69f6601293b3025cf5e84b5fcde55e4e8a",
      "tree": "139a1c83c87308eb2f9e2854d7856cfa23843ab6",
      "parents": [
        "42d92e2322c6aa9dd4dad6f87efeec5300525c6b",
        "92fbbab347f4ea254f976e8dd68f1c06c1cfee59"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Tue Mar 26 22:12:07 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Mar 26 22:12:07 2019 +0000"
      },
      "message": "Merge \"Min bw rule operations should be rejected on non-physnet ports/networks\""
    },
    {
      "commit": "5ddcf33322f1e257322369fff6416aa48c4214b9",
      "tree": "5124386a4a31e70b99a5fb5560a910cdef1a0eb2",
      "parents": [
        "42d92e2322c6aa9dd4dad6f87efeec5300525c6b"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Tue Mar 26 18:00:58 2019 +0100"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Tue Mar 26 18:00:58 2019 +0100"
      },
      "message": "Mark test_floatingip_port_details test as unstable\n\nChange-Id: I52f5552807c889c63a8583b2bfc124e9c89fca6f\nRelated-Bug: #1815585\n"
    },
    {
      "commit": "42d92e2322c6aa9dd4dad6f87efeec5300525c6b",
      "tree": "57d96b9b2329cbac14618f09c89969e3a9e52ab3",
      "parents": [
        "ea4a6f08dfb08f2131ce1b4f4b67bad3c2118c89",
        "03ec317cc3a5b7ee21246e4a3e6c212492dd0fe1"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon Mar 25 17:53:28 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Mar 25 17:53:28 2019 +0000"
      },
      "message": "Merge \"Replace openstack.org git:// URLs with https://\""
    },
    {
      "commit": "ea4a6f08dfb08f2131ce1b4f4b67bad3c2118c89",
      "tree": "12cf3695ffd54407329df0d13cb8c859969bcd87",
      "parents": [
        "e40f6012424ff0c414dfd20d923c0ab7c8251af3",
        "4ba1c80df8bed9207f9aaa729f1e5759862c4f17"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon Mar 25 17:53:27 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Mar 25 17:53:27 2019 +0000"
      },
      "message": "Merge \"Don\u0027t customize image before upload it to Glance by default\""
    },
    {
      "commit": "92fbbab347f4ea254f976e8dd68f1c06c1cfee59",
      "tree": "5fa81036e026bb49aeab9dcc421b71489bb9da49",
      "parents": [
        "e40f6012424ff0c414dfd20d923c0ab7c8251af3"
      ],
      "author": {
        "name": "Lajos Katona",
        "email": "lajos.katona@ericsson.com",
        "time": "Mon Mar 18 13:17:11 2019 +0100"
      },
      "committer": {
        "name": "Lajos Katona",
        "email": "lajos.katona@ericsson.com",
        "time": "Mon Mar 25 14:15:27 2019 +0000"
      },
      "message": "Min bw rule operations should be rejected on non-physnet ports/networks\n\nChange-Id: I329ed7697650c55a8b71ba46481c6584db1a1bfb\nDepends-On: https://review.openstack.org/641712\nRelated-Bug: #1819029\n"
    },
    {
      "commit": "e40f6012424ff0c414dfd20d923c0ab7c8251af3",
      "tree": "ef6487ef4079f14e6077b0a27ceca850fbf260f6",
      "parents": [
        "c1052e777ded77ff565c78b3e106d4bbf782d7c5",
        "0e8b686d84427532ffd8da842d4e4d2017995cbe"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon Mar 25 10:10:55 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Mar 25 10:10:55 2019 +0000"
      },
      "message": "Merge \"Reenable tests cases in NetworkMigrationFromHA\""
    },
    {
      "commit": "03ec317cc3a5b7ee21246e4a3e6c212492dd0fe1",
      "tree": "1527a173a87944e7d11a1299069dffe32622501e",
      "parents": [
        "fc831a916d40ce685fec41fb94802b5d0ec85a10"
      ],
      "author": {
        "name": "Ian Wienand",
        "email": "iwienand@redhat.com",
        "time": "Sun Mar 24 20:34:40 2019 +0000"
      },
      "committer": {
        "name": "Ian Wienand",
        "email": "iwienand@redhat.com",
        "time": "Sun Mar 24 20:34:40 2019 +0000"
      },
      "message": "Replace openstack.org git:// URLs with https://\n\nThis is a mechanically generated change to replace openstack.org\ngit:// URLs with https:// equivalents.\n\nThis is in aid of a planned future move of the git hosting\ninfrastructure to a self-hosted instance of gitea (https://gitea.io),\nwhich does not support the git wire protocol at this stage.\n\nThis update should result in no functional change.\n\nFor more information see the thread at\n\n http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html\n\nChange-Id: I66b2e1aa6a175dee38284f0c0c133f9aee145ce3\n"
    },
    {
      "commit": "4ba1c80df8bed9207f9aaa729f1e5759862c4f17",
      "tree": "00d6b86ef25a33f809b0c45d63ff9a653b7056a8",
      "parents": [
        "c1052e777ded77ff565c78b3e106d4bbf782d7c5"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Fri Mar 22 21:45:30 2019 +0100"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Sat Mar 23 16:02:24 2019 +0100"
      },
      "message": "Don\u0027t customize image before upload it to Glance by default\n\nCommit [1] provided new possibility to customize e.g. Ubuntu\nimage and e.g. install some additional packages just before\nupload it to Glance in Devstack\u0027s stack.sh script.\nIt was done to be able to install e.g. socat package to test\nmulticast.\nBut until now we don\u0027t have tests which would use this and\nthis customization causes sometimes job failures when\nthere is package and index mismatch.\n\nSo there is no need to customize image always by default.\nIf we will need to use this customization, we should use\nOpenStack\u0027s infra mirrors of Ubuntu repositories and then\nenable this option for job where its needed.\n\n[1] https://review.openstack.org/#/c/573702/\n\nChange-Id: Ie84c0ae56dbd42cd522c4258903b7eafb435004f\nCloses-Bug: #1821384\n"
    },
    {
      "commit": "0e8b686d84427532ffd8da842d4e4d2017995cbe",
      "tree": "6bb1af3db074e06bf24c7bc93cc52334795df732",
      "parents": [
        "fc831a916d40ce685fec41fb94802b5d0ec85a10"
      ],
      "author": {
        "name": "Miguel Lavalle",
        "email": "miguel.lavalle@verizonmedia.com",
        "time": "Wed Mar 20 11:46:38 2019 -0500"
      },
      "committer": {
        "name": "Miguel Lavalle",
        "email": "miguel.lavalle@verizonmedia.com",
        "time": "Wed Mar 20 11:50:10 2019 -0500"
      },
      "message": "Reenable tests cases in NetworkMigrationFromHA\n\nThe unstable tag for test cases in NetworkMigrationFromHA is removed\nafter de merge of https://review.openstack.org/636710\n\nChange-Id: Icdc4f4c84add3731237cfa64ab57716037372f39\nPartial-Bug: #1789434\n"
    },
    {
      "commit": "c1052e777ded77ff565c78b3e106d4bbf782d7c5",
      "tree": "b6a44aec81b59c905559bd0fe05fb5072c2a237e",
      "parents": [
        "fc831a916d40ce685fec41fb94802b5d0ec85a10"
      ],
      "author": {
        "name": "Lajos Katona",
        "email": "lajos.katona@ericsson.com",
        "time": "Wed Mar 20 13:16:01 2019 +0100"
      },
      "committer": {
        "name": "Lajos Katona",
        "email": "lajos.katona@ericsson.com",
        "time": "Wed Mar 20 13:16:01 2019 +0100"
      },
      "message": "Remove test_port_resource_request_no_provider_net\n\nPortTestCasesResourceRequest.test_port_resource_request_no_provider_net\nassumed that creating a port with QoS mimimum bandwidth policy rule on a\nnetwork without physnet is allowed, but it can\u0027t be as that would mean\nthat the user got a bandwidth guarantee, but the current placement based\nbandwidth aware scheduling works only with physnet based ports.\nThis patch removes this test assuming that port creation with QoS\npolicies tested by legacy test for Stein-n branches.\n\nChange-Id: Iae7ff22e94029d19895ac46ab9bcc9f7a3c4a250\nRelated-Bug: #1819029\nNeeded-By: https://review.openstack.org/641712\n"
    },
    {
      "commit": "fc831a916d40ce685fec41fb94802b5d0ec85a10",
      "tree": "1123cacd968f898f72a07c7a0a16bed7195ca7ed",
      "parents": [
        "06714eaa1b1eced87cf37f811826ec7f1c55f5ed",
        "8bbf899ec0c1ce5a9a500d680dac2391b8149a96"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Fri Mar 15 15:18:01 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Mar 15 15:18:01 2019 +0000"
      },
      "message": "Merge \"add assert to ping test\""
    },
    {
      "commit": "8bbf899ec0c1ce5a9a500d680dac2391b8149a96",
      "tree": "e696ab4a007ceea009edd7c0bc08b48f970bbd3c",
      "parents": [
        "354622611991e5bc7916b2b61b3167f015804684"
      ],
      "author": {
        "name": "Manjeet Singh Bhatia",
        "email": "manjeet.s.bhatia@intel.com",
        "time": "Mon Mar 04 11:59:57 2019 -0800"
      },
      "committer": {
        "name": "Manjeet Singh Bhatia",
        "email": "manjeet.s.bhatia@intel.com",
        "time": "Thu Mar 14 17:57:01 2019 +0000"
      },
      "message": "add assert to ping test\n\nChange-Id: I24055036e6d45b5eff1cd127e2a2c78485287587\nCloses-Bug: #1818233\n"
    },
    {
      "commit": "06714eaa1b1eced87cf37f811826ec7f1c55f5ed",
      "tree": "9628b5633a178e74159a181ea1ddb6514cae1719",
      "parents": [
        "5b8ff9d6d3e279cee2c273a5b2998bb281eb11c7",
        "eaaf978e25b43f49a1f78c34651d4acd65236eeb"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon Mar 11 18:59:51 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Mar 11 18:59:51 2019 +0000"
      },
      "message": "Merge \"Add API test for network segment range extension\""
    },
    {
      "commit": "eaaf978e25b43f49a1f78c34651d4acd65236eeb",
      "tree": "b8bebad3659d09f4b07a404fcf445515aba11b10",
      "parents": [
        "2ed169b557b69ad96307264c3fddce1b757747d5"
      ],
      "author": {
        "name": "Kailun Qin",
        "email": "kailun.qin@intel.com",
        "time": "Thu Dec 20 04:45:01 2018 +0800"
      },
      "committer": {
        "name": "Kailun Qin",
        "email": "kailun.qin@intel.com",
        "time": "Mon Mar 11 19:13:00 2019 +0800"
      },
      "message": "Add API test for network segment range extension\n\nCo-authored-by: Allain Legacy \u003cAllain.legacy@windriver.com\u003e\n\nPartially-implements: blueprint network-segment-range-management\nChange-Id: I4758fcdd45ac1f84d872ff1f6e1da8a8d4671a80\n"
    },
    {
      "commit": "5b8ff9d6d3e279cee2c273a5b2998bb281eb11c7",
      "tree": "8464576e2d3e7ef504c35c57d5f50bbdc98eada3",
      "parents": [
        "354622611991e5bc7916b2b61b3167f015804684",
        "5b85ad8c3f2f13003143b0810679466341dd95bc"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Sun Mar 10 18:52:23 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun Mar 10 18:52:23 2019 +0000"
      },
      "message": "Merge \"Add tempest api tests for security groups RBAC\""
    },
    {
      "commit": "354622611991e5bc7916b2b61b3167f015804684",
      "tree": "6b55e1173f7fc285863b1a2080feac8ef2151b3a",
      "parents": [
        "2ed169b557b69ad96307264c3fddce1b757747d5",
        "561cf62060c0c71cbf19d3c8b81165ec26fc05b7"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu Mar 07 18:33:49 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Mar 07 18:33:49 2019 +0000"
      },
      "message": "Merge \"Add logging of the test steps in NetworkWritableMtuTest\""
    },
    {
      "commit": "2ed169b557b69ad96307264c3fddce1b757747d5",
      "tree": "d861493caffe674add224e3732de41f447f53eb6",
      "parents": [
        "4b8a707dbf24289712c36ec27055819dd1bf5c52",
        "6b03ab1bb4dd7b09be97c6553378405357b9ae45"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Wed Mar 06 21:44:08 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Mar 06 21:44:08 2019 +0000"
      },
      "message": "Merge \"Fix neutron-tempest-plugin tox pep8 setup\""
    },
    {
      "commit": "4b8a707dbf24289712c36ec27055819dd1bf5c52",
      "tree": "9edd1fbd185ce0e66e4e999a2e3b048e4ee71dc2",
      "parents": [
        "c8f26f75670036f967846d17275a7d0b1a568264",
        "39f25321181cf442863be7763e18e256db4bf613"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Wed Mar 06 21:44:07 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Mar 06 21:44:07 2019 +0000"
      },
      "message": "Merge \"Fix L3 agent scheduler tests in multinode environments\""
    },
    {
      "commit": "561cf62060c0c71cbf19d3c8b81165ec26fc05b7",
      "tree": "07454db959ee5fc1d72d5462f57c8a8ad275dd25",
      "parents": [
        "52fab68ee26772b00a297fa74dafdff90ab6c6d8"
      ],
      "author": {
        "name": "Roman Safronov",
        "email": "rsafrono@redhat.com",
        "time": "Mon Mar 04 18:56:49 2019 +0200"
      },
      "committer": {
        "name": "Roman Safronov",
        "email": "rsafrono@redhat.com",
        "time": "Wed Mar 06 10:06:07 2019 +0200"
      },
      "message": "Add logging of the test steps in NetworkWritableMtuTest\n\nCurrently when debugging the test it is hard to distinguish\nbetween test steps and what is the expected result of the ping\ncommand.\nThe change intended to simplify debugging of the test.\n\nChange-Id: I8802e5e33bbe0b5f296496260027545bbd95afa4\n"
    },
    {
      "commit": "5b85ad8c3f2f13003143b0810679466341dd95bc",
      "tree": "7ac06b39c663c422a2079f98765a3451268f0920",
      "parents": [
        "6b03ab1bb4dd7b09be97c6553378405357b9ae45"
      ],
      "author": {
        "name": "Doug Wiegley",
        "email": "dwiegley@salesforce.com",
        "time": "Wed Feb 06 13:51:03 2019 -0700"
      },
      "committer": {
        "name": "Doug Wiegley",
        "email": "dwiegley@salesforce.com",
        "time": "Tue Mar 05 22:12:16 2019 -0700"
      },
      "message": "Add tempest api tests for security groups RBAC\n\nPartial-Bug: #1817119\nDepends-On: https://review.openstack.org/635311\nChange-Id: I806d0c1763a0abc4f07a7c85922949b056ad78d8\n"
    },
    {
      "commit": "c8f26f75670036f967846d17275a7d0b1a568264",
      "tree": "d6ae0cacc94a19410473c1b6bd3a796db0f652c4",
      "parents": [
        "52fab68ee26772b00a297fa74dafdff90ab6c6d8",
        "7451ad7fe0fede24c15e39ecd15e46dd6fbf4d86"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon Mar 04 16:36:28 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Mar 04 16:36:28 2019 +0000"
      },
      "message": "Merge \"Log port details when FloatingIP port details test fails\""
    }
  ],
  "next": "39f25321181cf442863be7763e18e256db4bf613"
}
